Orbit Fox by ThemeIsle - Version 2.3.0

Version Description

  • 2018-01-15
Download this release

Release Info

Developer codeinwp
Plugin Icon 128x128 Orbit Fox by ThemeIsle
Version 2.3.0
Comparing to
See all releases

Code changes from version 2.2.7 to 2.3.0

Files changed (65) hide show
  1. CHANGELOG.md +7 -0
  2. core/assets/css/orbit-fox-admin.css +1 -1
  3. core/includes/class-orbit-fox.php +1 -1
  4. languages/themeisle-companion.pot +2258 -442
  5. obfx_modules/beaver-widgets/custom-fields/toggle-field/toggle.css +70 -56
  6. obfx_modules/beaver-widgets/init.php +15 -2
  7. obfx_modules/beaver-widgets/modules/post-grid/css/frontend.css +22 -20
  8. obfx_modules/beaver-widgets/modules/pricing-table/css/frontend.css +17 -18
  9. obfx_modules/beaver-widgets/modules/services/css/frontend.css +9 -7
  10. obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-clients.php +1 -1
  11. obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-focus.php +1 -1
  12. obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php +1 -1
  13. obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-testimonial.php +1 -1
  14. obfx_modules/companion-legacy/init.php +0 -11
  15. obfx_modules/elementor-widgets/css/public.css +66 -32
  16. obfx_modules/elementor-widgets/init.php +16 -2
  17. obfx_modules/menu-icons/css/admin.css +17 -0
  18. obfx_modules/menu-icons/init.php +3 -0
  19. obfx_modules/menu-icons/js/admin.js +5 -1
  20. obfx_modules/mystock-import/css/media.css +5 -2
  21. obfx_modules/social-sharing/init.php +1 -1
  22. obfx_modules/template-directory/css/admin.css +52 -38
  23. readme.md +8 -0
  24. readme.txt +8 -0
  25. themeisle-companion.php +2 -2
  26. themeisle-hash.json +1 -0
  27. vendor/autoload.php +1 -1
  28. vendor/codeinwp/themeisle-content-forms/LICENSE +674 -0
  29. vendor/codeinwp/themeisle-content-forms/assets/content-forms.css +30 -0
  30. vendor/codeinwp/themeisle-content-forms/assets/content-forms.js +88 -0
  31. vendor/codeinwp/themeisle-content-forms/assets/gutenberg-esnext/block.build.js +376 -0
  32. vendor/codeinwp/themeisle-content-forms/assets/gutenberg-esnext/block.js +85 -0
  33. vendor/codeinwp/themeisle-content-forms/assets/gutenberg-esnext/components/FormEditor.js +148 -0
  34. vendor/codeinwp/themeisle-content-forms/assets/gutenberg-esnext/index.php +2 -0
  35. vendor/codeinwp/themeisle-content-forms/assets/gutenberg-esnext/package-lock.json +4080 -0
  36. vendor/codeinwp/themeisle-content-forms/assets/gutenberg-esnext/package.json +17 -0
  37. vendor/codeinwp/themeisle-content-forms/assets/gutenberg-esnext/webpack.config.js +62 -0
  38. vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-base.php +306 -0
  39. vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-contact.php +28 -0
  40. vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-newsletter.php +27 -0
  41. vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-registration.php +27 -0
  42. vendor/codeinwp/themeisle-content-forms/beaver/includes/frontend.css.php +2 -0
  43. vendor/codeinwp/themeisle-content-forms/beaver/includes/frontend.php +53 -0
  44. vendor/codeinwp/themeisle-content-forms/class-content-form-base.php +255 -0
  45. vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php +305 -0
  46. vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-elementor.php +531 -0
  47. vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-gutenberg.php +286 -0
  48. vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-newsletter.php +270 -0
  49. vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-registration.php +234 -0
  50. vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-server.php +158 -0
  51. vendor/codeinwp/themeisle-content-forms/composer.json +24 -0
  52. vendor/codeinwp/themeisle-content-forms/index.php +5 -0
  53. vendor/codeinwp/themeisle-content-forms/load.php +90 -0
  54. vendor/codeinwp/themeisle-sdk/class-themeisle-sdk-endpoints.php +312 -0
  55. vendor/codeinwp/themeisle-sdk/class-themeisle-sdk-feedback-deactivate.php +145 -59
  56. vendor/codeinwp/themeisle-sdk/class-themeisle-sdk-feedback-review.php +1 -1
  57. vendor/codeinwp/themeisle-sdk/class-themeisle-sdk-feedback-translate.php +1 -1
  58. vendor/codeinwp/themeisle-sdk/class-themeisle-sdk-licenser.php +6 -24
  59. vendor/codeinwp/themeisle-sdk/class-themeisle-sdk-loader.php +4 -1
  60. vendor/codeinwp/themeisle-sdk/class-themeisle-sdk-logger.php +13 -4
  61. vendor/codeinwp/themeisle-sdk/load.php +1 -1
  62. vendor/codeinwp/themeisle-sdk/start.php +1 -0
  63. vendor/composer/autoload_files.php +1 -0
  64. vendor/composer/autoload_real.php +5 -5
  65. vendor/composer/installed.json +44 -4
CHANGELOG.md CHANGED
@@ -1,4 +1,11 @@
1
 
 
 
 
 
 
 
 
2
  ### v2.2.7 - 2017-12-21
3
  **Changes:**
4
  * Fix for Hestia clients section default content
1
 
2
+ ### v2.3.0 - 2018-01-15
3
+ **Changes:**
4
+ * Adds 3 forms widgets for Elementor (Contact form, Newsletter, and Registration form).
5
+ * Improve menu icons copyright.
6
+ * Allows social icons on pages.
7
+ * Adds beaver widgets module active by default.
8
+
9
  ### v2.2.7 - 2017-12-21
10
  **Changes:**
11
  * Fix for Hestia clients section default content
core/assets/css/orbit-fox-admin.css CHANGED
@@ -8,7 +8,7 @@
8
  * Extends Spectre.css Library
9
  */
10
  /*
11
- Version: 2.2.7
12
  */
13
 
14
  /* Document
8
  * Extends Spectre.css Library
9
  */
10
  /*
11
+ Version: 2.3.0
12
  */
13
 
14
  /* Document
core/includes/class-orbit-fox.php CHANGED
@@ -69,7 +69,7 @@ class Orbit_Fox {
69
 
70
  $this->plugin_name = 'orbit-fox';
71
 
72
- $this->version = '2.2.7';
73
 
74
  $this->load_dependencies();
75
  $this->set_locale();
69
 
70
  $this->plugin_name = 'orbit-fox';
71
 
72
+ $this->version = '2.3.0';
73
 
74
  $this->load_dependencies();
75
  $this->set_locale();
languages/themeisle-companion.pot CHANGED
@@ -1,14 +1,14 @@
1
- # Copyright (C) 2017 Themeisle
2
  # This file is distributed under the GPL-2.0+.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Orbit Fox Companion 2.1.0\n"
6
  "Report-Msgid-Bugs-To: https://github.com/Codeinwp/orbit-fox/issues\n"
7
- "POT-Creation-Date: 2017-11-10 13:40:54+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n"
12
  "Last-Translator: Themeisle Translate Team <friends@themeisle.com>\n"
13
  "Language-Team: Themeisle Translate <friends@themeisle.com>\n"
14
  "X-Generator: grunt-wp-i18n 0.5.4\n"
@@ -24,56 +24,85 @@ msgstr ""
24
  "X-Poedit-Bookmarks: \n"
25
  "X-Textdomain-Support: yes\n"
26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  #: core/app/class-orbit-fox-admin.php:122
28
  msgid "Orbit Fox"
29
  msgstr ""
30
 
31
- #. Plugin Name of the plugin/theme
32
- msgid "Orbit Fox Companion"
 
 
 
 
33
  msgstr ""
34
 
35
- #: core/app/class-orbit-fox-admin.php:153
36
- #: core/app/class-orbit-fox-admin.php:209
37
  msgid "Could not process the request!"
38
  msgstr ""
39
 
40
- #: core/app/class-orbit-fox-admin.php:179
41
  msgid "No module found! No data was updated."
42
  msgstr ""
43
 
44
- #: core/app/class-orbit-fox-admin.php:185
45
  msgid "Something went wrong, data might not be saved!"
46
  msgstr ""
47
 
48
- #: core/app/class-orbit-fox-admin.php:189
49
  msgid "Options updated, successfully!"
50
  msgstr ""
51
 
52
- #: core/app/class-orbit-fox-admin.php:235
53
  msgid "No module found!"
54
  msgstr ""
55
 
56
- #: core/app/class-orbit-fox-admin.php:239
57
  msgid "Something went wrong, can not change module status!"
58
  msgstr ""
59
 
60
- #: core/app/class-orbit-fox-admin.php:243
61
  msgid "Module status changed!"
62
  msgstr ""
63
 
64
- #: core/app/class-orbit-fox-admin.php:335
65
  msgid "No modules found."
66
  msgstr ""
67
 
68
- #: core/app/class-orbit-fox-admin.php:336
69
  msgid "Please contact support for more help."
70
  msgstr ""
71
 
72
- #: core/app/class-orbit-fox-admin.php:343
73
  msgid "No active modules."
74
  msgstr ""
75
 
76
- #: core/app/class-orbit-fox-admin.php:344
77
  msgid "Activate a module using the toggles above."
78
  msgstr ""
79
 
@@ -81,6 +110,10 @@ msgstr ""
81
  msgid "No option found for provided type"
82
  msgstr ""
83
 
 
 
 
 
84
  #: core/app/views/modules-page.php:57
85
  msgid "Available Modules"
86
  msgstr ""
@@ -122,426 +155,1420 @@ msgid "Module Description ..."
122
  msgstr ""
123
 
124
  #: core/app/views/partials/module-tile-tpl.php:42
125
- #: obfx_modules/template-directory/init.php:457
126
  msgid "Activate"
127
  msgstr ""
128
 
129
- #: obfx_modules/companion-legacy/inc/hestia/functions.php:66
130
- msgid "Front Page"
131
  msgstr ""
132
 
133
- #: obfx_modules/companion-legacy/inc/hestia/functions.php:68
134
- msgid "Blog"
135
  msgstr ""
136
 
137
- #: obfx_modules/companion-legacy/inc/hestia/inc/customizer.php:18
138
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-features-section.php:28
139
- msgid "Why our product is the best"
140
  msgstr ""
141
 
142
- #: obfx_modules/companion-legacy/inc/hestia/inc/customizer.php:23
143
- #: obfx_modules/companion-legacy/inc/hestia/inc/customizer.php:38
144
- #: obfx_modules/companion-legacy/inc/hestia/inc/customizer.php:51
145
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-features-section.php:29
146
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-features-section.php:186
147
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-features-section.php:193
148
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-features-section.php:200
149
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-team-section.php:32
150
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-testimonials-section.php:31
151
- msgid ""
152
- "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod "
153
- "tempor incididunt ut labore et dolore magna aliqua."
154
  msgstr ""
155
 
156
- #: obfx_modules/companion-legacy/inc/hestia/inc/customizer.php:34
157
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-team-section.php:31
158
- msgid "Meet our team"
 
159
  msgstr ""
160
 
161
- #: obfx_modules/companion-legacy/inc/hestia/inc/customizer.php:47
162
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-testimonials-section.php:30
163
- msgid "What clients say"
 
 
 
 
 
 
164
  msgstr ""
165
 
166
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-clients-bar-section.php:24
167
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-clients-bar-section.php:34
168
- msgid "Clients Bar"
169
  msgstr ""
170
 
171
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-clients-bar-section.php:52
172
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-features-section.php:52
173
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-ribbon-section.php:55
174
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-team-section.php:52
175
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-testimonials-section.php:52
176
- msgid "Disable section"
 
 
 
 
 
 
 
 
 
 
177
  msgstr ""
178
 
179
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-clients-bar-section.php:69
180
- msgid "Clients Bar Content"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
181
  msgstr ""
182
 
183
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-clients-bar-section.php:72
184
- msgid "Add new client"
 
185
  msgstr ""
186
 
187
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-clients-bar-section.php:73
188
- msgid "Clients"
189
  msgstr ""
190
 
191
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-features-section.php:24
192
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-features-section.php:34
193
- msgid "Features"
194
  msgstr ""
195
 
196
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-features-section.php:67
197
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-team-section.php:67
198
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-testimonials-section.php:67
199
- msgid "Section Title"
200
  msgstr ""
201
 
202
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-features-section.php:82
203
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-team-section.php:82
204
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-testimonials-section.php:82
205
- msgid "Section Subtitle"
206
  msgstr ""
207
 
208
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-features-section.php:99
209
- msgid "Features Content"
210
  msgstr ""
211
 
212
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-features-section.php:102
213
- msgid "Add new Feature"
214
  msgstr ""
215
 
216
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-features-section.php:103
217
- msgid "Feature"
218
  msgstr ""
219
 
220
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-ribbon-section.php:27
221
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-ribbon-section.php:37
222
- msgid "Ribbon"
223
  msgstr ""
224
 
225
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-ribbon-section.php:73
226
- msgid "Background Image"
 
 
 
227
  msgstr ""
228
 
229
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-ribbon-section.php:80
230
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-ribbon-section.php:35
231
- msgid "Subscribe to our Newsletter"
232
  msgstr ""
233
 
234
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-ribbon-section.php:92
235
- #: obfx_modules/companion-legacy/inc/rhea/widgets/features.widget.php:84
236
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-focus.php:176
237
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-testimonial.php:195
238
- msgid "Text"
239
  msgstr ""
240
 
241
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-ribbon-section.php:98
242
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-ribbon-section.php:38
243
- msgid "Subscribe"
244
  msgstr ""
245
 
246
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-ribbon-section.php:109
247
- msgid "Button Text"
248
  msgstr ""
249
 
250
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-ribbon-section.php:126
251
- #: obfx_modules/companion-legacy/inc/rhea/widgets/features.widget.php:88
252
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-clients.php:115
253
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-focus.php:183
254
- msgid "Link"
255
  msgstr ""
256
 
257
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-team-section.php:24
258
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-team-section.php:34
259
- msgid "Team"
260
  msgstr ""
261
 
262
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-team-section.php:99
263
- msgid "Team Content"
 
264
  msgstr ""
265
 
266
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-team-section.php:102
267
- msgid "Add new Team Member"
268
  msgstr ""
269
 
270
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-team-section.php:103
271
- msgid "Team Member"
 
272
  msgstr ""
273
 
274
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-testimonials-section.php:24
275
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-testimonials-section.php:34
276
- msgid "Testimonials"
277
  msgstr ""
278
 
279
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-testimonials-section.php:99
280
- msgid "Testimonials Content"
281
  msgstr ""
282
 
283
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-testimonials-section.php:102
284
- msgid "Add new Testimonial"
285
  msgstr ""
286
 
287
- #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-testimonials-section.php:103
288
- msgid "Testimonial"
289
  msgstr ""
290
 
291
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-features-section.php:185
292
- msgid "Responsive"
 
 
 
293
  msgstr ""
294
 
295
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-features-section.php:192
296
- msgid "Quality"
297
  msgstr ""
298
 
299
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-features-section.php:199
300
- msgid "Support"
 
 
 
301
  msgstr ""
302
 
303
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-team-section.php:216
304
- msgid "Desmond Purpleson"
305
  msgstr ""
306
 
307
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-team-section.php:217
308
- msgid "CEO"
309
  msgstr ""
310
 
311
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-team-section.php:218
312
- msgid ""
313
- "Locavore pinterest chambray affogato art party, forage coloring book "
314
- "typewriter. Bitters cold selfies, retro celiac sartorial mustache."
315
  msgstr ""
316
 
317
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-team-section.php:247
318
- msgid "Parsley Pepperspray"
319
  msgstr ""
320
 
321
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-team-section.php:248
322
- msgid "Marketing Specialist"
323
  msgstr ""
324
 
325
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-team-section.php:249
326
- msgid ""
327
- "Craft beer salvia celiac mlkshk. Pinterest celiac tumblr, portland salvia "
328
- "skateboard cliche thundercats. Tattooed chia austin hell."
329
  msgstr ""
330
 
331
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-team-section.php:278
332
- msgid "Desmond Eagle"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
333
  msgstr ""
334
 
335
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-team-section.php:279
336
- msgid "Graphic Designer"
337
  msgstr ""
338
 
339
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-team-section.php:280
340
- msgid ""
341
- "Pok pok direct trade godard street art, poutine fam typewriter food truck "
342
- "narwhal kombucha wolf cardigan butcher whatever pickled you."
343
  msgstr ""
344
 
345
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-team-section.php:309
346
- msgid "Ruby Von Rails"
347
  msgstr ""
348
 
349
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-team-section.php:310
350
- msgid "Lead Developer"
351
  msgstr ""
352
 
353
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-team-section.php:311
354
- msgid ""
355
- "Small batch vexillologist 90's blue bottle stumptown bespoke. Pok pok tilde "
356
- "fixie chartreuse, VHS gluten-free selfies wolf hot."
357
  msgstr ""
358
 
359
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-testimonials-section.php:187
360
- msgid "Inverness McKenzie"
361
  msgstr ""
362
 
363
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-testimonials-section.php:188
364
- msgid "Business Owner"
 
365
  msgstr ""
366
 
367
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-testimonials-section.php:189
368
- msgid ""
369
- "\"We have no regrets! After using your product my business skyrocketed! I "
370
- "made back the purchase price in just 48 hours! I couldn't have asked for "
371
- "more than this.\""
372
  msgstr ""
373
 
374
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-testimonials-section.php:194
375
- msgid "Hanson Deck"
376
  msgstr ""
377
 
378
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-testimonials-section.php:195
379
- msgid "Independent Artist"
 
380
  msgstr ""
381
 
382
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-testimonials-section.php:196
383
- msgid ""
384
- "\"Your company is truly upstanding and is behind its product 100 percent. "
385
- "Hestia is worth much more than I paid. I like Hestia more each day because "
386
- "it makes easier.\""
387
  msgstr ""
388
 
389
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-testimonials-section.php:201
390
- msgid "Natalya Undergrowth"
391
  msgstr ""
392
 
393
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-testimonials-section.php:202
394
- msgid "Freelancer"
395
  msgstr ""
396
 
397
- #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-testimonials-section.php:203
398
- msgid ""
399
- "\"Thank you for making it painless, pleasant and most of all hassle free! I "
400
- "am so pleased with this product. Dude, your stuff is great! I will refer "
401
- "everyone I know.\""
402
  msgstr ""
403
 
404
- #: obfx_modules/companion-legacy/inc/rhea/widgets/about.widget.php:7
405
- #: obfx_modules/companion-legacy/inc/rhea/widgets/contact.widget.php:7
406
- #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:7
407
- msgid "This widget is designed for footer area"
408
  msgstr ""
409
 
410
- #: obfx_modules/companion-legacy/inc/rhea/widgets/about.widget.php:10
411
- msgid "[Rhea] About Company"
 
 
412
  msgstr ""
413
 
414
- #: obfx_modules/companion-legacy/inc/rhea/widgets/about.widget.php:94
415
- msgid "Use website logo"
416
  msgstr ""
417
 
418
- #: obfx_modules/companion-legacy/inc/rhea/widgets/about.widget.php:97
419
- msgid "Logo"
420
  msgstr ""
421
 
422
- #: obfx_modules/companion-legacy/inc/rhea/widgets/about.widget.php:98
423
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-clients.php:148
424
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-focus.php:216
425
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:372
426
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-testimonial.php:226
427
- msgid "Uploaded image"
428
  msgstr ""
429
 
430
- #: obfx_modules/companion-legacy/inc/rhea/widgets/about.widget.php:100
431
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-clients.php:159
432
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-focus.php:227
433
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:383
434
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-testimonial.php:237
435
- msgid "Upload Image"
436
  msgstr ""
437
 
438
- #: obfx_modules/companion-legacy/inc/rhea/widgets/about.widget.php:103
439
- msgid "Company Description"
 
440
  msgstr ""
441
 
442
- #: obfx_modules/companion-legacy/inc/rhea/widgets/contact.widget.php:10
443
- msgid "[Rhea] Contact"
444
  msgstr ""
445
 
446
- #: obfx_modules/companion-legacy/inc/rhea/widgets/contact.widget.php:65
447
- #: obfx_modules/companion-legacy/inc/rhea/widgets/features.widget.php:80
448
- #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:202
449
- #: obfx_modules/companion-legacy/inc/rhea/widgets/icon-box.widget.php:87
450
- #: obfx_modules/companion-legacy/inc/rhea/widgets/progress-bar.widget.php:62
451
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-focus.php:167
452
- msgid "Title"
453
  msgstr ""
454
 
455
- #: obfx_modules/companion-legacy/inc/rhea/widgets/contact.widget.php:69
456
- msgid "Company Adress"
 
 
457
  msgstr ""
458
 
459
- #: obfx_modules/companion-legacy/inc/rhea/widgets/contact.widget.php:73
460
- msgid "Google Maps URL"
461
  msgstr ""
462
 
463
- #: obfx_modules/companion-legacy/inc/rhea/widgets/contact.widget.php:77
464
- msgid "Email"
465
  msgstr ""
466
 
467
- #: obfx_modules/companion-legacy/inc/rhea/widgets/contact.widget.php:81
468
- msgid "Phone"
469
  msgstr ""
470
 
471
- #: obfx_modules/companion-legacy/inc/rhea/widgets/features.widget.php:7
472
- msgid "This widget is designed for Our focus section widgets"
473
  msgstr ""
474
 
475
- #: obfx_modules/companion-legacy/inc/rhea/widgets/features.widget.php:9
476
- msgid "[Rhea] Our features widget"
477
  msgstr ""
478
 
479
- #: obfx_modules/companion-legacy/inc/rhea/widgets/features.widget.php:65
480
- #: obfx_modules/companion-legacy/inc/rhea/widgets/icon-box.widget.php:72
481
- msgid "Icon"
482
  msgstr ""
483
 
484
- #: obfx_modules/companion-legacy/inc/rhea/widgets/features.widget.php:69
485
- #: obfx_modules/companion-legacy/inc/rhea/widgets/icon-box.widget.php:76
486
- msgid "No icon selected :( ..."
487
  msgstr ""
488
 
489
- #: obfx_modules/companion-legacy/inc/rhea/widgets/features.widget.php:73
490
- #: obfx_modules/companion-legacy/inc/rhea/widgets/icon-box.widget.php:80
491
- msgid "Select Icon"
 
 
 
 
 
 
 
 
 
 
 
492
  msgstr ""
493
 
494
- #: obfx_modules/companion-legacy/inc/rhea/widgets/features.widget.php:74
495
- #: obfx_modules/companion-legacy/inc/rhea/widgets/icon-box.widget.php:81
496
- msgid "Change Icon"
497
  msgstr ""
498
 
499
- #: obfx_modules/companion-legacy/inc/rhea/widgets/features.widget.php:75
500
- #: obfx_modules/companion-legacy/inc/rhea/widgets/icon-box.widget.php:82
501
- msgid "Remove"
502
  msgstr ""
503
 
504
- #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:9
505
- msgid "[Rhea] Company Program"
506
  msgstr ""
507
 
508
- #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:29
509
- #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:206
510
- msgid "Monday"
511
  msgstr ""
512
 
513
- #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:47
514
- #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:212
515
- msgid "Tuesday"
516
  msgstr ""
517
 
518
- #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:65
519
- #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:218
520
- msgid "Wednesday"
521
  msgstr ""
522
 
523
- #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:83
524
- #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:224
525
- msgid "Thursday"
526
  msgstr ""
527
 
528
- #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:101
529
- #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:230
530
- msgid "Friday"
531
  msgstr ""
532
 
533
- #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:119
534
- #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:236
535
- msgid "Saturday"
536
  msgstr ""
537
 
538
- #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:137
539
- #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:242
540
- msgid "Sunday"
541
  msgstr ""
542
 
543
- #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:208
544
- #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:214
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
545
  #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:220
546
  #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:226
547
  #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:232
@@ -550,335 +1577,1105 @@ msgstr ""
550
  msgid "From"
551
  msgstr ""
552
 
553
- #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:209
554
- #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:215
555
- #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:221
556
- #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:227
557
- #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:233
558
- #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:239
559
- #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:245
560
- msgid "To"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
561
  msgstr ""
562
 
563
- #: obfx_modules/companion-legacy/inc/rhea/widgets/icon-box.widget.php:6
564
- msgid "This widget is designed for Right Section sidebar"
565
  msgstr ""
566
 
567
- #: obfx_modules/companion-legacy/inc/rhea/widgets/icon-box.widget.php:8
568
- msgid "[Rhea] Icon Box"
569
  msgstr ""
570
 
571
- #: obfx_modules/companion-legacy/inc/rhea/widgets/icon-box.widget.php:91
572
- msgid "Subtitle"
 
573
  msgstr ""
574
 
575
- #: obfx_modules/companion-legacy/inc/rhea/widgets/icon-box.widget.php:96
576
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:285
577
- msgid "Description"
578
  msgstr ""
579
 
580
- #: obfx_modules/companion-legacy/inc/rhea/widgets/progress-bar.widget.php:6
581
- msgid "This widget is designed for Progress Bar Section"
582
  msgstr ""
583
 
584
- #: obfx_modules/companion-legacy/inc/rhea/widgets/progress-bar.widget.php:8
585
- msgid "[Rhea] - Progress Bar"
 
 
 
586
  msgstr ""
587
 
588
- #: obfx_modules/companion-legacy/inc/rhea/widgets/progress-bar.widget.php:66
589
- msgid "Info"
590
  msgstr ""
591
 
592
- #: obfx_modules/companion-legacy/inc/rhea/widgets/progress-bar.widget.php:70
593
- msgid "Percentage"
594
  msgstr ""
595
 
596
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-clients.php:24
597
- msgid "Zerif - Clients widget"
598
  msgstr ""
599
 
600
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-clients.php:61
601
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-clients.php:68
602
- msgid "Client"
603
  msgstr ""
604
 
605
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-clients.php:124
606
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-focus.php:192
607
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:348
608
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-testimonial.php:202
609
- msgid "Image"
610
  msgstr ""
611
 
612
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-focus.php:24
613
- msgid "Zerif - Our focus widget"
614
  msgstr ""
615
 
616
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-focus.php:65
617
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-focus.php:95
618
- msgid "Go to"
619
  msgstr ""
620
 
621
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:24
622
- msgid "Zerif - Team member widget"
623
  msgstr ""
624
 
625
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:124
626
- msgid "Facebook account of"
627
  msgstr ""
628
 
629
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:142
630
- msgid "Twitter account of"
631
  msgstr ""
632
 
633
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:160
634
- msgid "Behance account of"
635
  msgstr ""
636
 
637
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:178
638
- msgid "Dribble account of"
 
 
639
  msgstr ""
640
 
641
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:196
642
- msgid "Linkedin account of"
643
  msgstr ""
644
 
645
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:269
646
- msgid "Name"
647
  msgstr ""
648
 
649
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:278
650
- msgid "Position"
651
  msgstr ""
652
 
653
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:295
654
- msgid "Facebook link"
655
  msgstr ""
656
 
657
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:305
658
- msgid "Twitter link"
 
 
 
 
659
  msgstr ""
660
 
661
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:314
662
- msgid "Behance link"
663
  msgstr ""
664
 
665
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:324
666
- msgid "Dribble link"
 
 
 
 
667
  msgstr ""
668
 
669
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:333
670
- msgid "Linkedin link"
671
  msgstr ""
672
 
673
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:343
674
- msgid "Open links in new window?"
 
 
 
 
675
  msgstr ""
676
 
677
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-testimonial.php:24
678
- msgid "Zerif - Testimonial widget"
679
  msgstr ""
680
 
681
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-testimonial.php:168
682
- msgid "Author"
 
 
 
 
683
  msgstr ""
684
 
685
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-testimonial.php:177
686
- msgid "Author link"
687
  msgstr ""
688
 
689
- #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-testimonial.php:186
690
- msgid "Author details"
 
 
 
 
691
  msgstr ""
692
 
693
- #: obfx_modules/companion-legacy/init.php:30
694
- msgid "Companion Legacy"
695
  msgstr ""
696
 
697
- #: obfx_modules/companion-legacy/init.php:31
698
- msgid "Module containing legacy functionality from ThemeIsle Companion."
 
 
 
 
699
  msgstr ""
700
 
701
- #: obfx_modules/companion-legacy/init.php:151
702
- msgid "Search icon"
703
  msgstr ""
704
 
705
- #: obfx_modules/companion-legacy/init.php:153
706
- msgid "All Icons"
 
 
 
 
 
707
  msgstr ""
708
 
709
- #: obfx_modules/menu-icons/init.php:33
710
- msgid "Menu Icons"
711
  msgstr ""
712
 
713
- #: obfx_modules/menu-icons/init.php:34
714
- msgid "Module to define menu icons for navigation."
 
 
 
 
715
  msgstr ""
716
 
717
- #: obfx_modules/mystock-import/inc/photos.php:28
718
- #: obfx_modules/mystock-import/init.php:187
719
- msgid "Deselect"
720
  msgstr ""
721
 
722
- #: obfx_modules/mystock-import/init.php:49
723
- msgid "Mystock Import"
 
 
 
724
  msgstr ""
725
 
726
- #: obfx_modules/mystock-import/init.php:50
727
- msgid "Module to import images directly from"
728
  msgstr ""
729
 
730
- #: obfx_modules/mystock-import/init.php:132
731
- #: obfx_modules/mystock-import/init.php:139
732
- #: obfx_modules/mystock-import/init.php:146
733
- #: obfx_modules/mystock-import/init.php:154
734
- #: obfx_modules/mystock-import/init.php:159
735
- msgid "Image failed to upload"
736
  msgstr ""
737
 
738
- #: obfx_modules/mystock-import/init.php:217
739
- msgid "Square"
 
740
  msgstr ""
741
 
742
- #: obfx_modules/mystock-import/init.php:218
743
- msgid "Large Square"
744
  msgstr ""
745
 
746
- #: obfx_modules/mystock-import/init.php:219
747
- msgid "Thumbnail"
748
  msgstr ""
749
 
750
- #: obfx_modules/mystock-import/init.php:220
751
- msgid "Small"
752
  msgstr ""
753
 
754
- #: obfx_modules/mystock-import/init.php:221
755
- msgid "Small 320"
756
  msgstr ""
757
 
758
- #: obfx_modules/mystock-import/init.php:222
759
- msgid "Medium"
760
  msgstr ""
761
 
762
- #: obfx_modules/mystock-import/init.php:223
763
- msgid "Medium 640"
 
764
  msgstr ""
765
 
766
- #: obfx_modules/mystock-import/init.php:224
767
- msgid "Medium 800"
 
 
 
768
  msgstr ""
769
 
770
- #: obfx_modules/mystock-import/init.php:225
771
- msgid "Large"
 
772
  msgstr ""
773
 
774
- #: obfx_modules/mystock-import/init.php:226
775
- msgid "Original"
 
776
  msgstr ""
777
 
778
- #: obfx_modules/mystock-import/init.php:234
779
- msgid "Attachement display settings"
 
780
  msgstr ""
781
 
782
- #: obfx_modules/mystock-import/init.php:236
783
- msgid "Size"
 
 
 
 
784
  msgstr ""
785
 
786
- #: obfx_modules/mystock-import/init.php:286
787
- msgid "Fetching data"
788
  msgstr ""
789
 
790
- #: obfx_modules/mystock-import/init.php:287
791
- msgid "Downloading image. Please wait..."
 
792
  msgstr ""
793
 
794
- #: obfx_modules/mystock-import/init.php:288
795
- msgid "Your image was imported. Go to Media Library tab to use it."
 
796
  msgstr ""
797
 
798
- #: obfx_modules/mystock-import/init.php:289
799
- msgid "Loading more photos..."
800
  msgstr ""
801
 
802
- #: obfx_modules/mystock-import/init.php:290
803
- msgid "MyStock Library"
804
  msgstr ""
805
 
806
- #: obfx_modules/social-sharing/init.php:30
807
- msgid "Social Sharing Module"
 
 
808
  msgstr ""
809
 
810
- #: obfx_modules/social-sharing/init.php:31
811
- msgid "Add basic social sharing to your posts and pages."
812
  msgstr ""
813
 
814
- #: obfx_modules/social-sharing/views/hestia-social-sharing-tpl.php:36
815
- msgid "Share on "
816
  msgstr ""
817
 
818
- #: obfx_modules/stats/init.php:27
819
- msgid "Reports Module"
820
  msgstr ""
821
 
822
- #: obfx_modules/stats/init.php:28
823
- msgid "A simple module for your WordPress data."
824
  msgstr ""
825
 
826
- #: obfx_modules/template-directory/init.php:29
827
- msgid "Template Directory Module"
 
828
  msgstr ""
829
 
830
- #: obfx_modules/template-directory/init.php:30
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
831
  msgid ""
832
- "The awesome template directory is aiming to provide a wide range of "
833
- "templates that you can import straight into your website."
834
  msgstr ""
835
 
836
- #: obfx_modules/template-directory/init.php:62
837
- msgid "A new Orbit Fox Template"
 
 
 
 
 
 
 
838
  msgstr ""
839
 
840
- #: obfx_modules/template-directory/init.php:64
841
- msgid "This is an awesome Orbit Fox Template."
842
  msgstr ""
843
 
844
- #: obfx_modules/template-directory/init.php:71
845
- msgid "About Our Business"
846
  msgstr ""
847
 
848
- #: obfx_modules/template-directory/init.php:72
849
- #: obfx_modules/template-directory/init.php:79
850
- msgid "A fancy description here"
851
  msgstr ""
852
 
853
- #: obfx_modules/template-directory/init.php:78
854
- msgid "Contact Us"
855
  msgstr ""
856
 
857
- #: obfx_modules/template-directory/init.php:275
858
- #: obfx_modules/template-directory/views/template-directory-page-tpl.php:19
859
- msgid "Orbit Fox Template Directory"
860
  msgstr ""
861
 
862
- #: obfx_modules/template-directory/init.php:275
863
- msgid "Template Directory"
864
  msgstr ""
865
 
866
- #: obfx_modules/template-directory/init.php:444
867
- msgid "Install and activate"
868
  msgstr ""
869
 
870
- #: obfx_modules/template-directory/views/template-directory-page-tpl.php:40
871
- msgid "Preview"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
872
  msgstr ""
873
 
874
- #: obfx_modules/template-directory/views/template-directory-page-tpl.php:44
875
- msgid "Import"
876
  msgstr ""
877
 
878
- #: obfx_modules/template-directory/views/template-plugin-install-tpl.php:17
879
  msgid ""
880
- "In order to import this template, you must have Elementor Page Builder "
881
- "installed. Click the button below to install and activate now."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
882
  msgstr ""
883
 
884
  #. Plugin URI of the plugin/theme
@@ -895,4 +2692,23 @@ msgstr ""
895
 
896
  #. Author URI of the plugin/theme
897
  msgid "https://themeisle.com"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
898
  msgstr ""
1
+ # Copyright (C) 2018 Themeisle
2
  # This file is distributed under the GPL-2.0+.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Orbit Fox Companion 2.2.7\n"
6
  "Report-Msgid-Bugs-To: https://github.com/Codeinwp/orbit-fox/issues\n"
7
+ "POT-Creation-Date: 2018-01-11 15:29:17+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
12
  "Last-Translator: Themeisle Translate Team <friends@themeisle.com>\n"
13
  "Language-Team: Themeisle Translate <friends@themeisle.com>\n"
14
  "X-Generator: grunt-wp-i18n 0.5.4\n"
24
  "X-Poedit-Bookmarks: \n"
25
  "X-Textdomain-Support: yes\n"
26
 
27
+ #: obfx_modules/beaver-widgets/modules/services/services.php:64
28
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:426
29
+ msgid "1"
30
+ msgstr ""
31
+
32
+ #: obfx_modules/beaver-widgets/modules/services/services.php:65
33
+ msgid "2"
34
+ msgstr ""
35
+
36
+ #: obfx_modules/beaver-widgets/modules/services/services.php:66
37
+ msgid "3"
38
+ msgstr ""
39
+
40
+ #: obfx_modules/beaver-widgets/modules/services/services.php:67
41
+ msgid "4"
42
+ msgstr ""
43
+
44
+ #: obfx_modules/beaver-widgets/modules/services/services.php:68
45
+ msgid "5"
46
+ msgstr ""
47
+
48
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:167
49
+ msgid "50"
50
+ msgstr ""
51
+
52
  #: core/app/class-orbit-fox-admin.php:122
53
  msgid "Orbit Fox"
54
  msgstr ""
55
 
56
+ #: core/app/class-orbit-fox-admin.php:130
57
+ msgid "Orbit Fox General Options"
58
+ msgstr ""
59
+
60
+ #: core/app/class-orbit-fox-admin.php:130
61
+ msgid "General Settings"
62
  msgstr ""
63
 
64
+ #: core/app/class-orbit-fox-admin.php:156
65
+ #: core/app/class-orbit-fox-admin.php:212
66
  msgid "Could not process the request!"
67
  msgstr ""
68
 
69
+ #: core/app/class-orbit-fox-admin.php:182
70
  msgid "No module found! No data was updated."
71
  msgstr ""
72
 
73
+ #: core/app/class-orbit-fox-admin.php:188
74
  msgid "Something went wrong, data might not be saved!"
75
  msgstr ""
76
 
77
+ #: core/app/class-orbit-fox-admin.php:192
78
  msgid "Options updated, successfully!"
79
  msgstr ""
80
 
81
+ #: core/app/class-orbit-fox-admin.php:238
82
  msgid "No module found!"
83
  msgstr ""
84
 
85
+ #: core/app/class-orbit-fox-admin.php:242
86
  msgid "Something went wrong, can not change module status!"
87
  msgstr ""
88
 
89
+ #: core/app/class-orbit-fox-admin.php:246
90
  msgid "Module status changed!"
91
  msgstr ""
92
 
93
+ #: core/app/class-orbit-fox-admin.php:338
94
  msgid "No modules found."
95
  msgstr ""
96
 
97
+ #: core/app/class-orbit-fox-admin.php:339
98
  msgid "Please contact support for more help."
99
  msgstr ""
100
 
101
+ #: core/app/class-orbit-fox-admin.php:346
102
  msgid "No active modules."
103
  msgstr ""
104
 
105
+ #: core/app/class-orbit-fox-admin.php:347
106
  msgid "Activate a module using the toggles above."
107
  msgstr ""
108
 
110
  msgid "No option found for provided type"
111
  msgstr ""
112
 
113
+ #. Plugin Name of the plugin/theme
114
+ msgid "Orbit Fox Companion"
115
+ msgstr ""
116
+
117
  #: core/app/views/modules-page.php:57
118
  msgid "Available Modules"
119
  msgstr ""
155
  msgstr ""
156
 
157
  #: core/app/views/partials/module-tile-tpl.php:42
158
+ #: obfx_modules/template-directory/init.php:423
159
  msgid "Activate"
160
  msgstr ""
161
 
162
+ #: obfx_modules/beaver-widgets/custom-fields/toggle-field/toggle_field.php:26
163
+ msgid "Yes"
164
  msgstr ""
165
 
166
+ #: obfx_modules/beaver-widgets/custom-fields/toggle-field/toggle_field.php:27
167
+ msgid "No"
168
  msgstr ""
169
 
170
+ #: obfx_modules/beaver-widgets/inc/common-functions.php:26
171
+ msgid "Margins"
 
172
  msgstr ""
173
 
174
+ #: obfx_modules/beaver-widgets/inc/common-functions.php:26
175
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:739
176
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:797
177
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:477
178
+ msgid "Padding"
 
 
 
 
 
 
 
179
  msgstr ""
180
 
181
+ #: obfx_modules/beaver-widgets/inc/common-functions.php:30
182
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:191
183
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:190
184
+ msgid "Top"
185
  msgstr ""
186
 
187
+ #: obfx_modules/beaver-widgets/inc/common-functions.php:31
188
+ #: obfx_modules/beaver-widgets/inc/common-functions.php:37
189
+ #: obfx_modules/beaver-widgets/inc/common-functions.php:43
190
+ #: obfx_modules/beaver-widgets/inc/common-functions.php:49
191
+ #: obfx_modules/beaver-widgets/inc/common-functions.php:73
192
+ #: obfx_modules/beaver-widgets/inc/common-functions.php:108
193
+ #: obfx_modules/beaver-widgets/inc/common-functions.php:113
194
+ #: obfx_modules/beaver-widgets/modules/services/services.php:114
195
+ msgid "px"
196
  msgstr ""
197
 
198
+ #: obfx_modules/beaver-widgets/inc/common-functions.php:36
199
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:193
200
+ msgid "Bottom"
201
  msgstr ""
202
 
203
+ #: obfx_modules/beaver-widgets/inc/common-functions.php:42
204
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:88
205
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:139
206
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:220
207
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:287
208
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:332
209
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:187
210
+ #: obfx_modules/beaver-widgets/modules/services/services.php:106
211
+ #: obfx_modules/beaver-widgets/modules/services/services.php:185
212
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:553
213
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:589
214
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:635
215
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:274
216
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:186
217
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:295
218
+ msgid "Left"
219
  msgstr ""
220
 
221
+ #: obfx_modules/beaver-widgets/inc/common-functions.php:48
222
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:89
223
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:140
224
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:221
225
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:288
226
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:333
227
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:188
228
+ #: obfx_modules/beaver-widgets/modules/services/services.php:108
229
+ #: obfx_modules/beaver-widgets/modules/services/services.php:187
230
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:561
231
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:597
232
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:643
233
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:282
234
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:194
235
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:303
236
+ msgid "Right"
237
  msgstr ""
238
 
239
+ #: obfx_modules/beaver-widgets/inc/common-functions.php:64
240
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:776
241
+ msgid "Typography"
242
  msgstr ""
243
 
244
+ #: obfx_modules/beaver-widgets/inc/common-functions.php:72
245
+ msgid "Font size"
246
  msgstr ""
247
 
248
+ #: obfx_modules/beaver-widgets/inc/common-functions.php:78
249
+ msgid "Font family"
 
250
  msgstr ""
251
 
252
+ #: obfx_modules/beaver-widgets/inc/common-functions.php:86
253
+ msgid "Transform"
 
 
254
  msgstr ""
255
 
256
+ #: obfx_modules/beaver-widgets/inc/common-functions.php:89
257
+ msgid "None"
 
 
258
  msgstr ""
259
 
260
+ #: obfx_modules/beaver-widgets/inc/common-functions.php:90
261
+ msgid "Capitalize"
262
  msgstr ""
263
 
264
+ #: obfx_modules/beaver-widgets/inc/common-functions.php:91
265
+ msgid "Uppercase"
266
  msgstr ""
267
 
268
+ #: obfx_modules/beaver-widgets/inc/common-functions.php:92
269
+ msgid "Lowercase"
270
  msgstr ""
271
 
272
+ #: obfx_modules/beaver-widgets/inc/common-functions.php:97
273
+ msgid "Font style"
 
274
  msgstr ""
275
 
276
+ #: obfx_modules/beaver-widgets/inc/common-functions.php:100
277
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:1137
278
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:821
279
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:512
280
+ msgid "Normal"
281
  msgstr ""
282
 
283
+ #: obfx_modules/beaver-widgets/inc/common-functions.php:101
284
+ msgid "Italic"
 
285
  msgstr ""
286
 
287
+ #: obfx_modules/beaver-widgets/inc/common-functions.php:102
288
+ msgid "Oblique"
 
 
 
289
  msgstr ""
290
 
291
+ #: obfx_modules/beaver-widgets/inc/common-functions.php:107
292
+ msgid "Line height"
 
293
  msgstr ""
294
 
295
+ #: obfx_modules/beaver-widgets/inc/common-functions.php:112
296
+ msgid "Letter spacing"
297
  msgstr ""
298
 
299
+ #: obfx_modules/beaver-widgets/init.php:25
300
+ msgid "Beaver Builder Widgets"
 
 
 
301
  msgstr ""
302
 
303
+ #: obfx_modules/beaver-widgets/init.php:26
304
+ msgid "Custom Beaver Builder Widgets."
 
305
  msgstr ""
306
 
307
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/frontend.php:100
308
+ #. translators: %1$s is Author name wrapped, %2$s is Time
309
+ msgid "By %1$s"
310
  msgstr ""
311
 
312
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:24
313
+ msgid "Custom Query"
314
  msgstr ""
315
 
316
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:32
317
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:162
318
+ msgid "Post Type"
319
  msgstr ""
320
 
321
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:40
322
+ msgid "Order"
 
323
  msgstr ""
324
 
325
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:42
326
+ msgid "Descending"
327
  msgstr ""
328
 
329
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:43
330
+ msgid "Ascending"
331
  msgstr ""
332
 
333
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:52
334
+ msgid "Order By"
335
  msgstr ""
336
 
337
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:54
338
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:206
339
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-testimonial.php:168
340
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:410
341
+ msgid "Author"
342
  msgstr ""
343
 
344
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:55
345
+ msgid "Comment Count"
346
  msgstr ""
347
 
348
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:56
349
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:207
350
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:246
351
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:411
352
+ msgid "Date"
353
  msgstr ""
354
 
355
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:57
356
+ msgid "Date Last Modified"
357
  msgstr ""
358
 
359
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:58
360
+ msgid "ID"
361
  msgstr ""
362
 
363
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:59
364
+ msgid "Menu Order"
 
 
365
  msgstr ""
366
 
367
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:60
368
+ msgid "Meta Value (Alphabetical)"
369
  msgstr ""
370
 
371
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:61
372
+ msgid "Meta Value (Numeric)"
373
  msgstr ""
374
 
375
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:62
376
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:250
377
+ msgid "Random"
 
378
  msgstr ""
379
 
380
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:63
381
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:56
382
+ #: obfx_modules/beaver-widgets/modules/services/services.php:228
383
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/contact.widget.php:65
384
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/features.widget.php:80
385
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:202
386
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/icon-box.widget.php:87
387
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/progress-bar.widget.php:62
388
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-focus.php:167
389
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:247
390
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:331
391
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:856
392
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:96
393
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:97
394
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:317
395
+ msgid "Title"
396
  msgstr ""
397
 
398
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:80
399
+ msgid "Meta Key"
400
  msgstr ""
401
 
402
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:91
403
+ msgid "Skip this many posts that match the specified criteria."
 
 
404
  msgstr ""
405
 
406
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:99
407
+ msgid "Posts per page"
408
  msgstr ""
409
 
410
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:102
411
+ msgid "-1 means all posts"
412
  msgstr ""
413
 
414
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:110
415
+ #: obfx_modules/beaver-widgets/modules/services/services.php:61
416
+ msgid "Number of columns"
 
417
  msgstr ""
418
 
419
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:120
420
+ msgid "Filter"
421
  msgstr ""
422
 
423
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:137
424
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:153
425
+ msgid "Enter a list of %1$s."
426
  msgstr ""
427
 
428
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:170
429
+ msgid "Authors"
 
 
 
430
  msgstr ""
431
 
432
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:171
433
+ msgid "Enter a list of authors usernames."
434
  msgstr ""
435
 
436
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:180
437
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:174
438
+ msgid "Appearance"
439
  msgstr ""
440
 
441
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:188
442
+ msgid "Vertical align"
 
 
 
443
  msgstr ""
444
 
445
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:192
446
+ msgid "Middle"
447
  msgstr ""
448
 
449
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:202
450
+ msgid "Display type"
451
  msgstr ""
452
 
453
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:205
454
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:202
455
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:405
456
+ msgid "Grid"
 
457
  msgstr ""
458
 
459
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:206
460
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:203
461
+ msgid "List"
 
462
  msgstr ""
463
 
464
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:215
465
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:178
466
+ #: obfx_modules/beaver-widgets/modules/services/services.php:73
467
+ msgid "Card layout"
468
  msgstr ""
469
 
470
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:223
471
+ msgid "Margin top"
472
  msgstr ""
473
 
474
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:233
475
+ msgid "Margin bottom"
476
  msgstr ""
477
 
478
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:243
479
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:281
480
+ #: obfx_modules/beaver-widgets/modules/services/services.php:78
481
+ msgid "Background color"
 
 
482
  msgstr ""
483
 
484
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:259
485
+ msgid "Link color"
 
 
 
 
486
  msgstr ""
487
 
488
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:273
489
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:438
490
+ msgid "Text color"
491
  msgstr ""
492
 
493
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:26
494
+ msgid "Post Grid"
495
  msgstr ""
496
 
497
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:27
498
+ msgid "A method to display your posts."
 
 
 
 
 
499
  msgstr ""
500
 
501
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:28
502
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:33
503
+ #: obfx_modules/beaver-widgets/modules/services/services.php:33
504
+ msgid "Orbit Fox Modules"
505
  msgstr ""
506
 
507
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:51
508
+ msgid "Loop Settings"
509
  msgstr ""
510
 
511
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:55
512
+ msgid "Image options"
513
  msgstr ""
514
 
515
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:62
516
+ msgid "Show post thumbnail"
517
  msgstr ""
518
 
519
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:67
520
+ msgid "Link in thumbnail"
521
  msgstr ""
522
 
523
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:72
524
+ msgid "Enable thumbnail shadow"
525
  msgstr ""
526
 
527
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:77
528
+ msgid "Image size"
 
529
  msgstr ""
530
 
531
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:84
532
+ msgid "Image alignment"
 
533
  msgstr ""
534
 
535
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:87
536
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:138
537
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:219
538
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:286
539
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:331
540
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:186
541
+ #: obfx_modules/beaver-widgets/modules/services/services.php:107
542
+ #: obfx_modules/beaver-widgets/modules/services/services.php:186
543
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:557
544
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:593
545
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:639
546
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:278
547
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:299
548
+ msgid "Center"
549
  msgstr ""
550
 
551
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:118
552
+ msgid "Title options"
 
553
  msgstr ""
554
 
555
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:125
556
+ msgid "Show post title"
 
557
  msgstr ""
558
 
559
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:130
560
+ msgid "Link on title"
561
  msgstr ""
562
 
563
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:135
564
+ msgid "Title alignment"
 
565
  msgstr ""
566
 
567
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:146
568
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:65
569
+ msgid "Title tag"
570
  msgstr ""
571
 
572
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:149
573
+ msgid "H1"
 
574
  msgstr ""
575
 
576
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:150
577
+ msgid "H2"
 
578
  msgstr ""
579
 
580
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:151
581
+ msgid "H3"
 
582
  msgstr ""
583
 
584
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:152
585
+ msgid "H4"
 
586
  msgstr ""
587
 
588
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:153
589
+ msgid "H5"
 
590
  msgstr ""
591
 
592
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:154
593
+ msgid "H6"
594
+ msgstr ""
595
+
596
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:155
597
+ msgid "span"
598
+ msgstr ""
599
+
600
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:156
601
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:74
602
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:97
603
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:115
604
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:143
605
+ msgid "p"
606
+ msgstr ""
607
+
608
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:157
609
+ msgid "div"
610
+ msgstr ""
611
+
612
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:185
613
+ msgid "Meta options"
614
+ msgstr ""
615
+
616
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:192
617
+ msgid "Show post meta"
618
+ msgstr ""
619
+
620
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:197
621
+ msgid "Show icons"
622
+ msgstr ""
623
+
624
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:199
625
+ msgid "If icons doesn't show you have to enqueue FontAwesome in your theme."
626
+ msgstr ""
627
+
628
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:203
629
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:404
630
+ msgid "Display"
631
+ msgstr ""
632
+
633
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:208
634
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:173
635
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:186
636
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:412
637
+ msgid "Category"
638
+ msgstr ""
639
+
640
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:209
641
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:413
642
+ msgid "Tags"
643
+ msgstr ""
644
+
645
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:210
646
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:414
647
+ msgid "Comments"
648
+ msgstr ""
649
+
650
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:216
651
+ msgid "Meta alignment"
652
+ msgstr ""
653
+
654
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:249
655
+ msgid "Content options"
656
+ msgstr ""
657
+
658
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:256
659
+ msgid "Show post content"
660
+ msgstr ""
661
+
662
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:261
663
+ msgid "Show read more"
664
+ msgstr ""
665
+
666
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:266
667
+ msgid "Number of words"
668
+ msgstr ""
669
+
670
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:272
671
+ msgid "Read more text"
672
+ msgstr ""
673
+
674
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:273
675
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:523
676
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:524
677
+ msgid "Read more"
678
+ msgstr ""
679
+
680
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:283
681
+ msgid "Text alignment"
682
+ msgstr ""
683
+
684
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:317
685
+ msgid "Pagination options"
686
+ msgstr ""
687
+
688
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:324
689
+ msgid "Enable pagination"
690
+ msgstr ""
691
+
692
+ #: obfx_modules/beaver-widgets/modules/post-grid/post-grid.php:328
693
+ msgid "Pagination alignment"
694
+ msgstr ""
695
+
696
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:31
697
+ msgid "Pricing table"
698
+ msgstr ""
699
+
700
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:32
701
+ msgid ""
702
+ "Pricing Tables are the perfect option when showcasing services you have on "
703
+ "offer."
704
+ msgstr ""
705
+
706
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:49
707
+ #: obfx_modules/beaver-widgets/modules/services/services.php:47
708
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:466
709
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:975
710
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:281
711
+ msgid "Content"
712
+ msgstr ""
713
+
714
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:52
715
+ msgid "Plan Header"
716
+ msgstr ""
717
+
718
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:57
719
+ msgid "Plan title"
720
+ msgstr ""
721
+
722
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:68
723
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:91
724
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:109
725
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:137
726
+ msgid "h1"
727
+ msgstr ""
728
+
729
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:69
730
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:92
731
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:110
732
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:138
733
+ msgid "h2"
734
+ msgstr ""
735
+
736
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:70
737
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:93
738
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:111
739
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:139
740
+ msgid "h3"
741
+ msgstr ""
742
+
743
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:71
744
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:94
745
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:112
746
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:140
747
+ msgid "h4"
748
+ msgstr ""
749
+
750
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:72
751
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:95
752
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:113
753
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:141
754
+ msgid "h5"
755
+ msgstr ""
756
+
757
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:73
758
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:96
759
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:114
760
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:142
761
+ msgid "h6"
762
+ msgstr ""
763
+
764
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:79
765
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/icon-box.widget.php:91
766
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:124
767
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:125
768
+ msgid "Subtitle"
769
+ msgstr ""
770
+
771
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:80
772
+ msgid "Plan subtitle"
773
+ msgstr ""
774
+
775
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:88
776
+ msgid "Subtitle tag"
777
+ msgstr ""
778
+
779
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:103
780
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:157
781
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:471
782
+ msgid "Price Tag"
783
+ msgstr ""
784
+
785
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:107
786
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:495
787
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:1032
788
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:165
789
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:166
790
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:535
791
+ msgid "Price"
792
+ msgstr ""
793
+
794
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:116
795
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:176
796
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:177
797
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:501
798
+ msgid "Currency"
799
+ msgstr ""
800
+
801
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:125
802
+ msgid "Currency position"
803
+ msgstr ""
804
+
805
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:128
806
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:189
807
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:347
808
+ msgid "Before"
809
+ msgstr ""
810
+
811
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:129
812
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:190
813
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:348
814
+ msgid "After"
815
+ msgstr ""
816
+
817
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:134
818
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:199
819
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:569
820
+ msgid "Period"
821
+ msgstr ""
822
+
823
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:135
824
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:200
825
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:201
826
+ msgid "/month"
827
+ msgstr ""
828
+
829
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:144
830
+ msgid "Features list"
831
+ msgstr ""
832
+
833
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:149
834
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:560
835
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-features-section.php:103
836
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:227
837
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:231
838
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:235
839
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:253
840
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:138
841
+ msgid "Feature"
842
+ msgstr ""
843
+
844
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:156
845
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:161
846
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:508
847
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:536
848
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:1107
849
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:307
850
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:758
851
+ msgid "Button"
852
+ msgstr ""
853
+
854
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:160
855
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:522
856
+ msgid "Button text"
857
+ msgstr ""
858
+
859
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:169
860
+ msgid "Button link"
861
+ msgstr ""
862
+
863
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:183
864
+ msgid "Align"
865
+ msgstr ""
866
+
867
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:196
868
+ msgid "Header Style"
869
+ msgstr ""
870
+
871
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:211
872
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:340
873
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:408
874
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:489
875
+ msgid "Colors"
876
+ msgstr ""
877
+
878
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:215
879
+ msgid "Title color"
880
+ msgstr ""
881
+
882
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:228
883
+ msgid "Subtitle color"
884
+ msgstr ""
885
+
886
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:243
887
+ msgid "Title typography"
888
+ msgstr ""
889
+
890
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:250
891
+ msgid "Subtitle typography"
892
+ msgstr ""
893
+
894
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:256
895
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:264
896
+ msgid "Background"
897
+ msgstr ""
898
+
899
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:260
900
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:114
901
+ #: vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-base.php:111
902
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-elementor.php:180
903
+ msgid "Type"
904
+ msgstr ""
905
+
906
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:263
907
+ #: obfx_modules/beaver-widgets/modules/services/services.php:153
908
+ #: obfx_modules/beaver-widgets/modules/services/services.php:192
909
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:879
910
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:938
911
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:998
912
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:1061
913
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:343
914
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:373
915
+ msgid "Color"
916
+ msgstr ""
917
+
918
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:265
919
+ msgid "Gradient"
920
+ msgstr ""
921
+
922
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:295
923
+ msgid "Photo Field"
924
+ msgstr ""
925
+
926
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:300
927
+ msgid "Gradient color 1"
928
+ msgstr ""
929
+
930
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:305
931
+ msgid "Gradient color 2"
932
+ msgstr ""
933
+
934
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:310
935
+ msgid "Orientation"
936
+ msgstr ""
937
+
938
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:313
939
+ msgid "Horizontal"
940
+ msgstr ""
941
+
942
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:314
943
+ msgid "Vertical"
944
+ msgstr ""
945
+
946
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:315
947
+ msgid "Diagonal bottom"
948
+ msgstr ""
949
+
950
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:316
951
+ msgid "Diagonal top"
952
+ msgstr ""
953
+
954
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:317
955
+ msgid "Radial"
956
+ msgstr ""
957
+
958
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:325
959
+ msgid "Price Style"
960
+ msgstr ""
961
+
962
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:344
963
+ msgid "Price color"
964
+ msgstr ""
965
+
966
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:357
967
+ msgid "Currency color"
968
+ msgstr ""
969
+
970
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:370
971
+ msgid "Period color"
972
+ msgstr ""
973
+
974
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:393
975
+ msgid "Features Style"
976
+ msgstr ""
977
+
978
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:412
979
+ #: obfx_modules/beaver-widgets/modules/services/services.php:242
980
+ msgid "Icon color"
981
+ msgstr ""
982
+
983
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:425
984
+ msgid "Bold text color"
985
+ msgstr ""
986
+
987
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:461
988
+ msgid "Button Style"
989
+ msgstr ""
990
+
991
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:493
992
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:574
993
+ #: obfx_modules/beaver-widgets/modules/services/services.php:232
994
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-ribbon-section.php:92
995
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/features.widget.php:84
996
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-focus.php:176
997
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-testimonial.php:195
998
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:250
999
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:315
1000
+ #: vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-base.php:113
1001
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-elementor.php:167
1002
+ msgid "Text"
1003
+ msgstr ""
1004
+
1005
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:506
1006
+ msgid "Text on hover"
1007
+ msgstr ""
1008
+
1009
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:519
1010
+ msgid "Button background"
1011
+ msgstr ""
1012
+
1013
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:532
1014
+ msgid "Button background on hover"
1015
+ msgstr ""
1016
+
1017
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:563
1018
+ #: obfx_modules/beaver-widgets/modules/services/services.php:99
1019
+ #: obfx_modules/beaver-widgets/modules/services/services.php:149
1020
+ #: obfx_modules/beaver-widgets/modules/services/services.php:178
1021
+ #: obfx_modules/beaver-widgets/modules/services/services.php:221
1022
+ msgid "General"
1023
+ msgstr ""
1024
+
1025
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:570
1026
+ msgid "Bold text"
1027
+ msgstr ""
1028
+
1029
+ #: obfx_modules/beaver-widgets/modules/pricing-table/pricing-table.php:578
1030
+ #: obfx_modules/beaver-widgets/modules/services/services.php:237
1031
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/features.widget.php:65
1032
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/icon-box.widget.php:72
1033
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:258
1034
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:334
1035
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:118
1036
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:143
1037
+ msgid "Icon"
1038
+ msgstr ""
1039
+
1040
+ #: obfx_modules/beaver-widgets/modules/services/services.php:31
1041
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:39
1042
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:77
1043
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:84
1044
+ msgid "Services"
1045
+ msgstr ""
1046
+
1047
+ #: obfx_modules/beaver-widgets/modules/services/services.php:32
1048
+ msgid "An overview of the products or services."
1049
+ msgstr ""
1050
+
1051
+ #: obfx_modules/beaver-widgets/modules/services/services.php:55
1052
+ #: obfx_modules/beaver-widgets/modules/services/services.php:218
1053
+ msgid "Service"
1054
+ msgstr ""
1055
+
1056
+ #: obfx_modules/beaver-widgets/modules/services/services.php:96
1057
+ msgid "Icon style"
1058
+ msgstr ""
1059
+
1060
+ #: obfx_modules/beaver-widgets/modules/services/services.php:103
1061
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:278
1062
+ msgid "Position"
1063
+ msgstr ""
1064
+
1065
+ #: obfx_modules/beaver-widgets/modules/services/services.php:113
1066
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:260
1067
+ msgid "Size"
1068
+ msgstr ""
1069
+
1070
+ #: obfx_modules/beaver-widgets/modules/services/services.php:146
1071
+ msgid "Title style"
1072
+ msgstr ""
1073
+
1074
+ #: obfx_modules/beaver-widgets/modules/services/services.php:175
1075
+ msgid "Content style"
1076
+ msgstr ""
1077
+
1078
+ #: obfx_modules/beaver-widgets/modules/services/services.php:182
1079
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:585
1080
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:631
1081
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:270
1082
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:289
1083
+ msgid "Alignment"
1084
+ msgstr ""
1085
+
1086
+ #: obfx_modules/beaver-widgets/modules/services/services.php:247
1087
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:170
1088
+ msgid "Link to"
1089
+ msgstr ""
1090
+
1091
+ #: obfx_modules/companion-legacy/inc/hestia/common-functions.php:149
1092
+ msgid "1-800-123-4567"
1093
+ msgstr ""
1094
+
1095
+ #: obfx_modules/companion-legacy/inc/hestia/common-functions.php:150
1096
+ msgid "tel:1-800-123-4567"
1097
+ msgstr ""
1098
+
1099
+ #: obfx_modules/companion-legacy/inc/hestia/common-functions.php:153
1100
+ msgid "friends@themeisle.com"
1101
+ msgstr ""
1102
+
1103
+ #: obfx_modules/companion-legacy/inc/hestia/common-functions.php:154
1104
+ msgid "mailto:friends@themeisle.com"
1105
+ msgstr ""
1106
+
1107
+ #: obfx_modules/companion-legacy/inc/hestia/common-functions.php:161
1108
+ msgid "Facebook"
1109
+ msgstr ""
1110
+
1111
+ #: obfx_modules/companion-legacy/inc/hestia/common-functions.php:162
1112
+ msgid "www.facebook.com"
1113
+ msgstr ""
1114
+
1115
+ #: obfx_modules/companion-legacy/inc/hestia/common-functions.php:165
1116
+ msgid "Twitter"
1117
+ msgstr ""
1118
+
1119
+ #: obfx_modules/companion-legacy/inc/hestia/common-functions.php:166
1120
+ msgid "www.twitter.com"
1121
+ msgstr ""
1122
+
1123
+ #: obfx_modules/companion-legacy/inc/hestia/common-functions.php:169
1124
+ msgid "Google"
1125
+ msgstr ""
1126
+
1127
+ #: obfx_modules/companion-legacy/inc/hestia/common-functions.php:170
1128
+ msgid "www.google.com"
1129
+ msgstr ""
1130
+
1131
+ #: obfx_modules/companion-legacy/inc/hestia/common-functions.php:173
1132
+ msgid "Linkedin"
1133
+ msgstr ""
1134
+
1135
+ #: obfx_modules/companion-legacy/inc/hestia/common-functions.php:174
1136
+ msgid "www.linkedin.com"
1137
+ msgstr ""
1138
+
1139
+ #: obfx_modules/companion-legacy/inc/hestia/common-functions.php:177
1140
+ msgid "Instagram"
1141
+ msgstr ""
1142
+
1143
+ #: obfx_modules/companion-legacy/inc/hestia/common-functions.php:178
1144
+ msgid "www.instagram.com"
1145
+ msgstr ""
1146
+
1147
+ #: obfx_modules/companion-legacy/inc/hestia/common-functions.php:181
1148
+ msgid "Pinterest"
1149
+ msgstr ""
1150
+
1151
+ #: obfx_modules/companion-legacy/inc/hestia/common-functions.php:182
1152
+ msgid "www.pinterest.com"
1153
+ msgstr ""
1154
+
1155
+ #: obfx_modules/companion-legacy/inc/hestia/common-functions.php:185
1156
+ msgid "Youtube"
1157
+ msgstr ""
1158
+
1159
+ #: obfx_modules/companion-legacy/inc/hestia/common-functions.php:186
1160
+ msgid "www.youtube.com"
1161
+ msgstr ""
1162
+
1163
+ #: obfx_modules/companion-legacy/inc/hestia/functions.php:66
1164
+ msgid "Front Page"
1165
+ msgstr ""
1166
+
1167
+ #: obfx_modules/companion-legacy/inc/hestia/functions.php:68
1168
+ msgid "Blog"
1169
+ msgstr ""
1170
+
1171
+ #: obfx_modules/companion-legacy/inc/hestia/inc/customizer.php:18
1172
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-features-section.php:28
1173
+ msgid "Why our product is the best"
1174
+ msgstr ""
1175
+
1176
+ #: obfx_modules/companion-legacy/inc/hestia/inc/customizer.php:23
1177
+ #: obfx_modules/companion-legacy/inc/hestia/inc/customizer.php:38
1178
+ #: obfx_modules/companion-legacy/inc/hestia/inc/customizer.php:51
1179
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-features-section.php:29
1180
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-features-section.php:179
1181
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-features-section.php:186
1182
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-features-section.php:193
1183
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-team-section.php:32
1184
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-testimonials-section.php:31
1185
+ msgid ""
1186
+ "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod "
1187
+ "tempor incididunt ut labore et dolore magna aliqua."
1188
+ msgstr ""
1189
+
1190
+ #: obfx_modules/companion-legacy/inc/hestia/inc/customizer.php:34
1191
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-team-section.php:31
1192
+ msgid "Meet our team"
1193
+ msgstr ""
1194
+
1195
+ #: obfx_modules/companion-legacy/inc/hestia/inc/customizer.php:47
1196
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-testimonials-section.php:30
1197
+ msgid "What clients say"
1198
+ msgstr ""
1199
+
1200
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-clients-bar-section.php:24
1201
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-clients-bar-section.php:34
1202
+ msgid "Clients Bar"
1203
+ msgstr ""
1204
+
1205
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-clients-bar-section.php:52
1206
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-features-section.php:52
1207
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-ribbon-section.php:55
1208
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-team-section.php:52
1209
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-testimonials-section.php:52
1210
+ msgid "Disable section"
1211
+ msgstr ""
1212
+
1213
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-clients-bar-section.php:70
1214
+ msgid "Clients Bar Content"
1215
+ msgstr ""
1216
+
1217
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-clients-bar-section.php:73
1218
+ msgid "Add new client"
1219
+ msgstr ""
1220
+
1221
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-clients-bar-section.php:74
1222
+ msgid "Clients"
1223
+ msgstr ""
1224
+
1225
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-features-section.php:24
1226
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-features-section.php:34
1227
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:215
1228
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:609
1229
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:673
1230
+ msgid "Features"
1231
+ msgstr ""
1232
+
1233
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-features-section.php:67
1234
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-team-section.php:67
1235
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-testimonials-section.php:67
1236
+ msgid "Section Title"
1237
+ msgstr ""
1238
+
1239
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-features-section.php:82
1240
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-team-section.php:82
1241
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-testimonials-section.php:82
1242
+ msgid "Section Subtitle"
1243
+ msgstr ""
1244
+
1245
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-features-section.php:99
1246
+ msgid "Features Content"
1247
+ msgstr ""
1248
+
1249
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-features-section.php:102
1250
+ msgid "Add new Feature"
1251
+ msgstr ""
1252
+
1253
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-ribbon-section.php:27
1254
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-ribbon-section.php:37
1255
+ msgid "Ribbon"
1256
+ msgstr ""
1257
+
1258
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-ribbon-section.php:73
1259
+ msgid "Background Image"
1260
+ msgstr ""
1261
+
1262
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-ribbon-section.php:80
1263
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-ribbon-section.php:35
1264
+ msgid "Subscribe to our Newsletter"
1265
+ msgstr ""
1266
+
1267
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-ribbon-section.php:98
1268
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-ribbon-section.php:38
1269
+ msgid "Subscribe"
1270
+ msgstr ""
1271
+
1272
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-ribbon-section.php:109
1273
+ msgid "Button Text"
1274
+ msgstr ""
1275
+
1276
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-ribbon-section.php:126
1277
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/features.widget.php:88
1278
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-clients.php:115
1279
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-focus.php:183
1280
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:315
1281
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:370
1282
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:325
1283
+ msgid "Link"
1284
+ msgstr ""
1285
+
1286
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-team-section.php:24
1287
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-team-section.php:34
1288
+ msgid "Team"
1289
+ msgstr ""
1290
+
1291
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-team-section.php:99
1292
+ msgid "Team Content"
1293
+ msgstr ""
1294
+
1295
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-team-section.php:102
1296
+ msgid "Add new Team Member"
1297
+ msgstr ""
1298
+
1299
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-team-section.php:103
1300
+ msgid "Team Member"
1301
+ msgstr ""
1302
+
1303
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-testimonials-section.php:24
1304
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-testimonials-section.php:34
1305
+ msgid "Testimonials"
1306
+ msgstr ""
1307
+
1308
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-testimonials-section.php:99
1309
+ msgid "Testimonials Content"
1310
+ msgstr ""
1311
+
1312
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-testimonials-section.php:102
1313
+ msgid "Add new Testimonial"
1314
+ msgstr ""
1315
+
1316
+ #: obfx_modules/companion-legacy/inc/hestia/inc/features/feature-testimonials-section.php:103
1317
+ msgid "Testimonial"
1318
+ msgstr ""
1319
+
1320
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-features-section.php:178
1321
+ msgid "Responsive"
1322
+ msgstr ""
1323
+
1324
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-features-section.php:185
1325
+ msgid "Quality"
1326
+ msgstr ""
1327
+
1328
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-features-section.php:192
1329
+ msgid "Support"
1330
+ msgstr ""
1331
+
1332
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-team-section.php:212
1333
+ msgid "Desmond Purpleson"
1334
+ msgstr ""
1335
+
1336
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-team-section.php:213
1337
+ msgid "CEO"
1338
+ msgstr ""
1339
+
1340
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-team-section.php:214
1341
+ msgid ""
1342
+ "Locavore pinterest chambray affogato art party, forage coloring book "
1343
+ "typewriter. Bitters cold selfies, retro celiac sartorial mustache."
1344
+ msgstr ""
1345
+
1346
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-team-section.php:243
1347
+ msgid "Parsley Pepperspray"
1348
+ msgstr ""
1349
+
1350
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-team-section.php:244
1351
+ msgid "Marketing Specialist"
1352
+ msgstr ""
1353
+
1354
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-team-section.php:245
1355
+ msgid ""
1356
+ "Craft beer salvia celiac mlkshk. Pinterest celiac tumblr, portland salvia "
1357
+ "skateboard cliche thundercats. Tattooed chia austin hell."
1358
+ msgstr ""
1359
+
1360
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-team-section.php:274
1361
+ msgid "Desmond Eagle"
1362
+ msgstr ""
1363
+
1364
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-team-section.php:275
1365
+ msgid "Graphic Designer"
1366
+ msgstr ""
1367
+
1368
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-team-section.php:276
1369
+ msgid ""
1370
+ "Pok pok direct trade godard street art, poutine fam typewriter food truck "
1371
+ "narwhal kombucha wolf cardigan butcher whatever pickled you."
1372
+ msgstr ""
1373
+
1374
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-team-section.php:305
1375
+ msgid "Ruby Von Rails"
1376
+ msgstr ""
1377
+
1378
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-team-section.php:306
1379
+ msgid "Lead Developer"
1380
+ msgstr ""
1381
+
1382
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-team-section.php:307
1383
+ msgid ""
1384
+ "Small batch vexillologist 90's blue bottle stumptown bespoke. Pok pok tilde "
1385
+ "fixie chartreuse, VHS gluten-free selfies wolf hot."
1386
+ msgstr ""
1387
+
1388
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-testimonials-section.php:181
1389
+ msgid "Inverness McKenzie"
1390
+ msgstr ""
1391
+
1392
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-testimonials-section.php:182
1393
+ msgid "Business Owner"
1394
+ msgstr ""
1395
+
1396
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-testimonials-section.php:183
1397
+ msgid ""
1398
+ "\"We have no regrets! After using your product my business skyrocketed! I "
1399
+ "made back the purchase price in just 48 hours! I couldn't have asked for "
1400
+ "more than this.\""
1401
+ msgstr ""
1402
+
1403
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-testimonials-section.php:188
1404
+ msgid "Hanson Deck"
1405
+ msgstr ""
1406
+
1407
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-testimonials-section.php:189
1408
+ msgid "Independent Artist"
1409
+ msgstr ""
1410
+
1411
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-testimonials-section.php:190
1412
+ msgid ""
1413
+ "\"Your company is truly upstanding and is behind its product 100 percent. "
1414
+ "Hestia is worth much more than I paid. I like Hestia more each day because "
1415
+ "it makes easier.\""
1416
+ msgstr ""
1417
+
1418
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-testimonials-section.php:195
1419
+ msgid "Natalya Undergrowth"
1420
+ msgstr ""
1421
+
1422
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-testimonials-section.php:196
1423
+ msgid "Freelancer"
1424
+ msgstr ""
1425
+
1426
+ #: obfx_modules/companion-legacy/inc/hestia/inc/sections/hestia-testimonials-section.php:197
1427
+ msgid ""
1428
+ "\"Thank you for making it painless, pleasant and most of all hassle free! I "
1429
+ "am so pleased with this product. Dude, your stuff is great! I will refer "
1430
+ "everyone I know.\""
1431
+ msgstr ""
1432
+
1433
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/about.widget.php:7
1434
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/contact.widget.php:7
1435
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:7
1436
+ msgid "This widget is designed for footer area"
1437
+ msgstr ""
1438
+
1439
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/about.widget.php:10
1440
+ msgid "[Rhea] About Company"
1441
+ msgstr ""
1442
+
1443
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/about.widget.php:94
1444
+ msgid "Use website logo"
1445
+ msgstr ""
1446
+
1447
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/about.widget.php:97
1448
+ msgid "Logo"
1449
+ msgstr ""
1450
+
1451
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/about.widget.php:98
1452
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-clients.php:148
1453
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-focus.php:216
1454
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:372
1455
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-testimonial.php:226
1456
+ msgid "Uploaded image"
1457
+ msgstr ""
1458
+
1459
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/about.widget.php:100
1460
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-clients.php:159
1461
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-focus.php:227
1462
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:383
1463
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-testimonial.php:237
1464
+ msgid "Upload Image"
1465
+ msgstr ""
1466
+
1467
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/about.widget.php:103
1468
+ msgid "Company Description"
1469
+ msgstr ""
1470
+
1471
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/contact.widget.php:10
1472
+ msgid "[Rhea] Contact"
1473
+ msgstr ""
1474
+
1475
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/contact.widget.php:69
1476
+ msgid "Company Adress"
1477
+ msgstr ""
1478
+
1479
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/contact.widget.php:73
1480
+ msgid "Google Maps URL"
1481
+ msgstr ""
1482
+
1483
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/contact.widget.php:77
1484
+ #: vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-base.php:114
1485
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:54
1486
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:55
1487
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-elementor.php:170
1488
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-newsletter.php:75
1489
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-newsletter.php:76
1490
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-newsletter.php:77
1491
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-registration.php:55
1492
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-registration.php:56
1493
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-registration.php:57
1494
+ msgid "Email"
1495
+ msgstr ""
1496
+
1497
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/contact.widget.php:81
1498
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:61
1499
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:62
1500
+ msgid "Phone"
1501
+ msgstr ""
1502
+
1503
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/features.widget.php:7
1504
+ msgid "This widget is designed for Our focus section widgets"
1505
+ msgstr ""
1506
+
1507
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/features.widget.php:9
1508
+ msgid "[Rhea] Our features widget"
1509
+ msgstr ""
1510
+
1511
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/features.widget.php:69
1512
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/icon-box.widget.php:76
1513
+ msgid "No icon selected :( ..."
1514
+ msgstr ""
1515
+
1516
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/features.widget.php:73
1517
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/icon-box.widget.php:80
1518
+ msgid "Select Icon"
1519
+ msgstr ""
1520
+
1521
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/features.widget.php:74
1522
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/icon-box.widget.php:81
1523
+ msgid "Change Icon"
1524
+ msgstr ""
1525
+
1526
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/features.widget.php:75
1527
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/icon-box.widget.php:82
1528
+ msgid "Remove"
1529
+ msgstr ""
1530
+
1531
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:9
1532
+ msgid "[Rhea] Company Program"
1533
+ msgstr ""
1534
+
1535
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:29
1536
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:206
1537
+ msgid "Monday"
1538
+ msgstr ""
1539
+
1540
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:47
1541
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:212
1542
+ msgid "Tuesday"
1543
+ msgstr ""
1544
+
1545
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:65
1546
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:218
1547
+ msgid "Wednesday"
1548
+ msgstr ""
1549
+
1550
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:83
1551
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:224
1552
+ msgid "Thursday"
1553
+ msgstr ""
1554
+
1555
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:101
1556
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:230
1557
+ msgid "Friday"
1558
+ msgstr ""
1559
+
1560
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:119
1561
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:236
1562
+ msgid "Saturday"
1563
+ msgstr ""
1564
+
1565
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:137
1566
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:242
1567
+ msgid "Sunday"
1568
+ msgstr ""
1569
+
1570
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:208
1571
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:214
1572
  #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:220
1573
  #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:226
1574
  #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:232
1577
  msgid "From"
1578
  msgstr ""
1579
 
1580
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:209
1581
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:215
1582
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:221
1583
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:227
1584
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:233
1585
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:239
1586
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/hours.widget.php:245
1587
+ msgid "To"
1588
+ msgstr ""
1589
+
1590
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/icon-box.widget.php:6
1591
+ msgid "This widget is designed for Right Section sidebar"
1592
+ msgstr ""
1593
+
1594
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/icon-box.widget.php:8
1595
+ msgid "[Rhea] Icon Box"
1596
+ msgstr ""
1597
+
1598
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/icon-box.widget.php:96
1599
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:285
1600
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:126
1601
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:364
1602
+ msgid "Description"
1603
+ msgstr ""
1604
+
1605
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/progress-bar.widget.php:6
1606
+ msgid "This widget is designed for Progress Bar Section"
1607
+ msgstr ""
1608
+
1609
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/progress-bar.widget.php:8
1610
+ msgid "[Rhea] - Progress Bar"
1611
+ msgstr ""
1612
+
1613
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/progress-bar.widget.php:66
1614
+ msgid "Info"
1615
+ msgstr ""
1616
+
1617
+ #: obfx_modules/companion-legacy/inc/rhea/widgets/progress-bar.widget.php:70
1618
+ msgid "Percentage"
1619
+ msgstr ""
1620
+
1621
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-clients.php:24
1622
+ msgid "Zerif - Clients widget"
1623
+ msgstr ""
1624
+
1625
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-clients.php:61
1626
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-clients.php:68
1627
+ msgid "Client"
1628
+ msgstr ""
1629
+
1630
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-clients.php:124
1631
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-focus.php:192
1632
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:348
1633
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-testimonial.php:202
1634
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:275
1635
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:792
1636
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:122
1637
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:162
1638
+ msgid "Image"
1639
+ msgstr ""
1640
+
1641
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-focus.php:24
1642
+ msgid "Zerif - Our focus widget"
1643
+ msgstr ""
1644
+
1645
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-focus.php:65
1646
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-focus.php:95
1647
+ msgid "Go to"
1648
+ msgstr ""
1649
+
1650
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:24
1651
+ msgid "Zerif - Team member widget"
1652
+ msgstr ""
1653
+
1654
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:124
1655
+ msgid "Facebook account of"
1656
+ msgstr ""
1657
+
1658
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:142
1659
+ msgid "Twitter account of"
1660
+ msgstr ""
1661
+
1662
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:160
1663
+ msgid "Behance account of"
1664
+ msgstr ""
1665
+
1666
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:178
1667
+ msgid "Dribble account of"
1668
+ msgstr ""
1669
+
1670
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:196
1671
+ msgid "Linkedin account of"
1672
+ msgstr ""
1673
+
1674
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:269
1675
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:47
1676
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:48
1677
+ msgid "Name"
1678
+ msgstr ""
1679
+
1680
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:295
1681
+ msgid "Facebook link"
1682
+ msgstr ""
1683
+
1684
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:305
1685
+ msgid "Twitter link"
1686
+ msgstr ""
1687
+
1688
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:314
1689
+ msgid "Behance link"
1690
+ msgstr ""
1691
+
1692
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:324
1693
+ msgid "Dribble link"
1694
+ msgstr ""
1695
+
1696
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:333
1697
+ msgid "Linkedin link"
1698
+ msgstr ""
1699
+
1700
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php:343
1701
+ msgid "Open links in new window?"
1702
+ msgstr ""
1703
+
1704
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-testimonial.php:24
1705
+ msgid "Zerif - Testimonial widget"
1706
+ msgstr ""
1707
+
1708
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-testimonial.php:177
1709
+ msgid "Author link"
1710
+ msgstr ""
1711
+
1712
+ #: obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-testimonial.php:186
1713
+ msgid "Author details"
1714
+ msgstr ""
1715
+
1716
+ #: obfx_modules/companion-legacy/init.php:72
1717
+ msgid "%s enhancements "
1718
+ msgstr ""
1719
+
1720
+ #: obfx_modules/companion-legacy/init.php:73
1721
+ msgid "Module containing frontpage improvements for %s theme."
1722
+ msgstr ""
1723
+
1724
+ #: obfx_modules/companion-legacy/init.php:167
1725
+ msgid "Search icon"
1726
+ msgstr ""
1727
+
1728
+ #: obfx_modules/companion-legacy/init.php:169
1729
+ msgid "All Icons"
1730
+ msgstr ""
1731
+
1732
+ #: obfx_modules/elementor-widgets/init.php:41
1733
+ msgid "Elementor Modules"
1734
+ msgstr ""
1735
+
1736
+ #: obfx_modules/elementor-widgets/init.php:42
1737
+ msgid "Adds new Elementor Widgets."
1738
+ msgstr ""
1739
+
1740
+ #: obfx_modules/elementor-widgets/init.php:130
1741
+ #: vendor/codeinwp/themeisle-content-forms/class-content-form-base.php:170
1742
+ msgid "Orbit Fox Addons"
1743
+ msgstr ""
1744
+
1745
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:30
1746
+ msgid "Post Type Grid"
1747
+ msgstr ""
1748
+
1749
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:153
1750
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:667
1751
+ msgid "Grid Options"
1752
+ msgstr ""
1753
+
1754
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:199
1755
+ msgid "Style"
1756
+ msgstr ""
1757
+
1758
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:213
1759
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:729
1760
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:467
1761
+ msgid "Items"
1762
+ msgstr ""
1763
+
1764
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:214
1765
+ msgid "How many items?"
1766
+ msgstr ""
1767
+
1768
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:224
1769
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:209
1770
+ msgid "Columns"
1771
+ msgstr ""
1772
+
1773
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:243
1774
+ msgid "Order by"
1775
+ msgstr ""
1776
+
1777
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:248
1778
+ msgid "Modified date"
1779
+ msgstr ""
1780
+
1781
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:249
1782
+ msgid "Comment count"
1783
+ msgstr ""
1784
+
1785
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:259
1786
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:620
1787
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:1318
1788
+ msgid "Pagination"
1789
+ msgstr ""
1790
+
1791
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:283
1792
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:339
1793
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:394
1794
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:474
1795
+ msgid "Hide"
1796
+ msgstr ""
1797
+
1798
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:293
1799
+ msgid "Image height"
1800
+ msgstr ""
1801
+
1802
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:350
1803
+ msgid "Tag"
1804
+ msgstr ""
1805
+
1806
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:386
1807
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:915
1808
+ msgid "Meta"
1809
+ msgstr ""
1810
+
1811
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:424
1812
+ msgid "No. of Categories"
1813
+ msgstr ""
1814
+
1815
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:425
1816
+ msgid "How many categories to display?"
1817
+ msgstr ""
1818
+
1819
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:438
1820
+ msgid "No. of Tags"
1821
+ msgstr ""
1822
+
1823
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:439
1824
+ msgid "How many tags to display?"
1825
+ msgstr ""
1826
+
1827
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:450
1828
+ msgid "Remove icons"
1829
+ msgstr ""
1830
+
1831
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:485
1832
+ msgid "Length (words)"
1833
+ msgstr ""
1834
+
1835
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:486
1836
+ msgid "Length of content (words)"
1837
+ msgstr ""
1838
+
1839
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:549
1840
+ msgid "Button alignment"
1841
+ msgstr ""
1842
+
1843
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:565
1844
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:286
1845
+ msgid "Justified"
1846
+ msgstr ""
1847
+
1848
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:676
1849
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:414
1850
+ msgid "Columns margin"
1851
+ msgstr ""
1852
+
1853
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:698
1854
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:436
1855
+ msgid "Rows margin"
1856
+ msgstr ""
1857
+
1858
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:752
1859
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:804
1860
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:785
1861
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:490
1862
+ msgid "Border Radius"
1863
+ msgstr ""
1864
+
1865
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:833
1866
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:895
1867
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:955
1868
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:1016
1869
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:1080
1870
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:1330
1871
+ msgid "Margin"
1872
+ msgstr ""
1873
+
1874
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:1150
1875
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:1220
1876
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:829
1877
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:878
1878
+ msgid "Text Color"
1879
+ msgstr ""
1880
+
1881
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:1171
1882
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:1241
1883
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:844
1884
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:893
1885
+ msgid "Background Color"
1886
+ msgstr ""
1887
+
1888
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:1207
1889
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:870
1890
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:538
1891
+ msgid "Hover"
1892
+ msgstr ""
1893
+
1894
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:1279
1895
+ msgid "Button padding"
1896
+ msgstr ""
1897
+
1898
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:1296
1899
+ msgid "Button border radius"
1900
+ msgstr ""
1901
+
1902
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:1521
1903
+ msgid "No reviews"
1904
+ msgstr ""
1905
+
1906
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:1521
1907
+ msgid "1 review"
1908
+ msgstr ""
1909
+
1910
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:1521
1911
+ msgid "% reviews"
1912
+ msgstr ""
1913
+
1914
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:1523
1915
+ msgid "No comments"
1916
+ msgstr ""
1917
+
1918
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:1523
1919
+ msgid "1 comment"
1920
+ msgstr ""
1921
+
1922
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:1523
1923
+ msgid "% comments"
1924
+ msgstr ""
1925
+
1926
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:1737
1927
+ msgid "Previous"
1928
+ msgstr ""
1929
+
1930
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-posts-grid.php:1738
1931
+ msgid "Next"
1932
+ msgstr ""
1933
+
1934
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:30
1935
+ msgid "Pricing Table"
1936
+ msgstr ""
1937
+
1938
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:88
1939
+ msgid "Plan Title"
1940
+ msgstr ""
1941
+
1942
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:98
1943
+ msgid "Pricing Plan"
1944
+ msgstr ""
1945
+
1946
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:106
1947
+ msgid "Title HTML tag"
1948
+ msgstr ""
1949
+
1950
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:134
1951
+ msgid "Subtitle HTML Tag"
1952
+ msgstr ""
1953
+
1954
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:178
1955
+ msgid "$"
1956
+ msgstr ""
1957
+
1958
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:186
1959
+ msgid "Currency Position"
1960
+ msgstr ""
1961
+
1962
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:222
1963
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:252
1964
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:137
1965
+ msgid "Plan Features"
1966
+ msgstr ""
1967
+
1968
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:226
1969
+ msgid "First"
1970
+ msgstr ""
1971
+
1972
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:230
1973
+ msgid "Second"
1974
+ msgstr ""
1975
+
1976
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:234
1977
+ msgid "Third"
1978
+ msgstr ""
1979
+
1980
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:242
1981
+ msgid "Accented Text"
1982
+ msgstr ""
1983
+
1984
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:243
1985
+ msgid "Appears before feature text"
1986
+ msgstr ""
1987
+
1988
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:245
1989
+ msgid "Accent"
1990
+ msgstr ""
1991
+
1992
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:316
1993
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:317
1994
+ msgid "Buy Now"
1995
+ msgstr ""
1996
+
1997
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:326
1998
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:172
1999
+ msgid "https://example.com"
2000
+ msgstr ""
2001
+
2002
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:344
2003
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:182
2004
+ msgid "Icon Position"
2005
+ msgstr ""
2006
+
2007
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:360
2008
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:733
2009
+ msgid "Icon Spacing"
2010
+ msgstr ""
2011
+
2012
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:385
2013
+ msgid "Header"
2014
+ msgstr ""
2015
+
2016
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:393
2017
+ msgid "Header Padding"
2018
+ msgstr ""
2019
+
2020
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:406
2021
+ msgid "Title Color"
2022
+ msgstr ""
2023
+
2024
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:431
2025
+ msgid "Subtitle Color"
2026
+ msgstr ""
2027
+
2028
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:456
2029
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:492
2030
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:618
2031
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:766
2032
+ msgid "Section Background"
2033
+ msgstr ""
2034
+
2035
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:480
2036
+ msgid "Price Box Padding"
2037
+ msgstr ""
2038
+
2039
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:510
2040
+ msgid "Currency Color"
2041
+ msgstr ""
2042
+
2043
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:544
2044
+ msgid "Price Color"
2045
+ msgstr ""
2046
+
2047
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:578
2048
+ msgid "Period Color"
2049
+ msgstr ""
2050
+
2051
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:628
2052
+ msgid "Features List Padding"
2053
+ msgstr ""
2054
+
2055
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:639
2056
+ msgid "Accented"
2057
+ msgstr ""
2058
+
2059
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:649
2060
+ msgid "Accented Color"
2061
+ msgstr ""
2062
+
2063
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:682
2064
+ msgid "Features Color"
2065
+ msgstr ""
2066
+
2067
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:707
2068
+ msgid "Icons"
2069
+ msgstr ""
2070
+
2071
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:716
2072
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:153
2073
+ msgid "Icon Color"
2074
+ msgstr ""
2075
+
2076
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-pricing-table.php:917
2077
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:562
2078
+ msgid "Transition Duration"
2079
+ msgstr ""
2080
+
2081
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:88
2082
+ msgid "Award-Winning​"
2083
+ msgstr ""
2084
+
2085
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:89
2086
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:96
2087
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:103
2088
+ msgid "Add some text here to describe your services to the page visitors.​"
2089
+ msgstr ""
2090
+
2091
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:95
2092
+ msgid "Professional​"
2093
+ msgstr ""
2094
+
2095
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:102
2096
+ msgid "Consulting​"
2097
+ msgstr ""
2098
+
2099
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:131
2100
+ msgid "Title & Description"
2101
+ msgstr ""
2102
+
2103
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:132
2104
+ msgid "Service Title"
2105
+ msgstr ""
2106
+
2107
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:232
2108
+ msgid "Icon / Image"
2109
+ msgstr ""
2110
+
2111
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:239
2112
+ #: obfx_modules/elementor-widgets/widgets/class-obfx-elementor-widget-services.php:326
2113
+ msgid "Spacing"
2114
+ msgstr ""
2115
+
2116
+ #: obfx_modules/menu-icons/init.php:33
2117
+ msgid "Menu Icons"
2118
  msgstr ""
2119
 
2120
+ #: obfx_modules/menu-icons/init.php:34
2121
+ msgid "Module to define menu icons for navigation."
2122
  msgstr ""
2123
 
2124
+ #: obfx_modules/menu-icons/init.php:147
2125
+ msgid "Powered by %s plugin"
2126
  msgstr ""
2127
 
2128
+ #: obfx_modules/mystock-import/inc/photos.php:28
2129
+ #: obfx_modules/mystock-import/init.php:187
2130
+ msgid "Deselect"
2131
  msgstr ""
2132
 
2133
+ #: obfx_modules/mystock-import/init.php:49
2134
+ msgid "Mystock Import"
 
2135
  msgstr ""
2136
 
2137
+ #: obfx_modules/mystock-import/init.php:50
2138
+ msgid "Module to import images directly from"
2139
  msgstr ""
2140
 
2141
+ #: obfx_modules/mystock-import/init.php:136
2142
+ #: obfx_modules/mystock-import/init.php:144
2143
+ #: obfx_modules/mystock-import/init.php:152
2144
+ #: obfx_modules/mystock-import/init.php:157
2145
+ msgid "Image failed to upload"
2146
  msgstr ""
2147
 
2148
+ #: obfx_modules/mystock-import/init.php:231
2149
+ msgid "Fetching data"
2150
  msgstr ""
2151
 
2152
+ #: obfx_modules/mystock-import/init.php:232
2153
+ msgid "Downloading image. Please wait..."
2154
  msgstr ""
2155
 
2156
+ #: obfx_modules/mystock-import/init.php:233
2157
+ msgid "Your image was imported. Go to Media Library tab to use it."
2158
  msgstr ""
2159
 
2160
+ #: obfx_modules/mystock-import/init.php:234
2161
+ msgid "Loading more photos..."
 
2162
  msgstr ""
2163
 
2164
+ #: obfx_modules/mystock-import/init.php:235
2165
+ msgid "MyStock Library"
 
 
 
2166
  msgstr ""
2167
 
2168
+ #: obfx_modules/mystock-import/init.php:236
2169
+ msgid "Import & set featured image"
2170
  msgstr ""
2171
 
2172
+ #: obfx_modules/mystock-import/init.php:237
2173
+ msgid "Import & insert image"
 
2174
  msgstr ""
2175
 
2176
+ #: obfx_modules/social-sharing/init.php:30
2177
+ msgid "Social Sharing Module"
2178
  msgstr ""
2179
 
2180
+ #: obfx_modules/social-sharing/init.php:31
2181
+ msgid "Add basic social sharing to your posts and pages."
2182
  msgstr ""
2183
 
2184
+ #: obfx_modules/social-sharing/views/hestia-social-sharing-tpl.php:36
2185
+ msgid "Share on "
2186
  msgstr ""
2187
 
2188
+ #: obfx_modules/template-directory/init.php:30
2189
+ msgid "Template Directory Module"
2190
  msgstr ""
2191
 
2192
+ #: obfx_modules/template-directory/init.php:31
2193
+ msgid ""
2194
+ "The awesome template directory is aiming to provide a wide range of "
2195
+ "templates that you can import straight into your website."
2196
  msgstr ""
2197
 
2198
+ #: obfx_modules/template-directory/init.php:160
2199
+ msgid "A new Orbit Fox Template"
2200
  msgstr ""
2201
 
2202
+ #: obfx_modules/template-directory/init.php:162
2203
+ msgid "This is an awesome Orbit Fox Template."
2204
  msgstr ""
2205
 
2206
+ #: obfx_modules/template-directory/init.php:165
2207
+ msgid "Elementor Page Builder"
2208
  msgstr ""
2209
 
2210
+ #: obfx_modules/template-directory/init.php:170
2211
+ msgid "About Our Business"
2212
  msgstr ""
2213
 
2214
+ #: obfx_modules/template-directory/init.php:171
2215
+ msgid ""
2216
+ "Use this layout to present your business in a fancy way. Add an interactive "
2217
+ "header, shwocase your services via progress bars, introduce your team "
2218
+ "members, and locate your headquarters on Google Maps. Last but not least, "
2219
+ "beautify the design by adding catchy images."
2220
  msgstr ""
2221
 
2222
+ #: obfx_modules/template-directory/init.php:177
2223
+ msgid "Contact Us"
2224
  msgstr ""
2225
 
2226
+ #: obfx_modules/template-directory/init.php:178
2227
+ msgid ""
2228
+ "A clean and simple template for your Contact page, where we integrated our "
2229
+ "Pirate Forms plugin. It will let your customers send you a message using an "
2230
+ "intuitive form. A Google map, together with a few other details about your "
2231
+ "business, completes the section."
2232
  msgstr ""
2233
 
2234
+ #: obfx_modules/template-directory/init.php:184
2235
+ msgid "Pricing"
2236
  msgstr ""
2237
 
2238
+ #: obfx_modules/template-directory/init.php:185
2239
+ msgid ""
2240
+ "If you plan to sell your products online, this layout offers you elegant "
2241
+ "pricing tables so you can differentiate the features and services for your "
2242
+ "clients. Also, for a better clarification, the template provides a FAQ area "
2243
+ "where you can answer people's questions."
2244
  msgstr ""
2245
 
2246
+ #: obfx_modules/template-directory/init.php:191
2247
+ msgid "Material Homepage"
2248
  msgstr ""
2249
 
2250
+ #: obfx_modules/template-directory/init.php:192
2251
+ msgid ""
2252
+ "This layout could be your main website homepage (or you can use it as an "
2253
+ "alternative homepage, if you wish). It was built on material design and "
2254
+ "comes with call to action, catchy icons, testimonials, blog posts, pricing "
2255
+ "plans, and other sections that you can add yourself by customizing it."
2256
  msgstr ""
2257
 
2258
+ #: obfx_modules/template-directory/init.php:198
2259
+ msgid "Ether - Landing Page"
2260
  msgstr ""
2261
 
2262
+ #: obfx_modules/template-directory/init.php:199
2263
+ msgid ""
2264
+ "An elegant and modern landing page for e-commerce, coming with a clean "
2265
+ "interface, beautiful typography, photo galleries, and call to action. If "
2266
+ "you have an online shop and want to promote a certain product, use this "
2267
+ "layout to tell people why they should buy it."
2268
  msgstr ""
2269
 
2270
+ #: obfx_modules/template-directory/init.php:205
2271
+ msgid "Jason - Landing Page"
2272
  msgstr ""
2273
 
2274
+ #: obfx_modules/template-directory/init.php:206
2275
+ msgid ""
2276
+ "A classy template for freelancers, where you can put your skills and "
2277
+ "knowldge in the spotlight for potential clients. Talk about yourself, your "
2278
+ "projects, awards, and let people contact you easily. The template is "
2279
+ "designed to feature one-page scrolling."
2280
  msgstr ""
2281
 
2282
+ #: obfx_modules/template-directory/init.php:212
2283
+ msgid "Pulse - Landing Page"
2284
  msgstr ""
2285
 
2286
+ #: obfx_modules/template-directory/init.php:213
2287
+ msgid ""
2288
+ "A good-looking landing page for products and apps, built to mark the "
2289
+ "features and services that they offer. The layout provides customer "
2290
+ "reviews, call to action, beautiful pricing tables, an About section, and a "
2291
+ "creative design. If you want to promote and sell your brand product, this "
2292
+ "template might help."
2293
  msgstr ""
2294
 
2295
+ #: obfx_modules/template-directory/init.php:219
2296
+ msgid "Ascend - Landing Page"
2297
  msgstr ""
2298
 
2299
+ #: obfx_modules/template-directory/init.php:220
2300
+ msgid ""
2301
+ "A resume-like template, built for outdoor enthusiasts and nature lovers. "
2302
+ "Its design and layout make it flexible for any other purpose too, so do not "
2303
+ "hesitate to showcase any kind of skills and activities, even "
2304
+ "business-oriented."
2305
  msgstr ""
2306
 
2307
+ #: obfx_modules/template-directory/init.php:226
2308
+ msgid "Path - Landing Page"
 
2309
  msgstr ""
2310
 
2311
+ #: obfx_modules/template-directory/init.php:227
2312
+ msgid ""
2313
+ "If you are a business consultant - agency or working on your own - have a "
2314
+ "look at this template! It comes with a clean design, call to action, "
2315
+ "statistics, and sections that put your services first."
2316
  msgstr ""
2317
 
2318
+ #: obfx_modules/template-directory/init.php:233
2319
+ msgid "Mocha - Landing Page"
2320
  msgstr ""
2321
 
2322
+ #: obfx_modules/template-directory/init.php:234
2323
+ msgid ""
2324
+ "An elegant and modern template for cafes and pubs, where you can display "
2325
+ "your menu in a mouth-watering way. Call to action, blog posts, attractive "
2326
+ "images, tabbed menus, and a catchy design will help you convince more "
2327
+ "people to stop by."
2328
  msgstr ""
2329
 
2330
+ #: obfx_modules/template-directory/init.php:281
2331
+ #: obfx_modules/template-directory/views/template-directory-page-tpl.php:19
2332
+ msgid "Orbit Fox Template Directory"
2333
  msgstr ""
2334
 
2335
+ #: obfx_modules/template-directory/init.php:281
2336
+ msgid "Template Directory"
2337
  msgstr ""
2338
 
2339
+ #: obfx_modules/template-directory/init.php:412
2340
+ msgid "Install and activate"
2341
  msgstr ""
2342
 
2343
+ #: obfx_modules/template-directory/views/template-directory-page-tpl.php:24
2344
+ msgid "More Details"
2345
  msgstr ""
2346
 
2347
+ #: obfx_modules/template-directory/views/template-directory-page-tpl.php:32
2348
+ msgid "Preview"
2349
  msgstr ""
2350
 
2351
+ #: obfx_modules/template-directory/views/template-directory-page-tpl.php:107
2352
+ msgid "Collapse"
2353
  msgstr ""
2354
 
2355
+ #: vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-base.php:72
2356
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-elementor.php:130
2357
+ msgid "Fields"
2358
  msgstr ""
2359
 
2360
+ #: vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-base.php:77
2361
+ #: vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-base.php:97
2362
+ #: vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-base.php:100
2363
+ #: vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-base.php:103
2364
+ msgid "Field"
2365
  msgstr ""
2366
 
2367
+ #: vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-base.php:87
2368
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-elementor.php:99
2369
+ msgid "Form Settings"
2370
  msgstr ""
2371
 
2372
+ #: vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-base.php:107
2373
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-elementor.php:138
2374
+ msgid "Label"
2375
  msgstr ""
2376
 
2377
+ #: vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-base.php:115
2378
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-elementor.php:171
2379
+ msgid "Textarea"
2380
  msgstr ""
2381
 
2382
+ #: vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-base.php:116
2383
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-elementor.php:168
2384
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-registration.php:62
2385
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-registration.php:63
2386
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-registration.php:64
2387
+ msgid "Password"
2388
  msgstr ""
2389
 
2390
+ #: vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-base.php:121
2391
+ msgid "Is required?"
2392
  msgstr ""
2393
 
2394
+ #: vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-base.php:123
2395
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-elementor.php:159
2396
+ msgid "Required"
2397
  msgstr ""
2398
 
2399
+ #: vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-base.php:124
2400
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-elementor.php:160
2401
+ msgid "Optional"
2402
  msgstr ""
2403
 
2404
+ #: vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-contact.php:19
2405
+ msgid "Contact"
2406
  msgstr ""
2407
 
2408
+ #: vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-contact.php:20
2409
+ msgid "A contact form."
2410
  msgstr ""
2411
 
2412
+ #: vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-contact.php:21
2413
+ #: vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-newsletter.php:21
2414
+ #: vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-registration.php:21
2415
+ msgid "OrbitFox Modules"
2416
  msgstr ""
2417
 
2418
+ #: vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-newsletter.php:19
2419
+ msgid "Newsletter"
2420
  msgstr ""
2421
 
2422
+ #: vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-newsletter.php:20
2423
+ msgid "A simple newsletter form."
2424
  msgstr ""
2425
 
2426
+ #: vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-registration.php:19
2427
+ msgid "Registration"
2428
  msgstr ""
2429
 
2430
+ #: vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-registration.php:20
2431
+ msgid "A sign up form."
2432
  msgstr ""
2433
 
2434
+ #: vendor/codeinwp/themeisle-content-forms/beaver/includes/frontend.php:19
2435
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-elementor.php:255
2436
+ msgid "The %s setting is required!"
2437
  msgstr ""
2438
 
2439
+ #: vendor/codeinwp/themeisle-content-forms/beaver/includes/frontend.php:40
2440
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:84
2441
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:85
2442
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-elementor.php:269
2443
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-gutenberg.php:98
2444
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-registration.php:72
2445
+ msgid "Submit"
2446
+ msgstr ""
2447
+
2448
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:26
2449
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-registration.php:25
2450
+ msgid "Your message has been sent!"
2451
+ msgstr ""
2452
+
2453
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:27
2454
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-registration.php:26
2455
+ msgid "We failed to send your message!"
2456
+ msgstr ""
2457
+
2458
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:43
2459
+ msgid "Contact Form"
2460
+ msgstr ""
2461
+
2462
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:49
2463
+ msgid "Your Name"
2464
+ msgstr ""
2465
+
2466
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:56
2467
+ msgid "Email address"
2468
+ msgstr ""
2469
+
2470
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:63
2471
+ msgid "Phone Nr"
2472
+ msgstr ""
2473
+
2474
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:68
2475
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:69
2476
+ msgid "Message"
2477
+ msgstr ""
2478
+
2479
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:70
2480
+ msgid "Your message"
2481
+ msgstr ""
2482
+
2483
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:78
2484
+ msgid "Send to"
2485
+ msgstr ""
2486
+
2487
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:79
2488
+ msgid "Where should we send the email?"
2489
+ msgstr ""
2490
+
2491
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:86
2492
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-registration.php:74
2493
+ msgid "The Call To Action label"
2494
+ msgstr ""
2495
+
2496
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:107
2497
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-newsletter.php:99
2498
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-registration.php:95
2499
+ msgid "Invalid email."
2500
+ msgstr ""
2501
+
2502
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:115
2503
+ msgid "Missing name."
2504
+ msgstr ""
2505
+
2506
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:123
2507
+ msgid "Missing message."
2508
+ msgstr ""
2509
+
2510
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:134
2511
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-newsletter.php:118
2512
+ msgid "Wrong email configuration! Please contact administration!"
2513
+ msgstr ""
2514
+
2515
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:145
2516
+ msgid "Ops! I cannot send this email!"
2517
+ msgstr ""
2518
+
2519
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:205
2520
+ msgid "Mail From: "
2521
+ msgstr ""
2522
+
2523
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:213
2524
+ msgid "Content Form submission from "
2525
+ msgstr ""
2526
+
2527
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:235
2528
  msgid ""
2529
+ "You recieved this email because your email address is set in the content "
2530
+ "form settings on "
2531
  msgstr ""
2532
 
2533
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:291
2534
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php:303
2535
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-newsletter.php:256
2536
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-newsletter.php:268
2537
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-registration.php:220
2538
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-registration.php:232
2539
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-server.php:144
2540
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-server.php:156
2541
+ msgid "Cheatin&#8217; huh?"
2542
  msgstr ""
2543
 
2544
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-elementor.php:147
2545
+ msgid "Placeholder"
2546
  msgstr ""
2547
 
2548
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-elementor.php:156
2549
+ msgid "Requirement"
2550
  msgstr ""
2551
 
2552
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-elementor.php:190
2553
+ msgid "Key"
 
2554
  msgstr ""
2555
 
2556
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-elementor.php:213
2557
+ msgid "Form Fields"
2558
  msgstr ""
2559
 
2560
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-newsletter.php:25
2561
+ msgid "Welcome to our newsletter!"
 
2562
  msgstr ""
2563
 
2564
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-newsletter.php:26
2565
+ msgid "Action failed!"
2566
  msgstr ""
2567
 
2568
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-newsletter.php:41
2569
+ msgid "Newsletter Form"
2570
  msgstr ""
2571
 
2572
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-newsletter.php:46
2573
+ msgid "Subscribe to"
2574
+ msgstr ""
2575
+
2576
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-newsletter.php:47
2577
+ msgid "Where to send the email?"
2578
+ msgstr ""
2579
+
2580
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-newsletter.php:49
2581
+ msgid "MailChimp"
2582
+ msgstr ""
2583
+
2584
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-newsletter.php:50
2585
+ msgid "Sendinblue "
2586
+ msgstr ""
2587
+
2588
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-newsletter.php:55
2589
+ msgid "Access Key"
2590
+ msgstr ""
2591
+
2592
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-newsletter.php:56
2593
+ msgid "Provide an access key for the selected service"
2594
  msgstr ""
2595
 
2596
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-newsletter.php:61
2597
+ msgid "List ID"
2598
  msgstr ""
2599
 
2600
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-newsletter.php:62
2601
  msgid ""
2602
+ "The List ID (based on the seleced service) where we should subscribe the "
2603
+ "user"
2604
+ msgstr ""
2605
+
2606
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-newsletter.php:67
2607
+ msgid "Submit Label"
2608
+ msgstr ""
2609
+
2610
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-newsletter.php:68
2611
+ msgid "Join Newsletter"
2612
+ msgstr ""
2613
+
2614
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-registration.php:42
2615
+ msgid "User Registration Form"
2616
+ msgstr ""
2617
+
2618
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-registration.php:47
2619
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-registration.php:48
2620
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-registration.php:49
2621
+ msgid "User Name"
2622
+ msgstr ""
2623
+
2624
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-registration.php:73
2625
+ msgid "Register"
2626
+ msgstr ""
2627
+
2628
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-registration.php:139
2629
+ msgid "This website does not allow registrations at this moment!"
2630
+ msgstr ""
2631
+
2632
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-registration.php:145
2633
+ msgid "Invalid user name"
2634
+ msgstr ""
2635
+
2636
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-registration.php:151
2637
+ msgid "Username already exists"
2638
+ msgstr ""
2639
+
2640
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-registration.php:157
2641
+ msgid "This email is already registered"
2642
+ msgstr ""
2643
+
2644
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-registration.php:186
2645
+ msgid "Welcome, "
2646
+ msgstr ""
2647
+
2648
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-server.php:42
2649
+ msgid "What type of form is submitted."
2650
+ msgstr ""
2651
+
2652
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-server.php:47
2653
+ msgid "The security key"
2654
+ msgstr ""
2655
+
2656
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-server.php:52
2657
+ msgid "The form must have data"
2658
+ msgstr ""
2659
+
2660
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-server.php:57
2661
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-server.php:62
2662
+ msgid "The form identifier."
2663
+ msgstr ""
2664
+
2665
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-server.php:81
2666
+ msgid "Something went wrong"
2667
+ msgstr ""
2668
+
2669
+ #: vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-server.php:98
2670
+ msgid "Invalid Data "
2671
+ msgstr ""
2672
+
2673
+ #: vendor/codeinwp/themeisle-sdk/class-themeisle-sdk-endpoints.php:238
2674
+ msgid "%s not found"
2675
+ msgstr ""
2676
+
2677
+ #: vendor/codeinwp/themeisle-sdk/class-themeisle-sdk-endpoints.php:299
2678
+ msgid "Invalid %"
2679
  msgstr ""
2680
 
2681
  #. Plugin URI of the plugin/theme
2692
 
2693
  #. Author URI of the plugin/theme
2694
  msgid "https://themeisle.com"
2695
+ msgstr ""
2696
+
2697
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/frontend.php:180
2698
+ #. translators: %s: post title
2699
+ msgctxt "comments title"
2700
+ msgid "One comment"
2701
+ msgstr ""
2702
+
2703
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/frontend.php:184
2704
+ #. translators: 1: number of comments, 2: post title
2705
+ msgctxt "comments title"
2706
+ msgid "%1$s Comment"
2707
+ msgid_plural "%1$s Comments"
2708
+ msgstr[0] ""
2709
+ msgstr[1] ""
2710
+
2711
+ #: obfx_modules/beaver-widgets/modules/post-grid/includes/loop-settings.php:88
2712
+ msgctxt "How many posts to skip."
2713
+ msgid "Offset"
2714
  msgstr ""
obfx_modules/beaver-widgets/custom-fields/toggle-field/toggle.css CHANGED
@@ -1,84 +1,98 @@
1
  .fl-lightbox .btn-switch {
2
- font-size: 0.5em;
3
- position: relative;
4
- display: inline-block;
5
- -webkit-user-select: none;
6
- -moz-user-select: none;
7
- -ms-user-select: none;
8
- user-select: none;
9
  }
 
10
  .fl-lightbox .btn-switch__radio {
11
- display: none;
12
  }
 
13
  .fl-lightbox .btn-switch__label {
14
- display: inline-block;
15
- vertical-align: top;
16
- font-size: 10px;
17
- font-weight: 700;
18
- line-height: 30px;
19
- margin: 0;
20
- color: #666;
21
- cursor: pointer;
22
- transition: color .2s ease-in-out;
 
23
  }
24
 
25
  .fl-lightbox .btn-switch__txt {
26
- position: relative;
27
- z-index: 2;
28
- display: inline-block;
29
- min-width: 1.5em;
30
- opacity: 1;
31
- pointer-events: none;
32
- transition: opacity .2s ease-in-out;
33
- color: inherit;
 
34
  }
 
35
  .fl-lightbox .btn-switch__radio_no:checked ~ .btn-switch__label_yes .btn-switch__txt,
36
  .fl-lightbox .btn-switch__radio_yes:checked ~ .btn-switch__label_no .btn-switch__txt {
37
- opacity: 0;
38
  }
 
39
  .fl-lightbox .btn-switch__label:before {
40
- content: "";
41
- position: absolute;
42
- z-index: -1;
43
- top: 0;
44
- right: 0;
45
- bottom: 0;
46
- left: 0;
47
- background: #f0f0f0;
48
- border-radius: 1.5em;
49
- box-shadow: inset 0 .0715em .3572em rgba(43,43,43,.05);
50
- transition: background .2s ease-in-out;
 
51
  }
 
52
  .fl-lightbox .btn-switch__radio_yes:checked ~ .btn-switch__label:before {
53
- background: #6ad500;
54
  }
 
55
  .fl-lightbox .btn-switch__label_no:after {
56
- content: "";
57
- position: absolute;
58
- z-index: 2;
59
- top: .5em;
60
- bottom: .5em;
61
- left: .5em;
62
- width: 2em;
63
- background: #fff;
64
- border-radius: 1em;
65
- pointer-events: none;
66
- box-shadow: 0 .1429em .2143em rgba(43,43,43,.2), 0 .3572em .3572em rgba(43,43,43,.1);
67
- transition: left .2s ease-in-out, background .2s ease-in-out;
 
68
  }
 
69
  .fl-lightbox .btn-switch__radio_yes:checked ~ .btn-switch__label_no:after {
70
- left: calc(100% - 2.5em);
71
- background: #fff;
 
72
  }
 
73
  .fl-lightbox .btn-switch__radio_no:checked ~ .btn-switch__label_yes:before,
74
  .fl-lightbox .btn-switch__radio_yes:checked ~ .btn-switch__label_no:before {
75
- z-index: 1;
76
  }
 
77
  .fl-lightbox .btn-switch__radio_yes:checked ~ .btn-switch__label_yes {
78
- color: #fff;
79
- padding: 0 10px;
80
  }
81
 
82
  .fl-lightbox .btn-switch__radio_no:checked ~ .btn-switch__label_no {
83
- padding: 0 10px;
84
  }
1
  .fl-lightbox .btn-switch {
2
+ display: inline-block;
3
+ position: relative;
4
+ font-size: 0.5em;
5
+ -webkit-user-select: none;
6
+ -moz-user-select: none;
7
+ -ms-user-select: none;
8
+ user-select: none;
9
  }
10
+
11
  .fl-lightbox .btn-switch__radio {
12
+ display: none;
13
  }
14
+
15
  .fl-lightbox .btn-switch__label {
16
+ display: inline-block;
17
+ margin: 0;
18
+ color: #666;
19
+ font-size: 10px;
20
+ font-weight: 700;
21
+ line-height: 30px;
22
+ vertical-align: top;
23
+ cursor: pointer;
24
+ -webkit-transition: color 0.2s ease-in-out;
25
+ transition: color 0.2s ease-in-out;
26
  }
27
 
28
  .fl-lightbox .btn-switch__txt {
29
+ display: inline-block;
30
+ position: relative;
31
+ z-index: 2;
32
+ min-width: 1.5em;
33
+ opacity: 1;
34
+ color: inherit;
35
+ -webkit-transition: opacity 0.2s ease-in-out;
36
+ transition: opacity 0.2s ease-in-out;
37
+ pointer-events: none;
38
  }
39
+
40
  .fl-lightbox .btn-switch__radio_no:checked ~ .btn-switch__label_yes .btn-switch__txt,
41
  .fl-lightbox .btn-switch__radio_yes:checked ~ .btn-switch__label_no .btn-switch__txt {
42
+ opacity: 0;
43
  }
44
+
45
  .fl-lightbox .btn-switch__label:before {
46
+ position: absolute;
47
+ z-index: -1;
48
+ top: 0;
49
+ right: 0;
50
+ bottom: 0;
51
+ left: 0;
52
+ border-radius: 1.5em;
53
+ background: #f0f0f0;
54
+ box-shadow: inset 0 0.0715em 0.3572em rgba(43,43,43,0.05);
55
+ content: "";
56
+ -webkit-transition: background 0.2s ease-in-out;
57
+ transition: background 0.2s ease-in-out;
58
  }
59
+
60
  .fl-lightbox .btn-switch__radio_yes:checked ~ .btn-switch__label:before {
61
+ background: #6ad500;
62
  }
63
+
64
  .fl-lightbox .btn-switch__label_no:after {
65
+ position: absolute;
66
+ z-index: 2;
67
+ top: 0.5em;
68
+ bottom: 0.5em;
69
+ left: 0.5em;
70
+ width: 2em;
71
+ border-radius: 1em;
72
+ background: #fff;
73
+ box-shadow: 0 0.1429em 0.2143em rgba(43,43,43,0.2), 0 0.3572em 0.3572em rgba(43,43,43,0.1);
74
+ content: "";
75
+ -webkit-transition: left 0.2s ease-in-out, background 0.2s ease-in-out;
76
+ transition: left 0.2s ease-in-out, background 0.2s ease-in-out;
77
+ pointer-events: none;
78
  }
79
+
80
  .fl-lightbox .btn-switch__radio_yes:checked ~ .btn-switch__label_no:after {
81
+ left: -webkit-calc(100% - 2.5em);
82
+ left: calc(100% - 2.5em);
83
+ background: #fff;
84
  }
85
+
86
  .fl-lightbox .btn-switch__radio_no:checked ~ .btn-switch__label_yes:before,
87
  .fl-lightbox .btn-switch__radio_yes:checked ~ .btn-switch__label_no:before {
88
+ z-index: 1;
89
  }
90
+
91
  .fl-lightbox .btn-switch__radio_yes:checked ~ .btn-switch__label_yes {
92
+ padding: 0 10px;
93
+ color: #fff;
94
  }
95
 
96
  .fl-lightbox .btn-switch__radio_no:checked ~ .btn-switch__label_no {
97
+ padding: 0 10px;
98
  }
obfx_modules/beaver-widgets/init.php CHANGED
@@ -22,8 +22,9 @@ class Beaver_Widgets_OBFX_Module extends Orbit_Fox_Module_Abstract {
22
  */
23
  public function __construct() {
24
  parent::__construct();
25
- $this->name = __( 'Beaver Builder Widgets', 'themeisle-companion' );
26
- $this->description = __( 'Custom Beaver Builder Widgets.', 'themeisle-companion' );
 
27
  }
28
 
29
  /**
@@ -55,6 +56,7 @@ class Beaver_Widgets_OBFX_Module extends Orbit_Fox_Module_Abstract {
55
  */
56
  public function hooks() {
57
  $this->loader->add_action( 'init', $this, 'load_widgets_modules' );
 
58
  }
59
 
60
  /**
@@ -105,4 +107,15 @@ class Beaver_Widgets_OBFX_Module extends Orbit_Fox_Module_Abstract {
105
  require_once 'modules/post-grid/post-grid.php';
106
  }
107
  }
 
 
 
 
 
 
 
 
 
 
 
108
  }
22
  */
23
  public function __construct() {
24
  parent::__construct();
25
+ $this->name = __( 'Page builder widgets', 'themeisle-companion' );
26
+ $this->description = __( 'Adds widgets to the most popular builders: Elementor or Beaver. More to come!', 'themeisle-companion' );
27
+ $this->active_default = true;
28
  }
29
 
30
  /**
56
  */
57
  public function hooks() {
58
  $this->loader->add_action( 'init', $this, 'load_widgets_modules' );
59
+ // $this->loader->add_action( 'init_themeisle_content_forms', $this, 'load_content_forms' );
60
  }
61
 
62
  /**
107
  require_once 'modules/post-grid/post-grid.php';
108
  }
109
  }
110
+
111
+ /**
112
+ * If the content-forms library is available we should make the forms available for elementor
113
+ */
114
+ // public function load_content_forms() {
115
+ // if ( class_exists( '\ThemeIsle\ContentForms\ContactForm' ) ) {
116
+ // \ThemeIsle\ContentForms\ContactForm::instance();
117
+ // \ThemeIsle\ContentForms\NewsletterForm::instance();
118
+ // \ThemeIsle\ContentForms\RegistrationForm::instance();
119
+ // }
120
+ // }
121
  }
obfx_modules/beaver-widgets/modules/post-grid/css/frontend.css CHANGED
@@ -1,4 +1,4 @@
1
- .obfx-card{
2
  display: inline-block;
3
  position: relative;
4
  width: 100%;
@@ -8,17 +8,16 @@
8
  background: #fff;
9
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
10
  }
11
- .obfx-post-grid-thumbnail.obfx-card{
 
12
  width: auto;
13
- -webkit-box-shadow: 4px 8px 59px -15px rgba(0,0,0,1);
14
- -moz-box-shadow: 4px 8px 59px -15px rgba(0,0,0,1);
15
- box-shadow: 4px 8px 59px -15px rgba(0,0,0,1);
16
  margin: 10px;
 
17
  }
18
 
19
- .obfx-post-grid-wrapper{
20
- padding: 0 10px;
21
  display: inline-block;
 
22
  vertical-align: top;
23
  }
24
 
@@ -26,39 +25,42 @@
26
  padding-right: 5px;
27
  }
28
 
29
- .obfx-post-grid-meta > div{
30
  display: inline;
31
  word-wrap: initial;
32
  }
33
 
34
  .obfx-post-grid-meta > div:not(:last-child),
35
  .obfx-category a:not(:last-child),
36
- .obfx-tags a:not(:last-child){
37
  padding-right: 5px;
38
  }
 
39
  .obfx-post-grid-meta > div:not(:last-child):after,
40
  .obfx-category a:not(:last-child):after,
41
- .obfx-tags a:not(:last-child):after{
42
- content: ',';
43
  }
44
- .obfx-category a:not(:last-child):after{
45
- content: ',';
 
46
  }
47
 
48
- .obfx-post-grid-pagination li{
49
- vertical-align: bottom;
50
  padding: 5px;
51
-
52
  }
53
 
54
- .obfx-post-grid-pagination li a{
55
  padding: 0;
56
  background: none;
57
  }
58
- .page-numbers{
59
- list-style: none;
60
  padding: 0;
 
61
  }
62
- .page-numbers li{
 
63
  display: inline-block;
64
  }
1
+ .obfx-card {
2
  display: inline-block;
3
  position: relative;
4
  width: 100%;
8
  background: #fff;
9
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
10
  }
11
+
12
+ .obfx-post-grid-thumbnail.obfx-card {
13
  width: auto;
 
 
 
14
  margin: 10px;
15
+ box-shadow: 4px 8px 59px -15px rgba(0,0,0,1);
16
  }
17
 
18
+ .obfx-post-grid-wrapper {
 
19
  display: inline-block;
20
+ padding: 0 10px;
21
  vertical-align: top;
22
  }
23
 
25
  padding-right: 5px;
26
  }
27
 
28
+ .obfx-post-grid-meta > div {
29
  display: inline;
30
  word-wrap: initial;
31
  }
32
 
33
  .obfx-post-grid-meta > div:not(:last-child),
34
  .obfx-category a:not(:last-child),
35
+ .obfx-tags a:not(:last-child) {
36
  padding-right: 5px;
37
  }
38
+
39
  .obfx-post-grid-meta > div:not(:last-child):after,
40
  .obfx-category a:not(:last-child):after,
41
+ .obfx-tags a:not(:last-child):after {
42
+ content: ",";
43
  }
44
+
45
+ .obfx-category a:not(:last-child):after {
46
+ content: ",";
47
  }
48
 
49
+ .obfx-post-grid-pagination li {
 
50
  padding: 5px;
51
+ vertical-align: bottom;
52
  }
53
 
54
+ .obfx-post-grid-pagination li a {
55
  padding: 0;
56
  background: none;
57
  }
58
+
59
+ .page-numbers {
60
  padding: 0;
61
+ list-style: none;
62
  }
63
+
64
+ .page-numbers li {
65
  display: inline-block;
66
  }
obfx_modules/beaver-widgets/modules/pricing-table/css/frontend.css CHANGED
@@ -3,7 +3,7 @@
3
  * will be applied to all module instances.
4
  */
5
 
6
- .obfx-card{
7
  display: inline-block;
8
  position: relative;
9
  width: 100%;
@@ -14,53 +14,52 @@
14
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
15
  }
16
 
17
- .obfx-pricing-header{
18
  background-position: center;
19
  background-size: cover;
20
  }
21
 
22
- .obfx-pricing-header *{
23
- padding: 0;
24
  margin: 0;
 
25
  }
26
 
27
- .blog-post .section-text .obfx-pricing-header p{
28
  margin: 0;
29
  }
30
 
31
-
32
- .obfx-pricing-features{
33
- list-style-type: none;
34
- padding: 0;
35
  margin: 0;
 
 
36
  }
37
 
38
- .obfx-pricing-features li{
39
- padding: 0;
40
  margin: 0;
 
41
  }
42
 
43
- .obfx-pricing-feature-content{
44
  float: left;
45
  width: 100%;
46
  }
47
 
48
- .obfx-pricing-features hr{
49
- margin: 0;
50
- width: 100%;
51
  float: left;
 
 
52
  }
53
 
54
- .obfx-pricing-features li i{
55
  margin-right: 10px;
56
  }
57
 
58
- .obfx-plan-bottom{
59
  float: left;
60
  width: 100%;
61
  }
62
 
63
- a.obfx-plan-button{
64
  margin: 0;
65
  text-transform: none;
66
  }
3
  * will be applied to all module instances.
4
  */
5
 
6
+ .obfx-card {
7
  display: inline-block;
8
  position: relative;
9
  width: 100%;
14
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
15
  }
16
 
17
+ .obfx-pricing-header {
18
  background-position: center;
19
  background-size: cover;
20
  }
21
 
22
+ .obfx-pricing-header * {
 
23
  margin: 0;
24
+ padding: 0;
25
  }
26
 
27
+ .blog-post .section-text .obfx-pricing-header p {
28
  margin: 0;
29
  }
30
 
31
+ .obfx-pricing-features {
 
 
 
32
  margin: 0;
33
+ padding: 0;
34
+ list-style-type: none;
35
  }
36
 
37
+ .obfx-pricing-features li {
 
38
  margin: 0;
39
+ padding: 0;
40
  }
41
 
42
+ .obfx-pricing-feature-content {
43
  float: left;
44
  width: 100%;
45
  }
46
 
47
+ .obfx-pricing-features hr {
 
 
48
  float: left;
49
+ width: 100%;
50
+ margin: 0;
51
  }
52
 
53
+ .obfx-pricing-features li i {
54
  margin-right: 10px;
55
  }
56
 
57
+ .obfx-plan-bottom {
58
  float: left;
59
  width: 100%;
60
  }
61
 
62
+ a.obfx-plan-button {
63
  margin: 0;
64
  text-transform: none;
65
  }
obfx_modules/beaver-widgets/modules/services/css/frontend.css CHANGED
@@ -2,15 +2,15 @@
2
  * This file should contain frontend styles that
3
  * will be applied to all module instances.
4
  */
5
- .obfx-services-section{
6
  text-align: center;
7
  }
8
 
9
- .obfx-service-title{
10
  display: inline-block;
11
  }
12
 
13
- .obfx-card{
14
  display: inline-block;
15
  position: relative;
16
  width: 100%;
@@ -21,18 +21,20 @@
21
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
22
  }
23
 
24
- .obfx-service{
25
  padding: 15px;
26
  }
27
 
28
- .obfx-service-icon{
29
  vertical-align: middle;
30
  }
31
 
32
- .obfx-service-icon i{
33
  vertical-align: inherit;
34
  }
35
- .obfx-service-icon .dashicons,.obfx-service-icon .dashicons-before:before{
 
 
36
  width: inherit;
37
  height: inherit;
38
  font-size: inherit;
2
  * This file should contain frontend styles that
3
  * will be applied to all module instances.
4
  */
5
+ .obfx-services-section {
6
  text-align: center;
7
  }
8
 
9
+ .obfx-service-title {
10
  display: inline-block;
11
  }
12
 
13
+ .obfx-card {
14
  display: inline-block;
15
  position: relative;
16
  width: 100%;
21
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
22
  }
23
 
24
+ .obfx-service {
25
  padding: 15px;
26
  }
27
 
28
+ .obfx-service-icon {
29
  vertical-align: middle;
30
  }
31
 
32
+ .obfx-service-icon i {
33
  vertical-align: inherit;
34
  }
35
+
36
+ .obfx-service-icon .dashicons,
37
+ .obfx-service-icon .dashicons-before:before {
38
  width: inherit;
39
  height: inherit;
40
  font-size: inherit;
obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-clients.php CHANGED
@@ -56,7 +56,7 @@ if ( ! class_exists( 'zerif_clients_widget' ) ) {
56
  <a href="<?php if ( ! empty( $instance['link'] ) ) : echo apply_filters( 'widget_title', $instance['link'] );
57
  endif; ?>">
58
  <?php
59
- if ( ! empty( $instance['image_uri'] ) && ( $instance['image_uri'] != 'Upload Image' ) ) {
60
 
61
  echo '<img src="' . esc_url( $instance['image_uri'] ) . '" alt="' . __( 'Client', 'zerif-lite' ) . '">';
62
 
56
  <a href="<?php if ( ! empty( $instance['link'] ) ) : echo apply_filters( 'widget_title', $instance['link'] );
57
  endif; ?>">
58
  <?php
59
+ if ( ! empty( $instance['image_uri'] ) && ( preg_match('/(\.jpg|\.png|\.jpeg|\.gif|\.bmp)$/', $instance['image_uri'] ) ) ) {
60
 
61
  echo '<img src="' . esc_url( $instance['image_uri'] ) . '" alt="' . __( 'Client', 'zerif-lite' ) . '">';
62
 
obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-focus.php CHANGED
@@ -56,7 +56,7 @@ if ( ! class_exists( 'zerif_ourfocus' ) ) {
56
  <div class="col-lg-3 col-sm-3 focus-box" data-scrollreveal="enter left after 0.15s over 1s">
57
 
58
  <?php
59
- if ( ! empty( $instance['image_uri'] ) && ( $instance['image_uri'] != 'Upload Image' ) ) {
60
  if ( ! empty( $instance['link'] ) ) { ?>
61
  <a href="<?php echo esc_url( $instance['link'] ); ?>" class="service-icon">
62
  <?php
56
  <div class="col-lg-3 col-sm-3 focus-box" data-scrollreveal="enter left after 0.15s over 1s">
57
 
58
  <?php
59
+ if ( ! empty( $instance['image_uri'] ) && ( preg_match('/(\.jpg|\.png|\.jpeg|\.gif|\.bmp)$/', $instance['image_uri'] ) ) ) {
60
  if ( ! empty( $instance['link'] ) ) { ?>
61
  <a href="<?php echo esc_url( $instance['link'] ); ?>" class="service-icon">
62
  <?php
obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-team.php CHANGED
@@ -57,7 +57,7 @@ if ( ! class_exists( 'zerif_team_widget' ) ) {
57
 
58
  <div class="team-member" tabindex="0">
59
 
60
- <?php if ( ! empty( $instance['image_uri'] ) && ( $instance['image_uri'] != 'Upload Image' ) ) { ?>
61
 
62
 
63
  <figure class="profile-pic">
57
 
58
  <div class="team-member" tabindex="0">
59
 
60
+ <?php if ( ! empty( $instance['image_uri'] ) && ( preg_match('/(\.jpg|\.png|\.jpeg|\.gif|\.bmp)$/', $instance['image_uri'] ) ) ) { ?>
61
 
62
 
63
  <figure class="profile-pic">
obfx_modules/companion-legacy/inc/zerif-lite/widgets/widget-testimonial.php CHANGED
@@ -96,7 +96,7 @@ endif; ?></a>
96
 
97
  <?php
98
 
99
- if ( ! empty( $instance['image_uri'] ) && ( $instance['image_uri'] != 'Upload Image' ) ) {
100
 
101
  echo '<div class="client-image hidden-xs">';
102
 
96
 
97
  <?php
98
 
99
+ if ( ! empty( $instance['image_uri'] ) && ( preg_match('/(\.jpg|\.png|\.jpeg|\.gif|\.bmp)$/', $instance['image_uri'] ) ) ) {
100
 
101
  echo '<div class="client-image hidden-xs">';
102
 
obfx_modules/companion-legacy/init.php CHANGED
@@ -71,17 +71,6 @@ class Companion_Legacy_OBFX_Module extends Orbit_Fox_Module_Abstract {
71
  }
72
  $this->name = sprintf( __( '%s enhancements ', 'themeisle-companion' ), $theme_name );
73
  $this->description = sprintf( __( 'Module containing frontpage improvements for %s theme.', 'themeisle-companion' ), $theme_name );
74
-
75
- if ( ! empty( $theme_name ) ) {
76
- $this->notices = array(
77
- array(
78
- 'type' => 'primary',
79
- 'title' => 'How Orbit Fox helps you ?',
80
- 'message' => str_replace( '{theme}', $theme_name, 'Orbit Fox enhances {theme} theme with extra functionalities like widgets and custom sections. Moreover we have a simple sharing and report module and added the ground for more useful ones for security, caching and analytics. ' ),
81
- 'display_always' => false
82
- )
83
- );
84
- }
85
  }
86
 
87
  private function is_zerif() {
71
  }
72
  $this->name = sprintf( __( '%s enhancements ', 'themeisle-companion' ), $theme_name );
73
  $this->description = sprintf( __( 'Module containing frontpage improvements for %s theme.', 'themeisle-companion' ), $theme_name );
 
 
 
 
 
 
 
 
 
 
 
74
  }
75
 
76
  private function is_zerif() {
obfx_modules/elementor-widgets/css/public.css CHANGED
@@ -1,5 +1,6 @@
1
  /* Pricing Table Base CSS */
2
- .obfx-pricing-table-wrapper, .obfx-pricing-table-wrapper p.obfx-pricing-table-subtitle {
 
3
  text-align: center;
4
  }
5
 
@@ -16,9 +17,9 @@
16
  }
17
 
18
  .obfx-pricing-table-wrapper .obfx-feature-list {
19
- list-style: none;
20
- padding: 10px 50px;
21
  margin: 0;
 
 
22
  }
23
 
24
  .obfx-pricing-table-wrapper .obfx-feature-list li {
@@ -30,9 +31,9 @@
30
  }
31
 
32
  .obfx-price {
33
- line-height: normal;
34
  font-size: 80px;
35
  font-weight: 600;
 
36
  }
37
 
38
  .obfx-pricing-period,
@@ -43,6 +44,7 @@
43
  .obfx-button-icon-align-right i {
44
  margin-left: 5px;
45
  }
 
46
  .obfx-button-icon-align-left i {
47
  margin-right: 5px;
48
  }
@@ -59,76 +61,81 @@
59
  padding: 10px 20px;
60
  border-radius: 5px;
61
  }
 
62
  /* End Of Pricing Table Base CSS */
63
 
64
  /* Post Type Grid Base CSS */
65
 
66
  .obfx-grid:after {
67
- visibility: hidden;
68
  display: block;
69
- font-size: 0;
70
- content: " ";
71
  clear: both;
72
  height: 0;
 
 
73
  }
74
 
75
  .obfx-grid-container {
76
  display: -webkit-flex;
 
 
77
  display: flex;
 
 
 
78
  -webkit-flex-wrap: wrap;
 
79
  flex-wrap: wrap;
80
- margin-left: -15px;
81
- margin-right: -15px;
82
  }
83
 
84
  .obfx-grid-wrapper {
85
- padding-left: 15px;
86
  padding-right: 15px;
 
87
  }
88
 
89
  .obfx-grid .obfx-grid-col-image {
90
  display: block;
91
- margin: 0 0 10px 0;
92
  overflow: hidden;
93
  position: relative;
94
- left: 0;
95
  right: 0;
96
  bottom: 0;
97
- top: 0;
98
- -webkit-box-shadow: 0px 3px 10px 0px rgba(181,181,181,1);
99
- -moz-box-shadow: 0px 3px 10px 0px rgba(181,181,181,1);
100
- box-shadow: 0px 3px 10px 0px rgba(181,181,181,1);
101
  }
102
 
103
  .obfx-grid .obfx-grid-col-image {
104
  display: inline-block;
105
- height: 200px;
106
  width: 100%;
 
107
  }
108
 
109
  .obfx-grid .obfx-grid-col-image.obfx-fit-height img {
110
- height: 100%;
111
  width: auto;
 
112
  }
113
 
114
  .obfx-grid .obfx-grid-col-image img {
115
  display: block;
116
- height: auto;
117
- left: 50%;
118
  position: absolute;
119
- max-height: none;
120
- max-width: none;
121
  top: 50%;
122
- transform: translate(-50%,-50%);
123
  width: 100%;
 
 
 
 
 
 
124
  }
125
 
126
  .obfx-grid .obfx-grid-title,
127
  .obfx-grid .obfx-grid-title a {
 
128
  color: #333;
129
  font-size: 24px;
130
  line-height: 1.5;
131
- margin: 0;
132
  }
133
 
134
  .obfx-grid-meta {
@@ -136,9 +143,9 @@
136
  }
137
 
138
  .obfx-grid-meta > span {
 
139
  color: #999;
140
  font-size: 14px;
141
- margin-right: 10px;
142
  }
143
 
144
  .obfx-grid-meta > span:last-of-type {
@@ -162,33 +169,37 @@
162
 
163
  .obfx-grid-categories-item:after,
164
  .obfx-grid-tags-item:after {
165
- content: ', ';
166
  }
167
 
168
  .obfx-grid-categories-item:last-of-type:after,
169
  .obfx-grid-tags-item:last-of-type:after {
170
- content: '';
171
  display: none;
 
172
  }
173
 
174
  .obfx-grid-content {
 
175
  color: #555;
176
  font-size: 16px;
177
  line-height: 1.5;
178
- margin: 0 0 10px 0;
179
  }
180
 
181
  .obfx-grid-footer a {
182
- color: #333;
183
  display: inline-block;
 
184
  font-size: 14px;
185
  font-weight: 700;
186
  }
187
 
188
  .obfx-grid-container.obfx-grid-style-list .obfx-grid-col {
189
  display: -webkit-flex;
 
 
190
  display: flex;
 
191
  -webkit-flex-wrap: wrap;
 
192
  flex-wrap: wrap;
193
  }
194
 
@@ -197,13 +208,13 @@
197
  }
198
 
199
  .obfx-grid-container.obfx-grid-style-list .obfx-grid-col-content {
200
- padding-left: 15px;
201
  width: 60%;
 
202
  }
203
 
204
  .obfx-grid-container.obfx-grid-style-list .obfx-grid-col.obfx-no-image .obfx-grid-col-content {
205
- padding-left: 0;
206
  width: 100%;
 
207
  }
208
 
209
  .obfx-grid-pagination {
@@ -273,21 +284,44 @@
273
  width: 20%;
274
  }
275
  }
 
276
  /* End Of Post Type Grid Base CSS */
277
 
278
  .obfx-service-box {
 
 
 
279
  display: flex;
280
  }
281
 
282
  .obfx-position-left .obfx-service-box {
283
  flex-direction: row;
 
 
 
 
 
284
  }
 
285
  .obfx-position-right .obfx-service-box {
286
  flex-direction: row-reverse;
 
 
 
 
 
287
  }
 
288
  .obfx-position-top .obfx-service-box {
289
  flex-direction: column;
 
 
 
 
 
290
  }
291
- .obfx-service-box .obfx-service-box-content .obfx-service-title, .obfx-service-box .obfx-service-box-content .obfx-service-text {
 
 
292
  margin: 0;
293
  }
1
  /* Pricing Table Base CSS */
2
+ .obfx-pricing-table-wrapper,
3
+ .obfx-pricing-table-wrapper p.obfx-pricing-table-subtitle {
4
  text-align: center;
5
  }
6
 
17
  }
18
 
19
  .obfx-pricing-table-wrapper .obfx-feature-list {
 
 
20
  margin: 0;
21
+ padding: 10px 50px;
22
+ list-style: none;
23
  }
24
 
25
  .obfx-pricing-table-wrapper .obfx-feature-list li {
31
  }
32
 
33
  .obfx-price {
 
34
  font-size: 80px;
35
  font-weight: 600;
36
+ line-height: normal;
37
  }
38
 
39
  .obfx-pricing-period,
44
  .obfx-button-icon-align-right i {
45
  margin-left: 5px;
46
  }
47
+
48
  .obfx-button-icon-align-left i {
49
  margin-right: 5px;
50
  }
61
  padding: 10px 20px;
62
  border-radius: 5px;
63
  }
64
+
65
  /* End Of Pricing Table Base CSS */
66
 
67
  /* Post Type Grid Base CSS */
68
 
69
  .obfx-grid:after {
 
70
  display: block;
71
+ visibility: hidden;
 
72
  clear: both;
73
  height: 0;
74
+ font-size: 0;
75
+ content: " ";
76
  }
77
 
78
  .obfx-grid-container {
79
  display: -webkit-flex;
80
+ display: -webkit-box;
81
+ display: -ms-flexbox;
82
  display: flex;
83
+ margin-right: -15px;
84
+ margin-left: -15px;
85
+
86
  -webkit-flex-wrap: wrap;
87
+ -ms-flex-wrap: wrap;
88
  flex-wrap: wrap;
 
 
89
  }
90
 
91
  .obfx-grid-wrapper {
 
92
  padding-right: 15px;
93
+ padding-left: 15px;
94
  }
95
 
96
  .obfx-grid .obfx-grid-col-image {
97
  display: block;
 
98
  overflow: hidden;
99
  position: relative;
100
+ top: 0;
101
  right: 0;
102
  bottom: 0;
103
+ left: 0;
104
+ margin: 0 0 10px 0;
105
+ box-shadow: 0 3px 10px 0 rgba(181,181,181,1);
 
106
  }
107
 
108
  .obfx-grid .obfx-grid-col-image {
109
  display: inline-block;
 
110
  width: 100%;
111
+ height: 200px;
112
  }
113
 
114
  .obfx-grid .obfx-grid-col-image.obfx-fit-height img {
 
115
  width: auto;
116
+ height: 100%;
117
  }
118
 
119
  .obfx-grid .obfx-grid-col-image img {
120
  display: block;
 
 
121
  position: absolute;
 
 
122
  top: 50%;
123
+ left: 50%;
124
  width: 100%;
125
+ max-width: none;
126
+ height: auto;
127
+ max-height: none;
128
+ -webkit-transform: translate(-50%,-50%);
129
+ -ms-transform: translate(-50%,-50%);
130
+ transform: translate(-50%,-50%);
131
  }
132
 
133
  .obfx-grid .obfx-grid-title,
134
  .obfx-grid .obfx-grid-title a {
135
+ margin: 0;
136
  color: #333;
137
  font-size: 24px;
138
  line-height: 1.5;
 
139
  }
140
 
141
  .obfx-grid-meta {
143
  }
144
 
145
  .obfx-grid-meta > span {
146
+ margin-right: 10px;
147
  color: #999;
148
  font-size: 14px;
 
149
  }
150
 
151
  .obfx-grid-meta > span:last-of-type {
169
 
170
  .obfx-grid-categories-item:after,
171
  .obfx-grid-tags-item:after {
172
+ content: ", ";
173
  }
174
 
175
  .obfx-grid-categories-item:last-of-type:after,
176
  .obfx-grid-tags-item:last-of-type:after {
 
177
  display: none;
178
+ content: "";
179
  }
180
 
181
  .obfx-grid-content {
182
+ margin: 0 0 10px 0;
183
  color: #555;
184
  font-size: 16px;
185
  line-height: 1.5;
 
186
  }
187
 
188
  .obfx-grid-footer a {
 
189
  display: inline-block;
190
+ color: #333;
191
  font-size: 14px;
192
  font-weight: 700;
193
  }
194
 
195
  .obfx-grid-container.obfx-grid-style-list .obfx-grid-col {
196
  display: -webkit-flex;
197
+ display: -webkit-box;
198
+ display: -ms-flexbox;
199
  display: flex;
200
+
201
  -webkit-flex-wrap: wrap;
202
+ -ms-flex-wrap: wrap;
203
  flex-wrap: wrap;
204
  }
205
 
208
  }
209
 
210
  .obfx-grid-container.obfx-grid-style-list .obfx-grid-col-content {
 
211
  width: 60%;
212
+ padding-left: 15px;
213
  }
214
 
215
  .obfx-grid-container.obfx-grid-style-list .obfx-grid-col.obfx-no-image .obfx-grid-col-content {
 
216
  width: 100%;
217
+ padding-left: 0;
218
  }
219
 
220
  .obfx-grid-pagination {
284
  width: 20%;
285
  }
286
  }
287
+
288
  /* End Of Post Type Grid Base CSS */
289
 
290
  .obfx-service-box {
291
+ display: -webkit-box;
292
+ display: -webkit-flex;
293
+ display: -ms-flexbox;
294
  display: flex;
295
  }
296
 
297
  .obfx-position-left .obfx-service-box {
298
  flex-direction: row;
299
+
300
+ -webkit-box-direction: normal;
301
+ -webkit-box-orient: horizontal;
302
+ -webkit-flex-direction: row;
303
+ -ms-flex-direction: row;
304
  }
305
+
306
  .obfx-position-right .obfx-service-box {
307
  flex-direction: row-reverse;
308
+
309
+ -webkit-box-direction: reverse;
310
+ -webkit-box-orient: horizontal;
311
+ -webkit-flex-direction: row-reverse;
312
+ -ms-flex-direction: row-reverse;
313
  }
314
+
315
  .obfx-position-top .obfx-service-box {
316
  flex-direction: column;
317
+
318
+ -webkit-box-direction: normal;
319
+ -webkit-box-orient: vertical;
320
+ -webkit-flex-direction: column;
321
+ -ms-flex-direction: column;
322
  }
323
+
324
+ .obfx-service-box .obfx-service-box-content .obfx-service-title,
325
+ .obfx-service-box .obfx-service-box-content .obfx-service-text {
326
  margin: 0;
327
  }
obfx_modules/elementor-widgets/init.php CHANGED
@@ -38,8 +38,8 @@ class Elementor_Widgets_OBFX_Module extends Orbit_Fox_Module_Abstract {
38
  */
39
  public function __construct() {
40
  parent::__construct();
41
- $this->name = __( 'Elementor Modules', 'themeisle-companion' );
42
- $this->description = __( 'Adds new Elementor Widgets.', 'themeisle-companion' );
43
  $this->active_default = true;
44
  }
45
 
@@ -76,6 +76,7 @@ class Elementor_Widgets_OBFX_Module extends Orbit_Fox_Module_Abstract {
76
  $this->loader->add_action( 'elementor/widgets/widgets_registered', $this, 'add_elementor_widgets' );
77
  $this->loader->add_action( 'elementor/frontend/after_register_scripts', $this, 'enqueue_scripts' );
78
 
 
79
  }
80
 
81
  /**
@@ -157,4 +158,17 @@ class Elementor_Widgets_OBFX_Module extends Orbit_Fox_Module_Abstract {
157
  // Add custom JS for grid.
158
  wp_enqueue_script( 'obfx-grid-js', plugins_url ( 'js/obfx-grid.js', OBFX_MODULE_URL ), array(), '1.0', true );
159
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
160
  }
38
  */
39
  public function __construct() {
40
  parent::__construct();
41
+ $this->name = __( 'Page builder widgets', 'themeisle-companion' );
42
+ $this->description = __( 'Adds widgets to the most popular builders: Elementor or Beaver. More to come!', 'themeisle-companion' );
43
  $this->active_default = true;
44
  }
45
 
76
  $this->loader->add_action( 'elementor/widgets/widgets_registered', $this, 'add_elementor_widgets' );
77
  $this->loader->add_action( 'elementor/frontend/after_register_scripts', $this, 'enqueue_scripts' );
78
 
79
+ $this->loader->add_action( 'init_themeisle_content_forms', $this, 'load_content_forms' );
80
  }
81
 
82
  /**
158
  // Add custom JS for grid.
159
  wp_enqueue_script( 'obfx-grid-js', plugins_url ( 'js/obfx-grid.js', OBFX_MODULE_URL ), array(), '1.0', true );
160
  }
161
+
162
+ /**
163
+ * If the content-forms library is available we should make the forms available for elementor
164
+ */
165
+ public function load_content_forms() {
166
+
167
+ if ( class_exists( '\ThemeIsle\ContentForms\ContactForm' ) ) {
168
+ \ThemeIsle\ContentForms\ContactForm::instance();
169
+ \ThemeIsle\ContentForms\NewsletterForm::instance();
170
+ \ThemeIsle\ContentForms\RegistrationForm::instance();
171
+ }
172
+ }
173
+
174
  }
obfx_modules/menu-icons/css/admin.css CHANGED
@@ -132,3 +132,20 @@
132
  -ms-transform: scale(1.4);
133
  transform: scale(1.4);
134
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  -ms-transform: scale(1.4);
133
  transform: scale(1.4);
134
  }
135
+
136
+ .obfx-menu-icon-footer b {
137
+ font-style: normal;
138
+ }
139
+
140
+ .obfx-menu-icon-footer {
141
+ padding: 5px 20px 5px 0;
142
+ font-size: 12px;
143
+ font-weight: normal;
144
+ font-style: italic;
145
+ text-align: right;
146
+ }
147
+
148
+ .obfx-menu-icon-footer .iconpicker-btn.iconpicker-btn-cancel,
149
+ .obfx-menu-icon-footer .iconpicker-btn.iconpicker-btn-accept {
150
+ display: none;
151
+ }
obfx_modules/menu-icons/init.php CHANGED
@@ -143,6 +143,9 @@ class Menu_Icons_OBFX_Module extends Orbit_Fox_Module_Abstract {
143
  'admin' => array(
144
  'icons' => apply_filters( 'obfx_menu_icons_icon_list', $this->get_dashicons() ),
145
  'icon_default' => self::DEFAULT_ICON,
 
 
 
146
  ),
147
  );
148
 
143
  'admin' => array(
144
  'icons' => apply_filters( 'obfx_menu_icons_icon_list', $this->get_dashicons() ),
145
  'icon_default' => self::DEFAULT_ICON,
146
+ 'i10n' => array(
147
+ 'powered_by' => sprintf( __( 'Powered by %s plugin', 'themeisle-companion' ), '<b>' . apply_filters( 'themeisle_companion_friendly_name', '' ) . '</b>' ),
148
+ ),
149
  ),
150
  );
151
 
obfx_modules/menu-icons/js/admin.js CHANGED
@@ -82,7 +82,11 @@ var obfx_menuicons_module_admin = function( $, menu_icons ) {
82
  },
83
  hideOnSelect: true,
84
  placement: 'bottomLeft',
85
- selectedCustomClass: 'obfx-menu-icon-selected'
 
 
 
 
86
  }
87
  ).on(
88
  'iconpickerSelected', function(e) {
82
  },
83
  hideOnSelect: true,
84
  placement: 'bottomLeft',
85
+ selectedCustomClass: 'obfx-menu-icon-selected',
86
+ showFooter: true,
87
+ templates: {
88
+ footer: '<div class="obfx-menu-icon-footer">' + menu_icons.i10n.powered_by + '</div>'
89
+ }
90
  }
91
  ).on(
92
  'iconpickerSelected', function(e) {
obfx_modules/mystock-import/css/media.css CHANGED
@@ -5,12 +5,13 @@
5
  right: 300px;
6
  bottom: 0;
7
  left: 0;
 
8
  margin: 0;
9
  padding: 2px 8px 8px;
10
  outline: 0;
11
  opacity: 1;
 
12
  -webkit-overflow-scrolling: touch;
13
- width: 95%;
14
  }
15
 
16
  .obfx-preview {
@@ -172,10 +173,12 @@
172
  opacity: 0.9;
173
  background: url("/wp-admin/images/wpspin_light-2x.gif") no-repeat;
174
  background-size: 32px 32px;
 
175
  filter: alpha(opacity=70);
176
  }
177
 
178
  .obfx-image-list.obfx_loading {
179
- opacity: .5;
 
180
  filter: alpha(opacity=50);
181
  }
5
  right: 300px;
6
  bottom: 0;
7
  left: 0;
8
+ width: 95%;
9
  margin: 0;
10
  padding: 2px 8px 8px;
11
  outline: 0;
12
  opacity: 1;
13
+
14
  -webkit-overflow-scrolling: touch;
 
15
  }
16
 
17
  .obfx-preview {
173
  opacity: 0.9;
174
  background: url("/wp-admin/images/wpspin_light-2x.gif") no-repeat;
175
  background-size: 32px 32px;
176
+
177
  filter: alpha(opacity=70);
178
  }
179
 
180
  .obfx-image-list.obfx_loading {
181
+ opacity: 0.5;
182
+
183
  filter: alpha(opacity=50);
184
  }
obfx_modules/social-sharing/init.php CHANGED
@@ -175,7 +175,7 @@ class Social_Sharing_OBFX_Module extends Orbit_Fox_Module_Abstract {
175
  * @access public
176
  */
177
  public function social_sharing_function() {
178
- if ( is_single() ) {
179
  $class_desktop = 'obfx-sharing-left ';
180
  switch ( $this->get_option( 'socials_position' ) ) {
181
  case '1':
175
  * @access public
176
  */
177
  public function social_sharing_function() {
178
+ if ( is_single() || is_page() ) {
179
  $class_desktop = 'obfx-sharing-left ';
180
  switch ( $this->get_option( 'socials_position' ) ) {
181
  case '1':
obfx_modules/template-directory/css/admin.css CHANGED
@@ -3,46 +3,49 @@
3
  }
4
 
5
  .obfx-template-browser .template-name {
 
6
  margin: 0;
7
  padding: 15px;
8
  font-size: 16px;
9
  font-weight: 600;
10
- float: left;
11
  }
12
 
13
  .obfx-template {
14
  float: left;
15
- background: #fff;
16
- cursor: pointer;
17
  position: relative;
18
- border: 1px solid #ddd;
19
- box-shadow: 0 1px 1px -1px rgba(0,0,0,.1);
20
  box-sizing: border-box;
21
- margin: 0 4% 4% 0;
22
  width: 30.6%;
 
 
 
 
 
23
  }
24
 
25
  .obfx-template:nth-child(3n) {
26
  margin-right: 0;
27
  }
 
28
  .obfx-template:hover .obfx-template-actions,
29
  .obfx-template:hover .obfx-preview-template {
30
  opacity: 1;
31
  }
 
32
  .obfx-template:hover .obfx-template-screenshot {
33
- opacity: .4;
34
  }
35
 
36
  .obfx-template-actions {
 
37
  position: absolute;
38
  right: 0;
39
  bottom: 0;
40
- transition: .3s ease;
41
- opacity:0;
42
- background: rgba(244,244,244,.7);
43
- border-left: 1px solid rgba(0,0,0,.05);
44
- float: right;
45
  padding: 10px 15px;
 
 
 
 
 
46
  }
47
 
48
  .obfx-template-actions .button .dashicons {
@@ -54,16 +57,17 @@
54
  }
55
 
56
  .obfx-template-screenshot {
57
- background: #fff;
58
  display: inline-block;
 
59
  overflow: hidden;
60
  position: relative;
 
61
  border: 1px solid #ddd;
62
  border-right: none;
63
  border-left: none;
64
- float: left;
65
- transition: .3s ease;
66
- width: 100%;
67
  }
68
 
69
  .obfx-template img {
@@ -159,10 +163,10 @@
159
 
160
  .obfx-done-import {
161
  display: block;
162
- text-align: center;
163
- padding-top: 10px;
164
  margin: 0;
 
165
  color: green;
 
166
  }
167
 
168
  .obfx-done-import .dashicons {
@@ -224,10 +228,10 @@
224
  cursor: pointer;
225
  }
226
 
227
-
228
- .obfx-template-preview.theme-install-overlay .install-theme-info.obfx-theme-info .theme-screenshot{
229
  width: 100%;
230
  }
 
231
  .obfx-template-preview.theme-install-overlay .install-theme-info.obfx-theme-info {
232
  display: none;
233
  }
@@ -237,67 +241,75 @@
237
  }
238
 
239
  .more-details.obfx-preview-template {
240
- transition: .3s ease;
241
- cursor: pointer;
242
  position: absolute;
 
243
  top: 0;
 
244
  bottom: 51px;
245
  left: 0;
246
- right: 0;
247
  text-align: center;
248
- z-index: 100;
249
- opacity:0;
 
250
  }
251
 
252
  .more-details.obfx-preview-template span {
253
- background: #23282d;
254
- background: rgba(0,0,0,.7);
 
 
 
 
 
255
  color: #fff;
 
 
 
256
  font-size: 15px;
257
- text-shadow: 0 1px 0 rgba(0,0,0,.6);
258
- -webkit-font-smoothing: antialiased;
259
  font-weight: 600;
260
- padding: 15px 12px;
261
  text-align: center;
262
- border-radius: 3px;
 
263
  transform: translate(-50%, -50%);
264
- position: relative;
265
- left: 50%;
266
- top: 50%;
267
- width: 45%;
268
- display: block;
269
  }
270
 
271
  .obfx-required-plugins > p {
 
272
  color: #333;
273
  font-weight: 800;
274
- margin-top: 20px;
275
  }
276
 
277
  .obfx-required-plugins .button {
278
  display: none;
279
  }
 
280
  @media only screen and (min-width: 1640px) {
281
  .obfx-template {
282
  width: 22.7%;
283
  margin: 0 3% 3% 0;
284
  }
 
285
  .obfx-template:nth-child(3n) {
286
  margin-right: 3%;
287
  }
 
288
  .obfx-template:nth-child(4n) {
289
  margin-right: 0;
290
  }
291
  }
292
 
293
- @media only screen and (max-width: 1120px){
294
  .obfx-template {
295
  width: 47.5%;
296
  margin: 0 3% 3% 0;
297
  }
 
298
  .obfx-template:nth-child(3n) {
299
  margin-right: 3%;
300
  }
 
301
  .obfx-template:nth-child(even) {
302
  margin-right: 0;
303
  }
@@ -314,9 +326,11 @@
314
  width: 17.6%;
315
  margin: 0 3% 3% 0;
316
  }
 
317
  .obfx-template:nth-child(4n) {
318
  margin-right: 3%;
319
  }
 
320
  .obfx-template:nth-child(5n) {
321
  margin-right: 0;
322
  }
3
  }
4
 
5
  .obfx-template-browser .template-name {
6
+ float: left;
7
  margin: 0;
8
  padding: 15px;
9
  font-size: 16px;
10
  font-weight: 600;
 
11
  }
12
 
13
  .obfx-template {
14
  float: left;
 
 
15
  position: relative;
 
 
16
  box-sizing: border-box;
 
17
  width: 30.6%;
18
+ margin: 0 4% 4% 0;
19
+ border: 1px solid #ddd;
20
+ background: #fff;
21
+ box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1);
22
+ cursor: pointer;
23
  }
24
 
25
  .obfx-template:nth-child(3n) {
26
  margin-right: 0;
27
  }
28
+
29
  .obfx-template:hover .obfx-template-actions,
30
  .obfx-template:hover .obfx-preview-template {
31
  opacity: 1;
32
  }
33
+
34
  .obfx-template:hover .obfx-template-screenshot {
35
+ opacity: 0.4;
36
  }
37
 
38
  .obfx-template-actions {
39
+ float: right;
40
  position: absolute;
41
  right: 0;
42
  bottom: 0;
 
 
 
 
 
43
  padding: 10px 15px;
44
+ border-left: 1px solid rgba(0,0,0,0.05);
45
+ opacity: 0;
46
+ background: rgba(244,244,244,0.7);
47
+ -webkit-transition: 0.3s ease;
48
+ transition: 0.3s ease;
49
  }
50
 
51
  .obfx-template-actions .button .dashicons {
57
  }
58
 
59
  .obfx-template-screenshot {
 
60
  display: inline-block;
61
+ float: left;
62
  overflow: hidden;
63
  position: relative;
64
+ width: 100%;
65
  border: 1px solid #ddd;
66
  border-right: none;
67
  border-left: none;
68
+ background: #fff;
69
+ -webkit-transition: 0.3s ease;
70
+ transition: 0.3s ease;
71
  }
72
 
73
  .obfx-template img {
163
 
164
  .obfx-done-import {
165
  display: block;
 
 
166
  margin: 0;
167
+ padding-top: 10px;
168
  color: green;
169
+ text-align: center;
170
  }
171
 
172
  .obfx-done-import .dashicons {
228
  cursor: pointer;
229
  }
230
 
231
+ .obfx-template-preview.theme-install-overlay .install-theme-info.obfx-theme-info .theme-screenshot {
 
232
  width: 100%;
233
  }
234
+
235
  .obfx-template-preview.theme-install-overlay .install-theme-info.obfx-theme-info {
236
  display: none;
237
  }
241
  }
242
 
243
  .more-details.obfx-preview-template {
 
 
244
  position: absolute;
245
+ z-index: 100;
246
  top: 0;
247
+ right: 0;
248
  bottom: 51px;
249
  left: 0;
250
+ opacity: 0;
251
  text-align: center;
252
+ cursor: pointer;
253
+ -webkit-transition: 0.3s ease;
254
+ transition: 0.3s ease;
255
  }
256
 
257
  .more-details.obfx-preview-template span {
258
+ display: block;
259
+ position: relative;
260
+ top: 50%;
261
+ left: 50%;
262
+ width: 45%;
263
+ padding: 15px 12px;
264
+ border-radius: 3px;
265
  color: #fff;
266
+ background: #23282d;
267
+ background: rgba(0,0,0,0.7);
268
+ text-shadow: 0 1px 0 rgba(0,0,0,0.6);
269
  font-size: 15px;
 
 
270
  font-weight: 600;
271
+ -webkit-font-smoothing: antialiased;
272
  text-align: center;
273
+ -webkit-transform: translate(-50%, -50%);
274
+ -ms-transform: translate(-50%, -50%);
275
  transform: translate(-50%, -50%);
 
 
 
 
 
276
  }
277
 
278
  .obfx-required-plugins > p {
279
+ margin-top: 20px;
280
  color: #333;
281
  font-weight: 800;
 
282
  }
283
 
284
  .obfx-required-plugins .button {
285
  display: none;
286
  }
287
+
288
  @media only screen and (min-width: 1640px) {
289
  .obfx-template {
290
  width: 22.7%;
291
  margin: 0 3% 3% 0;
292
  }
293
+
294
  .obfx-template:nth-child(3n) {
295
  margin-right: 3%;
296
  }
297
+
298
  .obfx-template:nth-child(4n) {
299
  margin-right: 0;
300
  }
301
  }
302
 
303
+ @media only screen and (max-width: 1120px) {
304
  .obfx-template {
305
  width: 47.5%;
306
  margin: 0 3% 3% 0;
307
  }
308
+
309
  .obfx-template:nth-child(3n) {
310
  margin-right: 3%;
311
  }
312
+
313
  .obfx-template:nth-child(even) {
314
  margin-right: 0;
315
  }
326
  width: 17.6%;
327
  margin: 0 3% 3% 0;
328
  }
329
+
330
  .obfx-template:nth-child(4n) {
331
  margin-right: 3%;
332
  }
333
+
334
  .obfx-template:nth-child(5n) {
335
  margin-right: 0;
336
  }
readme.md CHANGED
@@ -124,6 +124,14 @@ Activating the Orbit Fox Companion plugin is just like any other plugin. If you'
124
 
125
 
126
  ## Changelog ##
 
 
 
 
 
 
 
 
127
  ### 2.2.7 - 2017-12-21 ###
128
 
129
  * Fix for Hestia clients section default content
124
 
125
 
126
  ## Changelog ##
127
+ ### 2.3.0 - 2018-01-15 ###
128
+
129
+ * Adds 3 forms widgets for Elementor (Contact form, Newsletter, and Registration form).
130
+ * Improve menu icons copyright.
131
+ * Allows social icons on pages.
132
+ * Adds beaver widgets module active by default.
133
+
134
+
135
  ### 2.2.7 - 2017-12-21 ###
136
 
137
  * Fix for Hestia clients section default content
readme.txt CHANGED
@@ -124,6 +124,14 @@ Activating the Orbit Fox Companion plugin is just like any other plugin. If you'
124
 
125
 
126
  == Changelog ==
 
 
 
 
 
 
 
 
127
  = 2.2.7 - 2017-12-21 =
128
 
129
  * Fix for Hestia clients section default content
124
 
125
 
126
  == Changelog ==
127
+ = 2.3.0 - 2018-01-15 =
128
+
129
+ * Adds 3 forms widgets for Elementor (Contact form, Newsletter, and Registration form).
130
+ * Improve menu icons copyright.
131
+ * Allows social icons on pages.
132
+ * Adds beaver widgets module active by default.
133
+
134
+
135
  = 2.2.7 - 2017-12-21 =
136
 
137
  * Fix for Hestia clients section default content
themeisle-companion.php CHANGED
@@ -15,7 +15,7 @@
15
  * Plugin Name: Orbit Fox Companion
16
  * Plugin URI: https://themeisle.com/plugins/orbit-fox-companion
17
  * Description: Enhances ThemeIsle's themes with extra functionality.
18
- * Version: 2.2.7
19
  * Author: Themeisle
20
  * Author URI: https://themeisle.com
21
  * License: GPL-2.0+
@@ -80,7 +80,7 @@ function run_orbit_fox() {
80
 
81
  add_filter(
82
  'themeisle_companion_friendly_name', function( $name ) {
83
- return 'Orbit Fox ( former ThemeIsle Companion )';
84
  }
85
  );
86
  }
15
  * Plugin Name: Orbit Fox Companion
16
  * Plugin URI: https://themeisle.com/plugins/orbit-fox-companion
17
  * Description: Enhances ThemeIsle's themes with extra functionality.
18
+ * Version: 2.3.0
19
  * Author: Themeisle
20
  * Author URI: https://themeisle.com
21
  * License: GPL-2.0+
80
 
81
  add_filter(
82
  'themeisle_companion_friendly_name', function( $name ) {
83
+ return 'Orbit Fox';
84
  }
85
  );
86
  }
themeisle-hash.json ADDED
@@ -0,0 +1 @@
 
1
+ {"class-autoloader.php":"57e533b653d235e76cb9953720e4f5e9","index.php":"39ab8276fb0e4bd3fcab3270822c5977","themeisle-companion.php":"6960c036d64f9480c77c3e8e7356fa53","uninstall.php":"7abf753a29e0eb3a844c8a0ba9493b7c"}
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer' . '/autoload_real.php';
6
 
7
- return ComposerAutoloaderInit485d2690af688e0af2e964e05990404d::getLoader();
4
 
5
  require_once __DIR__ . '/composer' . '/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit17acd3e2aff2bdc77d013775d913f8f5::getLoader();
vendor/codeinwp/themeisle-content-forms/LICENSE ADDED
@@ -0,0 +1,674 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ GNU GENERAL PUBLIC LICENSE
2
+ Version 3, 29 June 2007
3
+
4
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
5
+ Everyone is permitted to copy and distribute verbatim copies
6
+ of this license document, but changing it is not allowed.
7
+
8
+ Preamble
9
+
10
+ The GNU General Public License is a free, copyleft license for
11
+ software and other kinds of works.
12
+
13
+ The licenses for most software and other practical works are designed
14
+ to take away your freedom to share and change the works. By contrast,
15
+ the GNU General Public License is intended to guarantee your freedom to
16
+ share and change all versions of a program--to make sure it remains free
17
+ software for all its users. We, the Free Software Foundation, use the
18
+ GNU General Public License for most of our software; it applies also to
19
+ any other work released this way by its authors. You can apply it to
20
+ your programs, too.
21
+
22
+ When we speak of free software, we are referring to freedom, not
23
+ price. Our General Public Licenses are designed to make sure that you
24
+ have the freedom to distribute copies of free software (and charge for
25
+ them if you wish), that you receive source code or can get it if you
26
+ want it, that you can change the software or use pieces of it in new
27
+ free programs, and that you know you can do these things.
28
+
29
+ To protect your rights, we need to prevent others from denying you
30
+ these rights or asking you to surrender the rights. Therefore, you have
31
+ certain responsibilities if you distribute copies of the software, or if
32
+ you modify it: responsibilities to respect the freedom of others.
33
+
34
+ For example, if you distribute copies of such a program, whether
35
+ gratis or for a fee, you must pass on to the recipients the same
36
+ freedoms that you received. You must make sure that they, too, receive
37
+ or can get the source code. And you must show them these terms so they
38
+ know their rights.
39
+
40
+ Developers that use the GNU GPL protect your rights with two steps:
41
+ (1) assert copyright on the software, and (2) offer you this License
42
+ giving you legal permission to copy, distribute and/or modify it.
43
+
44
+ For the developers' and authors' protection, the GPL clearly explains
45
+ that there is no warranty for this free software. For both users' and
46
+ authors' sake, the GPL requires that modified versions be marked as
47
+ changed, so that their problems will not be attributed erroneously to
48
+ authors of previous versions.
49
+
50
+ Some devices are designed to deny users access to install or run
51
+ modified versions of the software inside them, although the manufacturer
52
+ can do so. This is fundamentally incompatible with the aim of
53
+ protecting users' freedom to change the software. The systematic
54
+ pattern of such abuse occurs in the area of products for individuals to
55
+ use, which is precisely where it is most unacceptable. Therefore, we
56
+ have designed this version of the GPL to prohibit the practice for those
57
+ products. If such problems arise substantially in other domains, we
58
+ stand ready to extend this provision to those domains in future versions
59
+ of the GPL, as needed to protect the freedom of users.
60
+
61
+ Finally, every program is threatened constantly by software patents.
62
+ States should not allow patents to restrict development and use of
63
+ software on general-purpose computers, but in those that do, we wish to
64
+ avoid the special danger that patents applied to a free program could
65
+ make it effectively proprietary. To prevent this, the GPL assures that
66
+ patents cannot be used to render the program non-free.
67
+
68
+ The precise terms and conditions for copying, distribution and
69
+ modification follow.
70
+
71
+ TERMS AND CONDITIONS
72
+
73
+ 0. Definitions.
74
+
75
+ "This License" refers to version 3 of the GNU General Public License.
76
+
77
+ "Copyright" also means copyright-like laws that apply to other kinds of
78
+ works, such as semiconductor masks.
79
+
80
+ "The Program" refers to any copyrightable work licensed under this
81
+ License. Each licensee is addressed as "you". "Licensees" and
82
+ "recipients" may be individuals or organizations.
83
+
84
+ To "modify" a work means to copy from or adapt all or part of the work
85
+ in a fashion requiring copyright permission, other than the making of an
86
+ exact copy. The resulting work is called a "modified version" of the
87
+ earlier work or a work "based on" the earlier work.
88
+
89
+ A "covered work" means either the unmodified Program or a work based
90
+ on the Program.
91
+
92
+ To "propagate" a work means to do anything with it that, without
93
+ permission, would make you directly or secondarily liable for
94
+ infringement under applicable copyright law, except executing it on a
95
+ computer or modifying a private copy. Propagation includes copying,
96
+ distribution (with or without modification), making available to the
97
+ public, and in some countries other activities as well.
98
+
99
+ To "convey" a work means any kind of propagation that enables other
100
+ parties to make or receive copies. Mere interaction with a user through
101
+ a computer network, with no transfer of a copy, is not conveying.
102
+
103
+ An interactive user interface displays "Appropriate Legal Notices"
104
+ to the extent that it includes a convenient and prominently visible
105
+ feature that (1) displays an appropriate copyright notice, and (2)
106
+ tells the user that there is no warranty for the work (except to the
107
+ extent that warranties are provided), that licensees may convey the
108
+ work under this License, and how to view a copy of this License. If
109
+ the interface presents a list of user commands or options, such as a
110
+ menu, a prominent item in the list meets this criterion.
111
+
112
+ 1. Source Code.
113
+
114
+ The "source code" for a work means the preferred form of the work
115
+ for making modifications to it. "Object code" means any non-source
116
+ form of a work.
117
+
118
+ A "Standard Interface" means an interface that either is an official
119
+ standard defined by a recognized standards body, or, in the case of
120
+ interfaces specified for a particular programming language, one that
121
+ is widely used among developers working in that language.
122
+
123
+ The "System Libraries" of an executable work include anything, other
124
+ than the work as a whole, that (a) is included in the normal form of
125
+ packaging a Major Component, but which is not part of that Major
126
+ Component, and (b) serves only to enable use of the work with that
127
+ Major Component, or to implement a Standard Interface for which an
128
+ implementation is available to the public in source code form. A
129
+ "Major Component", in this context, means a major essential component
130
+ (kernel, window system, and so on) of the specific operating system
131
+ (if any) on which the executable work runs, or a compiler used to
132
+ produce the work, or an object code interpreter used to run it.
133
+
134
+ The "Corresponding Source" for a work in object code form means all
135
+ the source code needed to generate, install, and (for an executable
136
+ work) run the object code and to modify the work, including scripts to
137
+ control those activities. However, it does not include the work's
138
+ System Libraries, or general-purpose tools or generally available free
139
+ programs which are used unmodified in performing those activities but
140
+ which are not part of the work. For example, Corresponding Source
141
+ includes interface definition files associated with source files for
142
+ the work, and the source code for shared libraries and dynamically
143
+ linked subprograms that the work is specifically designed to require,
144
+ such as by intimate data communication or control flow between those
145
+ subprograms and other parts of the work.
146
+
147
+ The Corresponding Source need not include anything that users
148
+ can regenerate automatically from other parts of the Corresponding
149
+ Source.
150
+
151
+ The Corresponding Source for a work in source code form is that
152
+ same work.
153
+
154
+ 2. Basic Permissions.
155
+
156
+ All rights granted under this License are granted for the term of
157
+ copyright on the Program, and are irrevocable provided the stated
158
+ conditions are met. This License explicitly affirms your unlimited
159
+ permission to run the unmodified Program. The output from running a
160
+ covered work is covered by this License only if the output, given its
161
+ content, constitutes a covered work. This License acknowledges your
162
+ rights of fair use or other equivalent, as provided by copyright law.
163
+
164
+ You may make, run and propagate covered works that you do not
165
+ convey, without conditions so long as your license otherwise remains
166
+ in force. You may convey covered works to others for the sole purpose
167
+ of having them make modifications exclusively for you, or provide you
168
+ with facilities for running those works, provided that you comply with
169
+ the terms of this License in conveying all material for which you do
170
+ not control copyright. Those thus making or running the covered works
171
+ for you must do so exclusively on your behalf, under your direction
172
+ and control, on terms that prohibit them from making any copies of
173
+ your copyrighted material outside their relationship with you.
174
+
175
+ Conveying under any other circumstances is permitted solely under
176
+ the conditions stated below. Sublicensing is not allowed; section 10
177
+ makes it unnecessary.
178
+
179
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
180
+
181
+ No covered work shall be deemed part of an effective technological
182
+ measure under any applicable law fulfilling obligations under article
183
+ 11 of the WIPO copyright treaty adopted on 20 December 1996, or
184
+ similar laws prohibiting or restricting circumvention of such
185
+ measures.
186
+
187
+ When you convey a covered work, you waive any legal power to forbid
188
+ circumvention of technological measures to the extent such circumvention
189
+ is effected by exercising rights under this License with respect to
190
+ the covered work, and you disclaim any intention to limit operation or
191
+ modification of the work as a means of enforcing, against the work's
192
+ users, your or third parties' legal rights to forbid circumvention of
193
+ technological measures.
194
+
195
+ 4. Conveying Verbatim Copies.
196
+
197
+ You may convey verbatim copies of the Program's source code as you
198
+ receive it, in any medium, provided that you conspicuously and
199
+ appropriately publish on each copy an appropriate copyright notice;
200
+ keep intact all notices stating that this License and any
201
+ non-permissive terms added in accord with section 7 apply to the code;
202
+ keep intact all notices of the absence of any warranty; and give all
203
+ recipients a copy of this License along with the Program.
204
+
205
+ You may charge any price or no price for each copy that you convey,
206
+ and you may offer support or warranty protection for a fee.
207
+
208
+ 5. Conveying Modified Source Versions.
209
+
210
+ You may convey a work based on the Program, or the modifications to
211
+ produce it from the Program, in the form of source code under the
212
+ terms of section 4, provided that you also meet all of these conditions:
213
+
214
+ a) The work must carry prominent notices stating that you modified
215
+ it, and giving a relevant date.
216
+
217
+ b) The work must carry prominent notices stating that it is
218
+ released under this License and any conditions added under section
219
+ 7. This requirement modifies the requirement in section 4 to
220
+ "keep intact all notices".
221
+
222
+ c) You must license the entire work, as a whole, under this
223
+ License to anyone who comes into possession of a copy. This
224
+ License will therefore apply, along with any applicable section 7
225
+ additional terms, to the whole of the work, and all its parts,
226
+ regardless of how they are packaged. This License gives no
227
+ permission to license the work in any other way, but it does not
228
+ invalidate such permission if you have separately received it.
229
+
230
+ d) If the work has interactive user interfaces, each must display
231
+ Appropriate Legal Notices; however, if the Program has interactive
232
+ interfaces that do not display Appropriate Legal Notices, your
233
+ work need not make them do so.
234
+
235
+ A compilation of a covered work with other separate and independent
236
+ works, which are not by their nature extensions of the covered work,
237
+ and which are not combined with it such as to form a larger program,
238
+ in or on a volume of a storage or distribution medium, is called an
239
+ "aggregate" if the compilation and its resulting copyright are not
240
+ used to limit the access or legal rights of the compilation's users
241
+ beyond what the individual works permit. Inclusion of a covered work
242
+ in an aggregate does not cause this License to apply to the other
243
+ parts of the aggregate.
244
+
245
+ 6. Conveying Non-Source Forms.
246
+
247
+ You may convey a covered work in object code form under the terms
248
+ of sections 4 and 5, provided that you also convey the
249
+ machine-readable Corresponding Source under the terms of this License,
250
+ in one of these ways:
251
+
252
+ a) Convey the object code in, or embodied in, a physical product
253
+ (including a physical distribution medium), accompanied by the
254
+ Corresponding Source fixed on a durable physical medium
255
+ customarily used for software interchange.
256
+
257
+ b) Convey the object code in, or embodied in, a physical product
258
+ (including a physical distribution medium), accompanied by a
259
+ written offer, valid for at least three years and valid for as
260
+ long as you offer spare parts or customer support for that product
261
+ model, to give anyone who possesses the object code either (1) a
262
+ copy of the Corresponding Source for all the software in the
263
+ product that is covered by this License, on a durable physical
264
+ medium customarily used for software interchange, for a price no
265
+ more than your reasonable cost of physically performing this
266
+ conveying of source, or (2) access to copy the
267
+ Corresponding Source from a network server at no charge.
268
+
269
+ c) Convey individual copies of the object code with a copy of the
270
+ written offer to provide the Corresponding Source. This
271
+ alternative is allowed only occasionally and noncommercially, and
272
+ only if you received the object code with such an offer, in accord
273
+ with subsection 6b.
274
+
275
+ d) Convey the object code by offering access from a designated
276
+ place (gratis or for a charge), and offer equivalent access to the
277
+ Corresponding Source in the same way through the same place at no
278
+ further charge. You need not require recipients to copy the
279
+ Corresponding Source along with the object code. If the place to
280
+ copy the object code is a network server, the Corresponding Source
281
+ may be on a different server (operated by you or a third party)
282
+ that supports equivalent copying facilities, provided you maintain
283
+ clear directions next to the object code saying where to find the
284
+ Corresponding Source. Regardless of what server hosts the
285
+ Corresponding Source, you remain obligated to ensure that it is
286
+ available for as long as needed to satisfy these requirements.
287
+
288
+ e) Convey the object code using peer-to-peer transmission, provided
289
+ you inform other peers where the object code and Corresponding
290
+ Source of the work are being offered to the general public at no
291
+ charge under subsection 6d.
292
+
293
+ A separable portion of the object code, whose source code is excluded
294
+ from the Corresponding Source as a System Library, need not be
295
+ included in conveying the object code work.
296
+
297
+ A "User Product" is either (1) a "consumer product", which means any
298
+ tangible personal property which is normally used for personal, family,
299
+ or household purposes, or (2) anything designed or sold for incorporation
300
+ into a dwelling. In determining whether a product is a consumer product,
301
+ doubtful cases shall be resolved in favor of coverage. For a particular
302
+ product received by a particular user, "normally used" refers to a
303
+ typical or common use of that class of product, regardless of the status
304
+ of the particular user or of the way in which the particular user
305
+ actually uses, or expects or is expected to use, the product. A product
306
+ is a consumer product regardless of whether the product has substantial
307
+ commercial, industrial or non-consumer uses, unless such uses represent
308
+ the only significant mode of use of the product.
309
+
310
+ "Installation Information" for a User Product means any methods,
311
+ procedures, authorization keys, or other information required to install
312
+ and execute modified versions of a covered work in that User Product from
313
+ a modified version of its Corresponding Source. The information must
314
+ suffice to ensure that the continued functioning of the modified object
315
+ code is in no case prevented or interfered with solely because
316
+ modification has been made.
317
+
318
+ If you convey an object code work under this section in, or with, or
319
+ specifically for use in, a User Product, and the conveying occurs as
320
+ part of a transaction in which the right of possession and use of the
321
+ User Product is transferred to the recipient in perpetuity or for a
322
+ fixed term (regardless of how the transaction is characterized), the
323
+ Corresponding Source conveyed under this section must be accompanied
324
+ by the Installation Information. But this requirement does not apply
325
+ if neither you nor any third party retains the ability to install
326
+ modified object code on the User Product (for example, the work has
327
+ been installed in ROM).
328
+
329
+ The requirement to provide Installation Information does not include a
330
+ requirement to continue to provide support service, warranty, or updates
331
+ for a work that has been modified or installed by the recipient, or for
332
+ the User Product in which it has been modified or installed. Access to a
333
+ network may be denied when the modification itself materially and
334
+ adversely affects the operation of the network or violates the rules and
335
+ protocols for communication across the network.
336
+
337
+ Corresponding Source conveyed, and Installation Information provided,
338
+ in accord with this section must be in a format that is publicly
339
+ documented (and with an implementation available to the public in
340
+ source code form), and must require no special password or key for
341
+ unpacking, reading or copying.
342
+
343
+ 7. Additional Terms.
344
+
345
+ "Additional permissions" are terms that supplement the terms of this
346
+ License by making exceptions from one or more of its conditions.
347
+ Additional permissions that are applicable to the entire Program shall
348
+ be treated as though they were included in this License, to the extent
349
+ that they are valid under applicable law. If additional permissions
350
+ apply only to part of the Program, that part may be used separately
351
+ under those permissions, but the entire Program remains governed by
352
+ this License without regard to the additional permissions.
353
+
354
+ When you convey a copy of a covered work, you may at your option
355
+ remove any additional permissions from that copy, or from any part of
356
+ it. (Additional permissions may be written to require their own
357
+ removal in certain cases when you modify the work.) You may place
358
+ additional permissions on material, added by you to a covered work,
359
+ for which you have or can give appropriate copyright permission.
360
+
361
+ Notwithstanding any other provision of this License, for material you
362
+ add to a covered work, you may (if authorized by the copyright holders of
363
+ that material) supplement the terms of this License with terms:
364
+
365
+ a) Disclaiming warranty or limiting liability differently from the
366
+ terms of sections 15 and 16 of this License; or
367
+
368
+ b) Requiring preservation of specified reasonable legal notices or
369
+ author attributions in that material or in the Appropriate Legal
370
+ Notices displayed by works containing it; or
371
+
372
+ c) Prohibiting misrepresentation of the origin of that material, or
373
+ requiring that modified versions of such material be marked in
374
+ reasonable ways as different from the original version; or
375
+
376
+ d) Limiting the use for publicity purposes of names of licensors or
377
+ authors of the material; or
378
+
379
+ e) Declining to grant rights under trademark law for use of some
380
+ trade names, trademarks, or service marks; or
381
+
382
+ f) Requiring indemnification of licensors and authors of that
383
+ material by anyone who conveys the material (or modified versions of
384
+ it) with contractual assumptions of liability to the recipient, for
385
+ any liability that these contractual assumptions directly impose on
386
+ those licensors and authors.
387
+
388
+ All other non-permissive additional terms are considered "further
389
+ restrictions" within the meaning of section 10. If the Program as you
390
+ received it, or any part of it, contains a notice stating that it is
391
+ governed by this License along with a term that is a further
392
+ restriction, you may remove that term. If a license document contains
393
+ a further restriction but permits relicensing or conveying under this
394
+ License, you may add to a covered work material governed by the terms
395
+ of that license document, provided that the further restriction does
396
+ not survive such relicensing or conveying.
397
+
398
+ If you add terms to a covered work in accord with this section, you
399
+ must place, in the relevant source files, a statement of the
400
+ additional terms that apply to those files, or a notice indicating
401
+ where to find the applicable terms.
402
+
403
+ Additional terms, permissive or non-permissive, may be stated in the
404
+ form of a separately written license, or stated as exceptions;
405
+ the above requirements apply either way.
406
+
407
+ 8. Termination.
408
+
409
+ You may not propagate or modify a covered work except as expressly
410
+ provided under this License. Any attempt otherwise to propagate or
411
+ modify it is void, and will automatically terminate your rights under
412
+ this License (including any patent licenses granted under the third
413
+ paragraph of section 11).
414
+
415
+ However, if you cease all violation of this License, then your
416
+ license from a particular copyright holder is reinstated (a)
417
+ provisionally, unless and until the copyright holder explicitly and
418
+ finally terminates your license, and (b) permanently, if the copyright
419
+ holder fails to notify you of the violation by some reasonable means
420
+ prior to 60 days after the cessation.
421
+
422
+ Moreover, your license from a particular copyright holder is
423
+ reinstated permanently if the copyright holder notifies you of the
424
+ violation by some reasonable means, this is the first time you have
425
+ received notice of violation of this License (for any work) from that
426
+ copyright holder, and you cure the violation prior to 30 days after
427
+ your receipt of the notice.
428
+
429
+ Termination of your rights under this section does not terminate the
430
+ licenses of parties who have received copies or rights from you under
431
+ this License. If your rights have been terminated and not permanently
432
+ reinstated, you do not qualify to receive new licenses for the same
433
+ material under section 10.
434
+
435
+ 9. Acceptance Not Required for Having Copies.
436
+
437
+ You are not required to accept this License in order to receive or
438
+ run a copy of the Program. Ancillary propagation of a covered work
439
+ occurring solely as a consequence of using peer-to-peer transmission
440
+ to receive a copy likewise does not require acceptance. However,
441
+ nothing other than this License grants you permission to propagate or
442
+ modify any covered work. These actions infringe copyright if you do
443
+ not accept this License. Therefore, by modifying or propagating a
444
+ covered work, you indicate your acceptance of this License to do so.
445
+
446
+ 10. Automatic Licensing of Downstream Recipients.
447
+
448
+ Each time you convey a covered work, the recipient automatically
449
+ receives a license from the original licensors, to run, modify and
450
+ propagate that work, subject to this License. You are not responsible
451
+ for enforcing compliance by third parties with this License.
452
+
453
+ An "entity transaction" is a transaction transferring control of an
454
+ organization, or substantially all assets of one, or subdividing an
455
+ organization, or merging organizations. If propagation of a covered
456
+ work results from an entity transaction, each party to that
457
+ transaction who receives a copy of the work also receives whatever
458
+ licenses to the work the party's predecessor in interest had or could
459
+ give under the previous paragraph, plus a right to possession of the
460
+ Corresponding Source of the work from the predecessor in interest, if
461
+ the predecessor has it or can get it with reasonable efforts.
462
+
463
+ You may not impose any further restrictions on the exercise of the
464
+ rights granted or affirmed under this License. For example, you may
465
+ not impose a license fee, royalty, or other charge for exercise of
466
+ rights granted under this License, and you may not initiate litigation
467
+ (including a cross-claim or counterclaim in a lawsuit) alleging that
468
+ any patent claim is infringed by making, using, selling, offering for
469
+ sale, or importing the Program or any portion of it.
470
+
471
+ 11. Patents.
472
+
473
+ A "contributor" is a copyright holder who authorizes use under this
474
+ License of the Program or a work on which the Program is based. The
475
+ work thus licensed is called the contributor's "contributor version".
476
+
477
+ A contributor's "essential patent claims" are all patent claims
478
+ owned or controlled by the contributor, whether already acquired or
479
+ hereafter acquired, that would be infringed by some manner, permitted
480
+ by this License, of making, using, or selling its contributor version,
481
+ but do not include claims that would be infringed only as a
482
+ consequence of further modification of the contributor version. For
483
+ purposes of this definition, "control" includes the right to grant
484
+ patent sublicenses in a manner consistent with the requirements of
485
+ this License.
486
+
487
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
488
+ patent license under the contributor's essential patent claims, to
489
+ make, use, sell, offer for sale, import and otherwise run, modify and
490
+ propagate the contents of its contributor version.
491
+
492
+ In the following three paragraphs, a "patent license" is any express
493
+ agreement or commitment, however denominated, not to enforce a patent
494
+ (such as an express permission to practice a patent or covenant not to
495
+ sue for patent infringement). To "grant" such a patent license to a
496
+ party means to make such an agreement or commitment not to enforce a
497
+ patent against the party.
498
+
499
+ If you convey a covered work, knowingly relying on a patent license,
500
+ and the Corresponding Source of the work is not available for anyone
501
+ to copy, free of charge and under the terms of this License, through a
502
+ publicly available network server or other readily accessible means,
503
+ then you must either (1) cause the Corresponding Source to be so
504
+ available, or (2) arrange to deprive yourself of the benefit of the
505
+ patent license for this particular work, or (3) arrange, in a manner
506
+ consistent with the requirements of this License, to extend the patent
507
+ license to downstream recipients. "Knowingly relying" means you have
508
+ actual knowledge that, but for the patent license, your conveying the
509
+ covered work in a country, or your recipient's use of the covered work
510
+ in a country, would infringe one or more identifiable patents in that
511
+ country that you have reason to believe are valid.
512
+
513
+ If, pursuant to or in connection with a single transaction or
514
+ arrangement, you convey, or propagate by procuring conveyance of, a
515
+ covered work, and grant a patent license to some of the parties
516
+ receiving the covered work authorizing them to use, propagate, modify
517
+ or convey a specific copy of the covered work, then the patent license
518
+ you grant is automatically extended to all recipients of the covered
519
+ work and works based on it.
520
+
521
+ A patent license is "discriminatory" if it does not include within
522
+ the scope of its coverage, prohibits the exercise of, or is
523
+ conditioned on the non-exercise of one or more of the rights that are
524
+ specifically granted under this License. You may not convey a covered
525
+ work if you are a party to an arrangement with a third party that is
526
+ in the business of distributing software, under which you make payment
527
+ to the third party based on the extent of your activity of conveying
528
+ the work, and under which the third party grants, to any of the
529
+ parties who would receive the covered work from you, a discriminatory
530
+ patent license (a) in connection with copies of the covered work
531
+ conveyed by you (or copies made from those copies), or (b) primarily
532
+ for and in connection with specific products or compilations that
533
+ contain the covered work, unless you entered into that arrangement,
534
+ or that patent license was granted, prior to 28 March 2007.
535
+
536
+ Nothing in this License shall be construed as excluding or limiting
537
+ any implied license or other defenses to infringement that may
538
+ otherwise be available to you under applicable patent law.
539
+
540
+ 12. No Surrender of Others' Freedom.
541
+
542
+ If conditions are imposed on you (whether by court order, agreement or
543
+ otherwise) that contradict the conditions of this License, they do not
544
+ excuse you from the conditions of this License. If you cannot convey a
545
+ covered work so as to satisfy simultaneously your obligations under this
546
+ License and any other pertinent obligations, then as a consequence you may
547
+ not convey it at all. For example, if you agree to terms that obligate you
548
+ to collect a royalty for further conveying from those to whom you convey
549
+ the Program, the only way you could satisfy both those terms and this
550
+ License would be to refrain entirely from conveying the Program.
551
+
552
+ 13. Use with the GNU Affero General Public License.
553
+
554
+ Notwithstanding any other provision of this License, you have
555
+ permission to link or combine any covered work with a work licensed
556
+ under version 3 of the GNU Affero General Public License into a single
557
+ combined work, and to convey the resulting work. The terms of this
558
+ License will continue to apply to the part which is the covered work,
559
+ but the special requirements of the GNU Affero General Public License,
560
+ section 13, concerning interaction through a network will apply to the
561
+ combination as such.
562
+
563
+ 14. Revised Versions of this License.
564
+
565
+ The Free Software Foundation may publish revised and/or new versions of
566
+ the GNU General Public License from time to time. Such new versions will
567
+ be similar in spirit to the present version, but may differ in detail to
568
+ address new problems or concerns.
569
+
570
+ Each version is given a distinguishing version number. If the
571
+ Program specifies that a certain numbered version of the GNU General
572
+ Public License "or any later version" applies to it, you have the
573
+ option of following the terms and conditions either of that numbered
574
+ version or of any later version published by the Free Software
575
+ Foundation. If the Program does not specify a version number of the
576
+ GNU General Public License, you may choose any version ever published
577
+ by the Free Software Foundation.
578
+
579
+ If the Program specifies that a proxy can decide which future
580
+ versions of the GNU General Public License can be used, that proxy's
581
+ public statement of acceptance of a version permanently authorizes you
582
+ to choose that version for the Program.
583
+
584
+ Later license versions may give you additional or different
585
+ permissions. However, no additional obligations are imposed on any
586
+ author or copyright holder as a result of your choosing to follow a
587
+ later version.
588
+
589
+ 15. Disclaimer of Warranty.
590
+
591
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
592
+ APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
593
+ HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
594
+ OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
595
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
596
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
597
+ IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
598
+ ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
599
+
600
+ 16. Limitation of Liability.
601
+
602
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
603
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
604
+ THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
605
+ GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
606
+ USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
607
+ DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
608
+ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
609
+ EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
610
+ SUCH DAMAGES.
611
+
612
+ 17. Interpretation of Sections 15 and 16.
613
+
614
+ If the disclaimer of warranty and limitation of liability provided
615
+ above cannot be given local legal effect according to their terms,
616
+ reviewing courts shall apply local law that most closely approximates
617
+ an absolute waiver of all civil liability in connection with the
618
+ Program, unless a warranty or assumption of liability accompanies a
619
+ copy of the Program in return for a fee.
620
+
621
+ END OF TERMS AND CONDITIONS
622
+
623
+ How to Apply These Terms to Your New Programs
624
+
625
+ If you develop a new program, and you want it to be of the greatest
626
+ possible use to the public, the best way to achieve this is to make it
627
+ free software which everyone can redistribute and change under these terms.
628
+
629
+ To do so, attach the following notices to the program. It is safest
630
+ to attach them to the start of each source file to most effectively
631
+ state the exclusion of warranty; and each file should have at least
632
+ the "copyright" line and a pointer to where the full notice is found.
633
+
634
+ {one line to give the program's name and a brief idea of what it does.}
635
+ Copyright (C) {year} {name of author}
636
+
637
+ This program is free software: you can redistribute it and/or modify
638
+ it under the terms of the GNU General Public License as published by
639
+ the Free Software Foundation, either version 3 of the License, or
640
+ (at your option) any later version.
641
+
642
+ This program is distributed in the hope that it will be useful,
643
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
644
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
645
+ GNU General Public License for more details.
646
+
647
+ You should have received a copy of the GNU General Public License
648
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
649
+
650
+ Also add information on how to contact you by electronic and paper mail.
651
+
652
+ If the program does terminal interaction, make it output a short
653
+ notice like this when it starts in an interactive mode:
654
+
655
+ {project} Copyright (C) {year} {fullname}
656
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657
+ This is free software, and you are welcome to redistribute it
658
+ under certain conditions; type `show c' for details.
659
+
660
+ The hypothetical commands `show w' and `show c' should show the appropriate
661
+ parts of the General Public License. Of course, your program's commands
662
+ might be different; for a GUI interface, you would use an "about box".
663
+
664
+ You should also get your employer (if you work as a programmer) or school,
665
+ if any, to sign a "copyright disclaimer" for the program, if necessary.
666
+ For more information on this, and how to apply and follow the GNU GPL, see
667
+ <http://www.gnu.org/licenses/>.
668
+
669
+ The GNU General Public License does not permit incorporating your program
670
+ into proprietary programs. If your program is a subroutine library, you
671
+ may consider it more useful to permit linking proprietary applications with
672
+ the library. If this is what you want to do, use the GNU Lesser General
673
+ Public License instead of this License. But first, please read
674
+ <http://www.gnu.org/philosophy/why-not-lgpl.html>.
vendor/codeinwp/themeisle-content-forms/assets/content-forms.css ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ label {
2
+ display: block;
3
+ margin-top: 20px;
4
+ }
5
+ input, textarea {
6
+ width: 100%;
7
+ display: block;
8
+ border: 1px solid #cccccc;
9
+ border-radius: 3px;
10
+ }
11
+ fieldset {
12
+ border: none;
13
+ margin: 0;
14
+ }
15
+ .content-form-loading {
16
+ opacity: .5;
17
+ pointer-events: none;
18
+ }
19
+ .content-form-notice {
20
+ font-size: 21px;
21
+ padding: 5px;
22
+ }
23
+ .content-form-success {
24
+ color: #53a813;
25
+ border: 2px solid #53a813;
26
+ }
27
+ .content-form-error {
28
+ color: #d5521a;
29
+ border: 2px solid #d5521a;
30
+ }
vendor/codeinwp/themeisle-content-forms/assets/content-forms.js ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ SerializeJSON jQuery plugin.
3
+ https://github.com/marioizquierdo/jquery.serializeJSON
4
+ version 2.8.1 (Dec, 2016)
5
+
6
+ Copyright (c) 2012, 2017 Mario Izquierdo
7
+ Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
8
+ and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
9
+ */
10
+ !function(a){if("function"==typeof define&&define.amd)define(["jquery"],a);else if("object"==typeof exports){var b=require("jquery");module.exports=a(b)}else a(window.jQuery||window.Zepto||window.$)}(function(a){"use strict";a.fn.serializeJSON=function(b){var c,d,e,f,g,h,i,j,k,l,m,n,o;return c=a.serializeJSON,d=this,e=c.setupOpts(b),f=d.serializeArray(),c.readCheckboxUncheckedValues(f,e,d),g={},a.each(f,function(a,b){h=b.name,i=b.value,k=c.extractTypeAndNameWithNoType(h),l=k.nameWithNoType,m=k.type,m||(m=c.attrFromInputWithName(d,h,"data-value-type")),c.validateType(h,m,e),"skip"!==m&&(n=c.splitInputNameIntoKeysArray(l),j=c.parseValue(i,h,m,e),o=!j&&c.shouldSkipFalsy(d,h,l,m,e),o||c.deepSet(g,n,j,e))}),g},a.serializeJSON={defaultOptions:{checkboxUncheckedValue:void 0,parseNumbers:!1,parseBooleans:!1,parseNulls:!1,parseAll:!1,parseWithFunction:null,skipFalsyValuesForTypes:[],skipFalsyValuesForFields:[],customTypes:{},defaultTypes:{string:function(a){return String(a)},number:function(a){return Number(a)},boolean:function(a){var b=["false","null","undefined","","0"];return b.indexOf(a)===-1},null:function(a){var b=["false","null","undefined","","0"];return b.indexOf(a)===-1?a:null},array:function(a){return JSON.parse(a)},object:function(a){return JSON.parse(a)},auto:function(b){return a.serializeJSON.parseValue(b,null,null,{parseNumbers:!0,parseBooleans:!0,parseNulls:!0})},skip:null},useIntKeysAsArrayIndex:!1},setupOpts:function(b){var c,d,e,f,g,h;h=a.serializeJSON,null==b&&(b={}),e=h.defaultOptions||{},d=["checkboxUncheckedValue","parseNumbers","parseBooleans","parseNulls","parseAll","parseWithFunction","skipFalsyValuesForTypes","skipFalsyValuesForFields","customTypes","defaultTypes","useIntKeysAsArrayIndex"];for(c in b)if(d.indexOf(c)===-1)throw new Error("serializeJSON ERROR: invalid option '"+c+"'. Please use one of "+d.join(", "));return f=function(a){return b[a]!==!1&&""!==b[a]&&(b[a]||e[a])},g=f("parseAll"),{checkboxUncheckedValue:f("checkboxUncheckedValue"),parseNumbers:g||f("parseNumbers"),parseBooleans:g||f("parseBooleans"),parseNulls:g||f("parseNulls"),parseWithFunction:f("parseWithFunction"),skipFalsyValuesForTypes:f("skipFalsyValuesForTypes"),skipFalsyValuesForFields:f("skipFalsyValuesForFields"),typeFunctions:a.extend({},f("defaultTypes"),f("customTypes")),useIntKeysAsArrayIndex:f("useIntKeysAsArrayIndex")}},parseValue:function(b,c,d,e){var f,g;return f=a.serializeJSON,g=b,e.typeFunctions&&d&&e.typeFunctions[d]?g=e.typeFunctions[d](b):e.parseNumbers&&f.isNumeric(b)?g=Number(b):!e.parseBooleans||"true"!==b&&"false"!==b?e.parseNulls&&"null"==b&&(g=null):g="true"===b,e.parseWithFunction&&!d&&(g=e.parseWithFunction(g,c)),g},isObject:function(a){return a===Object(a)},isUndefined:function(a){return void 0===a},isValidArrayIndex:function(a){return/^[0-9]+$/.test(String(a))},isNumeric:function(a){return a-parseFloat(a)>=0},optionKeys:function(a){if(Object.keys)return Object.keys(a);var b,c=[];for(b in a)c.push(b);return c},readCheckboxUncheckedValues:function(b,c,d){var e,f,g,h,i;null==c&&(c={}),i=a.serializeJSON,e="input[type=checkbox][name]:not(:checked):not([disabled])",f=d.find(e).add(d.filter(e)),f.each(function(d,e){if(g=a(e),h=g.attr("data-unchecked-value"),null==h&&(h=c.checkboxUncheckedValue),null!=h){if(e.name&&e.name.indexOf("[][")!==-1)throw new Error("serializeJSON ERROR: checkbox unchecked values are not supported on nested arrays of objects like '"+e.name+"'. See https://github.com/marioizquierdo/jquery.serializeJSON/issues/67");b.push({name:e.name,value:h})}})},extractTypeAndNameWithNoType:function(a){var b;return(b=a.match(/(.*):([^:]+)$/))?{nameWithNoType:b[1],type:b[2]}:{nameWithNoType:a,type:null}},shouldSkipFalsy:function(b,c,d,e,f){var g=a.serializeJSON,h=g.attrFromInputWithName(b,c,"data-skip-falsy");if(null!=h)return"false"!==h;var i=f.skipFalsyValuesForFields;if(i&&(i.indexOf(d)!==-1||i.indexOf(c)!==-1))return!0;var j=f.skipFalsyValuesForTypes;return null==e&&(e="string"),!(!j||j.indexOf(e)===-1)},attrFromInputWithName:function(a,b,c){var d,e,f;return d=b.replace(/(:|\.|\[|\]|\s)/g,"\\$1"),e='[name="'+d+'"]',f=a.find(e).add(a.filter(e)),f.attr(c)},validateType:function(b,c,d){var e,f;if(f=a.serializeJSON,e=f.optionKeys(d?d.typeFunctions:f.defaultOptions.defaultTypes),c&&e.indexOf(c)===-1)throw new Error("serializeJSON ERROR: Invalid type "+c+" found in input name '"+b+"', please use one of "+e.join(", "));return!0},splitInputNameIntoKeysArray:function(b){var c,d;return d=a.serializeJSON,c=b.split("["),c=a.map(c,function(a){return a.replace(/\]/g,"")}),""===c[0]&&c.shift(),c},deepSet:function(b,c,d,e){var f,g,h,i,j,k;if(null==e&&(e={}),k=a.serializeJSON,k.isUndefined(b))throw new Error("ArgumentError: param 'o' expected to be an object or array, found undefined");if(!c||0===c.length)throw new Error("ArgumentError: param 'keys' expected to be an array with least one element");f=c[0],1===c.length?""===f?b.push(d):b[f]=d:(g=c[1],""===f&&(i=b.length-1,j=b[i],f=k.isObject(j)&&(k.isUndefined(j[g])||c.length>2)?i:i+1),""===g?!k.isUndefined(b[f])&&a.isArray(b[f])||(b[f]=[]):e.useIntKeysAsArrayIndex&&k.isValidArrayIndex(g)?!k.isUndefined(b[f])&&a.isArray(b[f])||(b[f]=[]):!k.isUndefined(b[f])&&k.isObject(b[f])||(b[f]={}),h=c.slice(1),k.deepSet(b[f],h,d,e))}}});
11
+
12
+ (function ($) {
13
+ /**
14
+ * Watch for all the content forms and listen for a submit action
15
+ */
16
+ $(document).on('submit', 'form.content-form', function (e) {
17
+ e.preventDefault();
18
+
19
+ var $form = $(this),
20
+ serialized = $form.serializeJSON(),
21
+ postData = {
22
+ form_type: serialized['form-type'],
23
+ form_id: serialized['form-id'],
24
+ post_id: serialized['post-id'],
25
+ form_builder: serialized['form-builder'],
26
+ data: serialized.data,
27
+ nonce: serialized[ '_wpnonce_' + serialized['form-type'] ],
28
+ };
29
+
30
+ $form.addClass('content-form-loading');
31
+
32
+ window.jQuery.ajax({
33
+ url: contentFormsSettings.restUrl + `submit`,
34
+ dataType: 'json',
35
+ method: 'POST',
36
+ data: postData,
37
+ beforeSend: function (xhr) {
38
+ xhr.setRequestHeader('X-WP-Nonce', window.contentFormsSettings.nonce);
39
+ },
40
+ success: function (data) {
41
+ $form.removeClass('content-form-loading');
42
+
43
+ var status = 'error';
44
+
45
+ if ( typeof data.success !== "undefined" && data.success ) {
46
+ status = 'success';
47
+ }
48
+
49
+ addContentFormNotice( data.msg, status, $form );
50
+
51
+ console.log(data)
52
+ },
53
+ error: function (e) {
54
+ $form.removeClass('content-form-loading');
55
+
56
+ addContentFormNotice( e, 'error', $form );
57
+
58
+ console.error(e)
59
+ }
60
+ });
61
+ });
62
+
63
+ /**
64
+ * Handle Form notices
65
+ * @param notice
66
+ * @param type
67
+ * @param $form
68
+ */
69
+ var addContentFormNotice = function ( notice, type, $form ) {
70
+ var noticeStatus = '',
71
+ $currentNotice = $form.children( '.content-form-notice' );
72
+
73
+ if ( 'success' === type ) {
74
+ noticeStatus = 'content-form-success';
75
+ } else {
76
+ noticeStatus = 'content-form-error';
77
+ }
78
+
79
+ var noticeEl = "<h3 class='content-form-notice " + noticeStatus + "' >" + notice + "</h3>";
80
+
81
+ // if an notice already exist, replace it; otherwise create one
82
+ if ( $currentNotice.length > 0 ) {
83
+ $currentNotice.replaceWith( noticeEl )
84
+ } else {
85
+ $form.prepend( noticeEl );
86
+ }
87
+ }
88
+ })(jQuery);
vendor/codeinwp/themeisle-content-forms/assets/gutenberg-esnext/block.build.js ADDED
@@ -0,0 +1,376 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /******/ (function(modules) { // webpackBootstrap
2
+ /******/ // The module cache
3
+ /******/ var installedModules = {};
4
+ /******/
5
+ /******/ // The require function
6
+ /******/ function __webpack_require__(moduleId) {
7
+ /******/
8
+ /******/ // Check if module is in cache
9
+ /******/ if(installedModules[moduleId]) {
10
+ /******/ return installedModules[moduleId].exports;
11
+ /******/ }
12
+ /******/ // Create a new module (and put it into the cache)
13
+ /******/ var module = installedModules[moduleId] = {
14
+ /******/ i: moduleId,
15
+ /******/ l: false,
16
+ /******/ exports: {}
17
+ /******/ };
18
+ /******/
19
+ /******/ // Execute the module function
20
+ /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
21
+ /******/
22
+ /******/ // Flag the module as loaded
23
+ /******/ module.l = true;
24
+ /******/
25
+ /******/ // Return the exports of the module
26
+ /******/ return module.exports;
27
+ /******/ }
28
+ /******/
29
+ /******/
30
+ /******/ // expose the modules object (__webpack_modules__)
31
+ /******/ __webpack_require__.m = modules;
32
+ /******/
33
+ /******/ // expose the module cache
34
+ /******/ __webpack_require__.c = installedModules;
35
+ /******/
36
+ /******/ // define getter function for harmony exports
37
+ /******/ __webpack_require__.d = function(exports, name, getter) {
38
+ /******/ if(!__webpack_require__.o(exports, name)) {
39
+ /******/ Object.defineProperty(exports, name, {
40
+ /******/ configurable: false,
41
+ /******/ enumerable: true,
42
+ /******/ get: getter
43
+ /******/ });
44
+ /******/ }
45
+ /******/ };
46
+ /******/
47
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
48
+ /******/ __webpack_require__.n = function(module) {
49
+ /******/ var getter = module && module.__esModule ?
50
+ /******/ function getDefault() { return module['default']; } :
51
+ /******/ function getModuleExports() { return module; };
52
+ /******/ __webpack_require__.d(getter, 'a', getter);
53
+ /******/ return getter;
54
+ /******/ };
55
+ /******/
56
+ /******/ // Object.prototype.hasOwnProperty.call
57
+ /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
58
+ /******/
59
+ /******/ // __webpack_public_path__
60
+ /******/ __webpack_require__.p = "";
61
+ /******/
62
+ /******/ // Load entry module and return exports
63
+ /******/ return __webpack_require__(__webpack_require__.s = 0);
64
+ /******/ })
65
+ /************************************************************************/
66
+ /******/ ([
67
+ /* 0 */
68
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
69
+
70
+ "use strict";
71
+ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
72
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__components_FormEditor_js__ = __webpack_require__(1);
73
+ var registerBlockType = wp.blocks.registerBlockType;
74
+ var __ = wp.i18n.__;
75
+
76
+
77
+
78
+ // @TODO think about a method to magically create this list
79
+ var content_forms = ['contact', 'newsletter', 'registration'];
80
+
81
+ /**
82
+ * Go through each form type and register a blockType from the given config
83
+ * @TODO maybe create a custom category for OrbitFox only?
84
+ *
85
+ */
86
+ content_forms.forEach(function (form, index) {
87
+ var _this = this;
88
+
89
+ var config = window['content_forms_config_for_' + form];
90
+
91
+ registerBlockType('content-forms/' + form, {
92
+ title: config.title,
93
+ icon: 'index-card',
94
+ category: 'common',
95
+ type: form,
96
+ keywords: [__('forms'), __('fields')],
97
+ edit: __WEBPACK_IMPORTED_MODULE_0__components_FormEditor_js__["a" /* ContentFormEditor */],
98
+ // save: props => {return null}
99
+ save: function save(props) {
100
+ var component = _this;
101
+ var attributes = props.attributes;
102
+ var fields = attributes.fields;
103
+
104
+ var fieldsEl = [];
105
+
106
+ if (typeof attributes.uid === "undefined") {
107
+ attributes.uid = props.id;
108
+ }
109
+
110
+ _.each(fields, function (args, key) {
111
+
112
+ fieldsEl.push(wp.element.createElement('p', {
113
+ key: key,
114
+ className: 'content-form-field-label',
115
+ 'data-field_id': args.field_id,
116
+ 'data-label': args.label,
117
+ 'data-field_type': args.type,
118
+ 'data-requirement': args.requirement ? "true" : "false"
119
+ }));
120
+ });
121
+
122
+ return wp.element.createElement(
123
+ 'div',
124
+ { key: 'content-form-fields', className: "content-form-fields content-form-" + form, 'data-uid': props.id },
125
+ fieldsEl
126
+ );
127
+ }
128
+
129
+ // @TODO Maybe return to the old way of saving a plain html
130
+ // save: props => {
131
+ // const {
132
+ // className,
133
+ // attributes
134
+ // } = props;
135
+ //
136
+ // let elements = [];
137
+ //
138
+ // _.each(config.fields, function (args, key) {
139
+ // let fieldset_element = <fieldset key={key}>
140
+ // <label htmlFor={key}>{attributes[key]}</label>
141
+ // <input type="text" name={key} />
142
+ // </fieldset>;
143
+ // elements.push(fieldset_element)
144
+ // });
145
+ //
146
+ // // Add a submit button; @TODO Make a setting for this;
147
+ // elements.push(<button key="submit_btn">Submit</button>);
148
+ //
149
+ // return (
150
+ // <form className={ props.className } method="post" action={submitAction}>
151
+ // {elements}
152
+ // </form>
153
+ // );
154
+ // }
155
+ });
156
+ });
157
+
158
+ /***/ }),
159
+ /* 1 */
160
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
161
+
162
+ "use strict";
163
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return ContentFormEditor; });
164
+ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
165
+
166
+ var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
167
+
168
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
169
+
170
+ function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "function") ? call : self; }
171
+
172
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, enumerable: false, writable: true, configurable: true } }); if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }
173
+
174
+ /**
175
+ * WordPress dependencies
176
+ */
177
+ // import { map } from 'lodash';
178
+ var Component = wp.element.Component;
179
+ var _wp$components = wp.components,
180
+ Placeholder = _wp$components.Placeholder,
181
+ Spinner = _wp$components.Spinner,
182
+ withAPIData = _wp$components.withAPIData,
183
+ FormToggle = _wp$components.FormToggle;
184
+ var __ = wp.i18n.__;
185
+ var _wp$blocks = wp.blocks,
186
+ Editable = _wp$blocks.Editable,
187
+ BlockEdit = _wp$blocks.BlockEdit,
188
+ InspectorControls = _wp$blocks.InspectorControls;
189
+
190
+
191
+ var fieldStyle = {
192
+ width: '40%',
193
+ display: 'inline-block'
194
+ };
195
+
196
+ var fieldStyleR = {
197
+ width: '10%',
198
+ display: 'inline-block',
199
+ textAlign: 'right'
200
+ };
201
+
202
+ var FormEditor = function (_Component) {
203
+ _inherits(FormEditor, _Component);
204
+
205
+ function FormEditor() {
206
+ _classCallCheck(this, FormEditor);
207
+
208
+ var _this = _possibleConstructorReturn(this, (FormEditor.__proto__ || Object.getPrototypeOf(FormEditor)).apply(this, arguments));
209
+
210
+ _this.form_type = _this.props.name.replace('content-forms/', '');
211
+ _this.config = window['content_forms_config_for_' + _this.form_type];
212
+ return _this;
213
+ }
214
+
215
+ _createClass(FormEditor, [{
216
+ key: 'render',
217
+ value: function render() {
218
+ var component = this;
219
+ var _props = this.props,
220
+ attributes = _props.attributes,
221
+ setAttributes = _props.setAttributes,
222
+ focus = _props.focus;
223
+ var fields = attributes.fields;
224
+
225
+ var placeholderEl = wp.element.createElement(
226
+ Placeholder,
227
+ { key: 'form-loader', icon: 'admin-post', label: __('Form') },
228
+ wp.element.createElement(Spinner, null)
229
+ );
230
+ var controlsEl = [];
231
+ var fieldsEl = [];
232
+
233
+ _.each(component.config.controls, function (args, key) {
234
+
235
+ controlsEl.push(wp.element.createElement(
236
+ 'div',
237
+ { key: key },
238
+ wp.element.createElement(BlockEdit, { key: 'block-edit-custom-' + key }),
239
+ wp.element.createElement(InspectorControls.TextControl, {
240
+ key: key,
241
+ label: args.label,
242
+ value: attributes[key] || '',
243
+ onFocus: function onFocus(f) {
244
+ console.log(f);
245
+ },
246
+ onChange: function onChange(value) {
247
+ var newValues = {};
248
+ newValues[key] = value;
249
+ setAttributes(newValues);
250
+ }
251
+ })
252
+ ));
253
+ });
254
+
255
+ _.each(fields, function (args, key) {
256
+ var val = '';
257
+ var field_id = args.field_id;
258
+ var field_config = component.config.fields[field_id];
259
+ var isRequired = false;
260
+
261
+ if (_typeof(args.label) === "object") {
262
+ val = args.label[0];
263
+ } else if (typeof args.label === "string") {
264
+ val = [args.label];
265
+ }
266
+
267
+ if (typeof args.requirement !== "undefined") {
268
+ isRequired = args.requirement;
269
+ }
270
+
271
+ var focusOn = 'field-' + field_id;
272
+
273
+ fieldsEl.push(wp.element.createElement(
274
+ 'div',
275
+ { key: key, style: { border: '1px solid #333', padding: '5px', margin: '5px', borderRadius: '8px' }, className: 'content-form-field' },
276
+ wp.element.createElement(
277
+ 'fieldset',
278
+ { style: fieldStyle },
279
+ wp.element.createElement(Editable, {
280
+ value: val,
281
+ tagName: 'label',
282
+ placeholder: __('Label for ') + field_id,
283
+ className: 'content-form-field-label',
284
+ onChange: function onChange(value) {
285
+ var newValues = attributes.fields;
286
+ newValues[key]['label'] = value;
287
+ setAttributes({ fields: newValues });
288
+ component.forceUpdate();
289
+ } })
290
+ ),
291
+ wp.element.createElement(
292
+ 'fieldset',
293
+ { style: fieldStyle },
294
+ wp.element.createElement(
295
+ 'select',
296
+ {
297
+ name: 'field-type-select',
298
+ value: typeof args['type'] !== "undefined" ? args['type'] : 'text',
299
+ onChange: function onChange(event) {
300
+ var newValues = attributes.fields;
301
+ newValues[key]['type'] = event.target.selected;
302
+ setAttributes({ fields: newValues });
303
+ component.forceUpdate();
304
+ } },
305
+ wp.element.createElement(
306
+ 'option',
307
+ { value: 'text', key: 'text' },
308
+ 'text'
309
+ ),
310
+ wp.element.createElement(
311
+ 'option',
312
+ { value: 'textarea', key: 'textarea' },
313
+ 'textarea'
314
+ ),
315
+ wp.element.createElement(
316
+ 'option',
317
+ { value: 'password', key: 'password' },
318
+ 'password'
319
+ ),
320
+ wp.element.createElement(
321
+ 'option',
322
+ { value: 'email', key: 'email' },
323
+ 'email'
324
+ ),
325
+ wp.element.createElement(
326
+ 'option',
327
+ { value: 'number', key: 'number' },
328
+ 'number'
329
+ )
330
+ )
331
+ ),
332
+ wp.element.createElement(
333
+ 'fieldset',
334
+ { style: fieldStyleR },
335
+ wp.element.createElement(FormToggle, {
336
+ checked: isRequired,
337
+ showHint: false,
338
+ onChange: function onChange(event) {
339
+ var newValues = attributes.fields;
340
+ newValues[key]['requirement'] = event.target.checked;
341
+ setAttributes({ fields: newValues });
342
+ component.forceUpdate();
343
+ }
344
+ })
345
+ )
346
+ ));
347
+ });
348
+
349
+ return [focus && wp.element.createElement(
350
+ InspectorControls,
351
+ { key: 'inspector' },
352
+ wp.element.createElement(
353
+ 'h3',
354
+ null,
355
+ __('Form Settings')
356
+ ),
357
+ controlsEl
358
+ ), wp.element.createElement(
359
+ 'div',
360
+ { key: 'fields', className: 'fields ' + component.props.className, 'data-uid': attributes.uid },
361
+ fieldsEl === [] ? placeholderEl : fieldsEl
362
+ )];
363
+ }
364
+ }]);
365
+
366
+ return FormEditor;
367
+ }(Component);
368
+
369
+ var ContentFormEditor = withAPIData(function () {
370
+ return {
371
+ ContentForm: '/content-forms/v1/forms'
372
+ };
373
+ })(FormEditor);
374
+
375
+ /***/ })
376
+ /******/ ]);
vendor/codeinwp/themeisle-content-forms/assets/gutenberg-esnext/block.js ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ const {
2
+ registerBlockType,
3
+ } = wp.blocks;
4
+ const { __ } = wp.i18n;
5
+ import { ContentFormEditor } from './components/FormEditor.js'
6
+
7
+ // @TODO think about a method to magically create this list
8
+ const content_forms = [
9
+ 'contact',
10
+ 'newsletter',
11
+ 'registration'
12
+ ];
13
+
14
+ /**
15
+ * Go through each form type and register a blockType from the given config
16
+ * @TODO maybe create a custom category for OrbitFox only?
17
+ *
18
+ */
19
+ content_forms.forEach(function (form, index) {
20
+ let config = window['content_forms_config_for_' + form];
21
+
22
+ registerBlockType('content-forms/' + form, {
23
+ title: config.title,
24
+ icon: 'index-card',
25
+ category: 'common',
26
+ type: form,
27
+ keywords: [ __( 'forms' ), __( 'fields' ) ],
28
+ edit: ContentFormEditor,
29
+ // save: props => {return null}
30
+ save: props => {
31
+ const component = this
32
+ const {attributes} = props
33
+ const {fields} = attributes
34
+ let fieldsEl = []
35
+
36
+ if ( typeof attributes.uid === "undefined" ) {
37
+ attributes.uid = props.id
38
+ }
39
+
40
+ _.each(fields, function (args, key) {
41
+
42
+ fieldsEl.push(<p
43
+ key={key}
44
+ className="content-form-field-label"
45
+ data-field_id={args.field_id}
46
+ data-label={args.label}
47
+ data-field_type={args.type}
48
+ data-requirement={args.requirement ? "true": "false"}
49
+ />)
50
+ })
51
+
52
+ return (<div key="content-form-fields" className={"content-form-fields content-form-" + form} data-uid={props.id}>
53
+ {fieldsEl}
54
+ </div>)
55
+ }
56
+
57
+ // @TODO Maybe return to the old way of saving a plain html
58
+ // save: props => {
59
+ // const {
60
+ // className,
61
+ // attributes
62
+ // } = props;
63
+ //
64
+ // let elements = [];
65
+ //
66
+ // _.each(config.fields, function (args, key) {
67
+ // let fieldset_element = <fieldset key={key}>
68
+ // <label htmlFor={key}>{attributes[key]}</label>
69
+ // <input type="text" name={key} />
70
+ // </fieldset>;
71
+ // elements.push(fieldset_element)
72
+ // });
73
+ //
74
+ // // Add a submit button; @TODO Make a setting for this;
75
+ // elements.push(<button key="submit_btn">Submit</button>);
76
+ //
77
+ // return (
78
+ // <form className={ props.className } method="post" action={submitAction}>
79
+ // {elements}
80
+ // </form>
81
+ // );
82
+ // }
83
+ });
84
+ });
85
+
vendor/codeinwp/themeisle-content-forms/assets/gutenberg-esnext/components/FormEditor.js ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * WordPress dependencies
3
+ */
4
+ // import { map } from 'lodash';
5
+ const {Component} = wp.element;
6
+ const {Placeholder, Spinner, withAPIData, FormToggle} = wp.components;
7
+ const {__} = wp.i18n;
8
+ const {
9
+ Editable,
10
+ BlockEdit,
11
+ InspectorControls
12
+ } = wp.blocks;
13
+
14
+ const fieldStyle = {
15
+ width: '40%',
16
+ display: 'inline-block'
17
+ }
18
+
19
+ const fieldStyleR = {
20
+ width: '10%',
21
+ display: 'inline-block',
22
+ textAlign: 'right'
23
+ }
24
+
25
+ class FormEditor extends Component {
26
+ constructor() {
27
+ super(...arguments);
28
+ this.form_type = this.props.name.replace('content-forms/', '')
29
+ this.config = window['content_forms_config_for_' + this.form_type]
30
+ }
31
+
32
+ render() {
33
+ const component = this
34
+ const { attributes, setAttributes, focus } = this.props
35
+ const {fields} = attributes
36
+ const placeholderEl = <Placeholder key="form-loader" icon="admin-post" label={__('Form')}>
37
+ <Spinner/>
38
+ </Placeholder>
39
+ let controlsEl = []
40
+ let fieldsEl = []
41
+
42
+ _.each(component.config.controls, function (args, key) {
43
+
44
+ controlsEl.push(<div key={key}>
45
+ <BlockEdit key={'block-edit-custom-' + key}/>
46
+ <InspectorControls.TextControl
47
+ key={key}
48
+ label={args.label}
49
+ value={attributes[key] || ''}
50
+ onFocus={ f => {
51
+ console.log(f)
52
+ }}
53
+ onChange={value => {
54
+ let newValues = {}
55
+ newValues[key] = value
56
+ setAttributes(newValues)
57
+ }}
58
+ />
59
+ </div>)
60
+ })
61
+
62
+ _.each(fields, function (args, key) {
63
+ let val = ''
64
+ let field_id = args.field_id
65
+ let field_config = component.config.fields[field_id]
66
+ let isRequired = false
67
+
68
+ if (typeof args.label === "object") {
69
+ val = args.label[0]
70
+ } else if (typeof args.label === "string") {
71
+ val = [args.label]
72
+ }
73
+
74
+ if (typeof args.requirement !== "undefined") {
75
+ isRequired = args.requirement
76
+ }
77
+
78
+ const focusOn = 'field-' + field_id
79
+
80
+ fieldsEl.push(<div key={key} style={{border: '1px solid #333', padding: '5px', margin: '5px', borderRadius: '8px'}} className="content-form-field">
81
+
82
+ <fieldset style={fieldStyle}>
83
+ <Editable
84
+ value={val}
85
+ tagName="label"
86
+ placeholder={__('Label for ') + field_id}
87
+ className="content-form-field-label"
88
+ onChange={(value) => {
89
+ let newValues = attributes.fields
90
+ newValues[key]['label'] = value
91
+ setAttributes({fields: newValues})
92
+ component.forceUpdate()
93
+ }}/>
94
+ </fieldset>
95
+
96
+ <fieldset style={fieldStyle}>
97
+ <select
98
+ name="field-type-select"
99
+ value={typeof args['type'] !== "undefined" ? args['type'] : 'text'}
100
+ onChange={(event) => {
101
+ let newValues = attributes.fields
102
+ newValues[key]['type'] = event.target.selected
103
+ setAttributes({fields: newValues})
104
+ component.forceUpdate()
105
+ }}>
106
+ <option value="text" key="text">text</option>
107
+ <option value="textarea" key="textarea">textarea</option>
108
+ <option value="password" key="password">password</option>
109
+ <option value="email" key="email">email</option>
110
+ <option value="number" key="number">number</option>
111
+ </select>
112
+ </fieldset>
113
+
114
+ <fieldset style={fieldStyleR}>
115
+ <FormToggle
116
+ checked={isRequired}
117
+ showHint={false}
118
+ onChange={(event) => {
119
+ let newValues = attributes.fields
120
+ newValues[key]['requirement'] = event.target.checked
121
+ setAttributes({fields: newValues})
122
+ component.forceUpdate()
123
+ }}
124
+ />
125
+ </fieldset>
126
+
127
+ </div>)
128
+ })
129
+
130
+ return [
131
+ focus && (<InspectorControls key="inspector">
132
+ <h3>{__('Form Settings')}</h3>
133
+ {controlsEl}
134
+ </InspectorControls>),
135
+ (<div key="fields" className={'fields ' + component.props.className} data-uid={attributes.uid}>
136
+ {(fieldsEl === [])
137
+ ? placeholderEl
138
+ : fieldsEl}
139
+ </div>)
140
+ ]
141
+ }
142
+ }
143
+
144
+ export const ContentFormEditor = withAPIData(() => {
145
+ return {
146
+ ContentForm: '/content-forms/v1/forms',
147
+ };
148
+ })(FormEditor);
vendor/codeinwp/themeisle-content-forms/assets/gutenberg-esnext/index.php ADDED
@@ -0,0 +1,2 @@
 
 
1
+ <?php
2
+ // not here
vendor/codeinwp/themeisle-content-forms/assets/gutenberg-esnext/package-lock.json ADDED
@@ -0,0 +1,4080 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "04-controls-esnext",
3
+ "version": "1.0.0",
4
+ "lockfileVersion": 1,
5
+ "requires": true,
6
+ "dependencies": {
7
+ "acorn": {
8
+ "version": "5.2.1",
9
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.2.1.tgz",
10
+ "integrity": "sha512-jG0u7c4Ly+3QkkW18V+NRDN+4bWHdln30NL1ZL2AvFZZmQe/BfopYCtghCKKVBUSetZ4QKcyA0pY6/4Gw8Pv8w==",
11
+ "dev": true
12
+ },
13
+ "acorn-dynamic-import": {
14
+ "version": "2.0.2",
15
+ "resolved": "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-2.0.2.tgz",
16
+ "integrity": "sha1-x1K9IQvvZ5UBtsbLf8hPj0cVjMQ=",
17
+ "dev": true,
18
+ "requires": {
19
+ "acorn": "4.0.13"
20
+ },
21
+ "dependencies": {
22
+ "acorn": {
23
+ "version": "4.0.13",
24
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-4.0.13.tgz",
25
+ "integrity": "sha1-EFSVrlNh1pe9GVyCUZLhrX8lN4c=",
26
+ "dev": true
27
+ }
28
+ }
29
+ },
30
+ "ajv": {
31
+ "version": "5.5.1",
32
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.1.tgz",
33
+ "integrity": "sha1-s4u4h22ehr7plJVqBOch6IskjrI=",
34
+ "dev": true,
35
+ "requires": {
36
+ "co": "4.6.0",
37
+ "fast-deep-equal": "1.0.0",
38
+ "fast-json-stable-stringify": "2.0.0",
39
+ "json-schema-traverse": "0.3.1"
40
+ }
41
+ },
42
+ "ajv-keywords": {
43
+ "version": "2.1.1",
44
+ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-2.1.1.tgz",
45
+ "integrity": "sha1-YXmX/F9gV2iUxDX5QNgZ4TW4B2I=",
46
+ "dev": true
47
+ },
48
+ "align-text": {
49
+ "version": "0.1.4",
50
+ "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz",
51
+ "integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=",
52
+ "dev": true,
53
+ "requires": {
54
+ "kind-of": "3.2.2",
55
+ "longest": "1.0.1",
56
+ "repeat-string": "1.6.1"
57
+ }
58
+ },
59
+ "ansi-regex": {
60
+ "version": "2.1.1",
61
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
62
+ "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
63
+ "dev": true
64
+ },
65
+ "ansi-styles": {
66
+ "version": "2.2.1",
67
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
68
+ "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
69
+ "dev": true
70
+ },
71
+ "anymatch": {
72
+ "version": "1.3.2",
73
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.2.tgz",
74
+ "integrity": "sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA==",
75
+ "dev": true,
76
+ "requires": {
77
+ "micromatch": "2.3.11",
78
+ "normalize-path": "2.1.1"
79
+ }
80
+ },
81
+ "arr-diff": {
82
+ "version": "2.0.0",
83
+ "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz",
84
+ "integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=",
85
+ "dev": true,
86
+ "requires": {
87
+ "arr-flatten": "1.1.0"
88
+ }
89
+ },
90
+ "arr-flatten": {
91
+ "version": "1.1.0",
92
+ "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
93
+ "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
94
+ "dev": true
95
+ },
96
+ "array-unique": {
97
+ "version": "0.2.1",
98
+ "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz",
99
+ "integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=",
100
+ "dev": true
101
+ },
102
+ "asn1.js": {
103
+ "version": "4.9.2",
104
+ "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.9.2.tgz",
105
+ "integrity": "sha512-b/OsSjvWEo8Pi8H0zsDd2P6Uqo2TK2pH8gNLSJtNLM2Db0v2QaAZ0pBQJXVjAn4gBuugeVDr7s63ZogpUIwWDg==",
106
+ "dev": true,
107
+ "requires": {
108
+ "bn.js": "4.11.8",
109
+ "inherits": "2.0.3",
110
+ "minimalistic-assert": "1.0.0"
111
+ }
112
+ },
113
+ "assert": {
114
+ "version": "1.4.1",
115
+ "resolved": "https://registry.npmjs.org/assert/-/assert-1.4.1.tgz",
116
+ "integrity": "sha1-mZEtWRg2tab1s0XA8H7vwI/GXZE=",
117
+ "dev": true,
118
+ "requires": {
119
+ "util": "0.10.3"
120
+ }
121
+ },
122
+ "async": {
123
+ "version": "2.6.0",
124
+ "resolved": "https://registry.npmjs.org/async/-/async-2.6.0.tgz",
125
+ "integrity": "sha512-xAfGg1/NTLBBKlHFmnd7PlmUW9KhVQIUuSrYem9xzFUZy13ScvtyGGejaae9iAVRiRq9+Cx7DPFaAAhCpyxyPw==",
126
+ "dev": true,
127
+ "requires": {
128
+ "lodash": "4.17.4"
129
+ }
130
+ },
131
+ "async-each": {
132
+ "version": "1.0.1",
133
+ "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz",
134
+ "integrity": "sha1-GdOGodntxufByF04iu28xW0zYC0=",
135
+ "dev": true
136
+ },
137
+ "babel-code-frame": {
138
+ "version": "6.26.0",
139
+ "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz",
140
+ "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=",
141
+ "dev": true,
142
+ "requires": {
143
+ "chalk": "1.1.3",
144
+ "esutils": "2.0.2",
145
+ "js-tokens": "3.0.2"
146
+ }
147
+ },
148
+ "babel-core": {
149
+ "version": "6.26.0",
150
+ "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.26.0.tgz",
151
+ "integrity": "sha1-rzL3izGm/O8RnIew/Y2XU/A6C7g=",
152
+ "dev": true,
153
+ "requires": {
154
+ "babel-code-frame": "6.26.0",
155
+ "babel-generator": "6.26.0",
156
+ "babel-helpers": "6.24.1",
157
+ "babel-messages": "6.23.0",
158
+ "babel-register": "6.26.0",
159
+ "babel-runtime": "6.26.0",
160
+ "babel-template": "6.26.0",
161
+ "babel-traverse": "6.26.0",
162
+ "babel-types": "6.26.0",
163
+ "babylon": "6.18.0",
164
+ "convert-source-map": "1.5.1",
165
+ "debug": "2.6.9",
166
+ "json5": "0.5.1",
167
+ "lodash": "4.17.4",
168
+ "minimatch": "3.0.4",
169
+ "path-is-absolute": "1.0.1",
170
+ "private": "0.1.8",
171
+ "slash": "1.0.0",
172
+ "source-map": "0.5.7"
173
+ }
174
+ },
175
+ "babel-generator": {
176
+ "version": "6.26.0",
177
+ "resolved": "https://registry.npmjs.org/babel-generator/-/babel-generator-6.26.0.tgz",
178
+ "integrity": "sha1-rBriAHC3n248odMmlhMFN3TyDcU=",
179
+ "dev": true,
180
+ "requires": {
181
+ "babel-messages": "6.23.0",
182
+ "babel-runtime": "6.26.0",
183
+ "babel-types": "6.26.0",
184
+ "detect-indent": "4.0.0",
185
+ "jsesc": "1.3.0",
186
+ "lodash": "4.17.4",
187
+ "source-map": "0.5.7",
188
+ "trim-right": "1.0.1"
189
+ }
190
+ },
191
+ "babel-helper-builder-binary-assignment-operator-visitor": {
192
+ "version": "6.24.1",
193
+ "resolved": "https://registry.npmjs.org/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz",
194
+ "integrity": "sha1-zORReto1b0IgvK6KAsKzRvmlZmQ=",
195
+ "dev": true,
196
+ "requires": {
197
+ "babel-helper-explode-assignable-expression": "6.24.1",
198
+ "babel-runtime": "6.26.0",
199
+ "babel-types": "6.26.0"
200
+ }
201
+ },
202
+ "babel-helper-builder-react-jsx": {
203
+ "version": "6.26.0",
204
+ "resolved": "https://registry.npmjs.org/babel-helper-builder-react-jsx/-/babel-helper-builder-react-jsx-6.26.0.tgz",
205
+ "integrity": "sha1-Of+DE7dci2Xc7/HzHTg+D/KkCKA=",
206
+ "dev": true,
207
+ "requires": {
208
+ "babel-runtime": "6.26.0",
209
+ "babel-types": "6.26.0",
210
+ "esutils": "2.0.2"
211
+ }
212
+ },
213
+ "babel-helper-call-delegate": {
214
+ "version": "6.24.1",
215
+ "resolved": "https://registry.npmjs.org/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz",
216
+ "integrity": "sha1-7Oaqzdx25Bw0YfiL/Fdb0Nqi340=",
217
+ "dev": true,
218
+ "requires": {
219
+ "babel-helper-hoist-variables": "6.24.1",
220
+ "babel-runtime": "6.26.0",
221
+ "babel-traverse": "6.26.0",
222
+ "babel-types": "6.26.0"
223
+ }
224
+ },
225
+ "babel-helper-define-map": {
226
+ "version": "6.26.0",
227
+ "resolved": "https://registry.npmjs.org/babel-helper-define-map/-/babel-helper-define-map-6.26.0.tgz",
228
+ "integrity": "sha1-pfVtq0GiX5fstJjH66ypgZ+Vvl8=",
229
+ "dev": true,
230
+ "requires": {
231
+ "babel-helper-function-name": "6.24.1",
232
+ "babel-runtime": "6.26.0",
233
+ "babel-types": "6.26.0",
234
+ "lodash": "4.17.4"
235
+ }
236
+ },
237
+ "babel-helper-explode-assignable-expression": {
238
+ "version": "6.24.1",
239
+ "resolved": "https://registry.npmjs.org/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.24.1.tgz",
240
+ "integrity": "sha1-8luCz33BBDPFX3BZLVdGQArCLKo=",
241
+ "dev": true,
242
+ "requires": {
243
+ "babel-runtime": "6.26.0",
244
+ "babel-traverse": "6.26.0",
245
+ "babel-types": "6.26.0"
246
+ }
247
+ },
248
+ "babel-helper-function-name": {
249
+ "version": "6.24.1",
250
+ "resolved": "https://registry.npmjs.org/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz",
251
+ "integrity": "sha1-00dbjAPtmCQqJbSDUasYOZ01gKk=",
252
+ "dev": true,
253
+ "requires": {
254
+ "babel-helper-get-function-arity": "6.24.1",
255
+ "babel-runtime": "6.26.0",
256
+ "babel-template": "6.26.0",
257
+ "babel-traverse": "6.26.0",
258
+ "babel-types": "6.26.0"
259
+ }
260
+ },
261
+ "babel-helper-get-function-arity": {
262
+ "version": "6.24.1",
263
+ "resolved": "https://registry.npmjs.org/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz",
264
+ "integrity": "sha1-j3eCqpNAfEHTqlCQj4mwMbG2hT0=",
265
+ "dev": true,
266
+ "requires": {
267
+ "babel-runtime": "6.26.0",
268
+ "babel-types": "6.26.0"
269
+ }
270
+ },
271
+ "babel-helper-hoist-variables": {
272
+ "version": "6.24.1",
273
+ "resolved": "https://registry.npmjs.org/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz",
274
+ "integrity": "sha1-HssnaJydJVE+rbyZFKc/VAi+enY=",
275
+ "dev": true,
276
+ "requires": {
277
+ "babel-runtime": "6.26.0",
278
+ "babel-types": "6.26.0"
279
+ }
280
+ },
281
+ "babel-helper-optimise-call-expression": {
282
+ "version": "6.24.1",
283
+ "resolved": "https://registry.npmjs.org/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz",
284
+ "integrity": "sha1-96E0J7qfc/j0+pk8VKl4gtEkQlc=",
285
+ "dev": true,
286
+ "requires": {
287
+ "babel-runtime": "6.26.0",
288
+ "babel-types": "6.26.0"
289
+ }
290
+ },
291
+ "babel-helper-regex": {
292
+ "version": "6.26.0",
293
+ "resolved": "https://registry.npmjs.org/babel-helper-regex/-/babel-helper-regex-6.26.0.tgz",
294
+ "integrity": "sha1-MlxZ+QL4LyS3T6zu0DY5VPZJXnI=",
295
+ "dev": true,
296
+ "requires": {
297
+ "babel-runtime": "6.26.0",
298
+ "babel-types": "6.26.0",
299
+ "lodash": "4.17.4"
300
+ }
301
+ },
302
+ "babel-helper-remap-async-to-generator": {
303
+ "version": "6.24.1",
304
+ "resolved": "https://registry.npmjs.org/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.24.1.tgz",
305
+ "integrity": "sha1-XsWBgnrXI/7N04HxySg5BnbkVRs=",
306
+ "dev": true,
307
+ "requires": {
308
+ "babel-helper-function-name": "6.24.1",
309
+ "babel-runtime": "6.26.0",
310
+ "babel-template": "6.26.0",
311
+ "babel-traverse": "6.26.0",
312
+ "babel-types": "6.26.0"
313
+ }
314
+ },
315
+ "babel-helper-replace-supers": {
316
+ "version": "6.24.1",
317
+ "resolved": "https://registry.npmjs.org/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz",
318
+ "integrity": "sha1-v22/5Dk40XNpohPKiov3S2qQqxo=",
319
+ "dev": true,
320
+ "requires": {
321
+ "babel-helper-optimise-call-expression": "6.24.1",
322
+ "babel-messages": "6.23.0",
323
+ "babel-runtime": "6.26.0",
324
+ "babel-template": "6.26.0",
325
+ "babel-traverse": "6.26.0",
326
+ "babel-types": "6.26.0"
327
+ }
328
+ },
329
+ "babel-helpers": {
330
+ "version": "6.24.1",
331
+ "resolved": "https://registry.npmjs.org/babel-helpers/-/babel-helpers-6.24.1.tgz",
332
+ "integrity": "sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI=",
333
+ "dev": true,
334
+ "requires": {
335
+ "babel-runtime": "6.26.0",
336
+ "babel-template": "6.26.0"
337
+ }
338
+ },
339
+ "babel-loader": {
340
+ "version": "7.1.2",
341
+ "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-7.1.2.tgz",
342
+ "integrity": "sha512-jRwlFbINAeyDStqK6Dd5YuY0k5YuzQUvlz2ZamuXrXmxav3pNqe9vfJ402+2G+OmlJSXxCOpB6Uz0INM7RQe2A==",
343
+ "dev": true,
344
+ "requires": {
345
+ "find-cache-dir": "1.0.0",
346
+ "loader-utils": "1.1.0",
347
+ "mkdirp": "0.5.1"
348
+ }
349
+ },
350
+ "babel-messages": {
351
+ "version": "6.23.0",
352
+ "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz",
353
+ "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=",
354
+ "dev": true,
355
+ "requires": {
356
+ "babel-runtime": "6.26.0"
357
+ }
358
+ },
359
+ "babel-plugin-check-es2015-constants": {
360
+ "version": "6.22.0",
361
+ "resolved": "https://registry.npmjs.org/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz",
362
+ "integrity": "sha1-NRV7EBQm/S/9PaP3XH0ekYNbv4o=",
363
+ "dev": true,
364
+ "requires": {
365
+ "babel-runtime": "6.26.0"
366
+ }
367
+ },
368
+ "babel-plugin-syntax-async-functions": {
369
+ "version": "6.13.0",
370
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz",
371
+ "integrity": "sha1-ytnK0RkbWtY0vzCuCHI5HgZHvpU=",
372
+ "dev": true
373
+ },
374
+ "babel-plugin-syntax-exponentiation-operator": {
375
+ "version": "6.13.0",
376
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz",
377
+ "integrity": "sha1-nufoM3KQ2pUoggGmpX9BcDF4MN4=",
378
+ "dev": true
379
+ },
380
+ "babel-plugin-syntax-jsx": {
381
+ "version": "6.18.0",
382
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz",
383
+ "integrity": "sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY=",
384
+ "dev": true
385
+ },
386
+ "babel-plugin-syntax-trailing-function-commas": {
387
+ "version": "6.22.0",
388
+ "resolved": "https://registry.npmjs.org/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz",
389
+ "integrity": "sha1-ugNgk3+NBuQBgKQ/4NVhb/9TLPM=",
390
+ "dev": true
391
+ },
392
+ "babel-plugin-transform-async-to-generator": {
393
+ "version": "6.24.1",
394
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz",
395
+ "integrity": "sha1-ZTbjeK/2yx1VF6wOQOs+n8jQh2E=",
396
+ "dev": true,
397
+ "requires": {
398
+ "babel-helper-remap-async-to-generator": "6.24.1",
399
+ "babel-plugin-syntax-async-functions": "6.13.0",
400
+ "babel-runtime": "6.26.0"
401
+ }
402
+ },
403
+ "babel-plugin-transform-es2015-arrow-functions": {
404
+ "version": "6.22.0",
405
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz",
406
+ "integrity": "sha1-RSaSy3EdX3ncf4XkQM5BufJE0iE=",
407
+ "dev": true,
408
+ "requires": {
409
+ "babel-runtime": "6.26.0"
410
+ }
411
+ },
412
+ "babel-plugin-transform-es2015-block-scoped-functions": {
413
+ "version": "6.22.0",
414
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz",
415
+ "integrity": "sha1-u8UbSflk1wy42OC5ToICRs46YUE=",
416
+ "dev": true,
417
+ "requires": {
418
+ "babel-runtime": "6.26.0"
419
+ }
420
+ },
421
+ "babel-plugin-transform-es2015-block-scoping": {
422
+ "version": "6.26.0",
423
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.26.0.tgz",
424
+ "integrity": "sha1-1w9SmcEwjQXBL0Y4E7CgnnOxiV8=",
425
+ "dev": true,
426
+ "requires": {
427
+ "babel-runtime": "6.26.0",
428
+ "babel-template": "6.26.0",
429
+ "babel-traverse": "6.26.0",
430
+ "babel-types": "6.26.0",
431
+ "lodash": "4.17.4"
432
+ }
433
+ },
434
+ "babel-plugin-transform-es2015-classes": {
435
+ "version": "6.24.1",
436
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz",
437
+ "integrity": "sha1-WkxYpQyclGHlZLSyo7+ryXolhNs=",
438
+ "dev": true,
439
+ "requires": {
440
+ "babel-helper-define-map": "6.26.0",
441
+ "babel-helper-function-name": "6.24.1",
442
+ "babel-helper-optimise-call-expression": "6.24.1",
443
+ "babel-helper-replace-supers": "6.24.1",
444
+ "babel-messages": "6.23.0",
445
+ "babel-runtime": "6.26.0",
446
+ "babel-template": "6.26.0",
447
+ "babel-traverse": "6.26.0",
448
+ "babel-types": "6.26.0"
449
+ }
450
+ },
451
+ "babel-plugin-transform-es2015-computed-properties": {
452
+ "version": "6.24.1",
453
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz",
454
+ "integrity": "sha1-b+Ko0WiV1WNPTNmZttNICjCBWbM=",
455
+ "dev": true,
456
+ "requires": {
457
+ "babel-runtime": "6.26.0",
458
+ "babel-template": "6.26.0"
459
+ }
460
+ },
461
+ "babel-plugin-transform-es2015-destructuring": {
462
+ "version": "6.23.0",
463
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz",
464
+ "integrity": "sha1-mXux8auWf2gtKwh2/jWNYOdlxW0=",
465
+ "dev": true,
466
+ "requires": {
467
+ "babel-runtime": "6.26.0"
468
+ }
469
+ },
470
+ "babel-plugin-transform-es2015-duplicate-keys": {
471
+ "version": "6.24.1",
472
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz",
473
+ "integrity": "sha1-c+s9MQypaePvnskcU3QabxV2Qj4=",
474
+ "dev": true,
475
+ "requires": {
476
+ "babel-runtime": "6.26.0",
477
+ "babel-types": "6.26.0"
478
+ }
479
+ },
480
+ "babel-plugin-transform-es2015-for-of": {
481
+ "version": "6.23.0",
482
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz",
483
+ "integrity": "sha1-9HyVsrYT3x0+zC/bdXNiPHUkhpE=",
484
+ "dev": true,
485
+ "requires": {
486
+ "babel-runtime": "6.26.0"
487
+ }
488
+ },
489
+ "babel-plugin-transform-es2015-function-name": {
490
+ "version": "6.24.1",
491
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz",
492
+ "integrity": "sha1-g0yJhTvDaxrw86TF26qU/Y6sqos=",
493
+ "dev": true,
494
+ "requires": {
495
+ "babel-helper-function-name": "6.24.1",
496
+ "babel-runtime": "6.26.0",
497
+ "babel-types": "6.26.0"
498
+ }
499
+ },
500
+ "babel-plugin-transform-es2015-literals": {
501
+ "version": "6.22.0",
502
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.22.0.tgz",
503
+ "integrity": "sha1-T1SgLWzWbPkVKAAZox0xklN3yi4=",
504
+ "dev": true,
505
+ "requires": {
506
+ "babel-runtime": "6.26.0"
507
+ }
508
+ },
509
+ "babel-plugin-transform-es2015-modules-amd": {
510
+ "version": "6.24.1",
511
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz",
512
+ "integrity": "sha1-Oz5UAXI5hC1tGcMBHEvS8AoA0VQ=",
513
+ "dev": true,
514
+ "requires": {
515
+ "babel-plugin-transform-es2015-modules-commonjs": "6.26.0",
516
+ "babel-runtime": "6.26.0",
517
+ "babel-template": "6.26.0"
518
+ }
519
+ },
520
+ "babel-plugin-transform-es2015-modules-commonjs": {
521
+ "version": "6.26.0",
522
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.0.tgz",
523
+ "integrity": "sha1-DYOUApt9xqvhqX7xgeAHWN0uXYo=",
524
+ "dev": true,
525
+ "requires": {
526
+ "babel-plugin-transform-strict-mode": "6.24.1",
527
+ "babel-runtime": "6.26.0",
528
+ "babel-template": "6.26.0",
529
+ "babel-types": "6.26.0"
530
+ }
531
+ },
532
+ "babel-plugin-transform-es2015-modules-systemjs": {
533
+ "version": "6.24.1",
534
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz",
535
+ "integrity": "sha1-/4mhQrkRmpBhlfXxBuzzBdlAfSM=",
536
+ "dev": true,
537
+ "requires": {
538
+ "babel-helper-hoist-variables": "6.24.1",
539
+ "babel-runtime": "6.26.0",
540
+ "babel-template": "6.26.0"
541
+ }
542
+ },
543
+ "babel-plugin-transform-es2015-modules-umd": {
544
+ "version": "6.24.1",
545
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz",
546
+ "integrity": "sha1-rJl+YoXNGO1hdq22B9YCNErThGg=",
547
+ "dev": true,
548
+ "requires": {
549
+ "babel-plugin-transform-es2015-modules-amd": "6.24.1",
550
+ "babel-runtime": "6.26.0",
551
+ "babel-template": "6.26.0"
552
+ }
553
+ },
554
+ "babel-plugin-transform-es2015-object-super": {
555
+ "version": "6.24.1",
556
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz",
557
+ "integrity": "sha1-JM72muIcuDp/hgPa0CH1cusnj40=",
558
+ "dev": true,
559
+ "requires": {
560
+ "babel-helper-replace-supers": "6.24.1",
561
+ "babel-runtime": "6.26.0"
562
+ }
563
+ },
564
+ "babel-plugin-transform-es2015-parameters": {
565
+ "version": "6.24.1",
566
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz",
567
+ "integrity": "sha1-V6w1GrScrxSpfNE7CfZv3wpiXys=",
568
+ "dev": true,
569
+ "requires": {
570
+ "babel-helper-call-delegate": "6.24.1",
571
+ "babel-helper-get-function-arity": "6.24.1",
572
+ "babel-runtime": "6.26.0",
573
+ "babel-template": "6.26.0",
574
+ "babel-traverse": "6.26.0",
575
+ "babel-types": "6.26.0"
576
+ }
577
+ },
578
+ "babel-plugin-transform-es2015-shorthand-properties": {
579
+ "version": "6.24.1",
580
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz",
581
+ "integrity": "sha1-JPh11nIch2YbvZmkYi5R8U3jiqA=",
582
+ "dev": true,
583
+ "requires": {
584
+ "babel-runtime": "6.26.0",
585
+ "babel-types": "6.26.0"
586
+ }
587
+ },
588
+ "babel-plugin-transform-es2015-spread": {
589
+ "version": "6.22.0",
590
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.22.0.tgz",
591
+ "integrity": "sha1-1taKmfia7cRTbIGlQujdnxdG+NE=",
592
+ "dev": true,
593
+ "requires": {
594
+ "babel-runtime": "6.26.0"
595
+ }
596
+ },
597
+ "babel-plugin-transform-es2015-sticky-regex": {
598
+ "version": "6.24.1",
599
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz",
600
+ "integrity": "sha1-AMHNsaynERLN8M9hJsLta0V8zbw=",
601
+ "dev": true,
602
+ "requires": {
603
+ "babel-helper-regex": "6.26.0",
604
+ "babel-runtime": "6.26.0",
605
+ "babel-types": "6.26.0"
606
+ }
607
+ },
608
+ "babel-plugin-transform-es2015-template-literals": {
609
+ "version": "6.22.0",
610
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.22.0.tgz",
611
+ "integrity": "sha1-qEs0UPfp+PH2g51taH2oS7EjbY0=",
612
+ "dev": true,
613
+ "requires": {
614
+ "babel-runtime": "6.26.0"
615
+ }
616
+ },
617
+ "babel-plugin-transform-es2015-typeof-symbol": {
618
+ "version": "6.23.0",
619
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz",
620
+ "integrity": "sha1-3sCfHN3/lLUqxz1QXITfWdzOs3I=",
621
+ "dev": true,
622
+ "requires": {
623
+ "babel-runtime": "6.26.0"
624
+ }
625
+ },
626
+ "babel-plugin-transform-es2015-unicode-regex": {
627
+ "version": "6.24.1",
628
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz",
629
+ "integrity": "sha1-04sS9C6nMj9yk4fxinxa4frrNek=",
630
+ "dev": true,
631
+ "requires": {
632
+ "babel-helper-regex": "6.26.0",
633
+ "babel-runtime": "6.26.0",
634
+ "regexpu-core": "2.0.0"
635
+ }
636
+ },
637
+ "babel-plugin-transform-exponentiation-operator": {
638
+ "version": "6.24.1",
639
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz",
640
+ "integrity": "sha1-KrDJx/MJj6SJB3cruBP+QejeOg4=",
641
+ "dev": true,
642
+ "requires": {
643
+ "babel-helper-builder-binary-assignment-operator-visitor": "6.24.1",
644
+ "babel-plugin-syntax-exponentiation-operator": "6.13.0",
645
+ "babel-runtime": "6.26.0"
646
+ }
647
+ },
648
+ "babel-plugin-transform-react-jsx": {
649
+ "version": "6.24.1",
650
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-jsx/-/babel-plugin-transform-react-jsx-6.24.1.tgz",
651
+ "integrity": "sha1-hAoCjn30YN/DotKfDA2R9jduZqM=",
652
+ "dev": true,
653
+ "requires": {
654
+ "babel-helper-builder-react-jsx": "6.26.0",
655
+ "babel-plugin-syntax-jsx": "6.18.0",
656
+ "babel-runtime": "6.26.0"
657
+ }
658
+ },
659
+ "babel-plugin-transform-regenerator": {
660
+ "version": "6.26.0",
661
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.26.0.tgz",
662
+ "integrity": "sha1-4HA2lvveJ/Cj78rPi03KL3s6jy8=",
663
+ "dev": true,
664
+ "requires": {
665
+ "regenerator-transform": "0.10.1"
666
+ }
667
+ },
668
+ "babel-plugin-transform-strict-mode": {
669
+ "version": "6.24.1",
670
+ "resolved": "https://registry.npmjs.org/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz",
671
+ "integrity": "sha1-1fr3qleKZbvlkc9e2uBKDGcCB1g=",
672
+ "dev": true,
673
+ "requires": {
674
+ "babel-runtime": "6.26.0",
675
+ "babel-types": "6.26.0"
676
+ }
677
+ },
678
+ "babel-preset-env": {
679
+ "version": "1.6.1",
680
+ "resolved": "https://registry.npmjs.org/babel-preset-env/-/babel-preset-env-1.6.1.tgz",
681
+ "integrity": "sha512-W6VIyA6Ch9ePMI7VptNn2wBM6dbG0eSz25HEiL40nQXCsXGTGZSTZu1Iap+cj3Q0S5a7T9+529l/5Bkvd+afNA==",
682
+ "dev": true,
683
+ "requires": {
684
+ "babel-plugin-check-es2015-constants": "6.22.0",
685
+ "babel-plugin-syntax-trailing-function-commas": "6.22.0",
686
+ "babel-plugin-transform-async-to-generator": "6.24.1",
687
+ "babel-plugin-transform-es2015-arrow-functions": "6.22.0",
688
+ "babel-plugin-transform-es2015-block-scoped-functions": "6.22.0",
689
+ "babel-plugin-transform-es2015-block-scoping": "6.26.0",
690
+ "babel-plugin-transform-es2015-classes": "6.24.1",
691
+ "babel-plugin-transform-es2015-computed-properties": "6.24.1",
692
+ "babel-plugin-transform-es2015-destructuring": "6.23.0",
693
+ "babel-plugin-transform-es2015-duplicate-keys": "6.24.1",
694
+ "babel-plugin-transform-es2015-for-of": "6.23.0",
695
+ "babel-plugin-transform-es2015-function-name": "6.24.1",
696
+ "babel-plugin-transform-es2015-literals": "6.22.0",
697
+ "babel-plugin-transform-es2015-modules-amd": "6.24.1",
698
+ "babel-plugin-transform-es2015-modules-commonjs": "6.26.0",
699
+ "babel-plugin-transform-es2015-modules-systemjs": "6.24.1",
700
+ "babel-plugin-transform-es2015-modules-umd": "6.24.1",
701
+ "babel-plugin-transform-es2015-object-super": "6.24.1",
702
+ "babel-plugin-transform-es2015-parameters": "6.24.1",
703
+ "babel-plugin-transform-es2015-shorthand-properties": "6.24.1",
704
+ "babel-plugin-transform-es2015-spread": "6.22.0",
705
+ "babel-plugin-transform-es2015-sticky-regex": "6.24.1",
706
+ "babel-plugin-transform-es2015-template-literals": "6.22.0",
707
+ "babel-plugin-transform-es2015-typeof-symbol": "6.23.0",
708
+ "babel-plugin-transform-es2015-unicode-regex": "6.24.1",
709
+ "babel-plugin-transform-exponentiation-operator": "6.24.1",
710
+ "babel-plugin-transform-regenerator": "6.26.0",
711
+ "browserslist": "2.10.0",
712
+ "invariant": "2.2.2",
713
+ "semver": "5.4.1"
714
+ }
715
+ },
716
+ "babel-register": {
717
+ "version": "6.26.0",
718
+ "resolved": "https://registry.npmjs.org/babel-register/-/babel-register-6.26.0.tgz",
719
+ "integrity": "sha1-btAhFz4vy0htestFxgCahW9kcHE=",
720
+ "dev": true,
721
+ "requires": {
722
+ "babel-core": "6.26.0",
723
+ "babel-runtime": "6.26.0",
724
+ "core-js": "2.5.3",
725
+ "home-or-tmp": "2.0.0",
726
+ "lodash": "4.17.4",
727
+ "mkdirp": "0.5.1",
728
+ "source-map-support": "0.4.18"
729
+ }
730
+ },
731
+ "babel-runtime": {
732
+ "version": "6.26.0",
733
+ "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz",
734
+ "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=",
735
+ "dev": true,
736
+ "requires": {
737
+ "core-js": "2.5.3",
738
+ "regenerator-runtime": "0.11.1"
739
+ }
740
+ },
741
+ "babel-template": {
742
+ "version": "6.26.0",
743
+ "resolved": "https://registry.npmjs.org/babel-template/-/babel-template-6.26.0.tgz",
744
+ "integrity": "sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=",
745
+ "dev": true,
746
+ "requires": {
747
+ "babel-runtime": "6.26.0",
748
+ "babel-traverse": "6.26.0",
749
+ "babel-types": "6.26.0",
750
+ "babylon": "6.18.0",
751
+ "lodash": "4.17.4"
752
+ }
753
+ },
754
+ "babel-traverse": {
755
+ "version": "6.26.0",
756
+ "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.26.0.tgz",
757
+ "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=",
758
+ "dev": true,
759
+ "requires": {
760
+ "babel-code-frame": "6.26.0",
761
+ "babel-messages": "6.23.0",
762
+ "babel-runtime": "6.26.0",
763
+ "babel-types": "6.26.0",
764
+ "babylon": "6.18.0",
765
+ "debug": "2.6.9",
766
+ "globals": "9.18.0",
767
+ "invariant": "2.2.2",
768
+ "lodash": "4.17.4"
769
+ }
770
+ },
771
+ "babel-types": {
772
+ "version": "6.26.0",
773
+ "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz",
774
+ "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=",
775
+ "dev": true,
776
+ "requires": {
777
+ "babel-runtime": "6.26.0",
778
+ "esutils": "2.0.2",
779
+ "lodash": "4.17.4",
780
+ "to-fast-properties": "1.0.3"
781
+ }
782
+ },
783
+ "babylon": {
784
+ "version": "6.18.0",
785
+ "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz",
786
+ "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==",
787
+ "dev": true
788
+ },
789
+ "balanced-match": {
790
+ "version": "1.0.0",
791
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
792
+ "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
793
+ "dev": true
794
+ },
795
+ "base64-js": {
796
+ "version": "1.2.1",
797
+ "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.2.1.tgz",
798
+ "integrity": "sha512-dwVUVIXsBZXwTuwnXI9RK8sBmgq09NDHzyR9SAph9eqk76gKK2JSQmZARC2zRC81JC2QTtxD0ARU5qTS25gIGw==",
799
+ "dev": true
800
+ },
801
+ "big.js": {
802
+ "version": "3.2.0",
803
+ "resolved": "https://registry.npmjs.org/big.js/-/big.js-3.2.0.tgz",
804
+ "integrity": "sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==",
805
+ "dev": true
806
+ },
807
+ "binary-extensions": {
808
+ "version": "1.11.0",
809
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.11.0.tgz",
810
+ "integrity": "sha1-RqoXUftqL5PuXmibsQh9SxTGwgU=",
811
+ "dev": true
812
+ },
813
+ "bn.js": {
814
+ "version": "4.11.8",
815
+ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz",
816
+ "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==",
817
+ "dev": true
818
+ },
819
+ "brace-expansion": {
820
+ "version": "1.1.8",
821
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz",
822
+ "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=",
823
+ "dev": true,
824
+ "requires": {
825
+ "balanced-match": "1.0.0",
826
+ "concat-map": "0.0.1"
827
+ }
828
+ },
829
+ "braces": {
830
+ "version": "1.8.5",
831
+ "resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz",
832
+ "integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=",
833
+ "dev": true,
834
+ "requires": {
835
+ "expand-range": "1.8.2",
836
+ "preserve": "0.2.0",
837
+ "repeat-element": "1.1.2"
838
+ }
839
+ },
840
+ "brorand": {
841
+ "version": "1.1.0",
842
+ "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz",
843
+ "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=",
844
+ "dev": true
845
+ },
846
+ "browserify-aes": {
847
+ "version": "1.1.1",
848
+ "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.1.1.tgz",
849
+ "integrity": "sha512-UGnTYAnB2a3YuYKIRy1/4FB2HdM866E0qC46JXvVTYKlBlZlnvfpSfY6OKfXZAkv70eJ2a1SqzpAo5CRhZGDFg==",
850
+ "dev": true,
851
+ "requires": {
852
+ "buffer-xor": "1.0.3",
853
+ "cipher-base": "1.0.4",
854
+ "create-hash": "1.1.3",
855
+ "evp_bytestokey": "1.0.3",
856
+ "inherits": "2.0.3",
857
+ "safe-buffer": "5.1.1"
858
+ }
859
+ },
860
+ "browserify-cipher": {
861
+ "version": "1.0.0",
862
+ "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.0.tgz",
863
+ "integrity": "sha1-mYgkSHS/XtTijalWZtzWasj8Njo=",
864
+ "dev": true,
865
+ "requires": {
866
+ "browserify-aes": "1.1.1",
867
+ "browserify-des": "1.0.0",
868
+ "evp_bytestokey": "1.0.3"
869
+ }
870
+ },
871
+ "browserify-des": {
872
+ "version": "1.0.0",
873
+ "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.0.tgz",
874
+ "integrity": "sha1-2qJ3cXRwki7S/hhZQRihdUOXId0=",
875
+ "dev": true,
876
+ "requires": {
877
+ "cipher-base": "1.0.4",
878
+ "des.js": "1.0.0",
879
+ "inherits": "2.0.3"
880
+ }
881
+ },
882
+ "browserify-rsa": {
883
+ "version": "4.0.1",
884
+ "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz",
885
+ "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=",
886
+ "dev": true,
887
+ "requires": {
888
+ "bn.js": "4.11.8",
889
+ "randombytes": "2.0.5"
890
+ }
891
+ },
892
+ "browserify-sign": {
893
+ "version": "4.0.4",
894
+ "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.4.tgz",
895
+ "integrity": "sha1-qk62jl17ZYuqa/alfmMMvXqT0pg=",
896
+ "dev": true,
897
+ "requires": {
898
+ "bn.js": "4.11.8",
899
+ "browserify-rsa": "4.0.1",
900
+ "create-hash": "1.1.3",
901
+ "create-hmac": "1.1.6",
902
+ "elliptic": "6.4.0",
903
+ "inherits": "2.0.3",
904
+ "parse-asn1": "5.1.0"
905
+ }
906
+ },
907
+ "browserify-zlib": {
908
+ "version": "0.2.0",
909
+ "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz",
910
+ "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==",
911
+ "dev": true,
912
+ "requires": {
913
+ "pako": "1.0.6"
914
+ }
915
+ },
916
+ "browserslist": {
917
+ "version": "2.10.0",
918
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-2.10.0.tgz",
919
+ "integrity": "sha512-WyvzSLsuAVPOjbljXnyeWl14Ae+ukAT8MUuagKVzIDvwBxl4UAwD1xqtyQs2eWYPGUKMeC3Ol62goqYuKqTTcw==",
920
+ "dev": true,
921
+ "requires": {
922
+ "caniuse-lite": "1.0.30000783",
923
+ "electron-to-chromium": "1.3.28"
924
+ }
925
+ },
926
+ "buffer": {
927
+ "version": "4.9.1",
928
+ "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz",
929
+ "integrity": "sha1-bRu2AbB6TvztlwlBMgkwJ8lbwpg=",
930
+ "dev": true,
931
+ "requires": {
932
+ "base64-js": "1.2.1",
933
+ "ieee754": "1.1.8",
934
+ "isarray": "1.0.0"
935
+ }
936
+ },
937
+ "buffer-xor": {
938
+ "version": "1.0.3",
939
+ "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz",
940
+ "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=",
941
+ "dev": true
942
+ },
943
+ "builtin-modules": {
944
+ "version": "1.1.1",
945
+ "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz",
946
+ "integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=",
947
+ "dev": true
948
+ },
949
+ "builtin-status-codes": {
950
+ "version": "3.0.0",
951
+ "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz",
952
+ "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=",
953
+ "dev": true
954
+ },
955
+ "camelcase": {
956
+ "version": "1.2.1",
957
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
958
+ "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=",
959
+ "dev": true
960
+ },
961
+ "caniuse-lite": {
962
+ "version": "1.0.30000783",
963
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000783.tgz",
964
+ "integrity": "sha1-m1SZ+xtQPSNF0SqmuGEoUvQnb/0=",
965
+ "dev": true
966
+ },
967
+ "center-align": {
968
+ "version": "0.1.3",
969
+ "resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz",
970
+ "integrity": "sha1-qg0yYptu6XIgBBHL1EYckHvCt60=",
971
+ "dev": true,
972
+ "requires": {
973
+ "align-text": "0.1.4",
974
+ "lazy-cache": "1.0.4"
975
+ }
976
+ },
977
+ "chalk": {
978
+ "version": "1.1.3",
979
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
980
+ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
981
+ "dev": true,
982
+ "requires": {
983
+ "ansi-styles": "2.2.1",
984
+ "escape-string-regexp": "1.0.5",
985
+ "has-ansi": "2.0.0",
986
+ "strip-ansi": "3.0.1",
987
+ "supports-color": "2.0.0"
988
+ }
989
+ },
990
+ "chokidar": {
991
+ "version": "1.7.0",
992
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-1.7.0.tgz",
993
+ "integrity": "sha1-eY5ol3gVHIB2tLNg5e3SjNortGg=",
994
+ "dev": true,
995
+ "requires": {
996
+ "anymatch": "1.3.2",
997
+ "async-each": "1.0.1",
998
+ "fsevents": "1.1.3",
999
+ "glob-parent": "2.0.0",
1000
+ "inherits": "2.0.3",
1001
+ "is-binary-path": "1.0.1",
1002
+ "is-glob": "2.0.1",
1003
+ "path-is-absolute": "1.0.1",
1004
+ "readdirp": "2.1.0"
1005
+ }
1006
+ },
1007
+ "cipher-base": {
1008
+ "version": "1.0.4",
1009
+ "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz",
1010
+ "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==",
1011
+ "dev": true,
1012
+ "requires": {
1013
+ "inherits": "2.0.3",
1014
+ "safe-buffer": "5.1.1"
1015
+ }
1016
+ },
1017
+ "cliui": {
1018
+ "version": "2.1.0",
1019
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
1020
+ "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=",
1021
+ "dev": true,
1022
+ "requires": {
1023
+ "center-align": "0.1.3",
1024
+ "right-align": "0.1.3",
1025
+ "wordwrap": "0.0.2"
1026
+ }
1027
+ },
1028
+ "co": {
1029
+ "version": "4.6.0",
1030
+ "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
1031
+ "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=",
1032
+ "dev": true
1033
+ },
1034
+ "code-point-at": {
1035
+ "version": "1.1.0",
1036
+ "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
1037
+ "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=",
1038
+ "dev": true
1039
+ },
1040
+ "commondir": {
1041
+ "version": "1.0.1",
1042
+ "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
1043
+ "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=",
1044
+ "dev": true
1045
+ },
1046
+ "concat-map": {
1047
+ "version": "0.0.1",
1048
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
1049
+ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
1050
+ "dev": true
1051
+ },
1052
+ "console-browserify": {
1053
+ "version": "1.1.0",
1054
+ "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz",
1055
+ "integrity": "sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA=",
1056
+ "dev": true,
1057
+ "requires": {
1058
+ "date-now": "0.1.4"
1059
+ }
1060
+ },
1061
+ "constants-browserify": {
1062
+ "version": "1.0.0",
1063
+ "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz",
1064
+ "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=",
1065
+ "dev": true
1066
+ },
1067
+ "convert-source-map": {
1068
+ "version": "1.5.1",
1069
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.5.1.tgz",
1070
+ "integrity": "sha1-uCeAl7m8IpNl3lxiz1/K7YtVmeU=",
1071
+ "dev": true
1072
+ },
1073
+ "core-js": {
1074
+ "version": "2.5.3",
1075
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.3.tgz",
1076
+ "integrity": "sha1-isw4NFgk8W2DZbfJtCWRaOjtYD4=",
1077
+ "dev": true
1078
+ },
1079
+ "core-util-is": {
1080
+ "version": "1.0.2",
1081
+ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
1082
+ "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
1083
+ "dev": true
1084
+ },
1085
+ "create-ecdh": {
1086
+ "version": "4.0.0",
1087
+ "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.0.tgz",
1088
+ "integrity": "sha1-iIxyNZbN92EvZJgjPuvXo1MBc30=",
1089
+ "dev": true,
1090
+ "requires": {
1091
+ "bn.js": "4.11.8",
1092
+ "elliptic": "6.4.0"
1093
+ }
1094
+ },
1095
+ "create-hash": {
1096
+ "version": "1.1.3",
1097
+ "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.1.3.tgz",
1098
+ "integrity": "sha1-YGBCrIuSYnUPSDyt2rD1gZFy2P0=",
1099
+ "dev": true,
1100
+ "requires": {
1101
+ "cipher-base": "1.0.4",
1102
+ "inherits": "2.0.3",
1103
+ "ripemd160": "2.0.1",
1104
+ "sha.js": "2.4.9"
1105
+ }
1106
+ },
1107
+ "create-hmac": {
1108
+ "version": "1.1.6",
1109
+ "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.6.tgz",
1110
+ "integrity": "sha1-rLniIaThe9sHbpBlfEK5PjcmzwY=",
1111
+ "dev": true,
1112
+ "requires": {
1113
+ "cipher-base": "1.0.4",
1114
+ "create-hash": "1.1.3",
1115
+ "inherits": "2.0.3",
1116
+ "ripemd160": "2.0.1",
1117
+ "safe-buffer": "5.1.1",
1118
+ "sha.js": "2.4.9"
1119
+ }
1120
+ },
1121
+ "cross-env": {
1122
+ "version": "5.1.1",
1123
+ "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-5.1.1.tgz",
1124
+ "integrity": "sha512-Wtvr+z0Z06KO1JxjfRRsPC+df7biIOiuV4iZ73cThjFGkH+ULBZq1MkBdywEcJC4cTDbO6c8IjgRjfswx3YTBA==",
1125
+ "dev": true,
1126
+ "requires": {
1127
+ "cross-spawn": "5.1.0",
1128
+ "is-windows": "1.0.1"
1129
+ }
1130
+ },
1131
+ "cross-spawn": {
1132
+ "version": "5.1.0",
1133
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
1134
+ "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=",
1135
+ "dev": true,
1136
+ "requires": {
1137
+ "lru-cache": "4.1.1",
1138
+ "shebang-command": "1.2.0",
1139
+ "which": "1.3.0"
1140
+ }
1141
+ },
1142
+ "crypto-browserify": {
1143
+ "version": "3.12.0",
1144
+ "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz",
1145
+ "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==",
1146
+ "dev": true,
1147
+ "requires": {
1148
+ "browserify-cipher": "1.0.0",
1149
+ "browserify-sign": "4.0.4",
1150
+ "create-ecdh": "4.0.0",
1151
+ "create-hash": "1.1.3",
1152
+ "create-hmac": "1.1.6",
1153
+ "diffie-hellman": "5.0.2",
1154
+ "inherits": "2.0.3",
1155
+ "pbkdf2": "3.0.14",
1156
+ "public-encrypt": "4.0.0",
1157
+ "randombytes": "2.0.5",
1158
+ "randomfill": "1.0.3"
1159
+ }
1160
+ },
1161
+ "d": {
1162
+ "version": "1.0.0",
1163
+ "resolved": "https://registry.npmjs.org/d/-/d-1.0.0.tgz",
1164
+ "integrity": "sha1-dUu1v+VUUdpppYuU1F9MWwRi1Y8=",
1165
+ "dev": true,
1166
+ "requires": {
1167
+ "es5-ext": "0.10.37"
1168
+ }
1169
+ },
1170
+ "date-now": {
1171
+ "version": "0.1.4",
1172
+ "resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz",
1173
+ "integrity": "sha1-6vQ5/U1ISK105cx9vvIAZyueNFs=",
1174
+ "dev": true
1175
+ },
1176
+ "debug": {
1177
+ "version": "2.6.9",
1178
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
1179
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
1180
+ "dev": true,
1181
+ "requires": {
1182
+ "ms": "2.0.0"
1183
+ }
1184
+ },
1185
+ "decamelize": {
1186
+ "version": "1.2.0",
1187
+ "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
1188
+ "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=",
1189
+ "dev": true
1190
+ },
1191
+ "des.js": {
1192
+ "version": "1.0.0",
1193
+ "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.0.tgz",
1194
+ "integrity": "sha1-wHTS4qpqipoH29YfmhXCzYPsjsw=",
1195
+ "dev": true,
1196
+ "requires": {
1197
+ "inherits": "2.0.3",
1198
+ "minimalistic-assert": "1.0.0"
1199
+ }
1200
+ },
1201
+ "detect-indent": {
1202
+ "version": "4.0.0",
1203
+ "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz",
1204
+ "integrity": "sha1-920GQ1LN9Docts5hnE7jqUdd4gg=",
1205
+ "dev": true,
1206
+ "requires": {
1207
+ "repeating": "2.0.1"
1208
+ }
1209
+ },
1210
+ "diffie-hellman": {
1211
+ "version": "5.0.2",
1212
+ "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.2.tgz",
1213
+ "integrity": "sha1-tYNXOScM/ias9jIJn97SoH8gnl4=",
1214
+ "dev": true,
1215
+ "requires": {
1216
+ "bn.js": "4.11.8",
1217
+ "miller-rabin": "4.0.1",
1218
+ "randombytes": "2.0.5"
1219
+ }
1220
+ },
1221
+ "domain-browser": {
1222
+ "version": "1.1.7",
1223
+ "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.1.7.tgz",
1224
+ "integrity": "sha1-hnqksJP6oF8d4IwG9NeyH9+GmLw=",
1225
+ "dev": true
1226
+ },
1227
+ "electron-to-chromium": {
1228
+ "version": "1.3.28",
1229
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.28.tgz",
1230
+ "integrity": "sha1-jdTmRYCGZE6fnwoc8y4qH53/2e4=",
1231
+ "dev": true
1232
+ },
1233
+ "elliptic": {
1234
+ "version": "6.4.0",
1235
+ "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz",
1236
+ "integrity": "sha1-ysmvh2LIWDYYcAPI3+GT5eLq5d8=",
1237
+ "dev": true,
1238
+ "requires": {
1239
+ "bn.js": "4.11.8",
1240
+ "brorand": "1.1.0",
1241
+ "hash.js": "1.1.3",
1242
+ "hmac-drbg": "1.0.1",
1243
+ "inherits": "2.0.3",
1244
+ "minimalistic-assert": "1.0.0",
1245
+ "minimalistic-crypto-utils": "1.0.1"
1246
+ }
1247
+ },
1248
+ "emojis-list": {
1249
+ "version": "2.1.0",
1250
+ "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz",
1251
+ "integrity": "sha1-TapNnbAPmBmIDHn6RXrlsJof04k=",
1252
+ "dev": true
1253
+ },
1254
+ "enhanced-resolve": {
1255
+ "version": "3.4.1",
1256
+ "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-3.4.1.tgz",
1257
+ "integrity": "sha1-BCHjOf1xQZs9oT0Smzl5BAIwR24=",
1258
+ "dev": true,
1259
+ "requires": {
1260
+ "graceful-fs": "4.1.11",
1261
+ "memory-fs": "0.4.1",
1262
+ "object-assign": "4.1.1",
1263
+ "tapable": "0.2.8"
1264
+ }
1265
+ },
1266
+ "errno": {
1267
+ "version": "0.1.6",
1268
+ "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.6.tgz",
1269
+ "integrity": "sha512-IsORQDpaaSwcDP4ZZnHxgE85werpo34VYn1Ud3mq+eUsF593faR8oCZNXrROVkpFu2TsbrNhHin0aUrTsQ9vNw==",
1270
+ "dev": true,
1271
+ "requires": {
1272
+ "prr": "1.0.1"
1273
+ }
1274
+ },
1275
+ "error-ex": {
1276
+ "version": "1.3.1",
1277
+ "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.1.tgz",
1278
+ "integrity": "sha1-+FWobOYa3E6GIcPNoh56dhLDqNw=",
1279
+ "dev": true,
1280
+ "requires": {
1281
+ "is-arrayish": "0.2.1"
1282
+ }
1283
+ },
1284
+ "es5-ext": {
1285
+ "version": "0.10.37",
1286
+ "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.37.tgz",
1287
+ "integrity": "sha1-DudB0Ui4AGm6J9AgOTdWryV978M=",
1288
+ "dev": true,
1289
+ "requires": {
1290
+ "es6-iterator": "2.0.3",
1291
+ "es6-symbol": "3.1.1"
1292
+ }
1293
+ },
1294
+ "es6-iterator": {
1295
+ "version": "2.0.3",
1296
+ "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz",
1297
+ "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=",
1298
+ "dev": true,
1299
+ "requires": {
1300
+ "d": "1.0.0",
1301
+ "es5-ext": "0.10.37",
1302
+ "es6-symbol": "3.1.1"
1303
+ }
1304
+ },
1305
+ "es6-map": {
1306
+ "version": "0.1.5",
1307
+ "resolved": "https://registry.npmjs.org/es6-map/-/es6-map-0.1.5.tgz",
1308
+ "integrity": "sha1-kTbgUD3MBqMBaQ8LsU/042TpSfA=",
1309
+ "dev": true,
1310
+ "requires": {
1311
+ "d": "1.0.0",
1312
+ "es5-ext": "0.10.37",
1313
+ "es6-iterator": "2.0.3",
1314
+ "es6-set": "0.1.5",
1315
+ "es6-symbol": "3.1.1",
1316
+ "event-emitter": "0.3.5"
1317
+ }
1318
+ },
1319
+ "es6-set": {
1320
+ "version": "0.1.5",
1321
+ "resolved": "https://registry.npmjs.org/es6-set/-/es6-set-0.1.5.tgz",
1322
+ "integrity": "sha1-0rPsXU2ADO2BjbU40ol02wpzzLE=",
1323
+ "dev": true,
1324
+ "requires": {
1325
+ "d": "1.0.0",
1326
+ "es5-ext": "0.10.37",
1327
+ "es6-iterator": "2.0.3",
1328
+ "es6-symbol": "3.1.1",
1329
+ "event-emitter": "0.3.5"
1330
+ }
1331
+ },
1332
+ "es6-symbol": {
1333
+ "version": "3.1.1",
1334
+ "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.1.tgz",
1335
+ "integrity": "sha1-vwDvT9q2uhtG7Le2KbTH7VcVzHc=",
1336
+ "dev": true,
1337
+ "requires": {
1338
+ "d": "1.0.0",
1339
+ "es5-ext": "0.10.37"
1340
+ }
1341
+ },
1342
+ "es6-weak-map": {
1343
+ "version": "2.0.2",
1344
+ "resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.2.tgz",
1345
+ "integrity": "sha1-XjqzIlH/0VOKH45f+hNXdy+S2W8=",
1346
+ "dev": true,
1347
+ "requires": {
1348
+ "d": "1.0.0",
1349
+ "es5-ext": "0.10.37",
1350
+ "es6-iterator": "2.0.3",
1351
+ "es6-symbol": "3.1.1"
1352
+ }
1353
+ },
1354
+ "escape-string-regexp": {
1355
+ "version": "1.0.5",
1356
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
1357
+ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
1358
+ "dev": true
1359
+ },
1360
+ "escope": {
1361
+ "version": "3.6.0",
1362
+ "resolved": "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz",
1363
+ "integrity": "sha1-4Bl16BJ4GhY6ba392AOY3GTIicM=",
1364
+ "dev": true,
1365
+ "requires": {
1366
+ "es6-map": "0.1.5",
1367
+ "es6-weak-map": "2.0.2",
1368
+ "esrecurse": "4.2.0",
1369
+ "estraverse": "4.2.0"
1370
+ }
1371
+ },
1372
+ "esrecurse": {
1373
+ "version": "4.2.0",
1374
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.2.0.tgz",
1375
+ "integrity": "sha1-+pVo2Y04I/mkHZHpAtyrnqblsWM=",
1376
+ "dev": true,
1377
+ "requires": {
1378
+ "estraverse": "4.2.0",
1379
+ "object-assign": "4.1.1"
1380
+ }
1381
+ },
1382
+ "estraverse": {
1383
+ "version": "4.2.0",
1384
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.2.0.tgz",
1385
+ "integrity": "sha1-De4/7TH81GlhjOc0IJn8GvoL2xM=",
1386
+ "dev": true
1387
+ },
1388
+ "esutils": {
1389
+ "version": "2.0.2",
1390
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz",
1391
+ "integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=",
1392
+ "dev": true
1393
+ },
1394
+ "event-emitter": {
1395
+ "version": "0.3.5",
1396
+ "resolved": "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.5.tgz",
1397
+ "integrity": "sha1-34xp7vFkeSPHFXuc6DhAYQsCzDk=",
1398
+ "dev": true,
1399
+ "requires": {
1400
+ "d": "1.0.0",
1401
+ "es5-ext": "0.10.37"
1402
+ }
1403
+ },
1404
+ "events": {
1405
+ "version": "1.1.1",
1406
+ "resolved": "https://registry.npmjs.org/events/-/events-1.1.1.tgz",
1407
+ "integrity": "sha1-nr23Y1rQmccNzEwqH1AEKI6L2SQ=",
1408
+ "dev": true
1409
+ },
1410
+ "evp_bytestokey": {
1411
+ "version": "1.0.3",
1412
+ "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz",
1413
+ "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==",
1414
+ "dev": true,
1415
+ "requires": {
1416
+ "md5.js": "1.3.4",
1417
+ "safe-buffer": "5.1.1"
1418
+ }
1419
+ },
1420
+ "execa": {
1421
+ "version": "0.7.0",
1422
+ "resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz",
1423
+ "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=",
1424
+ "dev": true,
1425
+ "requires": {
1426
+ "cross-spawn": "5.1.0",
1427
+ "get-stream": "3.0.0",
1428
+ "is-stream": "1.1.0",
1429
+ "npm-run-path": "2.0.2",
1430
+ "p-finally": "1.0.0",
1431
+ "signal-exit": "3.0.2",
1432
+ "strip-eof": "1.0.0"
1433
+ }
1434
+ },
1435
+ "expand-brackets": {
1436
+ "version": "0.1.5",
1437
+ "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz",
1438
+ "integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=",
1439
+ "dev": true,
1440
+ "requires": {
1441
+ "is-posix-bracket": "0.1.1"
1442
+ }
1443
+ },
1444
+ "expand-range": {
1445
+ "version": "1.8.2",
1446
+ "resolved": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz",
1447
+ "integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=",
1448
+ "dev": true,
1449
+ "requires": {
1450
+ "fill-range": "2.2.3"
1451
+ }
1452
+ },
1453
+ "extglob": {
1454
+ "version": "0.3.2",
1455
+ "resolved": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz",
1456
+ "integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=",
1457
+ "dev": true,
1458
+ "requires": {
1459
+ "is-extglob": "1.0.0"
1460
+ }
1461
+ },
1462
+ "fast-deep-equal": {
1463
+ "version": "1.0.0",
1464
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.0.0.tgz",
1465
+ "integrity": "sha1-liVqO8l1WV6zbYLpkp0GDYk0Of8=",
1466
+ "dev": true
1467
+ },
1468
+ "fast-json-stable-stringify": {
1469
+ "version": "2.0.0",
1470
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz",
1471
+ "integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=",
1472
+ "dev": true
1473
+ },
1474
+ "filename-regex": {
1475
+ "version": "2.0.1",
1476
+ "resolved": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz",
1477
+ "integrity": "sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY=",
1478
+ "dev": true
1479
+ },
1480
+ "fill-range": {
1481
+ "version": "2.2.3",
1482
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz",
1483
+ "integrity": "sha1-ULd9/X5Gm8dJJHCWNpn+eoSFpyM=",
1484
+ "dev": true,
1485
+ "requires": {
1486
+ "is-number": "2.1.0",
1487
+ "isobject": "2.1.0",
1488
+ "randomatic": "1.1.7",
1489
+ "repeat-element": "1.1.2",
1490
+ "repeat-string": "1.6.1"
1491
+ }
1492
+ },
1493
+ "find-cache-dir": {
1494
+ "version": "1.0.0",
1495
+ "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-1.0.0.tgz",
1496
+ "integrity": "sha1-kojj6ePMN0hxfTnq3hfPcfww7m8=",
1497
+ "dev": true,
1498
+ "requires": {
1499
+ "commondir": "1.0.1",
1500
+ "make-dir": "1.1.0",
1501
+ "pkg-dir": "2.0.0"
1502
+ }
1503
+ },
1504
+ "find-up": {
1505
+ "version": "2.1.0",
1506
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
1507
+ "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
1508
+ "dev": true,
1509
+ "requires": {
1510
+ "locate-path": "2.0.0"
1511
+ }
1512
+ },
1513
+ "for-in": {
1514
+ "version": "1.0.2",
1515
+ "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
1516
+ "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=",
1517
+ "dev": true
1518
+ },
1519
+ "for-own": {
1520
+ "version": "0.1.5",
1521
+ "resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz",
1522
+ "integrity": "sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=",
1523
+ "dev": true,
1524
+ "requires": {
1525
+ "for-in": "1.0.2"
1526
+ }
1527
+ },
1528
+ "fsevents": {
1529
+ "version": "1.1.3",
1530
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.1.3.tgz",
1531
+ "integrity": "sha512-WIr7iDkdmdbxu/Gh6eKEZJL6KPE74/5MEsf2whTOFNxbIoIixogroLdKYqB6FDav4Wavh/lZdzzd3b2KxIXC5Q==",
1532
+ "dev": true,
1533
+ "optional": true,
1534
+ "requires": {
1535
+ "nan": "2.8.0",
1536
+ "node-pre-gyp": "0.6.39"
1537
+ },
1538
+ "dependencies": {
1539
+ "abbrev": {
1540
+ "version": "1.1.0",
1541
+ "bundled": true,
1542
+ "dev": true,
1543
+ "optional": true
1544
+ },
1545
+ "ajv": {
1546
+ "version": "4.11.8",
1547
+ "bundled": true,
1548
+ "dev": true,
1549
+ "optional": true,
1550
+ "requires": {
1551
+ "co": "4.6.0",
1552
+ "json-stable-stringify": "1.0.1"
1553
+ }
1554
+ },
1555
+ "ansi-regex": {
1556
+ "version": "2.1.1",
1557
+ "bundled": true,
1558
+ "dev": true
1559
+ },
1560
+ "aproba": {
1561
+ "version": "1.1.1",
1562
+ "bundled": true,
1563
+ "dev": true,
1564
+ "optional": true
1565
+ },
1566
+ "are-we-there-yet": {
1567
+ "version": "1.1.4",
1568
+ "bundled": true,
1569
+ "dev": true,
1570
+ "optional": true,
1571
+ "requires": {
1572
+ "delegates": "1.0.0",
1573
+ "readable-stream": "2.2.9"
1574
+ }
1575
+ },
1576
+ "asn1": {
1577
+ "version": "0.2.3",
1578
+ "bundled": true,
1579
+ "dev": true,
1580
+ "optional": true
1581
+ },
1582
+ "assert-plus": {
1583
+ "version": "0.2.0",
1584
+ "bundled": true,
1585
+ "dev": true,
1586
+ "optional": true
1587
+ },
1588
+ "asynckit": {
1589
+ "version": "0.4.0",
1590
+ "bundled": true,
1591
+ "dev": true,
1592
+ "optional": true
1593
+ },
1594
+ "aws-sign2": {
1595
+ "version": "0.6.0",
1596
+ "bundled": true,
1597
+ "dev": true,
1598
+ "optional": true
1599
+ },
1600
+ "aws4": {
1601
+ "version": "1.6.0",
1602
+ "bundled": true,
1603
+ "dev": true,
1604
+ "optional": true
1605
+ },
1606
+ "balanced-match": {
1607
+ "version": "0.4.2",
1608
+ "bundled": true,
1609
+ "dev": true
1610
+ },
1611
+ "bcrypt-pbkdf": {
1612
+ "version": "1.0.1",
1613
+ "bundled": true,
1614
+ "dev": true,
1615
+ "optional": true,
1616
+ "requires": {
1617
+ "tweetnacl": "0.14.5"
1618
+ }
1619
+ },
1620
+ "block-stream": {
1621
+ "version": "0.0.9",
1622
+ "bundled": true,
1623
+ "dev": true,
1624
+ "requires": {
1625
+ "inherits": "2.0.3"
1626
+ }
1627
+ },
1628
+ "boom": {
1629
+ "version": "2.10.1",
1630
+ "bundled": true,
1631
+ "dev": true,
1632
+ "requires": {
1633
+ "hoek": "2.16.3"
1634
+ }
1635
+ },
1636
+ "brace-expansion": {
1637
+ "version": "1.1.7",
1638
+ "bundled": true,
1639
+ "dev": true,
1640
+ "requires": {
1641
+ "balanced-match": "0.4.2",
1642
+ "concat-map": "0.0.1"
1643
+ }
1644
+ },
1645
+ "buffer-shims": {
1646
+ "version": "1.0.0",
1647
+ "bundled": true,
1648
+ "dev": true
1649
+ },
1650
+ "caseless": {
1651
+ "version": "0.12.0",
1652
+ "bundled": true,
1653
+ "dev": true,
1654
+ "optional": true
1655
+ },
1656
+ "co": {
1657
+ "version": "4.6.0",
1658
+ "bundled": true,
1659
+ "dev": true,
1660
+ "optional": true
1661
+ },
1662
+ "code-point-at": {
1663
+ "version": "1.1.0",
1664
+ "bundled": true,
1665
+ "dev": true
1666
+ },
1667
+ "combined-stream": {
1668
+ "version": "1.0.5",
1669
+ "bundled": true,
1670
+ "dev": true,
1671
+ "requires": {
1672
+ "delayed-stream": "1.0.0"
1673
+ }
1674
+ },
1675
+ "concat-map": {
1676
+ "version": "0.0.1",
1677
+ "bundled": true,
1678
+ "dev": true
1679
+ },
1680
+ "console-control-strings": {
1681
+ "version": "1.1.0",
1682
+ "bundled": true,
1683
+ "dev": true
1684
+ },
1685
+ "core-util-is": {
1686
+ "version": "1.0.2",
1687
+ "bundled": true,
1688
+ "dev": true
1689
+ },
1690
+ "cryptiles": {
1691
+ "version": "2.0.5",
1692
+ "bundled": true,
1693
+ "dev": true,
1694
+ "requires": {
1695
+ "boom": "2.10.1"
1696
+ }
1697
+ },
1698
+ "dashdash": {
1699
+ "version": "1.14.1",
1700
+ "bundled": true,
1701
+ "dev": true,
1702
+ "optional": true,
1703
+ "requires": {
1704
+ "assert-plus": "1.0.0"
1705
+ },
1706
+ "dependencies": {
1707
+ "assert-plus": {
1708
+ "version": "1.0.0",
1709
+ "bundled": true,
1710
+ "dev": true,
1711
+ "optional": true
1712
+ }
1713
+ }
1714
+ },
1715
+ "debug": {
1716
+ "version": "2.6.8",
1717
+ "bundled": true,
1718
+ "dev": true,
1719
+ "optional": true,
1720
+ "requires": {
1721
+ "ms": "2.0.0"
1722
+ }
1723
+ },
1724
+ "deep-extend": {
1725
+ "version": "0.4.2",
1726
+ "bundled": true,
1727
+ "dev": true,
1728
+ "optional": true
1729
+ },
1730
+ "delayed-stream": {
1731
+ "version": "1.0.0",
1732
+ "bundled": true,
1733
+ "dev": true
1734
+ },
1735
+ "delegates": {
1736
+ "version": "1.0.0",
1737
+ "bundled": true,
1738
+ "dev": true,
1739
+ "optional": true
1740
+ },
1741
+ "detect-libc": {
1742
+ "version": "1.0.2",
1743
+ "bundled": true,
1744
+ "dev": true,
1745
+ "optional": true
1746
+ },
1747
+ "ecc-jsbn": {
1748
+ "version": "0.1.1",
1749
+ "bundled": true,
1750
+ "dev": true,
1751
+ "optional": true,
1752
+ "requires": {
1753
+ "jsbn": "0.1.1"
1754
+ }
1755
+ },
1756
+ "extend": {
1757
+ "version": "3.0.1",
1758
+ "bundled": true,
1759
+ "dev": true,
1760
+ "optional": true
1761
+ },
1762
+ "extsprintf": {
1763
+ "version": "1.0.2",
1764
+ "bundled": true,
1765
+ "dev": true
1766
+ },
1767
+ "forever-agent": {
1768
+ "version": "0.6.1",
1769
+ "bundled": true,
1770
+ "dev": true,
1771
+ "optional": true
1772
+ },
1773
+ "form-data": {
1774
+ "version": "2.1.4",
1775
+ "bundled": true,
1776
+ "dev": true,
1777
+ "optional": true,
1778
+ "requires": {
1779
+ "asynckit": "0.4.0",
1780
+ "combined-stream": "1.0.5",
1781
+ "mime-types": "2.1.15"
1782
+ }
1783
+ },
1784
+ "fs.realpath": {
1785
+ "version": "1.0.0",
1786
+ "bundled": true,
1787
+ "dev": true
1788
+ },
1789
+ "fstream": {
1790
+ "version": "1.0.11",
1791
+ "bundled": true,
1792
+ "dev": true,
1793
+ "requires": {
1794
+ "graceful-fs": "4.1.11",
1795
+ "inherits": "2.0.3",
1796
+ "mkdirp": "0.5.1",
1797
+ "rimraf": "2.6.1"
1798
+ }
1799
+ },
1800
+ "fstream-ignore": {
1801
+ "version": "1.0.5",
1802
+ "bundled": true,
1803
+ "dev": true,
1804
+ "optional": true,
1805
+ "requires": {
1806
+ "fstream": "1.0.11",
1807
+ "inherits": "2.0.3",
1808
+ "minimatch": "3.0.4"
1809
+ }
1810
+ },
1811
+ "gauge": {
1812
+ "version": "2.7.4",
1813
+ "bundled": true,
1814
+ "dev": true,
1815
+ "optional": true,
1816
+ "requires": {
1817
+ "aproba": "1.1.1",
1818
+ "console-control-strings": "1.1.0",
1819
+ "has-unicode": "2.0.1",
1820
+ "object-assign": "4.1.1",
1821
+ "signal-exit": "3.0.2",
1822
+ "string-width": "1.0.2",
1823
+ "strip-ansi": "3.0.1",
1824
+ "wide-align": "1.1.2"
1825
+ }
1826
+ },
1827
+ "getpass": {
1828
+ "version": "0.1.7",
1829
+ "bundled": true,
1830
+ "dev": true,
1831
+ "optional": true,
1832
+ "requires": {
1833
+ "assert-plus": "1.0.0"
1834
+ },
1835
+ "dependencies": {
1836
+ "assert-plus": {
1837
+ "version": "1.0.0",
1838
+ "bundled": true,
1839
+ "dev": true,
1840
+ "optional": true
1841
+ }
1842
+ }
1843
+ },
1844
+ "glob": {
1845
+ "version": "7.1.2",
1846
+ "bundled": true,
1847
+ "dev": true,
1848
+ "requires": {
1849
+ "fs.realpath": "1.0.0",
1850
+ "inflight": "1.0.6",
1851
+ "inherits": "2.0.3",
1852
+ "minimatch": "3.0.4",
1853
+ "once": "1.4.0",
1854
+ "path-is-absolute": "1.0.1"
1855
+ }
1856
+ },
1857
+ "graceful-fs": {
1858
+ "version": "4.1.11",
1859
+ "bundled": true,
1860
+ "dev": true
1861
+ },
1862
+ "har-schema": {
1863
+ "version": "1.0.5",
1864
+ "bundled": true,
1865
+ "dev": true,
1866
+ "optional": true
1867
+ },
1868
+ "har-validator": {
1869
+ "version": "4.2.1",
1870
+ "bundled": true,
1871
+ "dev": true,
1872
+ "optional": true,
1873
+ "requires": {
1874
+ "ajv": "4.11.8",
1875
+ "har-schema": "1.0.5"
1876
+ }
1877
+ },
1878
+ "has-unicode": {
1879
+ "version": "2.0.1",
1880
+ "bundled": true,
1881
+ "dev": true,
1882
+ "optional": true
1883
+ },
1884
+ "hawk": {
1885
+ "version": "3.1.3",
1886
+ "bundled": true,
1887
+ "dev": true,
1888
+ "requires": {
1889
+ "boom": "2.10.1",
1890
+ "cryptiles": "2.0.5",
1891
+ "hoek": "2.16.3",
1892
+ "sntp": "1.0.9"
1893
+ }
1894
+ },
1895
+ "hoek": {
1896
+ "version": "2.16.3",
1897
+ "bundled": true,
1898
+ "dev": true
1899
+ },
1900
+ "http-signature": {
1901
+ "version": "1.1.1",
1902
+ "bundled": true,
1903
+ "dev": true,
1904
+ "optional": true,
1905
+ "requires": {
1906
+ "assert-plus": "0.2.0",
1907
+ "jsprim": "1.4.0",
1908
+ "sshpk": "1.13.0"
1909
+ }
1910
+ },
1911
+ "inflight": {
1912
+ "version": "1.0.6",
1913
+ "bundled": true,
1914
+ "dev": true,
1915
+ "requires": {
1916
+ "once": "1.4.0",
1917
+ "wrappy": "1.0.2"
1918
+ }
1919
+ },
1920
+ "inherits": {
1921
+ "version": "2.0.3",
1922
+ "bundled": true,
1923
+ "dev": true
1924
+ },
1925
+ "ini": {
1926
+ "version": "1.3.4",
1927
+ "bundled": true,
1928
+ "dev": true,
1929
+ "optional": true
1930
+ },
1931
+ "is-fullwidth-code-point": {
1932
+ "version": "1.0.0",
1933
+ "bundled": true,
1934
+ "dev": true,
1935
+ "requires": {
1936
+ "number-is-nan": "1.0.1"
1937
+ }
1938
+ },
1939
+ "is-typedarray": {
1940
+ "version": "1.0.0",
1941
+ "bundled": true,
1942
+ "dev": true,
1943
+ "optional": true
1944
+ },
1945
+ "isarray": {
1946
+ "version": "1.0.0",
1947
+ "bundled": true,
1948
+ "dev": true
1949
+ },
1950
+ "isstream": {
1951
+ "version": "0.1.2",
1952
+ "bundled": true,
1953
+ "dev": true,
1954
+ "optional": true
1955
+ },
1956
+ "jodid25519": {
1957
+ "version": "1.0.2",
1958
+ "bundled": true,
1959
+ "dev": true,
1960
+ "optional": true,
1961
+ "requires": {
1962
+ "jsbn": "0.1.1"
1963
+ }
1964
+ },
1965
+ "jsbn": {
1966
+ "version": "0.1.1",
1967
+ "bundled": true,
1968
+ "dev": true,
1969
+ "optional": true
1970
+ },
1971
+ "json-schema": {
1972
+ "version": "0.2.3",
1973
+ "bundled": true,
1974
+ "dev": true,
1975
+ "optional": true
1976
+ },
1977
+ "json-stable-stringify": {
1978
+ "version": "1.0.1",
1979
+ "bundled": true,
1980
+ "dev": true,
1981
+ "optional": true,
1982
+ "requires": {
1983
+ "jsonify": "0.0.0"
1984
+ }
1985
+ },
1986
+ "json-stringify-safe": {
1987
+ "version": "5.0.1",
1988
+ "bundled": true,
1989
+ "dev": true,
1990
+ "optional": true
1991
+ },
1992
+ "jsonify": {
1993
+ "version": "0.0.0",
1994
+ "bundled": true,
1995
+ "dev": true,
1996
+ "optional": true
1997
+ },
1998
+ "jsprim": {
1999
+ "version": "1.4.0",
2000
+ "bundled": true,
2001
+ "dev": true,
2002
+ "optional": true,
2003
+ "requires": {
2004
+ "assert-plus": "1.0.0",
2005
+ "extsprintf": "1.0.2",
2006
+ "json-schema": "0.2.3",
2007
+ "verror": "1.3.6"
2008
+ },
2009
+ "dependencies": {
2010
+ "assert-plus": {
2011
+ "version": "1.0.0",
2012
+ "bundled": true,
2013
+ "dev": true,
2014
+ "optional": true
2015
+ }
2016
+ }
2017
+ },
2018
+ "mime-db": {
2019
+ "version": "1.27.0",
2020
+ "bundled": true,
2021
+ "dev": true
2022
+ },
2023
+ "mime-types": {
2024
+ "version": "2.1.15",
2025
+ "bundled": true,
2026
+ "dev": true,
2027
+ "requires": {
2028
+ "mime-db": "1.27.0"
2029
+ }
2030
+ },
2031
+ "minimatch": {
2032
+ "version": "3.0.4",
2033
+ "bundled": true,
2034
+ "dev": true,
2035
+ "requires": {
2036
+ "brace-expansion": "1.1.7"
2037
+ }
2038
+ },
2039
+ "minimist": {
2040
+ "version": "0.0.8",
2041
+ "bundled": true,
2042
+ "dev": true
2043
+ },
2044
+ "mkdirp": {
2045
+ "version": "0.5.1",
2046
+ "bundled": true,
2047
+ "dev": true,
2048
+ "requires": {
2049
+ "minimist": "0.0.8"
2050
+ }
2051
+ },
2052
+ "ms": {
2053
+ "version": "2.0.0",
2054
+ "bundled": true,
2055
+ "dev": true,
2056
+ "optional": true
2057
+ },
2058
+ "node-pre-gyp": {
2059
+ "version": "0.6.39",
2060
+ "bundled": true,
2061
+ "dev": true,
2062
+ "optional": true,
2063
+ "requires": {
2064
+ "detect-libc": "1.0.2",
2065
+ "hawk": "3.1.3",
2066
+ "mkdirp": "0.5.1",
2067
+ "nopt": "4.0.1",
2068
+ "npmlog": "4.1.0",
2069
+ "rc": "1.2.1",
2070
+ "request": "2.81.0",
2071
+ "rimraf": "2.6.1",
2072
+ "semver": "5.3.0",
2073
+ "tar": "2.2.1",
2074
+ "tar-pack": "3.4.0"
2075
+ }
2076
+ },
2077
+ "nopt": {
2078
+ "version": "4.0.1",
2079
+ "bundled": true,
2080
+ "dev": true,
2081
+ "optional": true,
2082
+ "requires": {
2083
+ "abbrev": "1.1.0",
2084
+ "osenv": "0.1.4"
2085
+ }
2086
+ },
2087
+ "npmlog": {
2088
+ "version": "4.1.0",
2089
+ "bundled": true,
2090
+ "dev": true,
2091
+ "optional": true,
2092
+ "requires": {
2093
+ "are-we-there-yet": "1.1.4",
2094
+ "console-control-strings": "1.1.0",
2095
+ "gauge": "2.7.4",
2096
+ "set-blocking": "2.0.0"
2097
+ }
2098
+ },
2099
+ "number-is-nan": {
2100
+ "version": "1.0.1",
2101
+ "bundled": true,
2102
+ "dev": true
2103
+ },
2104
+ "oauth-sign": {
2105
+ "version": "0.8.2",
2106
+ "bundled": true,
2107
+ "dev": true,
2108
+ "optional": true
2109
+ },
2110
+ "object-assign": {
2111
+ "version": "4.1.1",
2112
+ "bundled": true,
2113
+ "dev": true,
2114
+ "optional": true
2115
+ },
2116
+ "once": {
2117
+ "version": "1.4.0",
2118
+ "bundled": true,
2119
+ "dev": true,
2120
+ "requires": {
2121
+ "wrappy": "1.0.2"
2122
+ }
2123
+ },
2124
+ "os-homedir": {
2125
+ "version": "1.0.2",
2126
+ "bundled": true,
2127
+ "dev": true,
2128
+ "optional": true
2129
+ },
2130
+ "os-tmpdir": {
2131
+ "version": "1.0.2",
2132
+ "bundled": true,
2133
+ "dev": true,
2134
+ "optional": true
2135
+ },
2136
+ "osenv": {
2137
+ "version": "0.1.4",
2138
+ "bundled": true,
2139
+ "dev": true,
2140
+ "optional": true,
2141
+ "requires": {
2142
+ "os-homedir": "1.0.2",
2143
+ "os-tmpdir": "1.0.2"
2144
+ }
2145
+ },
2146
+ "path-is-absolute": {
2147
+ "version": "1.0.1",
2148
+ "bundled": true,
2149
+ "dev": true
2150
+ },
2151
+ "performance-now": {
2152
+ "version": "0.2.0",
2153
+ "bundled": true,
2154
+ "dev": true,
2155
+ "optional": true
2156
+ },
2157
+ "process-nextick-args": {
2158
+ "version": "1.0.7",
2159
+ "bundled": true,
2160
+ "dev": true
2161
+ },
2162
+ "punycode": {
2163
+ "version": "1.4.1",
2164
+ "bundled": true,
2165
+ "dev": true,
2166
+ "optional": true
2167
+ },
2168
+ "qs": {
2169
+ "version": "6.4.0",
2170
+ "bundled": true,
2171
+ "dev": true,
2172
+ "optional": true
2173
+ },
2174
+ "rc": {
2175
+ "version": "1.2.1",
2176
+ "bundled": true,
2177
+ "dev": true,
2178
+ "optional": true,
2179
+ "requires": {
2180
+ "deep-extend": "0.4.2",
2181
+ "ini": "1.3.4",
2182
+ "minimist": "1.2.0",
2183
+ "strip-json-comments": "2.0.1"
2184
+ },
2185
+ "dependencies": {
2186
+ "minimist": {
2187
+ "version": "1.2.0",
2188
+ "bundled": true,
2189
+ "dev": true,
2190
+ "optional": true
2191
+ }
2192
+ }
2193
+ },
2194
+ "readable-stream": {
2195
+ "version": "2.2.9",
2196
+ "bundled": true,
2197
+ "dev": true,
2198
+ "requires": {
2199
+ "buffer-shims": "1.0.0",
2200
+ "core-util-is": "1.0.2",
2201
+ "inherits": "2.0.3",
2202
+ "isarray": "1.0.0",
2203
+ "process-nextick-args": "1.0.7",
2204
+ "string_decoder": "1.0.1",
2205
+ "util-deprecate": "1.0.2"
2206
+ }
2207
+ },
2208
+ "request": {
2209
+ "version": "2.81.0",
2210
+ "bundled": true,
2211
+ "dev": true,
2212
+ "optional": true,
2213
+ "requires": {
2214
+ "aws-sign2": "0.6.0",
2215
+ "aws4": "1.6.0",
2216
+ "caseless": "0.12.0",
2217
+ "combined-stream": "1.0.5",
2218
+ "extend": "3.0.1",
2219
+ "forever-agent": "0.6.1",
2220
+ "form-data": "2.1.4",
2221
+ "har-validator": "4.2.1",
2222
+ "hawk": "3.1.3",
2223
+ "http-signature": "1.1.1",
2224
+ "is-typedarray": "1.0.0",
2225
+ "isstream": "0.1.2",
2226
+ "json-stringify-safe": "5.0.1",
2227
+ "mime-types": "2.1.15",
2228
+ "oauth-sign": "0.8.2",
2229
+ "performance-now": "0.2.0",
2230
+ "qs": "6.4.0",
2231
+ "safe-buffer": "5.0.1",
2232
+ "stringstream": "0.0.5",
2233
+ "tough-cookie": "2.3.2",
2234
+ "tunnel-agent": "0.6.0",
2235
+ "uuid": "3.0.1"
2236
+ }
2237
+ },
2238
+ "rimraf": {
2239
+ "version": "2.6.1",
2240
+ "bundled": true,
2241
+ "dev": true,
2242
+ "requires": {
2243
+ "glob": "7.1.2"
2244
+ }
2245
+ },
2246
+ "safe-buffer": {
2247
+ "version": "5.0.1",
2248
+ "bundled": true,
2249
+ "dev": true
2250
+ },
2251
+ "semver": {
2252
+ "version": "5.3.0",
2253
+ "bundled": true,
2254
+ "dev": true,
2255
+ "optional": true
2256
+ },
2257
+ "set-blocking": {
2258
+ "version": "2.0.0",
2259
+ "bundled": true,
2260
+ "dev": true,
2261
+ "optional": true
2262
+ },
2263
+ "signal-exit": {
2264
+ "version": "3.0.2",
2265
+ "bundled": true,
2266
+ "dev": true,
2267
+ "optional": true
2268
+ },
2269
+ "sntp": {
2270
+ "version": "1.0.9",
2271
+ "bundled": true,
2272
+ "dev": true,
2273
+ "requires": {
2274
+ "hoek": "2.16.3"
2275
+ }
2276
+ },
2277
+ "sshpk": {
2278
+ "version": "1.13.0",
2279
+ "bundled": true,
2280
+ "dev": true,
2281
+ "optional": true,
2282
+ "requires": {
2283
+ "asn1": "0.2.3",
2284
+ "assert-plus": "1.0.0",
2285
+ "bcrypt-pbkdf": "1.0.1",
2286
+ "dashdash": "1.14.1",
2287
+ "ecc-jsbn": "0.1.1",
2288
+ "getpass": "0.1.7",
2289
+ "jodid25519": "1.0.2",
2290
+ "jsbn": "0.1.1",
2291
+ "tweetnacl": "0.14.5"
2292
+ },
2293
+ "dependencies": {
2294
+ "assert-plus": {
2295
+ "version": "1.0.0",
2296
+ "bundled": true,
2297
+ "dev": true,
2298
+ "optional": true
2299
+ }
2300
+ }
2301
+ },
2302
+ "string-width": {
2303
+ "version": "1.0.2",
2304
+ "bundled": true,
2305
+ "dev": true,
2306
+ "requires": {
2307
+ "code-point-at": "1.1.0",
2308
+ "is-fullwidth-code-point": "1.0.0",
2309
+ "strip-ansi": "3.0.1"
2310
+ }
2311
+ },
2312
+ "string_decoder": {
2313
+ "version": "1.0.1",
2314
+ "bundled": true,
2315
+ "dev": true,
2316
+ "requires": {
2317
+ "safe-buffer": "5.0.1"
2318
+ }
2319
+ },
2320
+ "stringstream": {
2321
+ "version": "0.0.5",
2322
+ "bundled": true,
2323
+ "dev": true,
2324
+ "optional": true
2325
+ },
2326
+ "strip-ansi": {
2327
+ "version": "3.0.1",
2328
+ "bundled": true,
2329
+ "dev": true,
2330
+ "requires": {
2331
+ "ansi-regex": "2.1.1"
2332
+ }
2333
+ },
2334
+ "strip-json-comments": {
2335
+ "version": "2.0.1",
2336
+ "bundled": true,
2337
+ "dev": true,
2338
+ "optional": true
2339
+ },
2340
+ "tar": {
2341
+ "version": "2.2.1",
2342
+ "bundled": true,
2343
+ "dev": true,
2344
+ "requires": {
2345
+ "block-stream": "0.0.9",
2346
+ "fstream": "1.0.11",
2347
+ "inherits": "2.0.3"
2348
+ }
2349
+ },
2350
+ "tar-pack": {
2351
+ "version": "3.4.0",
2352
+ "bundled": true,
2353
+ "dev": true,
2354
+ "optional": true,
2355
+ "requires": {
2356
+ "debug": "2.6.8",
2357
+ "fstream": "1.0.11",
2358
+ "fstream-ignore": "1.0.5",
2359
+ "once": "1.4.0",
2360
+ "readable-stream": "2.2.9",
2361
+ "rimraf": "2.6.1",
2362
+ "tar": "2.2.1",
2363
+ "uid-number": "0.0.6"
2364
+ }
2365
+ },
2366
+ "tough-cookie": {
2367
+ "version": "2.3.2",
2368
+ "bundled": true,
2369
+ "dev": true,
2370
+ "optional": true,
2371
+ "requires": {
2372
+ "punycode": "1.4.1"
2373
+ }
2374
+ },
2375
+ "tunnel-agent": {
2376
+ "version": "0.6.0",
2377
+ "bundled": true,
2378
+ "dev": true,
2379
+ "optional": true,
2380
+ "requires": {
2381
+ "safe-buffer": "5.0.1"
2382
+ }
2383
+ },
2384
+ "tweetnacl": {
2385
+ "version": "0.14.5",
2386
+ "bundled": true,
2387
+ "dev": true,
2388
+ "optional": true
2389
+ },
2390
+ "uid-number": {
2391
+ "version": "0.0.6",
2392
+ "bundled": true,
2393
+ "dev": true,
2394
+ "optional": true
2395
+ },
2396
+ "util-deprecate": {
2397
+ "version": "1.0.2",
2398
+ "bundled": true,
2399
+ "dev": true
2400
+ },
2401
+ "uuid": {
2402
+ "version": "3.0.1",
2403
+ "bundled": true,
2404
+ "dev": true,
2405
+ "optional": true
2406
+ },
2407
+ "verror": {
2408
+ "version": "1.3.6",
2409
+ "bundled": true,
2410
+ "dev": true,
2411
+ "optional": true,
2412
+ "requires": {
2413
+ "extsprintf": "1.0.2"
2414
+ }
2415
+ },
2416
+ "wide-align": {
2417
+ "version": "1.1.2",
2418
+ "bundled": true,
2419
+ "dev": true,
2420
+ "optional": true,
2421
+ "requires": {
2422
+ "string-width": "1.0.2"
2423
+ }
2424
+ },
2425
+ "wrappy": {
2426
+ "version": "1.0.2",
2427
+ "bundled": true,
2428
+ "dev": true
2429
+ }
2430
+ }
2431
+ },
2432
+ "get-caller-file": {
2433
+ "version": "1.0.2",
2434
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.2.tgz",
2435
+ "integrity": "sha1-9wLmMSfn4jHBYKgMFVSstw1QR+U=",
2436
+ "dev": true
2437
+ },
2438
+ "get-stream": {
2439
+ "version": "3.0.0",
2440
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
2441
+ "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=",
2442
+ "dev": true
2443
+ },
2444
+ "glob-base": {
2445
+ "version": "0.3.0",
2446
+ "resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz",
2447
+ "integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=",
2448
+ "dev": true,
2449
+ "requires": {
2450
+ "glob-parent": "2.0.0",
2451
+ "is-glob": "2.0.1"
2452
+ }
2453
+ },
2454
+ "glob-parent": {
2455
+ "version": "2.0.0",
2456
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz",
2457
+ "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=",
2458
+ "dev": true,
2459
+ "requires": {
2460
+ "is-glob": "2.0.1"
2461
+ }
2462
+ },
2463
+ "globals": {
2464
+ "version": "9.18.0",
2465
+ "resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz",
2466
+ "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==",
2467
+ "dev": true
2468
+ },
2469
+ "graceful-fs": {
2470
+ "version": "4.1.11",
2471
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
2472
+ "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=",
2473
+ "dev": true
2474
+ },
2475
+ "has-ansi": {
2476
+ "version": "2.0.0",
2477
+ "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
2478
+ "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
2479
+ "dev": true,
2480
+ "requires": {
2481
+ "ansi-regex": "2.1.1"
2482
+ }
2483
+ },
2484
+ "has-flag": {
2485
+ "version": "2.0.0",
2486
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz",
2487
+ "integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE=",
2488
+ "dev": true
2489
+ },
2490
+ "hash-base": {
2491
+ "version": "2.0.2",
2492
+ "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-2.0.2.tgz",
2493
+ "integrity": "sha1-ZuodhW206KVHDK32/OI65SRO8uE=",
2494
+ "dev": true,
2495
+ "requires": {
2496
+ "inherits": "2.0.3"
2497
+ }
2498
+ },
2499
+ "hash.js": {
2500
+ "version": "1.1.3",
2501
+ "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.3.tgz",
2502
+ "integrity": "sha512-/UETyP0W22QILqS+6HowevwhEFJ3MBJnwTf75Qob9Wz9t0DPuisL8kW8YZMK62dHAKE1c1p+gY1TtOLY+USEHA==",
2503
+ "dev": true,
2504
+ "requires": {
2505
+ "inherits": "2.0.3",
2506
+ "minimalistic-assert": "1.0.0"
2507
+ }
2508
+ },
2509
+ "hmac-drbg": {
2510
+ "version": "1.0.1",
2511
+ "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
2512
+ "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=",
2513
+ "dev": true,
2514
+ "requires": {
2515
+ "hash.js": "1.1.3",
2516
+ "minimalistic-assert": "1.0.0",
2517
+ "minimalistic-crypto-utils": "1.0.1"
2518
+ }
2519
+ },
2520
+ "home-or-tmp": {
2521
+ "version": "2.0.0",
2522
+ "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-2.0.0.tgz",
2523
+ "integrity": "sha1-42w/LSyufXRqhX440Y1fMqeILbg=",
2524
+ "dev": true,
2525
+ "requires": {
2526
+ "os-homedir": "1.0.2",
2527
+ "os-tmpdir": "1.0.2"
2528
+ }
2529
+ },
2530
+ "hosted-git-info": {
2531
+ "version": "2.5.0",
2532
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.5.0.tgz",
2533
+ "integrity": "sha512-pNgbURSuab90KbTqvRPsseaTxOJCZBD0a7t+haSN33piP9cCM4l0CqdzAif2hUqm716UovKB2ROmiabGAKVXyg==",
2534
+ "dev": true
2535
+ },
2536
+ "https-browserify": {
2537
+ "version": "1.0.0",
2538
+ "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz",
2539
+ "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=",
2540
+ "dev": true
2541
+ },
2542
+ "ieee754": {
2543
+ "version": "1.1.8",
2544
+ "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.8.tgz",
2545
+ "integrity": "sha1-vjPUCsEO8ZJnAfbwii2G+/0a0+Q=",
2546
+ "dev": true
2547
+ },
2548
+ "indexof": {
2549
+ "version": "0.0.1",
2550
+ "resolved": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz",
2551
+ "integrity": "sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10=",
2552
+ "dev": true
2553
+ },
2554
+ "inherits": {
2555
+ "version": "2.0.3",
2556
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
2557
+ "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
2558
+ "dev": true
2559
+ },
2560
+ "interpret": {
2561
+ "version": "1.1.0",
2562
+ "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.1.0.tgz",
2563
+ "integrity": "sha1-ftGxQQxqDg94z5XTuEQMY/eLhhQ=",
2564
+ "dev": true
2565
+ },
2566
+ "invariant": {
2567
+ "version": "2.2.2",
2568
+ "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.2.tgz",
2569
+ "integrity": "sha1-nh9WrArNtr8wMwbzOL47IErmA2A=",
2570
+ "dev": true,
2571
+ "requires": {
2572
+ "loose-envify": "1.3.1"
2573
+ }
2574
+ },
2575
+ "invert-kv": {
2576
+ "version": "1.0.0",
2577
+ "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz",
2578
+ "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=",
2579
+ "dev": true
2580
+ },
2581
+ "is-arrayish": {
2582
+ "version": "0.2.1",
2583
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
2584
+ "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=",
2585
+ "dev": true
2586
+ },
2587
+ "is-binary-path": {
2588
+ "version": "1.0.1",
2589
+ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
2590
+ "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=",
2591
+ "dev": true,
2592
+ "requires": {
2593
+ "binary-extensions": "1.11.0"
2594
+ }
2595
+ },
2596
+ "is-buffer": {
2597
+ "version": "1.1.6",
2598
+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
2599
+ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
2600
+ "dev": true
2601
+ },
2602
+ "is-builtin-module": {
2603
+ "version": "1.0.0",
2604
+ "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz",
2605
+ "integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=",
2606
+ "dev": true,
2607
+ "requires": {
2608
+ "builtin-modules": "1.1.1"
2609
+ }
2610
+ },
2611
+ "is-dotfile": {
2612
+ "version": "1.0.3",
2613
+ "resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz",
2614
+ "integrity": "sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE=",
2615
+ "dev": true
2616
+ },
2617
+ "is-equal-shallow": {
2618
+ "version": "0.1.3",
2619
+ "resolved": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz",
2620
+ "integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=",
2621
+ "dev": true,
2622
+ "requires": {
2623
+ "is-primitive": "2.0.0"
2624
+ }
2625
+ },
2626
+ "is-extendable": {
2627
+ "version": "0.1.1",
2628
+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
2629
+ "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
2630
+ "dev": true
2631
+ },
2632
+ "is-extglob": {
2633
+ "version": "1.0.0",
2634
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz",
2635
+ "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=",
2636
+ "dev": true
2637
+ },
2638
+ "is-finite": {
2639
+ "version": "1.0.2",
2640
+ "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz",
2641
+ "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=",
2642
+ "dev": true,
2643
+ "requires": {
2644
+ "number-is-nan": "1.0.1"
2645
+ }
2646
+ },
2647
+ "is-fullwidth-code-point": {
2648
+ "version": "1.0.0",
2649
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
2650
+ "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
2651
+ "dev": true,
2652
+ "requires": {
2653
+ "number-is-nan": "1.0.1"
2654
+ }
2655
+ },
2656
+ "is-glob": {
2657
+ "version": "2.0.1",
2658
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz",
2659
+ "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=",
2660
+ "dev": true,
2661
+ "requires": {
2662
+ "is-extglob": "1.0.0"
2663
+ }
2664
+ },
2665
+ "is-number": {
2666
+ "version": "2.1.0",
2667
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz",
2668
+ "integrity": "sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=",
2669
+ "dev": true,
2670
+ "requires": {
2671
+ "kind-of": "3.2.2"
2672
+ }
2673
+ },
2674
+ "is-posix-bracket": {
2675
+ "version": "0.1.1",
2676
+ "resolved": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz",
2677
+ "integrity": "sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q=",
2678
+ "dev": true
2679
+ },
2680
+ "is-primitive": {
2681
+ "version": "2.0.0",
2682
+ "resolved": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz",
2683
+ "integrity": "sha1-IHurkWOEmcB7Kt8kCkGochADRXU=",
2684
+ "dev": true
2685
+ },
2686
+ "is-stream": {
2687
+ "version": "1.1.0",
2688
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
2689
+ "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=",
2690
+ "dev": true
2691
+ },
2692
+ "is-windows": {
2693
+ "version": "1.0.1",
2694
+ "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.1.tgz",
2695
+ "integrity": "sha1-MQ23D3QtJZoWo2kgK1GvhCMzENk=",
2696
+ "dev": true
2697
+ },
2698
+ "isarray": {
2699
+ "version": "1.0.0",
2700
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
2701
+ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
2702
+ "dev": true
2703
+ },
2704
+ "isexe": {
2705
+ "version": "2.0.0",
2706
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
2707
+ "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
2708
+ "dev": true
2709
+ },
2710
+ "isobject": {
2711
+ "version": "2.1.0",
2712
+ "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
2713
+ "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
2714
+ "dev": true,
2715
+ "requires": {
2716
+ "isarray": "1.0.0"
2717
+ }
2718
+ },
2719
+ "js-tokens": {
2720
+ "version": "3.0.2",
2721
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz",
2722
+ "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=",
2723
+ "dev": true
2724
+ },
2725
+ "jsesc": {
2726
+ "version": "1.3.0",
2727
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz",
2728
+ "integrity": "sha1-RsP+yMGJKxKwgz25vHYiF226s0s=",
2729
+ "dev": true
2730
+ },
2731
+ "json-loader": {
2732
+ "version": "0.5.7",
2733
+ "resolved": "https://registry.npmjs.org/json-loader/-/json-loader-0.5.7.tgz",
2734
+ "integrity": "sha512-QLPs8Dj7lnf3e3QYS1zkCo+4ZwqOiF9d/nZnYozTISxXWCfNs9yuky5rJw4/W34s7POaNlbZmQGaB5NiXCbP4w==",
2735
+ "dev": true
2736
+ },
2737
+ "json-schema-traverse": {
2738
+ "version": "0.3.1",
2739
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz",
2740
+ "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=",
2741
+ "dev": true
2742
+ },
2743
+ "json5": {
2744
+ "version": "0.5.1",
2745
+ "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz",
2746
+ "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=",
2747
+ "dev": true
2748
+ },
2749
+ "kind-of": {
2750
+ "version": "3.2.2",
2751
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
2752
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
2753
+ "dev": true,
2754
+ "requires": {
2755
+ "is-buffer": "1.1.6"
2756
+ }
2757
+ },
2758
+ "lazy-cache": {
2759
+ "version": "1.0.4",
2760
+ "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz",
2761
+ "integrity": "sha1-odePw6UEdMuAhF07O24dpJpEbo4=",
2762
+ "dev": true
2763
+ },
2764
+ "lcid": {
2765
+ "version": "1.0.0",
2766
+ "resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz",
2767
+ "integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=",
2768
+ "dev": true,
2769
+ "requires": {
2770
+ "invert-kv": "1.0.0"
2771
+ }
2772
+ },
2773
+ "load-json-file": {
2774
+ "version": "2.0.0",
2775
+ "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz",
2776
+ "integrity": "sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=",
2777
+ "dev": true,
2778
+ "requires": {
2779
+ "graceful-fs": "4.1.11",
2780
+ "parse-json": "2.2.0",
2781
+ "pify": "2.3.0",
2782
+ "strip-bom": "3.0.0"
2783
+ },
2784
+ "dependencies": {
2785
+ "pify": {
2786
+ "version": "2.3.0",
2787
+ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
2788
+ "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
2789
+ "dev": true
2790
+ }
2791
+ }
2792
+ },
2793
+ "loader-runner": {
2794
+ "version": "2.3.0",
2795
+ "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.3.0.tgz",
2796
+ "integrity": "sha1-9IKuqC1UPgeSFwDVpG7yb9rGuKI=",
2797
+ "dev": true
2798
+ },
2799
+ "loader-utils": {
2800
+ "version": "1.1.0",
2801
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.1.0.tgz",
2802
+ "integrity": "sha1-yYrvSIvM7aL/teLeZG1qdUQp9c0=",
2803
+ "dev": true,
2804
+ "requires": {
2805
+ "big.js": "3.2.0",
2806
+ "emojis-list": "2.1.0",
2807
+ "json5": "0.5.1"
2808
+ }
2809
+ },
2810
+ "locate-path": {
2811
+ "version": "2.0.0",
2812
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
2813
+ "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
2814
+ "dev": true,
2815
+ "requires": {
2816
+ "p-locate": "2.0.0",
2817
+ "path-exists": "3.0.0"
2818
+ }
2819
+ },
2820
+ "lodash": {
2821
+ "version": "4.17.4",
2822
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
2823
+ "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=",
2824
+ "dev": true
2825
+ },
2826
+ "longest": {
2827
+ "version": "1.0.1",
2828
+ "resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz",
2829
+ "integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=",
2830
+ "dev": true
2831
+ },
2832
+ "loose-envify": {
2833
+ "version": "1.3.1",
2834
+ "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.3.1.tgz",
2835
+ "integrity": "sha1-0aitM/qc4OcT1l/dCsi3SNR4yEg=",
2836
+ "dev": true,
2837
+ "requires": {
2838
+ "js-tokens": "3.0.2"
2839
+ }
2840
+ },
2841
+ "lru-cache": {
2842
+ "version": "4.1.1",
2843
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.1.tgz",
2844
+ "integrity": "sha512-q4spe4KTfsAS1SUHLO0wz8Qiyf1+vMIAgpRYioFYDMNqKfHQbg+AVDH3i4fvpl71/P1L0dBl+fQi+P37UYf0ew==",
2845
+ "dev": true,
2846
+ "requires": {
2847
+ "pseudomap": "1.0.2",
2848
+ "yallist": "2.1.2"
2849
+ }
2850
+ },
2851
+ "make-dir": {
2852
+ "version": "1.1.0",
2853
+ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.1.0.tgz",
2854
+ "integrity": "sha512-0Pkui4wLJ7rxvmfUvs87skoEaxmu0hCUApF8nonzpl7q//FWp9zu8W61Scz4sd/kUiqDxvUhtoam2efDyiBzcA==",
2855
+ "dev": true,
2856
+ "requires": {
2857
+ "pify": "3.0.0"
2858
+ }
2859
+ },
2860
+ "md5.js": {
2861
+ "version": "1.3.4",
2862
+ "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.4.tgz",
2863
+ "integrity": "sha1-6b296UogpawYsENA/Fdk1bCdkB0=",
2864
+ "dev": true,
2865
+ "requires": {
2866
+ "hash-base": "3.0.4",
2867
+ "inherits": "2.0.3"
2868
+ },
2869
+ "dependencies": {
2870
+ "hash-base": {
2871
+ "version": "3.0.4",
2872
+ "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz",
2873
+ "integrity": "sha1-X8hoaEfs1zSZQDMZprCj8/auSRg=",
2874
+ "dev": true,
2875
+ "requires": {
2876
+ "inherits": "2.0.3",
2877
+ "safe-buffer": "5.1.1"
2878
+ }
2879
+ }
2880
+ }
2881
+ },
2882
+ "mem": {
2883
+ "version": "1.1.0",
2884
+ "resolved": "https://registry.npmjs.org/mem/-/mem-1.1.0.tgz",
2885
+ "integrity": "sha1-Xt1StIXKHZAP5kiVUFOZoN+kX3Y=",
2886
+ "dev": true,
2887
+ "requires": {
2888
+ "mimic-fn": "1.1.0"
2889
+ }
2890
+ },
2891
+ "memory-fs": {
2892
+ "version": "0.4.1",
2893
+ "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz",
2894
+ "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=",
2895
+ "dev": true,
2896
+ "requires": {
2897
+ "errno": "0.1.6",
2898
+ "readable-stream": "2.3.3"
2899
+ }
2900
+ },
2901
+ "micromatch": {
2902
+ "version": "2.3.11",
2903
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz",
2904
+ "integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=",
2905
+ "dev": true,
2906
+ "requires": {
2907
+ "arr-diff": "2.0.0",
2908
+ "array-unique": "0.2.1",
2909
+ "braces": "1.8.5",
2910
+ "expand-brackets": "0.1.5",
2911
+ "extglob": "0.3.2",
2912
+ "filename-regex": "2.0.1",
2913
+ "is-extglob": "1.0.0",
2914
+ "is-glob": "2.0.1",
2915
+ "kind-of": "3.2.2",
2916
+ "normalize-path": "2.1.1",
2917
+ "object.omit": "2.0.1",
2918
+ "parse-glob": "3.0.4",
2919
+ "regex-cache": "0.4.4"
2920
+ }
2921
+ },
2922
+ "miller-rabin": {
2923
+ "version": "4.0.1",
2924
+ "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz",
2925
+ "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==",
2926
+ "dev": true,
2927
+ "requires": {
2928
+ "bn.js": "4.11.8",
2929
+ "brorand": "1.1.0"
2930
+ }
2931
+ },
2932
+ "mimic-fn": {
2933
+ "version": "1.1.0",
2934
+ "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.1.0.tgz",
2935
+ "integrity": "sha1-5md4PZLonb00KBi1IwudYqZyrRg=",
2936
+ "dev": true
2937
+ },
2938
+ "minimalistic-assert": {
2939
+ "version": "1.0.0",
2940
+ "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz",
2941
+ "integrity": "sha1-cCvi3aazf0g2vLP121ZkG2Sh09M=",
2942
+ "dev": true
2943
+ },
2944
+ "minimalistic-crypto-utils": {
2945
+ "version": "1.0.1",
2946
+ "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz",
2947
+ "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=",
2948
+ "dev": true
2949
+ },
2950
+ "minimatch": {
2951
+ "version": "3.0.4",
2952
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
2953
+ "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
2954
+ "dev": true,
2955
+ "requires": {
2956
+ "brace-expansion": "1.1.8"
2957
+ }
2958
+ },
2959
+ "minimist": {
2960
+ "version": "0.0.8",
2961
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
2962
+ "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=",
2963
+ "dev": true
2964
+ },
2965
+ "mkdirp": {
2966
+ "version": "0.5.1",
2967
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
2968
+ "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
2969
+ "dev": true,
2970
+ "requires": {
2971
+ "minimist": "0.0.8"
2972
+ }
2973
+ },
2974
+ "ms": {
2975
+ "version": "2.0.0",
2976
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
2977
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
2978
+ "dev": true
2979
+ },
2980
+ "nan": {
2981
+ "version": "2.8.0",
2982
+ "resolved": "https://registry.npmjs.org/nan/-/nan-2.8.0.tgz",
2983
+ "integrity": "sha1-7XFfP+neArV6XmJS2QqWZ14fCFo=",
2984
+ "dev": true,
2985
+ "optional": true
2986
+ },
2987
+ "node-libs-browser": {
2988
+ "version": "2.1.0",
2989
+ "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.1.0.tgz",
2990
+ "integrity": "sha512-5AzFzdoIMb89hBGMZglEegffzgRg+ZFoUmisQ8HI4j1KDdpx13J0taNp2y9xPbur6W61gepGDDotGBVQ7mfUCg==",
2991
+ "dev": true,
2992
+ "requires": {
2993
+ "assert": "1.4.1",
2994
+ "browserify-zlib": "0.2.0",
2995
+ "buffer": "4.9.1",
2996
+ "console-browserify": "1.1.0",
2997
+ "constants-browserify": "1.0.0",
2998
+ "crypto-browserify": "3.12.0",
2999
+ "domain-browser": "1.1.7",
3000
+ "events": "1.1.1",
3001
+ "https-browserify": "1.0.0",
3002
+ "os-browserify": "0.3.0",
3003
+ "path-browserify": "0.0.0",
3004
+ "process": "0.11.10",
3005
+ "punycode": "1.4.1",
3006
+ "querystring-es3": "0.2.1",
3007
+ "readable-stream": "2.3.3",
3008
+ "stream-browserify": "2.0.1",
3009
+ "stream-http": "2.7.2",
3010
+ "string_decoder": "1.0.3",
3011
+ "timers-browserify": "2.0.4",
3012
+ "tty-browserify": "0.0.0",
3013
+ "url": "0.11.0",
3014
+ "util": "0.10.3",
3015
+ "vm-browserify": "0.0.4"
3016
+ }
3017
+ },
3018
+ "normalize-package-data": {
3019
+ "version": "2.4.0",
3020
+ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.4.0.tgz",
3021
+ "integrity": "sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw==",
3022
+ "dev": true,
3023
+ "requires": {
3024
+ "hosted-git-info": "2.5.0",
3025
+ "is-builtin-module": "1.0.0",
3026
+ "semver": "5.4.1",
3027
+ "validate-npm-package-license": "3.0.1"
3028
+ }
3029
+ },
3030
+ "normalize-path": {
3031
+ "version": "2.1.1",
3032
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
3033
+ "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
3034
+ "dev": true,
3035
+ "requires": {
3036
+ "remove-trailing-separator": "1.1.0"
3037
+ }
3038
+ },
3039
+ "npm-run-path": {
3040
+ "version": "2.0.2",
3041
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
3042
+ "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
3043
+ "dev": true,
3044
+ "requires": {
3045
+ "path-key": "2.0.1"
3046
+ }
3047
+ },
3048
+ "number-is-nan": {
3049
+ "version": "1.0.1",
3050
+ "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
3051
+ "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
3052
+ "dev": true
3053
+ },
3054
+ "object-assign": {
3055
+ "version": "4.1.1",
3056
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
3057
+ "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
3058
+ "dev": true
3059
+ },
3060
+ "object.omit": {
3061
+ "version": "2.0.1",
3062
+ "resolved": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz",
3063
+ "integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=",
3064
+ "dev": true,
3065
+ "requires": {
3066
+ "for-own": "0.1.5",
3067
+ "is-extendable": "0.1.1"
3068
+ }
3069
+ },
3070
+ "os-browserify": {
3071
+ "version": "0.3.0",
3072
+ "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz",
3073
+ "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=",
3074
+ "dev": true
3075
+ },
3076
+ "os-homedir": {
3077
+ "version": "1.0.2",
3078
+ "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
3079
+ "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=",
3080
+ "dev": true
3081
+ },
3082
+ "os-locale": {
3083
+ "version": "2.1.0",
3084
+ "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-2.1.0.tgz",
3085
+ "integrity": "sha512-3sslG3zJbEYcaC4YVAvDorjGxc7tv6KVATnLPZONiljsUncvihe9BQoVCEs0RZ1kmf4Hk9OBqlZfJZWI4GanKA==",
3086
+ "dev": true,
3087
+ "requires": {
3088
+ "execa": "0.7.0",
3089
+ "lcid": "1.0.0",
3090
+ "mem": "1.1.0"
3091
+ }
3092
+ },
3093
+ "os-tmpdir": {
3094
+ "version": "1.0.2",
3095
+ "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
3096
+ "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=",
3097
+ "dev": true
3098
+ },
3099
+ "p-finally": {
3100
+ "version": "1.0.0",
3101
+ "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
3102
+ "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=",
3103
+ "dev": true
3104
+ },
3105
+ "p-limit": {
3106
+ "version": "1.1.0",
3107
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.1.0.tgz",
3108
+ "integrity": "sha1-sH/y2aXYi+yAYDWJWiurZqJ5iLw=",
3109
+ "dev": true
3110
+ },
3111
+ "p-locate": {
3112
+ "version": "2.0.0",
3113
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
3114
+ "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
3115
+ "dev": true,
3116
+ "requires": {
3117
+ "p-limit": "1.1.0"
3118
+ }
3119
+ },
3120
+ "pako": {
3121
+ "version": "1.0.6",
3122
+ "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.6.tgz",
3123
+ "integrity": "sha512-lQe48YPsMJAig+yngZ87Lus+NF+3mtu7DVOBu6b/gHO1YpKwIj5AWjZ/TOS7i46HD/UixzWb1zeWDZfGZ3iYcg==",
3124
+ "dev": true
3125
+ },
3126
+ "parse-asn1": {
3127
+ "version": "5.1.0",
3128
+ "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.0.tgz",
3129
+ "integrity": "sha1-N8T5t+06tlx0gXtfJICTf7+XxxI=",
3130
+ "dev": true,
3131
+ "requires": {
3132
+ "asn1.js": "4.9.2",
3133
+ "browserify-aes": "1.1.1",
3134
+ "create-hash": "1.1.3",
3135
+ "evp_bytestokey": "1.0.3",
3136
+ "pbkdf2": "3.0.14"
3137
+ }
3138
+ },
3139
+ "parse-glob": {
3140
+ "version": "3.0.4",
3141
+ "resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz",
3142
+ "integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=",
3143
+ "dev": true,
3144
+ "requires": {
3145
+ "glob-base": "0.3.0",
3146
+ "is-dotfile": "1.0.3",
3147
+ "is-extglob": "1.0.0",
3148
+ "is-glob": "2.0.1"
3149
+ }
3150
+ },
3151
+ "parse-json": {
3152
+ "version": "2.2.0",
3153
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
3154
+ "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
3155
+ "dev": true,
3156
+ "requires": {
3157
+ "error-ex": "1.3.1"
3158
+ }
3159
+ },
3160
+ "path-browserify": {
3161
+ "version": "0.0.0",
3162
+ "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.0.tgz",
3163
+ "integrity": "sha1-oLhwcpquIUAFt9UDLsLLuw+0RRo=",
3164
+ "dev": true
3165
+ },
3166
+ "path-exists": {
3167
+ "version": "3.0.0",
3168
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
3169
+ "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
3170
+ "dev": true
3171
+ },
3172
+ "path-is-absolute": {
3173
+ "version": "1.0.1",
3174
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
3175
+ "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
3176
+ "dev": true
3177
+ },
3178
+ "path-key": {
3179
+ "version": "2.0.1",
3180
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
3181
+ "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=",
3182
+ "dev": true
3183
+ },
3184
+ "path-type": {
3185
+ "version": "2.0.0",
3186
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz",
3187
+ "integrity": "sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=",
3188
+ "dev": true,
3189
+ "requires": {
3190
+ "pify": "2.3.0"
3191
+ },
3192
+ "dependencies": {
3193
+ "pify": {
3194
+ "version": "2.3.0",
3195
+ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
3196
+ "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
3197
+ "dev": true
3198
+ }
3199
+ }
3200
+ },
3201
+ "pbkdf2": {
3202
+ "version": "3.0.14",
3203
+ "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.14.tgz",
3204
+ "integrity": "sha512-gjsZW9O34fm0R7PaLHRJmLLVfSoesxztjPjE9o6R+qtVJij90ltg1joIovN9GKrRW3t1PzhDDG3UMEMFfZ+1wA==",
3205
+ "dev": true,
3206
+ "requires": {
3207
+ "create-hash": "1.1.3",
3208
+ "create-hmac": "1.1.6",
3209
+ "ripemd160": "2.0.1",
3210
+ "safe-buffer": "5.1.1",
3211
+ "sha.js": "2.4.9"
3212
+ }
3213
+ },
3214
+ "pify": {
3215
+ "version": "3.0.0",
3216
+ "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
3217
+ "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
3218
+ "dev": true
3219
+ },
3220
+ "pkg-dir": {
3221
+ "version": "2.0.0",
3222
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-2.0.0.tgz",
3223
+ "integrity": "sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=",
3224
+ "dev": true,
3225
+ "requires": {
3226
+ "find-up": "2.1.0"
3227
+ }
3228
+ },
3229
+ "preserve": {
3230
+ "version": "0.2.0",
3231
+ "resolved": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz",
3232
+ "integrity": "sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=",
3233
+ "dev": true
3234
+ },
3235
+ "private": {
3236
+ "version": "0.1.8",
3237
+ "resolved": "https://registry.npmjs.org/private/-/private-0.1.8.tgz",
3238
+ "integrity": "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==",
3239
+ "dev": true
3240
+ },
3241
+ "process": {
3242
+ "version": "0.11.10",
3243
+ "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
3244
+ "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=",
3245
+ "dev": true
3246
+ },
3247
+ "process-nextick-args": {
3248
+ "version": "1.0.7",
3249
+ "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
3250
+ "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=",
3251
+ "dev": true
3252
+ },
3253
+ "prr": {
3254
+ "version": "1.0.1",
3255
+ "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz",
3256
+ "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=",
3257
+ "dev": true
3258
+ },
3259
+ "pseudomap": {
3260
+ "version": "1.0.2",
3261
+ "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
3262
+ "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=",
3263
+ "dev": true
3264
+ },
3265
+ "public-encrypt": {
3266
+ "version": "4.0.0",
3267
+ "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.0.tgz",
3268
+ "integrity": "sha1-OfaZ86RlYN1eusvKaTyvfGXBjMY=",
3269
+ "dev": true,
3270
+ "requires": {
3271
+ "bn.js": "4.11.8",
3272
+ "browserify-rsa": "4.0.1",
3273
+ "create-hash": "1.1.3",
3274
+ "parse-asn1": "5.1.0",
3275
+ "randombytes": "2.0.5"
3276
+ }
3277
+ },
3278
+ "punycode": {
3279
+ "version": "1.4.1",
3280
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
3281
+ "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=",
3282
+ "dev": true
3283
+ },
3284
+ "querystring": {
3285
+ "version": "0.2.0",
3286
+ "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz",
3287
+ "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=",
3288
+ "dev": true
3289
+ },
3290
+ "querystring-es3": {
3291
+ "version": "0.2.1",
3292
+ "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz",
3293
+ "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=",
3294
+ "dev": true
3295
+ },
3296
+ "randomatic": {
3297
+ "version": "1.1.7",
3298
+ "resolved": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.7.tgz",
3299
+ "integrity": "sha512-D5JUjPyJbaJDkuAazpVnSfVkLlpeO3wDlPROTMLGKG1zMFNFRgrciKo1ltz/AzNTkqE0HzDx655QOL51N06how==",
3300
+ "dev": true,
3301
+ "requires": {
3302
+ "is-number": "3.0.0",
3303
+ "kind-of": "4.0.0"
3304
+ },
3305
+ "dependencies": {
3306
+ "is-number": {
3307
+ "version": "3.0.0",
3308
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
3309
+ "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
3310
+ "dev": true,
3311
+ "requires": {
3312
+ "kind-of": "3.2.2"
3313
+ },
3314
+ "dependencies": {
3315
+ "kind-of": {
3316
+ "version": "3.2.2",
3317
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
3318
+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
3319
+ "dev": true,
3320
+ "requires": {
3321
+ "is-buffer": "1.1.6"
3322
+ }
3323
+ }
3324
+ }
3325
+ },
3326
+ "kind-of": {
3327
+ "version": "4.0.0",
3328
+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz",
3329
+ "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=",
3330
+ "dev": true,
3331
+ "requires": {
3332
+ "is-buffer": "1.1.6"
3333
+ }
3334
+ }
3335
+ }
3336
+ },
3337
+ "randombytes": {
3338
+ "version": "2.0.5",
3339
+ "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.0.5.tgz",
3340
+ "integrity": "sha512-8T7Zn1AhMsQ/HI1SjcCfT/t4ii3eAqco3yOcSzS4mozsOz69lHLsoMXmF9nZgnFanYscnSlUSgs8uZyKzpE6kg==",
3341
+ "dev": true,
3342
+ "requires": {
3343
+ "safe-buffer": "5.1.1"
3344
+ }
3345
+ },
3346
+ "randomfill": {
3347
+ "version": "1.0.3",
3348
+ "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.3.tgz",
3349
+ "integrity": "sha512-YL6GrhrWoic0Eq8rXVbMptH7dAxCs0J+mh5Y0euNekPPYaxEmdVGim6GdoxoRzKW2yJoU8tueifS7mYxvcFDEQ==",
3350
+ "dev": true,
3351
+ "requires": {
3352
+ "randombytes": "2.0.5",
3353
+ "safe-buffer": "5.1.1"
3354
+ }
3355
+ },
3356
+ "read-pkg": {
3357
+ "version": "2.0.0",
3358
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz",
3359
+ "integrity": "sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=",
3360
+ "dev": true,
3361
+ "requires": {
3362
+ "load-json-file": "2.0.0",
3363
+ "normalize-package-data": "2.4.0",
3364
+ "path-type": "2.0.0"
3365
+ }
3366
+ },
3367
+ "read-pkg-up": {
3368
+ "version": "2.0.0",
3369
+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz",
3370
+ "integrity": "sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=",
3371
+ "dev": true,
3372
+ "requires": {
3373
+ "find-up": "2.1.0",
3374
+ "read-pkg": "2.0.0"
3375
+ }
3376
+ },
3377
+ "readable-stream": {
3378
+ "version": "2.3.3",
3379
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz",
3380
+ "integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==",
3381
+ "dev": true,
3382
+ "requires": {
3383
+ "core-util-is": "1.0.2",
3384
+ "inherits": "2.0.3",
3385
+ "isarray": "1.0.0",
3386
+ "process-nextick-args": "1.0.7",
3387
+ "safe-buffer": "5.1.1",
3388
+ "string_decoder": "1.0.3",
3389
+ "util-deprecate": "1.0.2"
3390
+ }
3391
+ },
3392
+ "readdirp": {
3393
+ "version": "2.1.0",
3394
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.1.0.tgz",
3395
+ "integrity": "sha1-TtCtBg3zBzMAxIRANz9y0cxkLXg=",
3396
+ "dev": true,
3397
+ "requires": {
3398
+ "graceful-fs": "4.1.11",
3399
+ "minimatch": "3.0.4",
3400
+ "readable-stream": "2.3.3",
3401
+ "set-immediate-shim": "1.0.1"
3402
+ }
3403
+ },
3404
+ "regenerate": {
3405
+ "version": "1.3.3",
3406
+ "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.3.3.tgz",
3407
+ "integrity": "sha512-jVpo1GadrDAK59t/0jRx5VxYWQEDkkEKi6+HjE3joFVLfDOh9Xrdh0dF1eSq+BI/SwvTQ44gSscJ8N5zYL61sg==",
3408
+ "dev": true
3409
+ },
3410
+ "regenerator-runtime": {
3411
+ "version": "0.11.1",
3412
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
3413
+ "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==",
3414
+ "dev": true
3415
+ },
3416
+ "regenerator-transform": {
3417
+ "version": "0.10.1",
3418
+ "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.10.1.tgz",
3419
+ "integrity": "sha512-PJepbvDbuK1xgIgnau7Y90cwaAmO/LCLMI2mPvaXq2heGMR3aWW5/BQvYrhJ8jgmQjXewXvBjzfqKcVOmhjZ6Q==",
3420
+ "dev": true,
3421
+ "requires": {
3422
+ "babel-runtime": "6.26.0",
3423
+ "babel-types": "6.26.0",
3424
+ "private": "0.1.8"
3425
+ }
3426
+ },
3427
+ "regex-cache": {
3428
+ "version": "0.4.4",
3429
+ "resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz",
3430
+ "integrity": "sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==",
3431
+ "dev": true,
3432
+ "requires": {
3433
+ "is-equal-shallow": "0.1.3"
3434
+ }
3435
+ },
3436
+ "regexpu-core": {
3437
+ "version": "2.0.0",
3438
+ "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-2.0.0.tgz",
3439
+ "integrity": "sha1-SdA4g3uNz4v6W5pCE5k45uoq4kA=",
3440
+ "dev": true,
3441
+ "requires": {
3442
+ "regenerate": "1.3.3",
3443
+ "regjsgen": "0.2.0",
3444
+ "regjsparser": "0.1.5"
3445
+ }
3446
+ },
3447
+ "regjsgen": {
3448
+ "version": "0.2.0",
3449
+ "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz",
3450
+ "integrity": "sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc=",
3451
+ "dev": true
3452
+ },
3453
+ "regjsparser": {
3454
+ "version": "0.1.5",
3455
+ "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz",
3456
+ "integrity": "sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=",
3457
+ "dev": true,
3458
+ "requires": {
3459
+ "jsesc": "0.5.0"
3460
+ },
3461
+ "dependencies": {
3462
+ "jsesc": {
3463
+ "version": "0.5.0",
3464
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
3465
+ "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=",
3466
+ "dev": true
3467
+ }
3468
+ }
3469
+ },
3470
+ "remove-trailing-separator": {
3471
+ "version": "1.1.0",
3472
+ "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
3473
+ "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=",
3474
+ "dev": true
3475
+ },
3476
+ "repeat-element": {
3477
+ "version": "1.1.2",
3478
+ "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz",
3479
+ "integrity": "sha1-7wiaF40Ug7quTZPrmLT55OEdmQo=",
3480
+ "dev": true
3481
+ },
3482
+ "repeat-string": {
3483
+ "version": "1.6.1",
3484
+ "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
3485
+ "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=",
3486
+ "dev": true
3487
+ },
3488
+ "repeating": {
3489
+ "version": "2.0.1",
3490
+ "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
3491
+ "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
3492
+ "dev": true,
3493
+ "requires": {
3494
+ "is-finite": "1.0.2"
3495
+ }
3496
+ },
3497
+ "require-directory": {
3498
+ "version": "2.1.1",
3499
+ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
3500
+ "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=",
3501
+ "dev": true
3502
+ },
3503
+ "require-main-filename": {
3504
+ "version": "1.0.1",
3505
+ "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz",
3506
+ "integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=",
3507
+ "dev": true
3508
+ },
3509
+ "right-align": {
3510
+ "version": "0.1.3",
3511
+ "resolved": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz",
3512
+ "integrity": "sha1-YTObci/mo1FWiSENJOFMlhSGE+8=",
3513
+ "dev": true,
3514
+ "requires": {
3515
+ "align-text": "0.1.4"
3516
+ }
3517
+ },
3518
+ "ripemd160": {
3519
+ "version": "2.0.1",
3520
+ "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.1.tgz",
3521
+ "integrity": "sha1-D0WEKVxTo2KK9+bXmsohzlfRxuc=",
3522
+ "dev": true,
3523
+ "requires": {
3524
+ "hash-base": "2.0.2",
3525
+ "inherits": "2.0.3"
3526
+ }
3527
+ },
3528
+ "safe-buffer": {
3529
+ "version": "5.1.1",
3530
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz",
3531
+ "integrity": "sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==",
3532
+ "dev": true
3533
+ },
3534
+ "semver": {
3535
+ "version": "5.4.1",
3536
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.4.1.tgz",
3537
+ "integrity": "sha512-WfG/X9+oATh81XtllIo/I8gOiY9EXRdv1cQdyykeXK17YcUW3EXUAi2To4pcH6nZtJPr7ZOpM5OMyWJZm+8Rsg==",
3538
+ "dev": true
3539
+ },
3540
+ "set-blocking": {
3541
+ "version": "2.0.0",
3542
+ "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
3543
+ "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=",
3544
+ "dev": true
3545
+ },
3546
+ "set-immediate-shim": {
3547
+ "version": "1.0.1",
3548
+ "resolved": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz",
3549
+ "integrity": "sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E=",
3550
+ "dev": true
3551
+ },
3552
+ "setimmediate": {
3553
+ "version": "1.0.5",
3554
+ "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
3555
+ "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=",
3556
+ "dev": true
3557
+ },
3558
+ "sha.js": {
3559
+ "version": "2.4.9",
3560
+ "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.9.tgz",
3561
+ "integrity": "sha512-G8zektVqbiPHrylgew9Zg1VRB1L/DtXNUVAM6q4QLy8NE3qtHlFXTf8VLL4k1Yl6c7NMjtZUTdXV+X44nFaT6A==",
3562
+ "dev": true,
3563
+ "requires": {
3564
+ "inherits": "2.0.3",
3565
+ "safe-buffer": "5.1.1"
3566
+ }
3567
+ },
3568
+ "shebang-command": {
3569
+ "version": "1.2.0",
3570
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
3571
+ "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=",
3572
+ "dev": true,
3573
+ "requires": {
3574
+ "shebang-regex": "1.0.0"
3575
+ }
3576
+ },
3577
+ "shebang-regex": {
3578
+ "version": "1.0.0",
3579
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
3580
+ "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=",
3581
+ "dev": true
3582
+ },
3583
+ "signal-exit": {
3584
+ "version": "3.0.2",
3585
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
3586
+ "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=",
3587
+ "dev": true
3588
+ },
3589
+ "slash": {
3590
+ "version": "1.0.0",
3591
+ "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz",
3592
+ "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=",
3593
+ "dev": true
3594
+ },
3595
+ "source-list-map": {
3596
+ "version": "2.0.0",
3597
+ "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.0.tgz",
3598
+ "integrity": "sha512-I2UmuJSRr/T8jisiROLU3A3ltr+swpniSmNPI4Ml3ZCX6tVnDsuZzK7F2hl5jTqbZBWCEKlj5HRQiPExXLgE8A==",
3599
+ "dev": true
3600
+ },
3601
+ "source-map": {
3602
+ "version": "0.5.7",
3603
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
3604
+ "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
3605
+ "dev": true
3606
+ },
3607
+ "source-map-support": {
3608
+ "version": "0.4.18",
3609
+ "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz",
3610
+ "integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==",
3611
+ "dev": true,
3612
+ "requires": {
3613
+ "source-map": "0.5.7"
3614
+ }
3615
+ },
3616
+ "spdx-correct": {
3617
+ "version": "1.0.2",
3618
+ "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz",
3619
+ "integrity": "sha1-SzBz2TP/UfORLwOsVRlJikFQ20A=",
3620
+ "dev": true,
3621
+ "requires": {
3622
+ "spdx-license-ids": "1.2.2"
3623
+ }
3624
+ },
3625
+ "spdx-expression-parse": {
3626
+ "version": "1.0.4",
3627
+ "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz",
3628
+ "integrity": "sha1-m98vIOH0DtRH++JzJmGR/O1RYmw=",
3629
+ "dev": true
3630
+ },
3631
+ "spdx-license-ids": {
3632
+ "version": "1.2.2",
3633
+ "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz",
3634
+ "integrity": "sha1-yd96NCRZSt5r0RkA1ZZpbcBrrFc=",
3635
+ "dev": true
3636
+ },
3637
+ "stream-browserify": {
3638
+ "version": "2.0.1",
3639
+ "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.1.tgz",
3640
+ "integrity": "sha1-ZiZu5fm9uZQKTkUUyvtDu3Hlyds=",
3641
+ "dev": true,
3642
+ "requires": {
3643
+ "inherits": "2.0.3",
3644
+ "readable-stream": "2.3.3"
3645
+ }
3646
+ },
3647
+ "stream-http": {
3648
+ "version": "2.7.2",
3649
+ "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.7.2.tgz",
3650
+ "integrity": "sha512-c0yTD2rbQzXtSsFSVhtpvY/vS6u066PcXOX9kBB3mSO76RiUQzL340uJkGBWnlBg4/HZzqiUXtaVA7wcRcJgEw==",
3651
+ "dev": true,
3652
+ "requires": {
3653
+ "builtin-status-codes": "3.0.0",
3654
+ "inherits": "2.0.3",
3655
+ "readable-stream": "2.3.3",
3656
+ "to-arraybuffer": "1.0.1",
3657
+ "xtend": "4.0.1"
3658
+ }
3659
+ },
3660
+ "string-width": {
3661
+ "version": "2.1.1",
3662
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
3663
+ "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
3664
+ "dev": true,
3665
+ "requires": {
3666
+ "is-fullwidth-code-point": "2.0.0",
3667
+ "strip-ansi": "4.0.0"
3668
+ },
3669
+ "dependencies": {
3670
+ "ansi-regex": {
3671
+ "version": "3.0.0",
3672
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
3673
+ "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
3674
+ "dev": true
3675
+ },
3676
+ "is-fullwidth-code-point": {
3677
+ "version": "2.0.0",
3678
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
3679
+ "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
3680
+ "dev": true
3681
+ },
3682
+ "strip-ansi": {
3683
+ "version": "4.0.0",
3684
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
3685
+ "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=",
3686
+ "dev": true,
3687
+ "requires": {
3688
+ "ansi-regex": "3.0.0"
3689
+ }
3690
+ }
3691
+ }
3692
+ },
3693
+ "string_decoder": {
3694
+ "version": "1.0.3",
3695
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
3696
+ "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
3697
+ "dev": true,
3698
+ "requires": {
3699
+ "safe-buffer": "5.1.1"
3700
+ }
3701
+ },
3702
+ "strip-ansi": {
3703
+ "version": "3.0.1",
3704
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
3705
+ "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
3706
+ "dev": true,
3707
+ "requires": {
3708
+ "ansi-regex": "2.1.1"
3709
+ }
3710
+ },
3711
+ "strip-bom": {
3712
+ "version": "3.0.0",
3713
+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
3714
+ "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
3715
+ "dev": true
3716
+ },
3717
+ "strip-eof": {
3718
+ "version": "1.0.0",
3719
+ "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
3720
+ "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=",
3721
+ "dev": true
3722
+ },
3723
+ "supports-color": {
3724
+ "version": "2.0.0",
3725
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
3726
+ "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
3727
+ "dev": true
3728
+ },
3729
+ "tapable": {
3730
+ "version": "0.2.8",
3731
+ "resolved": "https://registry.npmjs.org/tapable/-/tapable-0.2.8.tgz",
3732
+ "integrity": "sha1-mTcqXJmb8t8WCvwNdL7U9HlIzSI=",
3733
+ "dev": true
3734
+ },
3735
+ "timers-browserify": {
3736
+ "version": "2.0.4",
3737
+ "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.4.tgz",
3738
+ "integrity": "sha512-uZYhyU3EX8O7HQP+J9fTVYwsq90Vr68xPEFo7yrVImIxYvHgukBEgOB/SgGoorWVTzGM/3Z+wUNnboA4M8jWrg==",
3739
+ "dev": true,
3740
+ "requires": {
3741
+ "setimmediate": "1.0.5"
3742
+ }
3743
+ },
3744
+ "to-arraybuffer": {
3745
+ "version": "1.0.1",
3746
+ "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz",
3747
+ "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=",
3748
+ "dev": true
3749
+ },
3750
+ "to-fast-properties": {
3751
+ "version": "1.0.3",
3752
+ "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz",
3753
+ "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=",
3754
+ "dev": true
3755
+ },
3756
+ "trim-right": {
3757
+ "version": "1.0.1",
3758
+ "resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz",
3759
+ "integrity": "sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=",
3760
+ "dev": true
3761
+ },
3762
+ "tty-browserify": {
3763
+ "version": "0.0.0",
3764
+ "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz",
3765
+ "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=",
3766
+ "dev": true
3767
+ },
3768
+ "uglify-js": {
3769
+ "version": "2.8.29",
3770
+ "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz",
3771
+ "integrity": "sha1-KcVzMUgFe7Th913zW3qcty5qWd0=",
3772
+ "dev": true,
3773
+ "requires": {
3774
+ "source-map": "0.5.7",
3775
+ "uglify-to-browserify": "1.0.2",
3776
+ "yargs": "3.10.0"
3777
+ },
3778
+ "dependencies": {
3779
+ "yargs": {
3780
+ "version": "3.10.0",
3781
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
3782
+ "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=",
3783
+ "dev": true,
3784
+ "requires": {
3785
+ "camelcase": "1.2.1",
3786
+ "cliui": "2.1.0",
3787
+ "decamelize": "1.2.0",
3788
+ "window-size": "0.1.0"
3789
+ }
3790
+ }
3791
+ }
3792
+ },
3793
+ "uglify-to-browserify": {
3794
+ "version": "1.0.2",
3795
+ "resolved": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz",
3796
+ "integrity": "sha1-bgkk1r2mta/jSeOabWMoUKD4grc=",
3797
+ "dev": true,
3798
+ "optional": true
3799
+ },
3800
+ "uglifyjs-webpack-plugin": {
3801
+ "version": "0.4.6",
3802
+ "resolved": "https://registry.npmjs.org/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-0.4.6.tgz",
3803
+ "integrity": "sha1-uVH0q7a9YX5m9j64kUmOORdj4wk=",
3804
+ "dev": true,
3805
+ "requires": {
3806
+ "source-map": "0.5.7",
3807
+ "uglify-js": "2.8.29",
3808
+ "webpack-sources": "1.1.0"
3809
+ }
3810
+ },
3811
+ "url": {
3812
+ "version": "0.11.0",
3813
+ "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz",
3814
+ "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=",
3815
+ "dev": true,
3816
+ "requires": {
3817
+ "punycode": "1.3.2",
3818
+ "querystring": "0.2.0"
3819
+ },
3820
+ "dependencies": {
3821
+ "punycode": {
3822
+ "version": "1.3.2",
3823
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz",
3824
+ "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=",
3825
+ "dev": true
3826
+ }
3827
+ }
3828
+ },
3829
+ "util": {
3830
+ "version": "0.10.3",
3831
+ "resolved": "https://registry.npmjs.org/util/-/util-0.10.3.tgz",
3832
+ "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=",
3833
+ "dev": true,
3834
+ "requires": {
3835
+ "inherits": "2.0.1"
3836
+ },
3837
+ "dependencies": {
3838
+ "inherits": {
3839
+ "version": "2.0.1",
3840
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz",
3841
+ "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=",
3842
+ "dev": true
3843
+ }
3844
+ }
3845
+ },
3846
+ "util-deprecate": {
3847
+ "version": "1.0.2",
3848
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
3849
+ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=",
3850
+ "dev": true
3851
+ },
3852
+ "validate-npm-package-license": {
3853
+ "version": "3.0.1",
3854
+ "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz",
3855
+ "integrity": "sha1-KAS6vnEq0zeUWaz74kdGqywwP7w=",
3856
+ "dev": true,
3857
+ "requires": {
3858
+ "spdx-correct": "1.0.2",
3859
+ "spdx-expression-parse": "1.0.4"
3860
+ }
3861
+ },
3862
+ "vm-browserify": {
3863
+ "version": "0.0.4",
3864
+ "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-0.0.4.tgz",
3865
+ "integrity": "sha1-XX6kW7755Kb/ZflUOOCofDV9WnM=",
3866
+ "dev": true,
3867
+ "requires": {
3868
+ "indexof": "0.0.1"
3869
+ }
3870
+ },
3871
+ "watchpack": {
3872
+ "version": "1.4.0",
3873
+ "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.4.0.tgz",
3874
+ "integrity": "sha1-ShRyvLuVK9Cpu0A2gB+VTfs5+qw=",
3875
+ "dev": true,
3876
+ "requires": {
3877
+ "async": "2.6.0",
3878
+ "chokidar": "1.7.0",
3879
+ "graceful-fs": "4.1.11"
3880
+ }
3881
+ },
3882
+ "webpack": {
3883
+ "version": "3.10.0",
3884
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-3.10.0.tgz",
3885
+ "integrity": "sha512-fxxKXoicjdXNUMY7LIdY89tkJJJ0m1Oo8PQutZ5rLgWbV5QVKI15Cn7+/IHnRTd3vfKfiwBx6SBqlorAuNA8LA==",
3886
+ "dev": true,
3887
+ "requires": {
3888
+ "acorn": "5.2.1",
3889
+ "acorn-dynamic-import": "2.0.2",
3890
+ "ajv": "5.5.1",
3891
+ "ajv-keywords": "2.1.1",
3892
+ "async": "2.6.0",
3893
+ "enhanced-resolve": "3.4.1",
3894
+ "escope": "3.6.0",
3895
+ "interpret": "1.1.0",
3896
+ "json-loader": "0.5.7",
3897
+ "json5": "0.5.1",
3898
+ "loader-runner": "2.3.0",
3899
+ "loader-utils": "1.1.0",
3900
+ "memory-fs": "0.4.1",
3901
+ "mkdirp": "0.5.1",
3902
+ "node-libs-browser": "2.1.0",
3903
+ "source-map": "0.5.7",
3904
+ "supports-color": "4.5.0",
3905
+ "tapable": "0.2.8",
3906
+ "uglifyjs-webpack-plugin": "0.4.6",
3907
+ "watchpack": "1.4.0",
3908
+ "webpack-sources": "1.1.0",
3909
+ "yargs": "8.0.2"
3910
+ },
3911
+ "dependencies": {
3912
+ "supports-color": {
3913
+ "version": "4.5.0",
3914
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-4.5.0.tgz",
3915
+ "integrity": "sha1-vnoN5ITexcXN34s9WRJQRJEvY1s=",
3916
+ "dev": true,
3917
+ "requires": {
3918
+ "has-flag": "2.0.0"
3919
+ }
3920
+ }
3921
+ }
3922
+ },
3923
+ "webpack-sources": {
3924
+ "version": "1.1.0",
3925
+ "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.1.0.tgz",
3926
+ "integrity": "sha512-aqYp18kPphgoO5c/+NaUvEeACtZjMESmDChuD3NBciVpah3XpMEU9VAAtIaB1BsfJWWTSdv8Vv1m3T0aRk2dUw==",
3927
+ "dev": true,
3928
+ "requires": {
3929
+ "source-list-map": "2.0.0",
3930
+ "source-map": "0.6.1"
3931
+ },
3932
+ "dependencies": {
3933
+ "source-map": {
3934
+ "version": "0.6.1",
3935
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
3936
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
3937
+ "dev": true
3938
+ }
3939
+ }
3940
+ },
3941
+ "which": {
3942
+ "version": "1.3.0",
3943
+ "resolved": "https://registry.npmjs.org/which/-/which-1.3.0.tgz",
3944
+ "integrity": "sha512-xcJpopdamTuY5duC/KnTTNBraPK54YwpenP4lzxU8H91GudWpFv38u0CKjclE1Wi2EH2EDz5LRcHcKbCIzqGyg==",
3945
+ "dev": true,
3946
+ "requires": {
3947
+ "isexe": "2.0.0"
3948
+ }
3949
+ },
3950
+ "which-module": {
3951
+ "version": "2.0.0",
3952
+ "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",
3953
+ "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=",
3954
+ "dev": true
3955
+ },
3956
+ "window-size": {
3957
+ "version": "0.1.0",
3958
+ "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz",
3959
+ "integrity": "sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0=",
3960
+ "dev": true
3961
+ },
3962
+ "wordwrap": {
3963
+ "version": "0.0.2",
3964
+ "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz",
3965
+ "integrity": "sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=",
3966
+ "dev": true
3967
+ },
3968
+ "wrap-ansi": {
3969
+ "version": "2.1.0",
3970
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
3971
+ "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=",
3972
+ "dev": true,
3973
+ "requires": {
3974
+ "string-width": "1.0.2",
3975
+ "strip-ansi": "3.0.1"
3976
+ },
3977
+ "dependencies": {
3978
+ "string-width": {
3979
+ "version": "1.0.2",
3980
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
3981
+ "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
3982
+ "dev": true,
3983
+ "requires": {
3984
+ "code-point-at": "1.1.0",
3985
+ "is-fullwidth-code-point": "1.0.0",
3986
+ "strip-ansi": "3.0.1"
3987
+ }
3988
+ }
3989
+ }
3990
+ },
3991
+ "xtend": {
3992
+ "version": "4.0.1",
3993
+ "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz",
3994
+ "integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=",
3995
+ "dev": true
3996
+ },
3997
+ "y18n": {
3998
+ "version": "3.2.1",
3999
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz",
4000
+ "integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE=",
4001
+ "dev": true
4002
+ },
4003
+ "yallist": {
4004
+ "version": "2.1.2",
4005
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
4006
+ "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=",
4007
+ "dev": true
4008
+ },
4009
+ "yargs": {
4010
+ "version": "8.0.2",
4011
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-8.0.2.tgz",
4012
+ "integrity": "sha1-YpmpBVsc78lp/355wdkY3Osiw2A=",
4013
+ "dev": true,
4014
+ "requires": {
4015
+ "camelcase": "4.1.0",
4016
+ "cliui": "3.2.0",
4017
+ "decamelize": "1.2.0",
4018
+ "get-caller-file": "1.0.2",
4019
+ "os-locale": "2.1.0",
4020
+ "read-pkg-up": "2.0.0",
4021
+ "require-directory": "2.1.1",
4022
+ "require-main-filename": "1.0.1",
4023
+ "set-blocking": "2.0.0",
4024
+ "string-width": "2.1.1",
4025
+ "which-module": "2.0.0",
4026
+ "y18n": "3.2.1",
4027
+ "yargs-parser": "7.0.0"
4028
+ },
4029
+ "dependencies": {
4030
+ "camelcase": {
4031
+ "version": "4.1.0",
4032
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz",
4033
+ "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=",
4034
+ "dev": true
4035
+ },
4036
+ "cliui": {
4037
+ "version": "3.2.0",
4038
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
4039
+ "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=",
4040
+ "dev": true,
4041
+ "requires": {
4042
+ "string-width": "1.0.2",
4043
+ "strip-ansi": "3.0.1",
4044
+ "wrap-ansi": "2.1.0"
4045
+ },
4046
+ "dependencies": {
4047
+ "string-width": {
4048
+ "version": "1.0.2",
4049
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
4050
+ "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
4051
+ "dev": true,
4052
+ "requires": {
4053
+ "code-point-at": "1.1.0",
4054
+ "is-fullwidth-code-point": "1.0.0",
4055
+ "strip-ansi": "3.0.1"
4056
+ }
4057
+ }
4058
+ }
4059
+ }
4060
+ }
4061
+ },
4062
+ "yargs-parser": {
4063
+ "version": "7.0.0",
4064
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-7.0.0.tgz",
4065
+ "integrity": "sha1-jQrELxbqVd69MyyvTEA4s+P139k=",
4066
+ "dev": true,
4067
+ "requires": {
4068
+ "camelcase": "4.1.0"
4069
+ },
4070
+ "dependencies": {
4071
+ "camelcase": {
4072
+ "version": "4.1.0",
4073
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz",
4074
+ "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=",
4075
+ "dev": true
4076
+ }
4077
+ }
4078
+ }
4079
+ }
4080
+ }
vendor/codeinwp/themeisle-content-forms/assets/gutenberg-esnext/package.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "04-controls-esnext",
3
+ "version": "1.0.0",
4
+ "main": "block.js",
5
+ "devDependencies": {
6
+ "babel-core": "^6.25.0",
7
+ "babel-loader": "^7.1.1",
8
+ "babel-plugin-transform-react-jsx": "^6.24.1",
9
+ "babel-preset-env": "^1.6.0",
10
+ "cross-env": "^5.0.1",
11
+ "webpack": "^3.1.0"
12
+ },
13
+ "scripts": {
14
+ "build": "cross-env BABEL_ENV=default NODE_ENV=production webpack",
15
+ "dev": "cross-env BABEL_ENV=default webpack --watch"
16
+ }
17
+ }
vendor/codeinwp/themeisle-content-forms/assets/gutenberg-esnext/webpack.config.js ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var webpack = require( 'webpack' ),
2
+ NODE_ENV = process.env.NODE_ENV || 'development';
3
+
4
+ const entryPointNames = [
5
+ 'blocks',
6
+ 'components',
7
+ 'date',
8
+ 'editor',
9
+ 'element',
10
+ 'i18n',
11
+ 'utils',
12
+ 'data',
13
+ ];
14
+
15
+ const packageNames = [
16
+ 'hooks',
17
+ ];
18
+
19
+ const externals = {
20
+ react: 'React',
21
+ 'react-dom': 'ReactDOM',
22
+ 'react-dom/server': 'ReactDOMServer',
23
+ tinymce: 'tinymce',
24
+ moment: 'moment',
25
+ jquery: 'jQuery',
26
+ };
27
+
28
+ [ ...entryPointNames, ...packageNames ].forEach( name => {
29
+ externals[ `@wordpress/${ name }` ] = {
30
+ this: [ 'wp', name ],
31
+ };
32
+ } );
33
+
34
+
35
+ var webpackConfig = {
36
+ entry: './block.js',
37
+ output: {
38
+ path: __dirname,
39
+ filename: 'block.build.js',
40
+ },
41
+ externals,
42
+ module: {
43
+ loaders: [
44
+ {
45
+ test: /.js$/,
46
+ loader: 'babel-loader',
47
+ exclude: /node_modules/,
48
+ },
49
+ ],
50
+ },
51
+ plugins: [
52
+ new webpack.DefinePlugin( {
53
+ 'process.env.NODE_ENV': JSON.stringify( NODE_ENV )
54
+ } ),
55
+ ]
56
+ };
57
+
58
+ if ( 'production' === NODE_ENV ) {
59
+ webpackConfig.plugins.push( new webpack.optimize.UglifyJsPlugin() );
60
+ }
61
+
62
+ module.exports = webpackConfig;
vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-base.php ADDED
@@ -0,0 +1,306 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ namespace ThemeIsle\ContentForms;
4
+
5
+ /**
6
+ * This class is used to create an Beaver module based on a ContentForms config
7
+ * Class BeaverModule
8
+ * @package ThemeIsle\ContentForms
9
+ */
10
+ abstract class BeaverModule extends \FLBuilderModule {
11
+
12
+ public $name;
13
+
14
+ protected $title;
15
+
16
+ public $icon;
17
+
18
+ protected $forms_config = array();
19
+
20
+ public function __construct( $data ) {
21
+
22
+ $this->setup_attributes();
23
+
24
+ parent::__construct( $data );
25
+
26
+ wp_enqueue_script( 'content-forms' );
27
+ wp_enqueue_style( 'content-forms' );
28
+ }
29
+
30
+ public function register_widget() {
31
+ $fields = array();
32
+
33
+ foreach ( $this->forms_config['fields'] as $key => $field ) {
34
+ $fields[] = array(
35
+ 'key' => $key,
36
+ 'label' => isset( $field['default'] ) ? $field['default'] : '',
37
+ 'type' => $field['type'],
38
+ 'required' => $field['require'],
39
+ );
40
+ }
41
+
42
+ $controls = array();
43
+
44
+ if ( ! empty( $this->forms_config['controls'] ) ) {
45
+ foreach ( $this->forms_config['controls'] as $key => $control ) {
46
+ $control_settings = array(
47
+ 'type' => $control['type'],
48
+ 'label' => $control['label'],
49
+ 'description' => isset( $control['description'] ) ? $control['description'] : '',
50
+ 'default' => isset( $control['default'] ) ? $control['default'] : '',
51
+ );
52
+
53
+ if ( isset( $control['options'] ) ) {
54
+ $control_settings['options'] = $control['options'];
55
+ }
56
+
57
+ $controls[ $key ] = $control_settings;
58
+ }
59
+ }
60
+
61
+ $args = array(
62
+ 'general' => array( // Tab
63
+ 'title' => $this->get_title(),
64
+ 'description' => isset( $this->forms_config['description'] ) ? $this->forms_config['description'] : '',
65
+ 'sections' => array(),
66
+ )
67
+ );
68
+
69
+ // is important to keep the order of fields from the main config
70
+ foreach ( $this->forms_config as $key => $val ) {
71
+ if ( 'fields' === $key ) {
72
+ $args['general']['sections']['settings'] = array(
73
+ 'title' => esc_html__( 'Fields', 'textdomain' ),
74
+ 'fields' => array(
75
+ 'fields' => array(
76
+ 'multiple' => true,
77
+ 'type' => 'form',
78
+ 'label' => esc_html__( 'Field', 'textdomain' ),
79
+ 'form' => 'field',
80
+ 'preview_text' => 'label',
81
+ 'default' => $fields
82
+ ),
83
+ ),
84
+ );
85
+ continue;
86
+ } elseif ( 'controls' === $key ) {
87
+ $args['general']['sections']['controls'] = array(
88
+ 'title' => esc_html__( 'Form Settings', 'textdomain' ),
89
+ 'fields' => $controls
90
+ );
91
+ }
92
+ }
93
+
94
+ \FLBuilder::register_module( get_called_class(), $args );
95
+
96
+ \FLBuilder::register_settings_form(
97
+ 'field', array(
98
+ 'title' => esc_html__( 'Field', 'textdomain' ),
99
+ 'tabs' => array(
100
+ 'general' => array(
101
+ 'title' => esc_html__( 'Field', 'textdomain' ),
102
+ 'sections' => array(
103
+ 'fields' => array(
104
+ 'title' => esc_html__( 'Field', 'textdomain' ),
105
+ 'fields' => array(
106
+ 'label' => array(
107
+ 'type' => 'text',
108
+ 'label' => esc_html__( 'Label', 'textdomain' ),
109
+ ),
110
+ 'type' => array(
111
+ 'type' => 'select',
112
+ 'label' => esc_html__( 'Type', 'textdomain' ),
113
+ 'options' => array(
114
+ 'text' => esc_html__( 'Text' ),
115
+ 'text' => esc_html__( 'Email' ),
116
+ 'textarea' => esc_html__( 'Textarea', 'textdomain' ),
117
+ 'password' => esc_html__( 'Password', 'textdomain' ),
118
+ )
119
+ ),
120
+ 'required' => array(
121
+ 'type' => 'select',
122
+ 'label' => esc_html__( 'Is required?', 'textdomain' ),
123
+ 'options' => array(
124
+ 'required' => esc_html__( 'Required', 'textdomain' ),
125
+ 'optional' => esc_html__( 'Optional', 'textdomain' )
126
+ )
127
+ )
128
+ ),
129
+ ),
130
+ ),
131
+ ),
132
+ ),
133
+ )
134
+ );
135
+ }
136
+
137
+ /**
138
+ * This method takes the given attributes and sets them as properties
139
+ *
140
+ * @param $data array
141
+ */
142
+ public function setup_attributes( $data = array() ) {
143
+
144
+ if ( ! empty( $data['content_forms_config'] ) ) {
145
+ $this->forms_config = $data['content_forms_config'];
146
+ } else {
147
+ $this->forms_config = apply_filters( 'content_forms_config_for_' . $this->get_type(), $this->forms_config );
148
+ }
149
+
150
+ if ( ! empty( $data['id'] ) ) {
151
+ $this->set_name( $data['id'] );
152
+ }
153
+
154
+ if ( ! empty( $this->forms_config['title'] ) ) {
155
+ $this->set_title( $this->forms_config['title'] );
156
+ }
157
+
158
+ if ( ! empty( $this->forms_config['icon'] ) ) {
159
+ $this->set_icon( $this->forms_config['icon'] );
160
+ }
161
+ }
162
+
163
+ /**
164
+ * Each inherited class will need to define it's type be returning it trough this method
165
+ * @return mixed
166
+ */
167
+ abstract public function get_type();
168
+
169
+ /**
170
+ * Retrieve the widget name.
171
+ *
172
+ * @since 1.0.0
173
+ * @access public
174
+ *
175
+ * @return string Widget name.
176
+ */
177
+ public function get_name() {
178
+ return $this->name;
179
+ }
180
+
181
+ /**
182
+ * Set the widget name property
183
+ *
184
+ * @param $name
185
+ */
186
+ protected function set_name( $name ) {
187
+ $this->name = $name;
188
+ }
189
+
190
+ /**
191
+ * Retrieve the widget title.
192
+ *
193
+ * @since 1.0.0
194
+ * @access public
195
+ *
196
+ * @return string Widget title.
197
+ */
198
+ public function get_title() {
199
+ return $this->title;
200
+ }
201
+
202
+ /**
203
+ * Set the widget title property
204
+ */
205
+ protected function set_title( $title ) {
206
+ $this->title = $title;
207
+ }
208
+
209
+ /**
210
+ * Retrieve content form widget icon.
211
+ *
212
+ * @since 1.0.0
213
+ * @access public
214
+ *
215
+ * @return string Widget icon.
216
+ */
217
+ // public function get_icon() {
218
+ // return $this->icon;
219
+ // }
220
+
221
+ /**
222
+ * Set the widget title property
223
+ */
224
+ protected function set_icon( $icon ) {
225
+ $this->icon = $icon;
226
+ }
227
+
228
+ /** == Render functions == */
229
+
230
+ /**
231
+ * Render the header of the form based on the block id(for JS identification)
232
+ *
233
+ * @param $id
234
+ */
235
+ public function render_form_header( $id ) {
236
+ $url = admin_url( 'admin-post.php' );
237
+ echo '<form action="' . esc_url( $url ) . '" method="post" name="content-form-' . $id . '" id="content-form-' . $id . '" class="content-form content-form-' . $this->get_type() . '">';
238
+
239
+ wp_nonce_field( 'content-form-' . $id, '_wpnonce_' . $this->get_type() );
240
+
241
+ echo '<input type="hidden" name="action" value="content_form_submit" />';
242
+ // there could be also the possibility to submit by type
243
+ // echo '<input type="hidden" name="action" value="content_form_{type}_submit" />';
244
+ echo '<input type="hidden" name="form-type" value="' . $this->get_type() . '" />';
245
+ echo '<input type="hidden" name="form-builder" value="beaver" />';
246
+ echo '<input type="hidden" name="post-id" value="' . get_the_ID() . '" />';
247
+ echo '<input type="hidden" name="form-id" value="' . $id . '" />';
248
+ }
249
+
250
+ public function render_form_field( $field ) {
251
+ $key = ! empty( $field['key'] ) ? $field['key'] : sanitize_title( $field['label'] );
252
+ $required = '';
253
+ $form_id = $this->node;
254
+
255
+
256
+ if ( $field['required'] === 'required' ) {
257
+ $required = 'required="required"';
258
+ }
259
+
260
+ $field_name = 'data[' . $form_id . '][' . $key . ']'; ?>
261
+ <fieldset class="content-form-field-<?php echo $field['type'] ?>">
262
+
263
+ <label for="<?php echo $field_name ?>">
264
+ <?php echo $field['label']; ?>
265
+ </label>
266
+
267
+ <?php
268
+ switch ( $field['type'] ) {
269
+ case 'textarea': ?>
270
+ <textarea name="<?php echo $field_name ?>" id="<?php echo $field_name ?>"
271
+ <?php echo $required; ?>
272
+ cols="30" rows="5"></textarea>
273
+ <?php break;
274
+ case 'password': ?>
275
+ <input type="password" name="<?php echo $field_name ?>" id="<?php echo $field_name ?>"
276
+ <?php echo $required; ?>>
277
+ <?php break;
278
+ default: ?>
279
+ <input type="text" name="<?php echo $field_name ?>" id="<?php echo $field_name ?>"
280
+ <?php echo $required; ?>>
281
+ <?php
282
+ break;
283
+ } ?>
284
+ </fieldset>
285
+ <?php
286
+ }
287
+
288
+ public function render_form_footer() {
289
+ echo '</form>';
290
+ }
291
+
292
+ /**
293
+ * Retrieve a setting value for a given key
294
+ *
295
+ * @param $key
296
+ *
297
+ * @return bool|mixed
298
+ */
299
+ public function get_setting( $key ) {
300
+ if ( ! empty( $this->settings->{$key} ) ) {
301
+ return $this->settings->{$key};
302
+ }
303
+
304
+ return false;
305
+ }
306
+ }
vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-contact.php ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ namespace ThemeIsle\ContentForms;
4
+
5
+ class BeaverModuleContact extends BeaverModule {
6
+
7
+ /**
8
+ * Define the form type
9
+ * @return string
10
+ */
11
+ public function get_type() {
12
+ return 'contact';
13
+ }
14
+
15
+ public function __construct() {
16
+
17
+ parent::__construct(
18
+ array(
19
+ 'name' => esc_html__( 'Contact', 'textdomain' ),
20
+ 'description' => esc_html__( 'A contact form.', 'textdomain' ),
21
+ 'category' => esc_html__( 'OrbitFox Modules', 'textdomain' ),
22
+ 'dir' => dirname( __FILE__ ),
23
+ 'url' => plugin_dir_url( __FILE__ )
24
+ )
25
+ );
26
+ }
27
+
28
+ }
vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-newsletter.php ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ namespace ThemeIsle\ContentForms;
4
+
5
+ class BeaverModuleNewsletter extends BeaverModule {
6
+
7
+ /**
8
+ * Define the form type
9
+ * @return string
10
+ */
11
+ public function get_type() {
12
+ return 'newsletter';
13
+ }
14
+
15
+ public function __construct( $data = array(), $args = null ) {
16
+
17
+ parent::__construct(
18
+ array(
19
+ 'name' => esc_html__( 'Newsletter', 'textdomain' ),
20
+ 'description' => esc_html__( 'A simple newsletter form.', 'textdomain' ),
21
+ 'category' => esc_html__( 'OrbitFox Modules', 'textdomain' ),
22
+ 'dir' => dirname( __FILE__ ),
23
+ 'url' => plugin_dir_url( __FILE__ )
24
+ )
25
+ );
26
+ }
27
+ }
vendor/codeinwp/themeisle-content-forms/beaver/class-themeisle-content-forms-beaver-registration.php ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ namespace ThemeIsle\ContentForms;
4
+
5
+ class BeaverModuleRegistration extends BeaverModule {
6
+
7
+ /**
8
+ * Define the form type
9
+ * @return string
10
+ */
11
+ public function get_type() {
12
+ return 'registration';
13
+ }
14
+
15
+ public function __construct( $data = array(), $args = null ) {
16
+
17
+ parent::__construct(
18
+ array(
19
+ 'name' => esc_html__( 'Registration', 'textdomain' ),
20
+ 'description' => esc_html__( 'A sign up form.', 'textdomain' ),
21
+ 'category' => esc_html__( 'OrbitFox Modules', 'textdomain' ),
22
+ 'dir' => dirname( __FILE__ ),
23
+ 'url' => plugin_dir_url( __FILE__ )
24
+ )
25
+ );
26
+ }
27
+ }
vendor/codeinwp/themeisle-content-forms/beaver/includes/frontend.css.php ADDED
@@ -0,0 +1,2 @@
 
 
1
+ <?php
2
+ // wait a sec
vendor/codeinwp/themeisle-content-forms/beaver/includes/frontend.php ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * The module rendering file
4
+ *
5
+ * @$module object
6
+ * @$settings object
7
+ */
8
+ $form_settings = apply_filters( 'content_forms_config_for_' . $module->get_type(), array() );
9
+
10
+ /** == Fields Validation == */
11
+ $controls = $form_settings['controls'];
12
+
13
+ foreach ( $controls as $control_name => $control ) {
14
+ $control_value = $module->get_setting( $control_name );
15
+ if ( isset( $control['required'] ) && $control['required'] && empty( $control_value ) ) { ?>
16
+ <div class="content-forms-required">
17
+ <?php
18
+ printf(
19
+ esc_html__( 'The %s setting is required!', 'textdomain' ),
20
+ '<strong>' . $control['label'] . '</strong>'
21
+ ); ?>
22
+ </div>
23
+ <?php
24
+ }
25
+ }
26
+
27
+ /** == FORM HEADER == */
28
+ $module->render_form_header( $module->node );
29
+
30
+ /** == FORM FIELDS == */
31
+ $fields = $module->get_setting( 'fields' );
32
+
33
+ foreach ( $fields as $key => $field ) {
34
+ $module->render_form_field( (array)$field );
35
+ }
36
+
37
+ $controls = $form_settings['controls'];
38
+
39
+ /** == FORM SUBMIT BUTTON == */
40
+ $btn_label = esc_html__( 'Submit', 'textdomain' );
41
+
42
+ if ( ! empty( $settings->submit_label ) ) {
43
+ $btn_label = $settings->submit_label;
44
+ } ?>
45
+ <fieldset>
46
+ <button type="submit" name="submit" value="submit-<?php echo $module->get_type(); ?>-<?php echo $module->node; ?>">
47
+ <?php echo $btn_label; ?>
48
+ </button>
49
+ </fieldset>
50
+ <?php
51
+
52
+ /** == FORM FOOTER == */
53
+ $module->render_form_footer();
vendor/codeinwp/themeisle-content-forms/class-content-form-base.php ADDED
@@ -0,0 +1,255 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ namespace ThemeIsle\ContentForms;
4
+
5
+ /**
6
+ * An abstract class which should reflect how a Content Form should look like
7
+ * Class ContentFormBase
8
+ * @package ThemeIsle\ContentForms
9
+ */
10
+ abstract class ContentFormBase {
11
+
12
+ /**
13
+ * The content form type.
14
+ * Currently the possible values are: `contact`,`newsletter` and `registration`
15
+ * @var string $type
16
+ */
17
+ private $type;
18
+
19
+ /**
20
+ * Holds the shape of the content form, names, details and fields structure.
21
+ * @var array $config
22
+ */
23
+ private $config;
24
+
25
+ protected $notices = array();
26
+
27
+ /**
28
+ * Create the Content Form Object and add initial hooks
29
+ * ContentFormBase constructor.
30
+ */
31
+ function __construct() {
32
+ $this->init();
33
+
34
+ $this->add_base_hooks();
35
+ }
36
+
37
+ /**
38
+ * This method is passed to the rest controller and it is responsible for submitting the data.
39
+ *
40
+ * @param $return array
41
+ * @param $data array
42
+ * @param $widget_id string
43
+ * @param $post_id string
44
+ * @param $builder string
45
+ *
46
+ * @return mixed
47
+ */
48
+ abstract public function rest_submit_form( $return, $data, $widget_id, $post_id, $builder );
49
+
50
+ /**
51
+ * Create an abstract array config which should define the form.
52
+ * This method's body will be passed to a filter
53
+ *
54
+ * @param $config
55
+ *
56
+ * @return mixed
57
+ */
58
+ abstract public function make_form_config( $config );
59
+
60
+ /**
61
+ * Map the registration actions
62
+ */
63
+ public function add_base_hooks() {
64
+
65
+ // add the initial config for the Contact Content Form
66
+ add_filter( 'content_forms_config_for_' . $this->get_type(), array( $this, 'make_form_config' ) );
67
+
68
+ $config = apply_filters( 'content_forms_config_for_' . $this->get_type(), array() );
69
+ $this->set_config( $config );
70
+
71
+ // @TODO if we will ever think about letting users submit without AJAX
72
+ // register the classic submission action
73
+ //add_action( 'admin_post_nopriv_content_form_contact_submit', array( $this, 'submit_form' ) );
74
+ //add_action( 'admin_post_content_form_contact_submit', array( $this, 'submit_form' ) );
75
+
76
+ // add a rest api callback for the `submit` route
77
+ add_filter( 'content_forms_submit_' . $this->get_type(), array( $this, 'rest_submit_form' ), 10, 5 );
78
+
79
+ $this->maybe_register_elementor_category();
80
+
81
+ // Register the Elementor Widget
82
+ add_action( 'elementor/widgets/widgets_registered', array( $this, 'register_elementor_widget' ) );
83
+
84
+ // Register the Beaver Module
85
+ // $this->register_beaver_module();
86
+ // add_action( 'init', array( $this, 'register_beaver_module' ) );
87
+
88
+ // Register the Gutenberg Block
89
+ // @TODO This is not fully working at this moment
90
+ // $this->register_gutenberg_block();
91
+ }
92
+
93
+ /**
94
+ * Elementor widget registration
95
+ */
96
+ public function register_elementor_widget() {
97
+
98
+ // We check if the Elementor plugin has been installed / activated.
99
+ if ( defined( 'ELEMENTOR_PATH' ) && class_exists( 'Elementor\Widget_Base' ) ) {
100
+
101
+ \Elementor\Plugin::instance()->widgets_manager->register_widget_type(
102
+ new \ThemeIsle\ContentForms\ElementorWidget(
103
+ array(
104
+ 'id' => 'content_form_' . $this->get_type(),
105
+ 'content_forms_config' => $this->get_config()
106
+ ),
107
+ array(
108
+ 'content_forms_config' => $this->get_config()
109
+ )
110
+ )
111
+ );
112
+ }
113
+ }
114
+
115
+ /**
116
+ * Register a Beaver module
117
+ * https://www.wpbeaverbuilder.com/custom-module-documentation
118
+ */
119
+ public function register_beaver_module() {
120
+ if ( class_exists( '\FLBuilderModel' ) ) {
121
+
122
+ $classname = __NAMESPACE__ . '\\BeaverModule' . ucfirst( $this->get_type() );
123
+
124
+ $module = new $classname(
125
+ array(
126
+ 'id' => 'content_form_' . $this->get_type(),
127
+ 'type' => $this->get_type(),
128
+ 'content_forms_config' => $this->get_config()
129
+ )
130
+ );
131
+
132
+ $module->register_widget();
133
+ }
134
+ }
135
+
136
+ /**
137
+ * Gutenberg block registration
138
+ */
139
+ public function register_gutenberg_block() {
140
+
141
+ if ( in_array( 'gutenberg/gutenberg.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) {
142
+ require_once( __DIR__ . '/class-themeisle-content-forms-gutenberg.php' );
143
+
144
+ $block = new \ThemeIsle\ContentForms\GutenbergModule(
145
+ array(
146
+ 'id' => 'content_form_' . $this->get_type(),
147
+ 'type' => $this->get_type(),
148
+ 'content_forms_config' => $this->get_config()
149
+ )
150
+ );
151
+ }
152
+ }
153
+
154
+ /**
155
+ * Themeisle Companion may register an Elementor widgets category.
156
+ * But if not, we need to register it ourselfs.
157
+ */
158
+ public function maybe_register_elementor_category() {
159
+
160
+ if ( ! defined( 'ELEMENTOR_PATH' ) || ! class_exists( 'Elementor\Widget_Base' ) ) {
161
+ return;
162
+ }
163
+
164
+ $categories = \Elementor\Plugin::instance()->elements_manager->get_categories();
165
+
166
+ if ( ! isset( $categories['obfx-elementor-widgets'] ) ) {
167
+ \Elementor\Plugin::instance()->elements_manager->add_category(
168
+ 'obfx-elementor-widgets',
169
+ array(
170
+ 'title' => __( 'Orbit Fox Addons', 'themeisle-companion' ),
171
+ 'icon' => 'fa fa-plug',
172
+ ),
173
+ 1
174
+ );
175
+ }
176
+ }
177
+
178
+ /**
179
+ * Get block settings depending on what builder is in use.
180
+ *
181
+ * @param $widget_id
182
+ * @param $post_id
183
+ * @param $builder
184
+ *
185
+ * @return bool
186
+ */
187
+ protected function get_widget_settings( $widget_id, $post_id, $builder ) {
188
+ if ( 'elementor' === $builder ) {
189
+ $settings = ElementorWidget::get_widget_settings( $widget_id, $post_id );
190
+
191
+ return $settings['settings'];
192
+ } elseif ( 'beaver' === $builder ) {
193
+ return $this->get_beaver_module_settings_by_id( $widget_id, $post_id );
194
+ }
195
+
196
+ // if gutenberg
197
+ return false;
198
+ }
199
+
200
+ /**
201
+ * Each beaver module has data saved in the post metadata, and we need to extract it by its id.
202
+ *
203
+ * @param $node_id
204
+ * @param $post_id
205
+ *
206
+ * @return array|bool
207
+ */
208
+ private function get_beaver_module_settings_by_id( $node_id, $post_id ) {
209
+ $post_data = \FLBuilderModel::get_layout_data( null, $post_id );
210
+
211
+ if ( isset( $post_data[ $node_id ] ) ) {
212
+ $module = $post_data[ $node_id ];
213
+
214
+ return (array) $module->settings;
215
+ }
216
+
217
+ return false;
218
+ }
219
+
220
+ /**
221
+ * Setter method for the form type
222
+ *
223
+ * @param $type
224
+ */
225
+ protected function set_type( $type ) {
226
+ $this->type = $type;
227
+ }
228
+
229
+ /**
230
+ * Getter method for the form type
231
+ *
232
+ * @return string
233
+ */
234
+ final public function get_type() {
235
+ return $this->type;
236
+ }
237
+
238
+ /**
239
+ * Setter method for the config property
240
+ *
241
+ * @param $config
242
+ */
243
+ protected function set_config( $config ) {
244
+ $this->config = $config;
245
+ }
246
+
247
+ /**
248
+ * Getter method for the config property
249
+ * @return mixed
250
+ */
251
+ final public function get_config() {
252
+ return $this->config;
253
+ }
254
+
255
+ }
vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-contact.php ADDED
@@ -0,0 +1,305 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ namespace ThemeIsle\ContentForms;
4
+
5
+ use ThemeIsle\ContentForms\ContentFormBase as Base;
6
+
7
+ /**
8
+ * This class creates a Contact Form
9
+ * Class ContactForm
10
+ * @package ThemeIsle\ContentForms
11
+ */
12
+ class ContactForm extends Base {
13
+
14
+ /**
15
+ * @var ContactForm
16
+ */
17
+ public static $instance = null;
18
+
19
+ /**
20
+ * The Call To Action
21
+ */
22
+ public function init() {
23
+ $this->set_type( 'contact' );
24
+
25
+ $this->notices = array(
26
+ 'success' => esc_html__( 'Your message has been sent!', 'textdomain' ),
27
+ 'error' => esc_html__( 'We failed to send your message!', 'textdomain' ),
28
+ );
29
+
30
+ }
31
+
32
+ /**
33
+ * Create an abstract array config which should define the form.
34
+ *
35
+ * @param $config
36
+ *
37
+ * @return array
38
+ */
39
+ function make_form_config( $config ) {
40
+ return array(
41
+ 'id' => 'contact',
42
+ 'icon' => 'eicon-align-left',
43
+ 'title' => esc_html__( 'Contact Form' ),
44
+ 'fields' /* or form_fields? */ => array(
45
+ 'name' => array(
46
+ 'type' => 'text',
47
+ 'label' => esc_html__( 'Name' ),
48
+ 'default' => esc_html__( 'Name' ),
49
+ 'placeholder' => esc_html__( 'Your Name' ),
50
+ 'require' => 'required'
51
+ ),
52
+ 'email' => array(
53
+ 'type' => 'email',
54
+ 'label' => esc_html__( 'Email' ),
55
+ 'default' => esc_html__( 'Email' ),
56
+ 'placeholder' => esc_html__( 'Email address' ),
57
+ 'require' => 'required'
58
+ ),
59
+ 'phone' => array(
60
+ 'type' => 'number',
61
+ 'label' => esc_html__( 'Phone' ),
62
+ 'default' => esc_html__( 'Phone' ),
63
+ 'placeholder' => esc_html__( 'Phone Nr' ),
64
+ 'require' => 'optional'
65
+ ),
66
+ 'message' => array(
67
+ 'type' => 'textarea',
68
+ 'label' => esc_html__( 'Message' ),
69
+ 'default' => esc_html__( 'Message' ),
70
+ 'placeholder' => esc_html__( 'Your message' ),
71
+ 'require' => 'required'
72
+ )
73
+ ),
74
+
75
+ 'controls' /* or settings? */ => array(
76
+ 'to_send_email' => array(
77
+ 'type' => 'text',
78
+ 'label' => esc_html__( 'Send to', 'textdomain' ),
79
+ 'description' => esc_html__( 'Where should we send the email?', 'textdomain' ),
80
+ 'default' => get_bloginfo( 'admin_email' )
81
+ ),
82
+ 'submit_label' => array(
83
+ 'type' => 'text',
84
+ 'label' => esc_html__( 'Submit', 'textdomain' ),
85
+ 'default' => esc_html__( 'Submit', 'textdomain' ),
86
+ 'description' => esc_html__( 'The Call To Action label', 'textdomain' )
87
+ )
88
+ )
89
+ );
90
+ }
91
+
92
+ /**
93
+ * This method is passed to the rest controller and it is responsible for submitting the data.
94
+ * // @TODO we still have to check for the requirement with the field settings
95
+ *
96
+ * @param $return array
97
+ * @param $data array Must contain the following keys: `email`, `name`, `message` but it can also have extra keys
98
+ * @param $widget_id string
99
+ * @param $post_id string
100
+ * @param $builder string
101
+ *
102
+ * @return mixed
103
+ */
104
+ public function rest_submit_form( $return, $data, $widget_id, $post_id, $builder ) {
105
+
106
+ if ( empty( $data['email'] ) || ! is_email( $data['email'] ) ) {
107
+ $return['msg'] = esc_html__( 'Invalid email.', 'textdomain' );
108
+
109
+ return $return;
110
+ }
111
+
112
+ $from = $data['email'];
113
+
114
+ if ( empty( $data['name'] ) ) {
115
+ $return['msg'] = esc_html__( 'Missing name.', 'textdomain' );
116
+
117
+ return $return;
118
+ }
119
+
120
+ $name = $data['name'];
121
+
122
+ if ( empty( $data['message'] ) ) {
123
+ $return['msg'] = esc_html__( 'Missing message.', 'textdomain' );
124
+
125
+ return $return;
126
+ }
127
+
128
+ $msg = $data['message'];
129
+
130
+ // prepare settings for submit
131
+ $settings = $this->get_widget_settings( $widget_id, $post_id, $builder );
132
+
133
+ if ( ! isset( $settings['to_send_email'] ) || ! is_email( $settings['to_send_email'] ) ) {
134
+ $return['msg'] = esc_html__( 'Wrong email configuration! Please contact administration!', 'textdomain' );
135
+
136
+ return $return;
137
+ }
138
+
139
+ $result = $this->_send_mail( $settings['to_send_email'], $from, $name, $msg, $data );
140
+
141
+ if ( $result ) {
142
+ $return['success'] = true;
143
+ $return['msg'] = $this->notices['success'];
144
+ } else {
145
+ $return['msg'] = esc_html__( 'Ops! I cannot send this email!', 'textdomain' );
146
+ }
147
+
148
+ return $return;
149
+ }
150
+
151
+ /**
152
+ * Mail sender method
153
+ *
154
+ * @param $mailto
155
+ * @param $mailfrom
156
+ * @param $subject
157
+ * @param $body
158
+ * @param array $extra_data
159
+ *
160
+ * @return bool
161
+ */
162
+ private function _send_mail( $mailto, $mailfrom, $name, $body, $extra_data = array() ) {
163
+ $success = false;
164
+
165
+ $subject = sanitize_text_field( $name );
166
+ $mailto = sanitize_email( $mailto );
167
+ $mailfrom = sanitize_email( $mailfrom );
168
+
169
+ $headers = array();
170
+ $headers[] = 'From: ' . $subject . ' <' . $mailfrom . '>';
171
+ $headers[] = 'Content-Type: text/html; charset=UTF-8';
172
+
173
+ $body = $this->prepare_body( $body, $extra_data );
174
+
175
+ ob_start();
176
+
177
+ $success = wp_mail( $mailto, $subject, $body, $headers );
178
+
179
+ if ( ! $success ) {
180
+ return ob_get_clean();
181
+ }
182
+
183
+ return $success;
184
+ }
185
+
186
+ /**
187
+ * Body template preparation
188
+ *
189
+ * @param string $body
190
+ * @param array $data
191
+ *
192
+ * @return string
193
+ */
194
+ private function prepare_body( $body, $data ) {
195
+ $tmpl = "";
196
+
197
+ ob_start(); ?>
198
+ <!doctype html>
199
+ <html xmlns="http://www.w3.org/1999/xhtml">
200
+ <head>
201
+ <meta http-equiv="Content-Type" content="text/html;" charset="utf-8"/>
202
+ <!-- view port meta tag -->
203
+ <meta name="viewport" content="width=device-width, initial-scale=1">
204
+ <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
205
+ <title><?php echo esc_html__( 'Mail From: ', 'textdomain' ) . esc_html( $data['name'] ); ?></title>
206
+ </head>
207
+ <body>
208
+ <table>
209
+ <thead>
210
+ <tr>
211
+ <th>
212
+ <h3>
213
+ <?php esc_html_e( 'Content Form submission from ', 'textdomain' ); ?>
214
+ <a href="<?php echo esc_url( get_site_url() ); ?>"><?php bloginfo( 'name' ); ?></a>
215
+ </h3>
216
+ <hr/>
217
+ </th>
218
+ </tr>
219
+ </thead>
220
+ <tbody>
221
+ <?php
222
+ foreach ( $data as $key => $value ) { ?>
223
+ <tr>
224
+ <td>
225
+ <strong><?php echo esc_html( $key ) ?> : </strong>
226
+ <p><?php echo esc_html( $value ); ?></p>
227
+ </td>
228
+ </tr>
229
+ <?php } ?>
230
+ </tbody>
231
+ <tfoot>
232
+ <tr>
233
+ <td>
234
+ <hr/>
235
+ <?php esc_html_e( 'You recieved this email because your email address is set in the content form settings on ' ) ?>
236
+ <a href="<?php echo esc_url( get_site_url() ); ?>"><?php bloginfo( 'name' ); ?></a>
237
+ </td>
238
+ </tr>
239
+ </tfoot>
240
+ </table>
241
+ </body>
242
+ </html>
243
+ <?php
244
+ return ob_get_clean();
245
+ }
246
+
247
+ /**
248
+ * The classic submission method via the `admin_post_` hook
249
+ * @TODO not used at this moment.
250
+ */
251
+ function submit_form() {
252
+ // @TODO first we need to collect data from $_POST and validate our parameters
253
+ //$ok = $this->_send_mail( $to, $subj );
254
+ // @TODO we need to inform the user if the mail was sent or not;
255
+
256
+ if ( ! wp_get_referer() ) {
257
+ return;
258
+ }
259
+
260
+ wp_safe_redirect( wp_get_referer() );
261
+ exit;
262
+ }
263
+
264
+ /**
265
+ * @static
266
+ * @since 1.0.0
267
+ * @access public
268
+ * @return ContactForm
269
+ */
270
+ public static function instance() {
271
+ if ( is_null( self::$instance ) ) {
272
+ self::$instance = new self();
273
+ self::$instance->init();
274
+ }
275
+
276
+ return self::$instance;
277
+ }
278
+
279
+ /**
280
+ * Throw error on object clone
281
+ *
282
+ * The whole idea of the singleton design pattern is that there is a single
283
+ * object therefore, we don't want the object to be cloned.
284
+ *
285
+ * @access public
286
+ * @since 1.0.0
287
+ * @return void
288
+ */
289
+ public function __clone() {
290
+ // Cloning instances of the class is forbidden.
291
+ _doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin&#8217; huh?', 'textdomain' ), '1.0.0' );
292
+ }
293
+
294
+ /**
295
+ * Disable unserializing of the class
296
+ *
297
+ * @access public
298
+ * @since 1.0.0
299
+ * @return void
300
+ */
301
+ public function __wakeup() {
302
+ // Unserializing instances of the class is forbidden.
303
+ _doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin&#8217; huh?', 'textdomain' ), '1.0.0' );
304
+ }
305
+ }
vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-elementor.php ADDED
@@ -0,0 +1,531 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ namespace ThemeIsle\ContentForms;
4
+
5
+ if ( ! defined( 'ABSPATH' ) ) {
6
+ exit; // Exit if accessed directly.
7
+ }
8
+
9
+ /**
10
+ * This class is used to create an Elementor widget based on a ContentForms config.
11
+ * @package ThemeIsle\ContentForms
12
+ */
13
+ class ElementorWidget extends \Elementor\Widget_Base {
14
+
15
+ private $name;
16
+
17
+ private $title;
18
+
19
+ private $icon;
20
+
21
+ private $form_type;
22
+
23
+ private $forms_config = array();
24
+
25
+ /**
26
+ * Widget base constructor.
27
+ *
28
+ * Initializing the widget base class.
29
+ *
30
+ * @since 1.0.0
31
+ * @access public
32
+ *
33
+ * @param array $data Widget data. Default is an empty array.
34
+ * @param array|null $args Optional. Widget default arguments. Default is null.
35
+ */
36
+ public function __construct( $data = array(), $args = null ) {
37
+ parent::__construct( $data, $args );
38
+ $this->setup_attributes( $data );
39
+ }
40
+
41
+ /**
42
+ * This method takes the given attributes and sets them as properties
43
+ *
44
+ * @param $data array
45
+ */
46
+ private function setup_attributes( $data ) {
47
+
48
+ $this->setFormType();
49
+
50
+ if ( ! empty( $data['content_forms_config'] ) ) {
51
+ $this->setFormConfig( $data['content_forms_config'] );
52
+ } else {
53
+ $this->setFormConfig( apply_filters( 'content_forms_config_for_' . $this->getFormType(), $this->getFormConfig() ) );
54
+ }
55
+
56
+ if ( ! empty( $data['id'] ) ) {
57
+ $this->set_name( $data['id'] );
58
+ }
59
+
60
+ if ( ! empty( $this->forms_config['title'] ) ) {
61
+ $this->set_title( $this->forms_config['title'] );
62
+ }
63
+
64
+ if ( ! empty( $this->forms_config['icon'] ) ) {
65
+ $this->set_icon( $this->forms_config['icon'] );
66
+ }
67
+ }
68
+
69
+ /**
70
+ * Register widget controls.
71
+ *
72
+ * Adds different input fields to allow the user to change and customize the widget settings.
73
+ *
74
+ * @since 1.0.0
75
+ * @access protected
76
+ */
77
+ protected function _register_controls() {
78
+ // first we need to make sure that we have some fields to build on
79
+ if ( empty( $this->forms_config['fields'] ) ) {
80
+ return;
81
+ }
82
+
83
+ // is important to keep the order of fields from the main config
84
+ foreach ( $this->forms_config as $key => $val ) {
85
+ if ( 'fields' === $key ) {
86
+ $this->_register_fields_controls();
87
+ continue;
88
+ } elseif ( 'controls' === $key ) {
89
+ $this->_register_settings_controls();
90
+ }
91
+ }
92
+
93
+ }
94
+
95
+ protected function _register_settings_controls() {
96
+ $this->start_controls_section(
97
+ 'section_form_settings',
98
+ array(
99
+ 'label' => __( 'Form Settings', 'textdomain' ),
100
+ )
101
+ );
102
+
103
+ $controls = $this->forms_config['controls'];
104
+
105
+ foreach ( $controls as $control_name => $control ) {
106
+
107
+ $control_args = array(
108
+ 'label' => $control['label'],
109
+ 'type' => $control['type'],
110
+ 'default' => isset( $control['default'] ) ? $control['default'] : '',
111
+ );
112
+
113
+ if ( isset( $control['options'] ) ) {
114
+ $control_args['options'] = $control['options'];
115
+ }
116
+
117
+ $this->add_control(
118
+ $control_name,
119
+ $control_args
120
+ );
121
+ }
122
+
123
+ $this->end_controls_section();
124
+ }
125
+
126
+ protected function _register_fields_controls() {
127
+
128
+ $this->start_controls_section(
129
+ $this->form_type . '_form_fields',
130
+ array( 'label' => __( 'Fields', 'textdomain' ) )
131
+ );
132
+
133
+ $repeater = new \Elementor\Repeater();
134
+
135
+ $repeater->add_control(
136
+ 'label',
137
+ array(
138
+ 'label' => __( 'Label', 'textdomain' ),
139
+ 'type' => \Elementor\Controls_Manager::TEXT,
140
+ 'default' => '',
141
+ )
142
+ );
143
+
144
+ $repeater->add_control(
145
+ 'placeholder',
146
+ array(
147
+ 'label' => __( 'Placeholder', 'textdomain' ),
148
+ 'type' => \Elementor\Controls_Manager::TEXT,
149
+ 'default' => '',
150
+ )
151
+ );
152
+
153
+ $repeater->add_control(
154
+ 'requirement',
155
+ array(
156
+ 'label' => __( 'Requirement', 'textdomain' ),
157
+ 'type' => \Elementor\Controls_Manager::SELECT,
158
+ 'options' => array(
159
+ 'required' => esc_html__( 'Required' ),
160
+ 'optional' => esc_html__( 'Optional' )
161
+ ),
162
+ 'default' => 'optional',
163
+ )
164
+ );
165
+
166
+ $field_types = array(
167
+ 'text' => __( 'Text', 'textdomain' ),
168
+ 'password' => __( 'Password', 'textdomain' ),
169
+ // 'tel' => __( 'Tel', 'textdomain' ),
170
+ 'email' => __( 'Email', 'textdomain' ),
171
+ 'textarea' => __( 'Textarea', 'textdomain' ),
172
+ // 'number' => __( 'Number', 'textdomain' ),
173
+ // 'select' => __( 'Select', 'textdomain' ),
174
+ // 'url' => __( 'URL', 'textdomain' ),
175
+ );
176
+
177
+ $repeater->add_control(
178
+ 'type',
179
+ array(
180
+ 'label' => __( 'Type', 'textdomain' ),
181
+ 'type' => \Elementor\Controls_Manager::SELECT,
182
+ 'options' => $field_types,
183
+ 'default' => 'text'
184
+ )
185
+ );
186
+
187
+ $repeater->add_control(
188
+ 'key',
189
+ array(
190
+ 'label' => __( 'Key', 'textdomain' ),
191
+ 'type' => \Elementor\Controls_Manager::HIDDEN
192
+ )
193
+ );
194
+
195
+ $fields = $this->forms_config['fields'];
196
+
197
+ $default_fields = array();
198
+
199
+ foreach ( $fields as $field_name => $field ) {
200
+ $default_fields[] = array(
201
+ 'key' => $field_name,
202
+ 'type' => $field['type'],
203
+ 'label' => $field['label'],
204
+ 'requirement' => $field['require'],
205
+ // 'placeholder' => isset( $field['placeholder'] ) ? $field['placeholder'] : $field['label'],
206
+ 'width' => '100',
207
+ );
208
+ }
209
+
210
+ $this->add_control(
211
+ 'form_fields',
212
+ array(
213
+ 'label' => __( 'Form Fields', 'textdomain' ),
214
+ 'type' => \Elementor\Controls_Manager::REPEATER,
215
+ 'show_label' => false,
216
+ 'separator' => 'before',
217
+ 'fields' => array_values( $repeater->get_controls() ),
218
+ 'default' => $default_fields,
219
+ 'title_field' => '{{{ label }}}',
220
+ )
221
+ );
222
+
223
+ $this->end_controls_section();
224
+ }
225
+
226
+ /**
227
+ * Render content form widget output on the frontend.
228
+ *
229
+ * Written in PHP and used to generate the final HTML.
230
+ *
231
+ * @since 1.0.0
232
+ * @access protected
233
+ */
234
+ protected function render( $instance = array() ) {
235
+ $form_id = $this->get_data( 'id' );
236
+ $settings = $this->get_settings();
237
+
238
+ $this->maybe_load_widget_style();
239
+
240
+ if ( empty( $this->forms_config['fields'] ) ) {
241
+ return;
242
+ }
243
+
244
+ $fields = $settings['form_fields'];
245
+
246
+ $controls = $this->forms_config['controls'];
247
+
248
+ foreach ( $controls as $control_name => $control ) {
249
+ $control_value = $settings[ $control_name ];
250
+ if ( isset( $control['required'] ) && $control['required'] && empty( $control_value ) ) { ?>
251
+ <div class="content-forms-required">
252
+ <?php
253
+ printf(
254
+ esc_html__( 'The %s setting is required!', 'textdomain' ),
255
+ '<strong>' . $control['label'] . '</strong>'
256
+ ); ?>
257
+ </div>
258
+ <?php
259
+ }
260
+ }
261
+
262
+ $this->render_form_header( $form_id );
263
+
264
+ foreach ( $fields as $index => $field ) {
265
+ $this->render_form_field( $field );
266
+ }
267
+
268
+ $btn_label = esc_html__( 'Submit', 'textdomain' );
269
+
270
+ if ( ! empty( $controls['submit_label'] ) ) {
271
+ $btn_label = $this->get_settings( 'submit_label' );
272
+ } ?>
273
+ <fieldset>
274
+ <button type="submit" name="submit" value="submit-<?php echo $this->form_type; ?>-<?php echo $form_id; ?>">
275
+ <?php echo $btn_label; ?>
276
+ </button>
277
+ </fieldset>
278
+ <?php
279
+
280
+ $this->render_form_footer();
281
+ }
282
+
283
+ /**
284
+ * Either enqueue the widget style registered by the library
285
+ * or load an inline version for the preview only
286
+ */
287
+ protected function maybe_load_widget_style() {
288
+ if ( \Elementor\Plugin::$instance->editor->is_edit_mode() === true && apply_filters( 'themeisle_content_forms_register_default_style', true ) ) { ?>
289
+ <style>
290
+ <?php echo file_get_contents( plugin_dir_path( __FILE__ ) . '/assets/content-forms.css' ) ?>
291
+ </style>
292
+ <?php
293
+ } else {
294
+ // if `themeisle_content_forms_register_default_style` is false, the style won't be registered anyway
295
+ wp_enqueue_script( 'content-forms' );
296
+ wp_enqueue_style( 'content-forms' );
297
+ }
298
+ }
299
+
300
+ /**
301
+ * Display method for the form's header
302
+ * It is also takes care about the form attributes and the regular hidden fields
303
+ *
304
+ * @param $type
305
+ * @param $id
306
+ */
307
+ private function render_form_header( $id ) {
308
+ // create an url for the form's action
309
+ $url = admin_url( 'admin-post.php' );
310
+
311
+ echo '<form action="' . esc_url( $url ) . '" method="post" name="content-form-' . $id . '" id="content-form-' . $id . '" class="content-form content-form-' . $this->getFormType() . ' ' . $this->get_name() . '">';
312
+
313
+ wp_nonce_field( 'content-form-' . $id, '_wpnonce_' . $this->getFormType() );
314
+
315
+ echo '<input type="hidden" name="action" value="content_form_submit" />';
316
+ // there could be also the possibility to submit by type
317
+ // echo '<input type="hidden" name="action" value="content_form_{type}_submit" />';
318
+ echo '<input type="hidden" name="form-type" value="' . $this->getFormType() . '" />';
319
+ echo '<input type="hidden" name="form-builder" value="elementor" />';
320
+ echo '<input type="hidden" name="post-id" value="' . get_the_ID() . '" />';
321
+ echo '<input type="hidden" name="form-id" value="' . $id . '" />';
322
+ }
323
+
324
+ /**
325
+ * Display method for the form's footer
326
+ */
327
+ private function render_form_footer() {
328
+ echo '</form>';
329
+ }
330
+
331
+ /**
332
+ * Print the output of an individual field
333
+ *
334
+ * @param $field
335
+ * @param bool $is_preview
336
+ */
337
+ private function render_form_field( $field, $is_preview = false ) {
338
+ $item_index = $field['_id'];
339
+ $key = ! empty( $field['key'] ) ? $field['key'] : sanitize_title( $field['label'] );
340
+ $required = '';
341
+ $form_id = $this->get_data( 'id' );
342
+
343
+ if ( $field['requirement'] === 'required' ) {
344
+ $required = 'required="required"';
345
+ }
346
+
347
+ // in case this is a preview, we need to disable the actual inputs and transform the labels in inputs
348
+ $disabled = '';
349
+ if ( $is_preview ) {
350
+ $disabled = 'disabled="disabled"';
351
+ }
352
+
353
+ $field_name = 'data[' . $form_id . '][' . $key . ']';
354
+
355
+ $this->add_inline_editing_attributes( $item_index . '_label', 'none' ); ?>
356
+ <fieldset class="content-form-field-<?php echo $field['type'] ?>"
357
+ <?php echo $this->get_render_attribute_string( 'fieldset' . $item_index ); ?> >
358
+
359
+ <label for="<?php echo $field_name ?>"
360
+ <?php echo $this->get_render_attribute_string( 'label' . $item_index ); ?>>
361
+ <?php echo $field['label']; ?>
362
+ </label>
363
+
364
+ <?php
365
+ switch ( $field['type'] ) {
366
+ case 'textarea': ?>
367
+ <textarea name="<?php echo $field_name ?>" id="<?php echo $field_name ?>"
368
+ <?php echo $disabled; ?>
369
+ <?php echo $required; ?>
370
+ cols="30" rows="5"></textarea>
371
+ <?php break;
372
+ case 'password': ?>
373
+ <input type="password" name="<?php echo $field_name ?>" id="<?php echo $field_name ?>"
374
+ <?php echo $required; ?> <?php echo $disabled; ?>>
375
+ <?php break;
376
+ default: ?>
377
+ <input type="text" name="<?php echo $field_name ?>" id="<?php echo $field_name ?>"
378
+ <?php echo $required; ?> <?php echo $disabled; ?>>
379
+ <?php
380
+ break;
381
+ } ?>
382
+ </fieldset>
383
+ <?php
384
+ }
385
+
386
+ /**
387
+ * Retrieve the widget name.
388
+ *
389
+ * @since 1.0.0
390
+ * @access public
391
+ *
392
+ * @return string Widget name.
393
+ */
394
+ public function get_name() {
395
+ return $this->name;
396
+ }
397
+
398
+ /**
399
+ * Set the widget name property
400
+ */
401
+ private function set_name( $name ) {
402
+ $this->name = $name;
403
+ }
404
+
405
+ private function setFormType() {
406
+ $this->form_type = $this->get_data( 'widgetType' );
407
+
408
+ if ( empty( $this->form_type ) ) {
409
+ $this->form_type = $this->get_data( 'id' );
410
+ }
411
+
412
+ $this->form_type = str_replace( 'content_form_', '', $this->form_type );
413
+ }
414
+
415
+ private function setFormConfig( $config ) {
416
+ $this->forms_config = $config;
417
+ }
418
+
419
+ private function getFormConfig( $field = null ) {
420
+
421
+ if ( isset( $field ) ) {
422
+
423
+ if ( isset( $this->forms_config[ $field ] ) ) {
424
+ return $this->forms_config[ $field ];
425
+ }
426
+
427
+ return false;
428
+ }
429
+
430
+ return $this->forms_config;
431
+ }
432
+
433
+ private function getFormType() {
434
+ return $this->form_type;
435
+ }
436
+
437
+ /**
438
+ * Retrieve the widget title.
439
+ *
440
+ * @since 1.0.0
441
+ * @access public
442
+ *
443
+ * @return string Widget title.
444
+ */
445
+ public function get_title() {
446
+ return $this->title;
447
+ }
448
+
449
+ /**
450
+ * Set the widget title property
451
+ */
452
+ private function set_title( $title ) {
453
+ $this->title = $title;
454
+ }
455
+
456
+ /**
457
+ * Retrieve content form widget icon.
458
+ *
459
+ * @since 1.0.0
460
+ * @access public
461
+ *
462
+ * @return string Widget icon.
463
+ */
464
+ public function get_icon() {
465
+ return $this->icon;
466
+ }
467
+
468
+ /**
469
+ * Set the widget title property
470
+ */
471
+ private function set_icon( $icon ) {
472
+ $this->icon = $icon;
473
+ }
474
+
475
+ /**
476
+ * Widget Category.
477
+ *
478
+ * @return array
479
+ */
480
+ public function get_categories() {
481
+ return array( 'obfx-elementor-widgets' );
482
+ }
483
+
484
+ /**
485
+ * Extract widget settings based on a widget id and a page id
486
+ *
487
+ * @param $post_id
488
+ * @param $widget_id
489
+ *
490
+ * @return bool
491
+ */
492
+ static function get_widget_settings( $widget_id, $post_id ) {
493
+
494
+ $el_data = \Elementor\Plugin::$instance->db->get_plain_editor( $post_id );
495
+ $el_data = apply_filters( 'elementor/frontend/builder_content_data', $el_data, $post_id );
496
+
497
+ if ( ! empty( $el_data ) ) {
498
+ return self::get_widget_data_by_id( $widget_id, $el_data );
499
+ }
500
+
501
+ return $el_data;
502
+ }
503
+
504
+ /**
505
+ * Recursively look through Elementor data and extract the settings for a specific
506
+ *
507
+ * @param $widget_id
508
+ * @param $el_data
509
+ *
510
+ * @return bool
511
+ */
512
+ static function get_widget_data_by_id( $widget_id, $el_data ) {
513
+
514
+ if ( ! empty( $el_data ) ) {
515
+ foreach ( $el_data as $el ) {
516
+
517
+ if ( $el['elType'] === 'widget' && $el['id'] === $widget_id ) {
518
+ return $el;
519
+ } elseif ( ! empty( $el['elements'] ) ) {
520
+ $el = self::get_widget_data_by_id( $widget_id, $el['elements'] );
521
+
522
+ if ( $el ) {
523
+ return $el;
524
+ }
525
+ }
526
+ }
527
+ }
528
+
529
+ return false;
530
+ }
531
+ }
vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-gutenberg.php ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ namespace ThemeIsle\ContentForms;
4
+
5
+
6
+ /**
7
+ * This class is used to create a Gutenberg block based on a ContentForms config
8
+ * Class ContentFormsGutenbergModule
9
+ * @TODO This is a work in progress and for now we will start from the basisc example of a Gutenberg block.
10
+ */
11
+ class GutenbergModule {
12
+
13
+ private $name;
14
+
15
+ private $form_type;
16
+
17
+ private $title;
18
+
19
+ private $icon;
20
+
21
+ private $forms_config = array();
22
+
23
+ public function __construct( $data ) {
24
+
25
+ $this->setup_attributes( $data );
26
+ $this->gutenberg_register_attributes();
27
+ add_action( 'enqueue_block_editor_assets', array( $this, 'gutenberg_enqueue_block_editor_assets' ) );
28
+ }
29
+
30
+ /**
31
+ * This method takes the given attributes and sets them as properties
32
+ *
33
+ * @param $data array
34
+ */
35
+ private function setup_attributes( $data ) {
36
+ $this->form_type = $data['type'];
37
+
38
+ if ( ! empty( $data['content_forms_config'] ) ) {
39
+ $this->forms_config = $data['content_forms_config'];
40
+ } else {
41
+ $this->forms_config = apply_filters( 'content_forms_config_for_' . $this->form_type, $this->forms_config );
42
+ }
43
+
44
+ if ( ! empty( $data['id'] ) ) {
45
+ $this->set_name( $data['id'] );
46
+ }
47
+
48
+ if ( ! empty( $this->forms_config['title'] ) ) {
49
+ $this->set_title( $this->forms_config['title'] );
50
+ }
51
+
52
+ if ( ! empty( $this->forms_config['icon'] ) ) {
53
+ $this->set_icon( $this->forms_config['icon'] );
54
+ }
55
+ }
56
+
57
+ /**
58
+ * Load our block generator once but for each type of form we need to localize the config
59
+ */
60
+ function gutenberg_enqueue_block_editor_assets() {
61
+
62
+ if ( ! wp_script_is( 'gutenberg-content-forms' ) ) {
63
+
64
+ wp_enqueue_script(
65
+ 'gutenberg-content-forms',
66
+ plugins_url( './assets/gutenberg-esnext/block.build.js', __FILE__ ),
67
+ array( 'wp-blocks', 'wp-i18n', 'wp-element', 'underscore' ),
68
+ filemtime( plugin_dir_path( __FILE__ ) . './assets/gutenberg-esnext/block.build.js' )
69
+ );
70
+ }
71
+
72
+ wp_localize_script(
73
+ 'gutenberg-content-forms',
74
+ 'content_forms_config_for_' . $this->form_type,
75
+ $this->forms_config
76
+ );
77
+ }
78
+
79
+ function gutenberg_enqueue_block_assets() {
80
+ wp_enqueue_style(
81
+ 'gutenberg-examples-05',
82
+ plugins_url( 'style.css', __FILE__ ),
83
+ array( 'wp-blocks' ),
84
+ filemtime( plugin_dir_path( __FILE__ ) . 'style.css' )
85
+ );
86
+ }
87
+
88
+ function render_block( $attributes, $content ) {
89
+ $form_content = '';
90
+ $uid = $attributes['uid'];
91
+ $fields = $attributes['fields'];
92
+ wp_enqueue_script( 'content-forms' );
93
+
94
+ $form_header = $this->render_form_header( $uid );
95
+ $form_footer = $this->render_form_footer();
96
+
97
+
98
+ $btn_label = esc_html__( 'Submit', 'textdomain' );
99
+ ob_start();
100
+ if ( ! empty( $attributes['submit_label'] ) ) {
101
+ $btn_label = $attributes['submit_label'];
102
+ } ?>
103
+ <fieldset>
104
+ <button type="submit" name="submit" value="submit-<?php echo $this->getFormType(); ?>-<?php echo $uid; ?>">
105
+ <?php echo $btn_label; ?>
106
+ </button>
107
+ </fieldset>
108
+ <?php
109
+
110
+ $form_submit = ob_get_clean();
111
+
112
+ foreach ( $fields as $key => $field ) {
113
+ ob_start(); ?>
114
+ <fields>
115
+ <label for="<?php echo $key; ?>"><?php echo $field['label']; ?></label>
116
+ <input type="text" name="<?php echo $key; ?>">
117
+ </fields>
118
+ <?php
119
+ $form_content .= ob_get_clean();
120
+ }
121
+
122
+ $block_content = sprintf(
123
+ '<div class="content-form-fields" data-uid="%1$s">
124
+ <h3>%1$s</h3>
125
+ %2$s
126
+ %3$s
127
+ %4$s
128
+ %5$s
129
+ </div>',
130
+ $uid,
131
+ $form_header,
132
+ $form_content,
133
+ $form_submit,
134
+ $form_footer
135
+ );
136
+
137
+ return $block_content;
138
+ }
139
+
140
+ public function render_form_header( $id ) {
141
+ // create an url for the form's action
142
+ $url = admin_url( 'admin-post.php' );
143
+
144
+ ob_start();
145
+
146
+ echo '<form action="' . esc_url( $url ) . '" method="post" name="content-form-' . $id . '" id="content-form-' . $id . '" class="content-form content-form-' . $this->getFormType() . ' ' . $this->get_name() . '">';
147
+
148
+ wp_nonce_field( 'content-form-' . $id, '_wpnonce_' . $this->getFormType() );
149
+
150
+ echo '<input type="hidden" name="action" value="content_form_submit" />';
151
+ // there could be also the possibility to submit by type
152
+ // echo '<input type="hidden" name="action" value="content_form_{type}_submit" />';
153
+ echo '<input type="hidden" name="form-type" value="' . $this->getFormType() . '" />';
154
+ echo '<input type="hidden" name="form-builder" value="gutenberg" />';
155
+ echo '<input type="hidden" name="post-id" value="' . get_the_ID() . '" />';
156
+ echo '<input type="hidden" name="form-id" value="' . $id . '" />';
157
+
158
+ return ob_get_clean();
159
+ }
160
+
161
+ public function render_form_footer() {
162
+ return '</form>';
163
+ }
164
+
165
+ function gutenberg_register_attributes() {
166
+ $gutenberg_args = array(
167
+ 'attributes' => array(
168
+ 'uid' => array(
169
+ 'type' => 'string',
170
+ 'selector' => '.content-form-fields',
171
+ 'source' => 'attribute',
172
+ 'attribute' => 'data-uid'
173
+ ),
174
+ 'fields' => array(
175
+ 'type' => 'array',
176
+ 'source' => 'query',
177
+ 'selector' => '.content-form-field-label',
178
+ 'query' => array(
179
+ 'field_id' => array(
180
+ 'type' => 'string',
181
+ 'source' => 'attribute',
182
+ 'attribute' => 'data-field_id'
183
+ ),
184
+ 'label' => array(
185
+ 'type' => 'string',
186
+ 'source' => 'attribute',
187
+ 'attribute' => 'data-label'
188
+ ),
189
+ 'requirement' => array(
190
+ 'type' => 'string',
191
+ 'source' => 'attribute',
192
+ 'attribute' => 'data-requirement'
193
+ ),
194
+ 'type' => array(
195
+ 'type' => 'string',
196
+ 'source' => 'attribute',
197
+ 'attribute' => 'data-field_type'
198
+ ),
199
+ ),
200
+ 'default' => array(),
201
+ ),
202
+ ),
203
+ 'render_callback' => array( $this, 'render_block' ),
204
+ );
205
+
206
+ // Create form settings
207
+ foreach ( $this->forms_config['controls'] as $name => $control ) {
208
+ $gutenberg_args['attributes'][ $name ] = array(
209
+ 'type' => 'string',
210
+ 'default' => isset( $control['default'] ) ? $control['default'] : '',
211
+ );
212
+ }
213
+
214
+ foreach ( $this->forms_config['fields'] as $name => $field ) {
215
+ $gutenberg_args['attributes']['fields']['default'][ $name ] = array(
216
+ 'field_id' => $name,
217
+ 'label' => $field['label'],
218
+ 'type' => $field['type'],
219
+ 'requirement' => ( $field['require'] === 'required' ) ? 'true' : 'false',
220
+ );
221
+ }
222
+
223
+ register_block_type( 'content-forms/' . $this->form_type, $gutenberg_args );
224
+ }
225
+
226
+ /**
227
+ * Retrieve the widget name.
228
+ *
229
+ * @since 1.0.0
230
+ * @access public
231
+ *
232
+ * @return string Widget name.
233
+ */
234
+ public function get_name() {
235
+ return $this->name;
236
+ }
237
+
238
+ /**
239
+ * Set the widget name property
240
+ */
241
+ private function set_name( $name ) {
242
+ $this->name = $name;
243
+ }
244
+
245
+ /**
246
+ * Retrieve the widget title.
247
+ *
248
+ * @since 1.0.0
249
+ * @access public
250
+ *
251
+ * @return string Widget title.
252
+ */
253
+ public function get_title() {
254
+ return $this->title;
255
+ }
256
+
257
+ /**
258
+ * Set the widget title property
259
+ */
260
+ private function set_title( $title ) {
261
+ $this->title = $title;
262
+ }
263
+
264
+ /**
265
+ * Retrieve content form widget icon.
266
+ *
267
+ * @since 1.0.0
268
+ * @access public
269
+ *
270
+ * @return string Widget icon.
271
+ */
272
+ public function get_icon() {
273
+ return $this->icon;
274
+ }
275
+
276
+ /**
277
+ * Set the widget title property
278
+ */
279
+ private function set_icon( $icon ) {
280
+ $this->icon = $icon;
281
+ }
282
+
283
+ private function getFormType() {
284
+ return $this->form_type;
285
+ }
286
+ }
vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-newsletter.php ADDED
@@ -0,0 +1,270 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ namespace ThemeIsle\ContentForms;
4
+
5
+ use ThemeIsle\ContentForms\ContentFormBase as Base;
6
+
7
+ /**
8
+ * Class NewsletterForm
9
+ * @package ThemeIsle\ContentForms
10
+ */
11
+ class NewsletterForm extends Base {
12
+
13
+ /**
14
+ * @var NewsletterForm
15
+ */
16
+ public static $instance = null;
17
+
18
+ /**
19
+ * The Call To Action
20
+ */
21
+ public function init() {
22
+ $this->set_type( 'newsletter' );
23
+
24
+ $this->notices = array(
25
+ 'success' => esc_html__( 'Welcome to our newsletter!', 'textdomain' ),
26
+ 'error' => esc_html__( 'Action failed!', 'textdomain' ),
27
+ );
28
+ }
29
+
30
+ /**
31
+ * Create an abstract array config which should define the form.
32
+ *
33
+ * @param $config
34
+ *
35
+ * @return array
36
+ */
37
+ public function make_form_config( $config ) {
38
+ return array(
39
+ 'id' => 'newsletter',
40
+ 'icon' => 'eicon-align-left',
41
+ 'title' => esc_html__( 'Newsletter Form' ),
42
+
43
+ 'controls' => array(
44
+ 'provider' => array(
45
+ 'type' => 'select',
46
+ 'label' => esc_html__( 'Subscribe to', 'textdomain' ),
47
+ 'description' => esc_html__( 'Where to send the email?', 'textdomain' ),
48
+ 'options' => array(
49
+ 'mailchimp' => esc_html__( 'MailChimp', 'textdomain' ),
50
+ 'sendinblue' => esc_html__( 'Sendinblue ', 'textdomain' )
51
+ )
52
+ ),
53
+ 'access_key' => array(
54
+ 'type' => 'text',
55
+ 'label' => esc_html__( 'Access Key', 'textdomain' ),
56
+ 'description' => esc_html__( 'Provide an access key for the selected service', 'textdomain' ),
57
+ 'required' => true
58
+ ),
59
+ 'list_id' => array(
60
+ 'type' => 'text',
61
+ 'label' => esc_html__( 'List ID', 'textdomain' ),
62
+ 'description' => esc_html__( 'The List ID (based on the seleced service) where we should subscribe the user', 'textdomain' ),
63
+ 'required' => true
64
+ ),
65
+ 'submit_label' => array(
66
+ 'type' => 'text',
67
+ 'label' => esc_html__( 'Submit Label', 'textdomain' ),
68
+ 'default' => esc_html__( 'Join Newsletter', 'textdomain' ),
69
+ )
70
+ ),
71
+
72
+ 'fields' => array(
73
+ 'email' => array(
74
+ 'type' => 'email',
75
+ 'label' => esc_html__( 'Email', 'textdomain' ),
76
+ 'default' => esc_html__( 'Email', 'textdomain' ),
77
+ 'placeholder' => esc_html__( 'Email', 'textdomain' ),
78
+ 'require' => 'required'
79
+ )
80
+ ),
81
+
82
+ );
83
+ }
84
+
85
+ /**
86
+ * This method is passed to the rest controller and it is responsible for submitting the data.
87
+ *
88
+ * @param $return array
89
+ * @param $data array Must contain the following keys: `email` but it can also have extra keys
90
+ * @param $widget_id string
91
+ * @param $post_id string
92
+ * @param $builder string
93
+ *
94
+ * @return mixed
95
+ */
96
+ public function rest_submit_form( $return, $data, $widget_id, $post_id, $builder ) {
97
+
98
+ if ( empty( $data['email'] ) || ! is_email( $data['email'] ) ) {
99
+ $return['msg'] = esc_html__( 'Invalid email.', 'textdomain' );
100
+
101
+ return $return;
102
+ }
103
+
104
+ $email = $data['email'];
105
+
106
+ // prepare settings for submit
107
+ $settings = $this->get_widget_settings( $widget_id, $post_id, $builder );
108
+
109
+ $provider = 'mailchimp';
110
+
111
+ if ( ! empty( $settings['provider'] ) ) {
112
+ $provider = $settings['provider'];
113
+ }
114
+
115
+ $providerArgs = array();
116
+
117
+ if ( empty( $settings['access_key'] ) || empty( $settings['list_id'] ) ) {
118
+ $return['msg'] = esc_html__( 'Wrong email configuration! Please contact administration!', 'textdomain' );
119
+
120
+ return $return;
121
+ }
122
+
123
+ $providerArgs['access_key'] = $settings['access_key'];
124
+ $providerArgs['list_id'] = $settings['list_id'];
125
+
126
+ $return = $this->_subscribe_mail( $return, $email, $provider, $providerArgs );
127
+
128
+ return $return;
129
+ }
130
+
131
+ /**
132
+ * Subscribe the given email to the given provider; either mailchimp or sendinblue.
133
+ *
134
+ * @param $result
135
+ * @param $email
136
+ * @param string $provider
137
+ * @param array $provider_args
138
+ *
139
+ * @return bool|array
140
+ */
141
+ private function _subscribe_mail( $result, $email, $provider = 'mailchimp', $provider_args = array() ) {
142
+
143
+ $api_key = $provider_args['access_key'];
144
+ $list_id = $provider_args['list_id'];
145
+
146
+ switch ( $provider ) {
147
+
148
+ case 'mailchimp':
149
+ // add a pending subscription for the user to confirm
150
+ $status = 'pending';
151
+
152
+ $args = array(
153
+ 'method' => 'PUT',
154
+ 'headers' => array(
155
+ 'Authorization' => 'Basic ' . base64_encode( 'user:' . $api_key )
156
+ ),
157
+ 'body' => json_encode( array(
158
+ 'email_address' => $email,
159
+ 'status' => $status
160
+ ) )
161
+ );
162
+
163
+ $url = 'https://' . substr( $api_key, strpos( $api_key, '-' ) + 1 ) . '.api.mailchimp.com/3.0/lists/' . $list_id . '/members/' . md5( strtolower( $email ) );
164
+
165
+ $response = wp_remote_post( $url, $args );
166
+
167
+ if ( is_wp_error( $response ) || 200 != wp_remote_retrieve_response_code( $response ) ) {
168
+ return $response;
169
+ }
170
+
171
+ $body = json_decode( wp_remote_retrieve_body( $response ), true );
172
+
173
+ if ( $body->status == $status ) {
174
+ $result['success'] = true;
175
+ $result['msg'] = $this->notices['success'];
176
+ } else {
177
+ $result['success'] = false;
178
+ $result['msg'] = $this->notices['error'];
179
+ }
180
+
181
+ return $result;
182
+ break;
183
+ case 'sendinblue':
184
+
185
+ $url = 'https://api.sendinblue.com/v3/contacts';
186
+
187
+ $args = array(
188
+ 'method' => 'POST',
189
+ 'headers' => array(
190
+ 'content-type' => 'application/json',
191
+ 'api-key' => $api_key
192
+ ),
193
+ 'body' => json_encode( array(
194
+ 'email' => $email,
195
+ 'listIds' => array( (int) $list_id ),
196
+ 'emailBlacklisted' => false,
197
+ 'smsBlacklisted' => false,
198
+ ) )
199
+ );
200
+
201
+ $response = wp_remote_post( $url, $args );
202
+
203
+ if ( is_wp_error( $response ) || 200 != wp_remote_retrieve_response_code( $response ) ) {
204
+
205
+ $body = json_decode( wp_remote_retrieve_body( $response ), true );
206
+
207
+ if ( ! empty( $body['message'] ) ) {
208
+ $result['msg'] = $body['message'];
209
+ } else {
210
+ $result['msg'] = $response;
211
+ }
212
+
213
+ return $result;
214
+ }
215
+
216
+ $result['success'] = true;
217
+ $result['msg'] = $this->notices['success'];
218
+
219
+ return $result;
220
+ break;
221
+
222
+ default;
223
+ break;
224
+ }
225
+
226
+ return false;
227
+ }
228
+
229
+ /**
230
+ * @static
231
+ * @since 1.0.0
232
+ * @access public
233
+ * @return NewsletterForm
234
+ */
235
+ public static function instance() {
236
+ if ( is_null( self::$instance ) ) {
237
+ self::$instance = new self();
238
+ self::$instance->init();
239
+ }
240
+
241
+ return self::$instance;
242
+ }
243
+
244
+ /**
245
+ * Throw error on object clone
246
+ *
247
+ * The whole idea of the singleton design pattern is that there is a single
248
+ * object therefore, we don't want the object to be cloned.
249
+ *
250
+ * @access public
251
+ * @since 1.0.0
252
+ * @return void
253
+ */
254
+ public function __clone() {
255
+ // Cloning instances of the class is forbidden.
256
+ _doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin&#8217; huh?', 'textdomain' ), '1.0.0' );
257
+ }
258
+
259
+ /**
260
+ * Disable unserializing of the class
261
+ *
262
+ * @access public
263
+ * @since 1.0.0
264
+ * @return void
265
+ */
266
+ public function __wakeup() {
267
+ // Unserializing instances of the class is forbidden.
268
+ _doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin&#8217; huh?', 'textdomain' ), '1.0.0' );
269
+ }
270
+ }
vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-registration.php ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ namespace ThemeIsle\ContentForms;
4
+
5
+ use ThemeIsle\ContentForms\ContentFormBase as Base;
6
+
7
+ /**
8
+ * Class RegistrationForm
9
+ * @package ThemeIsle\ContentForms
10
+ */
11
+ class RegistrationForm extends Base {
12
+
13
+ /**
14
+ * @var RegistrationForm
15
+ */
16
+ public static $instance = null;
17
+
18
+ /**
19
+ * The Call To Action
20
+ */
21
+ public function init() {
22
+ $this->set_type( 'registration' );
23
+
24
+ $this->notices = array(
25
+ 'success' => esc_html__( 'Your message has been sent!', 'textdomain' ),
26
+ 'error' => esc_html__( 'We failed to send your message!', 'textdomain' ),
27
+ );
28
+ }
29
+
30
+ /**
31
+ * Create an abstract array config which should define the form.
32
+ *
33
+ * @param $config
34
+ *
35
+ * @return array
36
+ */
37
+ public function make_form_config( $config ) {
38
+
39
+ return array(
40
+ 'id' => $this->get_type(),
41
+ 'icon' => 'eicon-align-left',
42
+ 'title' => esc_html__( 'User Registration Form' ),
43
+
44
+ 'fields' => array(
45
+ 'username' => array(
46
+ 'type' => 'text',
47
+ 'label' => esc_html__( 'User Name', 'textdomain' ),
48
+ 'default' => esc_html__( 'User Name', 'textdomain' ),
49
+ 'placeholder' => esc_html__( 'User Name', 'textdomain' ),
50
+ 'require' => 'required',
51
+ 'validation' => ''// name a function which should allow only letters and numbers
52
+ ),
53
+ 'email' => array(
54
+ 'type' => 'email',
55
+ 'label' => esc_html__( 'Email', 'textdomain' ),
56
+ 'default' => esc_html__( 'Email', 'textdomain' ),
57
+ 'placeholder' => esc_html__( 'Email', 'textdomain' ),
58
+ 'require' => 'required'
59
+ ),
60
+ 'password' => array(
61
+ 'type' => 'password',
62
+ 'label' => esc_html__( 'Password', 'textdomain' ),
63
+ 'default' => esc_html__( 'Password', 'textdomain' ),
64
+ 'placeholder' => esc_html__( 'Password', 'textdomain' ),
65
+ 'require' => 'required'
66
+ )
67
+ ),
68
+
69
+ 'controls' => array(
70
+ 'submit_label' => array(
71
+ 'type' => 'text',
72
+ 'label' => esc_html__( 'Submit', 'textdomain' ),
73
+ 'default' => esc_html__( 'Register', 'textdomain' ),
74
+ 'description' => esc_html__( 'The Call To Action label', 'textdomain' )
75
+ )
76
+ )
77
+ );
78
+ }
79
+
80
+ /**
81
+ * This method is passed to the rest controller and it is responsible for submitting the data.
82
+ * // @TODO we still have to check for the requirement with the field settings
83
+ *
84
+ * @param $return array
85
+ * @param $data array Must contain the following keys: `email`, `name` but it can also have extra keys
86
+ * @param $widget_id string
87
+ * @param $post_id string
88
+ * @param $builder string
89
+ *
90
+ * @return mixed
91
+ */
92
+ public function rest_submit_form( $return, $data, $widget_id, $post_id, $builder ) {
93
+
94
+ if ( empty( $data['email'] ) || ! is_email( $data['email'] ) ) {
95
+ $return['msg'] = esc_html__( 'Invalid email.', 'textdomain' );
96
+
97
+ return $return;
98
+ }
99
+
100
+ $email = sanitize_email( $data['email'] );
101
+
102
+ unset( $data['email'] );
103
+
104
+ if ( empty( $data['username'] ) ) {
105
+ $username = $email;
106
+ } else {
107
+ $username = sanitize_user( $data['username'] );
108
+ }
109
+
110
+ unset( $data['username'] );
111
+
112
+ // if there is no password we will auto-generate one
113
+ $password = null;
114
+
115
+ if ( ! empty( $data['password'] ) ) {
116
+ $password = $data['password'];
117
+ unset( $data['password'] );
118
+ }
119
+
120
+ $return = $this->_register_user( $return, $email, $username, $password, $data );
121
+
122
+ return $return;
123
+ }
124
+
125
+ /**
126
+ * Add a new user for the given details
127
+ *
128
+ * @param array $return
129
+ * @param string $user_email
130
+ * @param string $user_name
131
+ * @param null $password
132
+ * @param array $extra_data
133
+ *
134
+ * @return array mixed
135
+ */
136
+ private function _register_user( $return, $user_email, $user_name, $password = null, $extra_data = array() ) {
137
+
138
+ if ( ! get_option( 'users_can_register' ) ) {
139
+ $return['msg'] = esc_html__( 'This website does not allow registrations at this moment!' );
140
+
141
+ return $return;
142
+ }
143
+
144
+ if ( ! validate_username( $user_name ) ) {
145
+ $return['msg'] = esc_html__( 'Invalid user name' );
146
+
147
+ return $return;
148
+ }
149
+
150
+ if ( username_exists( $user_name ) ) {
151
+ $return['msg'] = esc_html__( 'Username already exists' );
152
+
153
+ return $return;
154
+ }
155
+
156
+ if ( email_exists( $user_email ) ) {
157
+ $return['msg'] = esc_html__( 'This email is already registered' );
158
+ return $return;
159
+ }
160
+
161
+ // no pass? ok
162
+ if ( empty( $password ) ) {
163
+ $password = wp_generate_password(
164
+ $length = 12,
165
+ $include_standard_special_chars = false
166
+ );
167
+ }
168
+
169
+ $userdata = array(
170
+ 'user_login' => $user_name,
171
+ 'user_email' => $user_email,
172
+ 'user_pass' => $password
173
+ );
174
+
175
+ $user_id = wp_insert_user( $userdata );
176
+
177
+ if ( ! is_wp_error( $user_id ) ) {
178
+
179
+ if ( ! empty( $extra_data ) ) {
180
+ foreach ( $extra_data as $key => $value ) {
181
+ update_user_meta( $user_id, sanitize_title( $key ), sanitize_text_field( $value ) );
182
+ }
183
+ }
184
+
185
+ $return['success'] = true;
186
+ $return['msg'] = esc_html__( 'Welcome, ', 'textdomain' ) . $user_name;
187
+ }
188
+
189
+ return $return;
190
+ }
191
+
192
+
193
+ /**
194
+ * @static
195
+ * @since 1.0.0
196
+ * @access public
197
+ * @return RegistrationForm
198
+ */
199
+ public static function instance() {
200
+ if ( is_null( self::$instance ) ) {
201
+ self::$instance = new self();
202
+ self::$instance->init();
203
+ }
204
+
205
+ return self::$instance;
206
+ }
207
+
208
+ /**
209
+ * Throw error on object clone
210
+ *
211
+ * The whole idea of the singleton design pattern is that there is a single
212
+ * object therefore, we don't want the object to be cloned.
213
+ *
214
+ * @access public
215
+ * @since 1.0.0
216
+ * @return void
217
+ */
218
+ public function __clone() {
219
+ // Cloning instances of the class is forbidden.
220
+ _doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin&#8217; huh?', 'textdomain' ), '1.0.0' );
221
+ }
222
+
223
+ /**
224
+ * Disable unserializing of the class
225
+ *
226
+ * @access public
227
+ * @since 1.0.0
228
+ * @return void
229
+ */
230
+ public function __wakeup() {
231
+ // Unserializing instances of the class is forbidden.
232
+ _doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin&#8217; huh?', 'textdomain' ), '1.0.0' );
233
+ }
234
+ }
vendor/codeinwp/themeisle-content-forms/class-themeisle-content-forms-server.php ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ namespace ThemeIsle\ContentForms;
4
+
5
+ /**
6
+ * Class RestServer
7
+ *
8
+ */
9
+ class RestServer extends \WP_Rest_Controller {
10
+
11
+ /**
12
+ * @var RestServer
13
+ */
14
+ public static $instance = null;
15
+
16
+ public $namespace = 'content-forms/';
17
+ public $version = 'v1';
18
+
19
+ public function init() {
20
+ add_action( 'rest_api_init', array( $this, 'register_routes' ) );
21
+ }
22
+
23
+ public function register_routes() {
24
+ $namespace = $this->namespace . $this->version;
25
+
26
+ register_rest_route( $namespace, '/check', array(
27
+ array(
28
+ 'methods' => \WP_REST_Server::READABLE,
29
+ 'callback' => array( $this, 'rest_check' )
30
+ ),
31
+ ) );
32
+
33
+ register_rest_route( $namespace, '/submit', array(
34
+ array(
35
+ 'methods' => \WP_REST_Server::CREATABLE,
36
+ 'callback' => array( $this, 'submit_form' ),
37
+ 'permission_callback' => array( $this, 'submit_forms_permissions_check' ),
38
+ 'args' => array(
39
+ 'form_type' => array(
40
+ 'type' => 'string',
41
+ 'required' => true,
42
+ 'description' => __( 'What type of form is submitted.', 'textdomain' ),
43
+ ),
44
+ 'nonce' => array(
45
+ 'type' => 'string',
46
+ 'required' => true,
47
+ 'description' => __( 'The security key', 'textdomain' ),
48
+ ),
49
+ 'data' => array(
50
+ 'type' => 'json',
51
+ 'required' => true,
52
+ 'description' => __( 'The form must have data', 'textdomain' ),
53
+ ),
54
+ 'form_id' => array(
55
+ 'type' => 'string',
56
+ 'required' => true,
57
+ 'description' => __( 'The form identifier.', 'textdomain' ),
58
+ ),
59
+ 'post_id' => array(
60
+ 'type' => 'string',
61
+ 'required' => true,
62
+ 'description' => __( 'The form identifier.', 'textdomain' ),
63
+ )
64
+ ),
65
+ ),
66
+ ) );
67
+ }
68
+
69
+ public function rest_check( \WP_REST_Request $request ) {
70
+ return rest_ensure_response( 'success' );
71
+ }
72
+
73
+ /**
74
+ * @param \WP_REST_Request $request
75
+ *
76
+ * @return mixed|\WP_REST_Response
77
+ */
78
+ public function submit_form( $request ) {
79
+ $return = array(
80
+ 'success' => false,
81
+ 'msg' => esc_html__( 'Something went wrong', 'textdomain' )
82
+ );
83
+
84
+ $nonce = $request->get_param( 'nonce' );
85
+ $form_id = $request->get_param( 'form_id' );
86
+ $post_id = $request->get_param( 'post_id' );
87
+
88
+ if ( ! wp_verify_nonce( $nonce, 'content-form-' . $form_id ) ) {
89
+ $return['msg'] = 'Invalid nonce';
90
+ return rest_ensure_response( $return );
91
+ }
92
+
93
+ $form_type = $request->get_param( 'form_type' );
94
+ $form_builder = $request->get_param( 'form_builder' );
95
+ $data = $request->get_param( 'data' );
96
+
97
+ if ( empty( $data[ $form_id ] ) ) {
98
+ $return['msg'] = esc_html__( 'Invalid Data ', 'textdomain' ) . $form_id;
99
+ return $return;
100
+ }
101
+
102
+ $data = $data[ $form_id ];
103
+
104
+ /**
105
+ * Each form type should be able to provide its own process of submitting data.
106
+ * Must return the success status and a message.
107
+ */
108
+ $return = apply_filters( 'content_forms_submit_' . $form_type, $return, $data, $form_id, $post_id, $form_builder );
109
+
110
+ return rest_ensure_response( $return );
111
+ }
112
+
113
+ public function submit_forms_permissions_check() {
114
+ return 1;
115
+ }
116
+
117
+ /**
118
+ * @static
119
+ * @since 1.0.0
120
+ * @access public
121
+ * @return RestServer
122
+ */
123
+ public static function instance() {
124
+ if ( is_null( self::$instance ) ) {
125
+ self::$instance = new self();
126
+ self::$instance->init();
127
+ }
128
+
129
+ return self::$instance;
130
+ }
131
+
132
+ /**
133
+ * Throw error on object clone
134
+ *
135
+ * The whole idea of the singleton design pattern is that there is a single
136
+ * object therefore, we don't want the object to be cloned.
137
+ *
138
+ * @access public
139
+ * @since 1.0.0
140
+ * @return void
141
+ */
142
+ public function __clone() {
143
+ // Cloning instances of the class is forbidden.
144
+ _doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin&#8217; huh?', 'textdomain' ), '1.0.0' );
145
+ }
146
+
147
+ /**
148
+ * Disable unserializing of the class
149
+ *
150
+ * @access public
151
+ * @since 1.0.0
152
+ * @return void
153
+ */
154
+ public function __wakeup() {
155
+ // Unserializing instances of the class is forbidden.
156
+ _doing_it_wrong( __FUNCTION__, esc_html__( 'Cheatin&#8217; huh?', 'textdomain' ), '1.0.0' );
157
+ }
158
+ }
vendor/codeinwp/themeisle-content-forms/composer.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "codeinwp/themeisle-content-forms",
3
+ "description": "ThemeIsle Content Forms ",
4
+ "keywords": [
5
+ "wordpress"
6
+ ],
7
+ "homepage": "https://github.com/Codeinwp/themeisle-content-forms",
8
+ "license": "GPL-2.0+",
9
+ "authors": [
10
+ {
11
+ "name": "ThemeIsle team",
12
+ "email": "friends@themeisle.com",
13
+ "homepage": "https://themeisle.com"
14
+ }
15
+ ],
16
+ "autoload": {
17
+ "files": [
18
+ "load.php"
19
+ ]
20
+ },
21
+ "support": {
22
+ "issues": "https://github.com/Codeinwp/themeisle-content-forms/issues"
23
+ }
24
+ }
vendor/codeinwp/themeisle-content-forms/index.php ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @package ThemeIsle\ContentForms
4
+ * Ignore this.
5
+ */
vendor/codeinwp/themeisle-content-forms/load.php ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Loader for the ThemeIsle\ContentForms feature
4
+ *
5
+ * @package ThemeIsle\ContentForms
6
+ * @copyright Copyright (c) 2017, Andrei Lupu
7
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
8
+ * @since 1.0.0
9
+ */
10
+
11
+ if ( ! function_exists( 'themeisle_content_forms_load' ) ) :
12
+
13
+ /**
14
+ * Load the necessary resource for this library
15
+ */
16
+ function themeisle_content_forms_load() {
17
+ $path = dirname( __FILE__ );
18
+
19
+ // @TODO we should autoload these
20
+ // get base classes
21
+ require_once $path . '/class-content-form-base.php';
22
+ require_once $path . '/class-themeisle-content-forms-server.php';
23
+
24
+ \Themeisle\ContentForms\RestServer::instance();
25
+
26
+ if ( defined( 'ELEMENTOR_PATH' ) && class_exists( 'Elementor\Widget_Base' ) ) {
27
+ // get builders generators
28
+ require_once $path . '/class-themeisle-content-forms-elementor.php';
29
+ }
30
+
31
+ if ( class_exists( '\FLBuilderModel' ) ) {
32
+ require_once $path . '/beaver/class-themeisle-content-forms-beaver-base.php';
33
+ require_once $path . '/beaver/class-themeisle-content-forms-beaver-contact.php';
34
+ require_once $path . '/beaver/class-themeisle-content-forms-beaver-newsletter.php';
35
+ require_once $path . '/beaver/class-themeisle-content-forms-beaver-registration.php';
36
+ }
37
+
38
+ // @TODO Gutenberg is not working yet
39
+ //require_once $path . '/class-themeisle-content-forms-gutenberg.php';
40
+
41
+ // get forms
42
+ require_once $path . '/class-themeisle-content-forms-contact.php';
43
+ require_once $path . '/class-themeisle-content-forms-newsletter.php';
44
+ require_once $path . '/class-themeisle-content-forms-registration.php';
45
+
46
+ /**
47
+ * At this point all the PHP classes are available and the forms can be loaded
48
+ */
49
+ do_action( 'init_themeisle_content_forms' );
50
+
51
+ // Register CSS & JS assets + localizations
52
+ add_action( 'wp_enqueue_scripts', 'themeisle_content_forms_register_public_assets' );
53
+ }
54
+ endif;
55
+
56
+ if ( ! function_exists( 'themeisle_content_forms_register_public_assets' ) ) :
57
+ /**
58
+ * Register the library assets, they will be enqueue later by builders.
59
+ * Also, localize REST params
60
+ */
61
+ function themeisle_content_forms_register_public_assets() {
62
+ wp_register_script( 'content-forms', plugins_url( '/assets/content-forms.js', __FILE__ ), array( 'jquery' ) );
63
+
64
+ wp_localize_script( 'content-forms', 'contentFormsSettings', array(
65
+ 'restUrl' => esc_url_raw( rest_url() . 'content-forms/v1/' ),
66
+ 'nonce' => wp_create_nonce( 'wp_rest' ),
67
+ ) );
68
+
69
+ /**
70
+ * Use this filter to force the js loading on all pages.
71
+ * Otherwise, it will be loaded only if a content form is present
72
+ */
73
+ if ( apply_filters( 'themeisle_content_forms_force_js_enqueue', false ) ) {
74
+ wp_enqueue_script( 'content-forms' );
75
+ }
76
+
77
+ /**
78
+ * Every theme with a better form style can disable the default content forms styles by returning a false
79
+ * to this filter `themeisle_content_forms_register_default_style`.
80
+ */
81
+ if ( true === apply_filters( 'themeisle_content_forms_register_default_style', true ) ) {
82
+ wp_register_style( 'content-forms', plugins_url( '/assets/content-forms.css', __FILE__ ), array() );
83
+ }
84
+ }
85
+ endif;
86
+
87
+ // Run the show only for PHP 5.3 or highier
88
+ if ( version_compare( PHP_VERSION, '5.3', '>=' ) ) {
89
+ add_action( 'init', 'themeisle_content_forms_load', 9 );
90
+ }
vendor/codeinwp/themeisle-sdk/class-themeisle-sdk-endpoints.php ADDED
@@ -0,0 +1,312 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * The class that exposes endpoints.
4
+ *
5
+ * @package ThemeIsleSDK
6
+ * @subpackage Endpoints
7
+ * @copyright Copyright (c) 2017, Marius Cristea
8
+ * @license http://opensource.org/licenses/gpl-3.0.php GNU Public License
9
+ * @since 1.0.0
10
+ */
11
+ // Exit if accessed directly.
12
+ if ( ! defined( 'ABSPATH' ) ) {
13
+ exit;
14
+ }
15
+ if ( ! class_exists( 'ThemeIsle_SDK_Endpoints' ) ) :
16
+ /**
17
+ * Expose endpoints for ThemeIsle SDK.
18
+ */
19
+ final class ThemeIsle_SDK_Endpoints {
20
+
21
+ const SDK_ENDPOINT = 'themeisle-sdk';
22
+ const SDK_ENDPOINT_VERSION = 1;
23
+
24
+ const HASH_FILE = 'themeisle-hash.json';
25
+
26
+ // if true, the endpoint will expect a product slug and will return the value only for that.
27
+ const PRODUCT_SPECIFIC = false;
28
+
29
+ /**
30
+ * @var ThemeIsle_SDK_Product $products Array of Themeisle Product.
31
+ */
32
+ static protected $products = array();
33
+
34
+ /**
35
+ * ThemeIsle_SDK_Endpoints constructor.
36
+ *
37
+ * @param ThemeIsle_SDK_Product $product_object Product Object.
38
+ */
39
+ public function __construct( $product_object ) {
40
+ if ( $product_object instanceof ThemeIsle_SDK_Product ) {
41
+ self::$products[] = $product_object;
42
+ }
43
+ $this->setup_endpoints();
44
+ }
45
+
46
+ /**
47
+ * Setup endpoints.
48
+ */
49
+ private function setup_endpoints() {
50
+ global $wp_version;
51
+ if ( version_compare( $wp_version, '4.4', '<' ) ) {
52
+ // no REST support.
53
+ return;
54
+ }
55
+
56
+ $this->setup_rest();
57
+ }
58
+
59
+ /**
60
+ * Setup REST endpoints.
61
+ */
62
+ private function setup_rest() {
63
+ add_action( 'rest_api_init', array( $this, 'rest_register' ) );
64
+ }
65
+
66
+ /**
67
+ * Registers the endpoints
68
+ */
69
+ function rest_register() {
70
+ register_rest_route(
71
+ self::SDK_ENDPOINT . '/v' . self::SDK_ENDPOINT_VERSION,
72
+ '/checksum/' . ( self::PRODUCT_SPECIFIC ? '(?P<slug>.*)/' : '' ),
73
+ array(
74
+ 'methods' => 'GET',
75
+ 'callback' => array( $this, 'checksum' ),
76
+ )
77
+ );
78
+ }
79
+
80
+ /**
81
+ * The checksum endpoint.
82
+ *
83
+ * @param WP_REST_Request $data the request.
84
+ *
85
+ * @return WP_REST_Response Response or the error
86
+ */
87
+ function checksum( WP_REST_Request $data ) {
88
+ $products = self::$products;
89
+ if ( self::PRODUCT_SPECIFIC ) {
90
+ $params = $this->validate_params( $data, array( 'slug' ) );
91
+ foreach ( self::$products as $product ) {
92
+ if ( $params['slug'] === $product->get_slug() ) {
93
+ $products = array( $product );
94
+ break;
95
+ }
96
+ }
97
+ }
98
+ $response = array();
99
+ $custom_css = $this->has_custom_css();
100
+ if ( is_bool( $custom_css ) ) {
101
+ $response['custom_css'] = $custom_css;
102
+ }
103
+
104
+ $response['child_theme'] = $this->get_theme_properties();
105
+
106
+ foreach ( $products as $product ) {
107
+ $files = array();
108
+ switch ( $product->get_type() ) {
109
+ case 'plugin':
110
+ $files = array();
111
+ break;
112
+ case 'theme':
113
+ $files = array( 'style.css', 'functions.php' );
114
+ break;
115
+ }
116
+
117
+ $error = '';
118
+
119
+ // if any element in the $files array contains a '/', this would imply recursion is required.
120
+ $diff = $this->generate_diff( $product, $files, array_reduce( $files, array( $this, 'is_recursion_required' ), false ) );
121
+ if ( is_wp_error( $diff ) ) {
122
+ $error = $diff->get_error_message();
123
+ $diff = array();
124
+ }
125
+
126
+ $response['products'][] = array(
127
+ 'slug' => $product->get_slug(),
128
+ 'version' => $product->get_version(),
129
+ 'diffs' => $diff,
130
+ 'error' => $error,
131
+ );
132
+ }
133
+
134
+ return new WP_REST_Response( array( 'checksum' => $response ) );
135
+ }
136
+
137
+ /**
138
+ * Get the current theme properties.
139
+ *
140
+ * @return array Properties of the current theme.
141
+ */
142
+ function get_theme_properties() {
143
+ if ( ! is_child_theme() ) {
144
+ return false;
145
+ }
146
+
147
+ $properties = array();
148
+ $theme = wp_get_theme();
149
+ // @codingStandardsIgnoreStart
150
+ $properties['name'] = $theme->Name;
151
+ // @codingStandardsIgnoreEnd
152
+
153
+ // get the files in the child theme.
154
+ require_once( ABSPATH . 'wp-admin/includes/file.php' );
155
+ WP_Filesystem();
156
+ global $wp_filesystem;
157
+ $path = str_replace( ABSPATH, $wp_filesystem->abspath(), get_stylesheet_directory() );
158
+ $list = $wp_filesystem->dirlist( $path, false, false );
159
+ if ( $list ) {
160
+ $list = array_keys( self::flatten_dirlist( $list ) );
161
+ $properties['files'] = $list;
162
+ }
163
+ return $properties;
164
+ }
165
+
166
+ /**
167
+ * Check if custom css has been added to the theme.
168
+ *
169
+ * @return bool Whether custom css has been added to the theme.
170
+ */
171
+ private function has_custom_css() {
172
+ $query = new WP_Query(
173
+ array(
174
+ 'post_type' => 'custom_css',
175
+ 'post_status' => 'publish',
176
+ 'numberposts' => 1,
177
+ 'update_post_meta_cache' => false,
178
+ 'update_post_term_cache' => false,
179
+ )
180
+ );
181
+
182
+ if ( $query->have_posts() ) {
183
+ $query->the_post();
184
+ $content = get_the_content();
185
+ // if the content contains a colon, a CSS rule has been added.
186
+ return strpos( $content, ':' ) === false ? false : true;
187
+ }
188
+ return false;
189
+ }
190
+
191
+ /**
192
+ * Check if recursion needs to be enabled on the WP_Filesystem by reducing the array of files to a boolean.
193
+ *
194
+ * @param string $carry Value of the previous iteration.
195
+ * @param string $item Value of the current iteration.
196
+ *
197
+ * @return bool Whether to recurse or not.
198
+ */
199
+ function is_recursion_required( $carry, $item ) {
200
+ if ( ! $carry ) {
201
+ return ( strpos( $item, '/' ) !== false );
202
+ }
203
+ return $carry;
204
+ }
205
+
206
+ /**
207
+ * Generate the diff of the files.
208
+ *
209
+ * @param ThemeIsle_SDK_Product $product Themeisle Product.
210
+ * @param array $files Array of files.
211
+ * @param bool $recurse Whether to recurse or not.
212
+ *
213
+ * @return string
214
+ */
215
+ private function generate_diff( $product, $files, $recurse = false ) {
216
+ require_once( ABSPATH . 'wp-admin/includes/file.php' );
217
+ WP_Filesystem();
218
+ global $wp_filesystem;
219
+
220
+ $diff = array();
221
+ $path = str_replace( ABSPATH, $wp_filesystem->abspath(), plugin_dir_path( $product->get_basefile() ) );
222
+ $list = $wp_filesystem->dirlist( $path, false, $recurse );
223
+ // nothing found.
224
+ if ( ! $list ) {
225
+ return $diff;
226
+ }
227
+ $list = array_keys( self::flatten_dirlist( $list ) );
228
+
229
+ // now let's get the valid files that actually exist.
230
+ if ( empty( $files ) ) {
231
+ $files = $list;
232
+ } else {
233
+ $files = array_intersect( $files, $list );
234
+ }
235
+
236
+ // fetch the calculated hashes.
237
+ if ( ! $wp_filesystem->is_readable( $path . '/' . self::HASH_FILE ) ) {
238
+ return new WP_Error( 'themeisle_sdk_hash_not_found', sprintf( __( '%s not found', 'themeisle-sdk' ), self::HASH_FILE ) );
239
+ }
240
+
241
+ $hashes = json_decode( $wp_filesystem->get_contents( $path . '/' . self::HASH_FILE ), true );
242
+ ksort( $hashes );
243
+
244
+ $diff = array();
245
+ foreach ( $files as $file ) {
246
+ // file does not exist in the hashes.
247
+ if ( ! array_key_exists( $file, $hashes ) ) {
248
+ continue;
249
+ }
250
+ $new = md5( $wp_filesystem->get_contents( $path . $file ) );
251
+ $old = $hashes[ $file ];
252
+
253
+ // same hash, bail.
254
+ if ( $new === $old ) {
255
+ continue;
256
+ }
257
+ $diff[] = $file;
258
+ }
259
+ return $diff;
260
+ }
261
+
262
+ /**
263
+ * Flatten the results of WP_Filesystem::dirlist() for iterating over.
264
+ *
265
+ * @access private
266
+ *
267
+ * @param array $nested_files Array of files as returned by WP_Filesystem::dirlist().
268
+ * @param string $path Relative path to prepend to child nodes. Optional.
269
+ * @return array $files A flattened array of the $nested_files specified.
270
+ */
271
+ private static function flatten_dirlist( $nested_files, $path = '' ) {
272
+ $files = array();
273
+ foreach ( $nested_files as $name => $details ) {
274
+ $files[ $path . $name ] = $details;
275
+ // Append children recursively
276
+ if ( ! empty( $details['files'] ) ) {
277
+ $children = self::flatten_dirlist( $details['files'], $path . $name . '/' );
278
+ // Merge keeping possible numeric keys, which array_merge() will reindex from 0..n
279
+ $files = $files + $children;
280
+ }
281
+ }
282
+ return $files;
283
+ }
284
+
285
+ /**
286
+ * Validates the parameters to the API
287
+ *
288
+ * @param WP_REST_Request $data the request.
289
+ * @param array $params the parameters to validate.
290
+ *
291
+ * @return array of parameter name=>value
292
+ */
293
+ private function validate_params( WP_REST_Request $data, $params ) {
294
+ $collect = array();
295
+ foreach ( $params as $param ) {
296
+ $value = sanitize_text_field( $data[ $param ] );
297
+ if ( empty( $value ) ) {
298
+ return new WP_Error(
299
+ 'themeisle_' . $param . '_invalid', sprintf( __( 'Invalid %', 'themeisle-sdk' ), $param ), array(
300
+ 'status' => 403,
301
+ )
302
+ );
303
+ } else {
304
+ $collect[ $param ] = $value;
305
+ }
306
+ }
307
+
308
+ return $collect;
309
+ }
310
+
311
+ }
312
+ endif;
vendor/codeinwp/themeisle-sdk/class-themeisle-sdk-feedback-deactivate.php CHANGED
@@ -22,21 +22,15 @@ if ( ! class_exists( 'ThemeIsle_SDK_Feedback_Deactivate' ) ) :
22
  * @var array $options_plugin The main options list for plugins.
23
  */
24
  private $options_plugin = array(
25
- 'I only needed the plugin for a short period' => array(
26
- 'id' => 1,
27
- ),
28
- 'The plugin broke my site' => array(
29
- 'id' => 2,
30
- ),
31
- 'I found a better plugin' => array(
32
  'id' => 3,
33
  'type' => 'text',
34
  'placeholder' => 'What\'s the plugin\'s name?',
35
  ),
36
- 'The plugin suddenly stopped working' => array(
37
  'id' => 4,
38
  ),
39
- 'I no longer need the plugin' => array(
40
  'id' => 5,
41
  'type' => 'textarea',
42
  'placeholder' => 'If you could improve one thing about our product, what would it be?',
@@ -80,12 +74,12 @@ if ( ! class_exists( 'ThemeIsle_SDK_Feedback_Deactivate' ) ) :
80
  /**
81
  * @var string $heading_plugin The heading of the modal
82
  */
83
- private $heading_plugin = 'If you have a moment, please let us know why you are deactivating:';
84
 
85
  /**
86
  * @var string $heading_theme The heading of the modal
87
  */
88
- private $heading_theme = 'Looking to change {theme}, what doesn\'t work for you?';
89
 
90
  /**
91
  * @var string $button_submit_before The text of the deactivate button before an option is chosen
@@ -100,7 +94,7 @@ if ( ! class_exists( 'ThemeIsle_SDK_Feedback_Deactivate' ) ) :
100
  /**
101
  * @var string $button_cancel The text of the cancel button
102
  */
103
- private $button_cancel = 'Cancel';
104
 
105
  /**
106
  * @var int how many seconds before the deactivation window is triggered for themes
@@ -170,46 +164,110 @@ if ( ! class_exists( 'ThemeIsle_SDK_Feedback_Deactivate' ) ) :
170
  }
171
 
172
  body.<?php echo $suffix; ?> .<?php echo $key; ?>-container #TB_title {
173
- font-size: 21px;
174
- padding: 20px 0;
175
- background-color: #f3f3f3;
 
 
 
 
 
 
 
176
  }
177
 
178
  body.<?php echo $suffix; ?> .<?php echo $key; ?>-container div.actions {
179
- padding: 20px 0;
180
- background-color: #f3f3f3;
181
- border-top: 1px solid #dddddd;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
182
  }
183
 
184
  body.<?php echo $suffix; ?> .<?php echo $key; ?>-container input.button.button-primary {
185
- margin-right: 20px;
 
 
 
 
 
 
 
 
 
186
  }
187
 
188
- body.<?php echo $suffix; ?> .<?php echo $key; ?>-container input.button {
189
- margin-right: 20px;
190
  }
191
 
192
- body.<?php echo $suffix; ?> .<?php echo $key; ?>-container #TB_ajaxWindowTitle {
193
- text-align: left;
194
- margin-left: 15px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
195
  }
196
 
197
  body.<?php echo $suffix; ?> .<?php echo $key; ?>-container div.revive_network-container {
198
  background-color: #ffffff;
199
  }
200
 
 
 
 
 
201
  body.<?php echo $suffix; ?> .<?php echo $key; ?>-container ul.ti-list li {
202
- font-size: 14px;
 
 
203
  }
204
 
205
  body.<?php echo $suffix; ?> .<?php echo $key; ?>-container ul.ti-list li label {
206
  margin-left: 10px;
207
- line-height: 32px;
208
- font-size: 16px;
 
 
 
 
209
  }
210
 
211
  body.<?php echo $suffix; ?> .<?php echo $key; ?>-container #TB_ajaxContent {
212
- padding: 10px 20px;
 
 
 
213
  }
214
 
215
  body.<?php echo $suffix; ?> .<?php echo $key; ?>-container li div textarea {
@@ -222,24 +280,31 @@ if ( ! class_exists( 'ThemeIsle_SDK_Feedback_Deactivate' ) ) :
222
  }
223
 
224
  .<?php echo $key; ?>-container #TB_title #TB_ajaxWindowTitle {
 
225
  display: block;
 
 
 
 
 
 
226
  }
227
 
228
- body.<?php echo $suffix; ?> .<?php echo $key; ?>-container .actions {
229
-
230
- width: 100%;
231
  display: block;
232
- position: absolute;
233
- left: 0px;
234
- bottom: 0px;
235
- text-align: right;
236
  }
237
 
238
- body.<?php echo $suffix; ?> .<?php echo $key; ?>-container #TB_title {
239
-
240
- height: 33px;
241
  width: 100%;
242
- text-align: center;
 
 
 
243
  }
244
 
245
  .theme-install-php .<?php echo $key; ?>-container #TB_closeWindowButton .tb-close-icon:before {
@@ -247,24 +312,40 @@ if ( ! class_exists( 'ThemeIsle_SDK_Feedback_Deactivate' ) ) :
247
  }
248
 
249
  .<?php echo $key; ?>-container #TB_closeWindowButton .tb-close-icon {
250
-
251
  color: #eee;
252
  }
253
 
254
  .<?php echo $key; ?>-container #TB_closeWindowButton {
255
  left: auto;
256
- right: -30px;
 
257
  color: #eee;
258
  }
259
 
260
- body.<?php echo $suffix; ?> .<?php echo $key; ?>-container {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
261
 
 
262
  margin: auto !important;
263
- height: 550px !important;
264
  top: 0 !important;
265
  left: 0 !important;
266
  bottom: 0 !important;
267
  right: 0 !important;
 
268
  }
269
  </style>
270
  <?php
@@ -303,25 +384,29 @@ if ( ! class_exists( 'ThemeIsle_SDK_Feedback_Deactivate' ) ) :
303
  $('a.ti-auto-anchor').trigger('click');
304
  }, <?php echo self::AUTO_TRIGGER_DEACTIVATE_WINDOW_SECONDS * 1000; ?> );
305
  }
306
- $( document ).on( 'thickbox:removed', function() {
307
  $.ajax({
308
  url: ajaxurl,
309
  method: 'post',
310
  data: {
311
- 'action' : '<?php echo $key . __CLASS__; ?>',
312
- 'nonce' : '<?php echo wp_create_nonce( (string) __CLASS__ ); ?>',
313
- 'type' : '<?php echo $type; ?>',
314
- 'key' : '<?php echo $key; ?>'
315
  },
316
  });
317
  });
318
  var href = $(target_element).attr('href');
319
- $('#<?php echo $key; ?>ti-deactivate-no').on('click', function (e) {
320
  e.preventDefault();
321
  e.stopPropagation();
322
 
323
  $('body').unbind('thickbox:removed');
324
  tb_remove();
 
 
 
 
325
  });
326
 
327
  $('#<?php echo $key; ?> ul.ti-list label, #<?php echo $key; ?> ul.ti-list input[name="ti-deactivate-option"]').on('click', function (e) {
@@ -349,12 +434,12 @@ if ( ! class_exists( 'ThemeIsle_SDK_Feedback_Deactivate' ) ) :
349
  url: ajaxurl,
350
  method: 'post',
351
  data: {
352
- 'action' : '<?php echo $key . __CLASS__; ?>',
353
- 'nonce' : '<?php echo wp_create_nonce( (string) __CLASS__ ); ?>',
354
- 'id' : $('#<?php echo $key; ?> input[name="ti-deactivate-option"]:checked').parent().attr('ti-option-id'),
355
- 'msg' : $('#<?php echo $key; ?> input[name="ti-deactivate-option"]:checked').parent().find('textarea').val(),
356
- 'type' : '<?php echo $type; ?>',
357
- 'key' : '<?php echo $key; ?>'
358
  },
359
  });
360
  var redirect = $(this).attr('data-ti-action');
@@ -366,7 +451,7 @@ if ( ! class_exists( 'ThemeIsle_SDK_Feedback_Deactivate' ) ) :
366
  }
367
  });
368
 
369
- $(target_element).attr('name', '<?php echo esc_html( $heading ); ?>').attr('href', '<?php echo $src; ?>').addClass('thickbox');
370
  var thicbox_timer;
371
  $(target_element).on('click', function () {
372
  tiBindThickbox();
@@ -409,10 +494,10 @@ if ( ! class_exists( 'ThemeIsle_SDK_Feedback_Deactivate' ) ) :
409
 
410
  $list = '';
411
  foreach ( $options as $title => $attributes ) {
412
- $id = $attributes['id'];
413
  $list .= '<li ti-option-id="' . $id . '"><input type="radio" name="ti-deactivate-option" id="' . $key . $id . '"><label for="' . $key . $id . '">' . str_replace( '{theme}', $this->product->get_name(), $title ) . '</label>';
414
  if ( array_key_exists( 'type', $attributes ) ) {
415
- $list .= '<div>';
416
  $placeholder = array_key_exists( 'placeholder', $attributes ) ? $attributes['placeholder'] : '';
417
  switch ( $attributes['type'] ) {
418
  case 'text':
@@ -431,8 +516,9 @@ if ( ! class_exists( 'ThemeIsle_SDK_Feedback_Deactivate' ) ) :
431
  . '<ul class="ti-list">' . $list . '</ul>'
432
  . '<div class="actions">'
433
  . get_submit_button(
434
- $button_submit_before, 'secondary', $this->product->get_key() . 'ti-deactivate-yes', false, array(
435
  'data-after-text' => $button_submit,
 
436
  )
437
  )
438
  . get_submit_button( $button_cancel, 'primary', $this->product->get_key() . 'ti-deactivate-no', false )
22
  * @var array $options_plugin The main options list for plugins.
23
  */
24
  private $options_plugin = array(
25
+ 'I found a better plugin' => array(
 
 
 
 
 
 
26
  'id' => 3,
27
  'type' => 'text',
28
  'placeholder' => 'What\'s the plugin\'s name?',
29
  ),
30
+ 'I could not get the plugin to work' => array(
31
  'id' => 4,
32
  ),
33
+ 'I no longer need the plugin' => array(
34
  'id' => 5,
35
  'type' => 'textarea',
36
  'placeholder' => 'If you could improve one thing about our product, what would it be?',
74
  /**
75
  * @var string $heading_plugin The heading of the modal
76
  */
77
+ private $heading_plugin = 'Quick Feedback <span>Because we care about our clients, please leave us a feedback.</span>';
78
 
79
  /**
80
  * @var string $heading_theme The heading of the modal
81
  */
82
+ private $heading_theme = 'Looking to change {theme} <span> What does not work for you?</span>';
83
 
84
  /**
85
  * @var string $button_submit_before The text of the deactivate button before an option is chosen
94
  /**
95
  * @var string $button_cancel The text of the cancel button
96
  */
97
+ private $button_cancel = 'Skip &amp; Deactivate';
98
 
99
  /**
100
  * @var int how many seconds before the deactivation window is triggered for themes
164
  }
165
 
166
  body.<?php echo $suffix; ?> .<?php echo $key; ?>-container #TB_title {
167
+ background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDNkVDM0M4RkYxMzMxMUU3OEMyMkQ0NTIxRTVEQ0ZBRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDNkVDM0M5MEYxMzMxMUU3OEMyMkQ0NTIxRTVEQ0ZBRiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM2RUMzQzhERjEzMzExRTc4QzIyRDQ1MjFFNURDRkFGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM2RUMzQzhFRjEzMzExRTc4QzIyRDQ1MjFFNURDRkFGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+KBNOswAAFtFJREFUeNrkWwmUXVWV3W/8Y81zkVAhgUwQg00IAYIRGcRuERDSKqALtVEbxRYcGzWIuhatKCYuUXQtERRtFAccQCDtckCZwpRISEIlIXMqlaGGP///ht7n3vd//YRUUkljN718a53U+++//97d95yzz3BvjDAM8fd02May4YndaZhoDErYeu/laCyN8rN16PuDAPA83mcAjjOxd8jcVypydhrlKspCSidlhPIk5T8p9/+PAP8fTrZJaaQ0UFxKiVKk/CvlU5Rk3b0C+gTKFZRvUa75/wJ4EuVcyimU2RGQdkqCkoOBDExjBoJx3Uwm5OlXt4bFrIPgTXSJK+DY59PEO8a5s0mPiEPyfUrwMieh3ED57qsTsJBhoXAOmps+gd6u85AvGtgxQEOmJcfj+vvxDsvS/hzsB5pkgA9QplJuoux59QD2g1ZUvCXhVe+4pnjxJc5gdx8SxTza1jwDY9ntMDdsBlLJQ4O2CTogRs+vBzydFmLCMm98NWl4OvL5O3Hd+09/9p8/iK/9GOjfRHZKpnHZWy7AlbfPRuK918DYTm3H3PHZWrQbVnHKtUBbh201EvSFvHLX0TLlK3ksRLG4HPPmnL7+0vfiaz8EOkwP+aduwPKbZ+DadyzBnVuPBa4nEQf+/hqW0zKvZcqkJoYmi0DTMXo2+cyltiu8oSi+HQrR3UG5+n9Fw6bFmRYJOVehUf/VAsrPacodOPtM3LcmjmPSwMz4cvzXAJEXt6C89gv49rJTcMk3zkdPL8e9e0iTVNHTTziuGTi9D5jF73oaNVg5RnLAjiywagfwp01ybiJufQOOuYMTdf9hg3s5H83oEQIWhYwOMGySf2KNFTjJchW0EMmPKB1KMx2d2LQFGCKtvPD0A1izbitnitcZbrat+T12Fi8i4C5g6y49kDkk7re/RoNtTmo+DiKmFlPupaZPbAPOp3VceSLwYD/fttrFUPlbSNsL+YgtB48QjGKmje+ceBlKlqsATBywIe82sG9TC5OhONqP2wOnucB0wRY13Cn6qQWPYgEtVNZvf8/J3RhnZAprrtjY81qkxHX3jGrtvn8esHgm0wzek6Vf76Y2Q19ncibBmymeM1Mz+H1IS2ji9XfPAuZzAm5+ajLWDn8JKfvymgprQczHyvbpGEh14f2nX89sLyVsehQmbQewKj5GBxtQzMXQ3DvyWcvxz9rPvFf9Fed+ELjnl8Q07To07FyJ3MATCDouxXmL344pO55nmsFs8avMHE8jmH1/puzmkEsarBo7n2dweCbn06YFxJizWJzFErVW5Kwez8m45VTgM08txqqhu5C0HxyDHNIIDSxedCP6Ozk5Bb6rNHzkpCWQTJqlwQcWcgkUh+NXG2b4sf1uSjDGPvQITh98Bh/5F35s6UXTovvR+eaVuPD6O/DRt8bg/uL7CK+nj75mI7DtD0CefhkUopfYkUZtDdyn75Y2kMz+wvtW6s8yMRmCaCLwG2Za6E5ch4xnoMLPZUo2g3uPPQfr25iNFob3U76BpUMTVK2JBLOmP37hU5hE5yzBvbZz2p6lyXYSiH/AvBVLCI/pRvnmG7Fy8nysYtgVEz+jIYPuu7+NSvIe2OfZMIvh4YuQevIRkxYtx6fxd662hkZOzu9257Fk/esZrlaI2arY+PY70d8yhRNZOWKWPobSS4fPFBx37YaeHkwdGrgCqfDWZGveRHAQI6GWje07EXvfRzB/0XzMn0UfzdBnH/oLwrOogTcfS7BbtSaPxL7kfp+aLayliR+nJytDEz8jnsRpDW/F45kVFTfE0rmXo7+VPOqXjygOn0f5qXgk5QnKc9Ty50MVfozbGjqyVFFwIFWM0XkioXPiB8hct9wGfI15Qmo3gnfSb3MZVW4e1SGmHtL8K1u1G1QYciyCflPqPFRK9ouN0/CJM6+LNBtOKA6Lqy6hfJri1H5jWbFUIX9D75597yM/NSWaiwfG4ZeDlpw4ldLvjXO23zOPeYMPw9/HqY5pRj+qg8/1yebYp0ktzwfNDGdgvnvcKnd6P7yKDmcTzLQE7Oc4SMflty1xA21JEyazng8v/4110uDmrrAphBXzdK47kUNYdS7j94ITEI7uhOkEh56sCefsGQ1cEotkIV3+ePKUm856txCXlKCXqLzgMIDfqEowaqQ1YaCv0URrjJyciGHu9k24+k8PsiB1EW8q6rg40S6GzPbZ3bSnOK1xAJZtHrpwmHDM4HODnDbtcAiPetNnb8x1fBFmebnK+oBHKVeOZ9JMBPEfHKDbTrBdKZMZX4gS3TDvmHjvA79BayGDYSONWKo8ce36BNZGgCd3EmyRRDt8BMw8kaNquhXmLC3vrHhOj2GXqp54POUHUVL0hQM1fBXvOjnlGOgm2Arjrcdn5VwHJ2zZggueXYEc4tSOD8vxxupW4zDAJcuaxBDSmUaQzzKS5HXV87cowWFMgWPElBtSHLPGW1I/L64HzGwB75KTjqShrI3JlBprgbnoPz3xONqZrVRoEKYVQrGzmJSkhgJ6PABGBLiPBBW3SJySXHhjJd8rfhiK/CVtF8X1pk3EdP4iL/x36ZOZtUonxClJ3iQ3lqldscQK70tmczj/mRUoE6z8TqolBboKWDqSVeDjabvZ0n7MxCH0A/ytjqyf5msspTCxTpvDEdCmHtZrKYuqgC8VbTe5ot1QZWjyg6ztYNbmzZi+Y5tkViqlNKhdQ4BVw45Dc3Uj0CIHalvuFfsJyuqrMLReAcI6+DGCHsX+AccZRPSR4JCa40bVtF8no4tJ4a7GxXELWLnRDyUBt7DghReQCop8gHFAmhdGPWd7f007ddqu4hLt+gX6vuTJCX4MXnHvlVRzS2lmrfgQxYVROtDg1sb+D6Zql4Y4PsY6ltasAQfanA3Px4xtWyIXqFZd9EXF0KFuw4h2rQioAu3UmbmpQUtiIKHDFKtoQTlb0t+9YkeFFtmNFUNMJw0ydGjUwErH16VNR6/rkT9zJCSJc8tNnjLnkD5rIp3N44TB7UzHx8KI75mcxGiw5XIENgLp2AdoPLq2Tx6aV1qOt01CcUieUTk8w0848SpjXeFUPDvUQmCBAloFK2IyZzC1jlIy8mnqN2bVlDWPlqnVhlwO7SOj/DymjYCARdRgBbA8yHXHfLhewwJW/GSbaJkaDrKwk0m4bXMwujkLv1JSWaJ6vIyoKvJMSWwM6XuVyXWM374kO8FBJknYKYn1T07hKzxyjPbfsE7qWoEyIsxU8SliNvFdZdJ8sctEIVEq1/xXDCVkdVQpOHAk+ZDYVSCQpubIj0w9SDVoQycnTGIwyAcOcBr7mAp6MSS6ephenonsrrX06wzcRJSLmJoMaYD0FpvjINsZbeQhxvAKx5HfiFR7hWltXV9bUtyB45G6YzPMS0scq1XTcFjT8Jiz26r0k4nlVS9ATUJ+jpVKcFgD1/uwvKY4GkeyI6fnbZQgWlt0fSqrDPJ039DgxfSFmkd5/Uk+9DiadSWrfhZjgRxrWohyIY+glFcmboQmgcdYVzTDdJs4KQ0E18RrBGi5KA3vRqb/e2jsLfKxjp5ctxW4mwnRmgHFlZ7y33BMwxHVBDqSlgVwuxF94YU6u/KV8UtzkjE3Yrux0B4qwGHF4kB4U5GmNkoQba21RoGWqI8soMVzHufnN1CaWc/6jh4N73HTSdJoS9TlqIoVdTwkhPH54u+Bg1hbL7zhhfByD8BtciS7AJa3oXD3Ls73ND7Oh7TpqiYtMELolkBkEFmzuqajTDnyYb/6i4NkRAKYZSdBM5pZUWjas0f/KBar8+U6ApNguJevepD3S1oq5WFYjjqT9GOPbiEpZ00KWgLpcVV0p0OE1uE0dHGiCLSBz3osicqyvchk5V1mzb9rJh2pStrdUSDca0buq8ZbZWgvMt4SycejnRgHKYCkiad8VF5C08fOnWPsXGXsGmh+bqTJ/5Gv+4skeOL/uxWJVTMwMuH+f2vnVcCVKMaWYIiKfsf33pLF8EuuKtsrDv1eIkagDTqo8+OSF1Y1vM6MNF5LOJT/Rg5QJPuWGGfNAzoH8rk4EkdxOKGb8uI8+6i1wUHdxKuxdB14N5J7ONCnKEkBRMuo7NXaRtSDluEoYNXzYIxn42KFW2H8mr/9RoD8YAK5bJqG7yGXSMC3rJqGa2YtU1RbnsJacZS9QlyS45vRzETxB3kOcJQAmlnlAC8v6Ya2NaG7saTSTbUSsX2H1mZ3J99i6BaPYYyJpO5Fyvd8zdxn82Ux+nSZBOinOIBG3cEQkgqicCXEZEvSQlm5De6d62CtcMmPDvYNtCh05GXsaGmlm/Pd5aI230hpokBZoeF8+VXA2yX58ALNxYrMOMNhpYJhFv4bWzswbe+gWp4/0JdL+RiGCbplCrVbbeYx91Ya6u2l9jy9hUHFV1NPgISpMuUXPF8VgZ7O8zSBm6MRUdmatITtZa1pE8H+gdHg90xP88yVYw72bGiHR841VdAMsbp7kn5HqJspSsOGNueK1uJW6cvZ0Yr6BWOa9RnfPSU+zbm/vRMX9P91nGIsxMiuBrXkku6kFXhV0FsYn8mufX3UakL7uBFpu8ri0vXYxGvfpbRR+qQ/ymE2+nqhf4TnWzlhLxLwFko+VGwfsHzd3d+OYjamwIp2C2T21cccq0mwluqHKsUs+DV3FJy7BfCDlE+q7ocCW1Ga0H+BZ6YcC+8xs6b9AwHLRO3a1KxCTLo9r8OQaGcX/ZmlJSZz5pv5vR1qbVc3usgT04a+f4R/VxDg414UNH3USjaJ55KvM8Hw6Q4717eiRP5wIt5leoLdqUb0d3VANe/qxik/r/PfX1cbAOTN8F7RqMkSzvA9DVYYkgnBo32TsT3Vwhf44y4/BjTnLRtbMTSQ1pwvaaGQlmRh617UMjwytvovImvDVUJL8LzBlrKGk0CRxSdh9WaGuTSvxwzkMzG8tJYxl2DdCFKoSj0Pz07qow83wygXUQ1Gmp1R5SQx598qwAZ1bwTBZw2/sgu+NmVEJm0z192VTuGxqceypK1gvCpW6ksh602bmrCV4rGiUhqVBN3k+fAwTZOgX1jDV/PdmYzWpLCqG9XTMgFy7lRragkbJKB8EQMbXWxY08yCy1Wldf3CiVS/D594orIaQ1mo7pULCZfHNsfcSxnU+7Sk7RJiA5/+Sf7gzv1MWkyLL//ZSSfirc8/zzwjPKAuHnt5Ujieyf3OXUkMZ1z09mTR0soUUIBX15IlKxOti7nXJyhG3Sq/76kmurx+eNjFjp2NJPE4Gvn8GIz9Jl2UsLmhDQ/PnKUX2eQdQri81w9q95JR8c0xi4wiMjV9l+GX51C7HzUi4hJN28UAj0yZhGe6e3Dqzu3Iwh23G5siMGmrDBdsrNnYgPSuBDoIurWpzCTMZ4IU+a56pRexeFhXaxsoknn3jiSxZyiGQs5BOrTQRgDmAWCrgH8697UYbOZ00BoNy9HRgn4fmrWGrCwobKgDnNAxTmvu0wQ7jdq9WJk1NW3zb9G1cMcpc3Dab7brimmcJpzyKYLu5PAkaR3OGViXt2EPkNASHhqZbCQI3LGDagRRIMuUfNFGJm+xxONAPQspPqNLadXcr8yrHi45ZWeiEXedOo+2WyJ1cGRq+cZSZaTkBtT0V3jh9v04x3SeQpibxxtGRKPSLriaoNtpWgurmnaLJfxqxhRc8WwfXrd9G0Zgjdt3rA6skeWdLEEXGY4ynLgcZ2AoK9SnSa32+9BQnmhT4jxvJcAUn+9EXYvxmkEpavfW+QuxpZ2ESu2GaoVfp6msukbD0FrCRy57Wa8g9p5f0s+eRzi0AIYnhWmZEc94yPTKi0hkvaJpiw5VJE+v7whx0Ysb4Pr2YZeFor6m0riYZRMhNfJvo3wmoJQ6t9DMJKOV0hY6PLcI+uDmW//cBpTxdFcvPn7hBZxAQ2l3LKMz/0jbvoqgfnawBTvLeRvhpVfDSD3Hp3GWStKkdzJGJfaQEeTONYJyl1FxOePD2HT2UnrALrxx5SSUEE60vVYDL3bhEk6cwJIEFuNfV5X7Ri3OH+6pYsoVMvn7Lv5HvNTWBlfiOlSltJl+chOB/htls+ztODjgxbKKx9fGNsFs+gPM9ntZkrK+tEdGjHz3b81ifD7cHZPDObfAbFmJJ2ZmMXVLA07d2oa8mt8j7i++TCa+ZhgyGnhYsuhM/Oqk6YiXmDeY5mBoWt8kwA9QHmYY9BXYcQDbtWEECf3XGoLR8X2QMSgztgT5rvuQ2ngG0ttglRLw3AAfvfZpdIzE8PrVnRhGpa67ZEZtfh0fxwCadZVW9bpRIz8j+nSo60Jdab7rK/Pm4tvzZiNeLA7CjP2ARHUbtfvShNcmEj9JtEWl0J66TZ6S2b4OZmkx06+FLDSVFdRWP8m07QT8nS/NxzmruzEkoGMBUhcW4E4vo9zvIv/LJIKyLLP6SF2Uh9PnofRXF7n7Eyp0WC28fnEOdpeP4tMMQcvjasKc7gqSb8nDag5QfDSO/J8lswoU2K/PnYUbz16wwTGdH5pm7K7QcjZSFGGFJsWOxIrxL8W0Dgp4drSzzVHNSr3Fty3a0jv+ki9BNzHkfHXpPFzy5CTElg0geWlG0yqDcf7HDdjzuVZ0LtuN+Hl5XWyzasrc3ozh25rQ+d1diJ1WrDWbRm5uRebeNLp/NAB7dinaZ2lg9DOt2Ht3E76+YMajSxfM/QFJ7Sem6exToBTYIwcsfxdR7o7ATsw0JFelVg1iuXXzdFy7uEHFT5BtmQUwQlRQejyO+MKC6lQq77HKCAs+ys/FEDtLth/FdP/KLiEYZhnX7yB2ulyXriSvx3i+r1z6ycfmfehtfed/H+1WOc2iIqiCOgrAJC21sYRFLO6LAM+e6Hq0RQ2ULQ99cwy8OdHNCyIs4o0043ce9hQBm6Tt9PB6g4qehpGFPZlAPH52u/X1MAnDzcCeRAMrs7Jy5DoLkYATksoWEyflbyqY7s7n9/WgUIrBdkNNSgKoKkbd+SFIq/6KOP5llPOjnaq7J7QIz/LOzUlY4ODcTmqL3uB06hXYkpR3BGx31V3nfaVQA3Wi+90u1ZVU99ukEIelnt2uvy+45tSpQ6nvXPgAnrrsDlwxaxUrRwsFz8HRHPYBw1+ktv8CA9FC7oSOuBnuYaLcBrvDqHU7jfU6T5LNKwJA9aaCqKMRRDvsOnV3RJp0og11Pa0nSMrRIK9VUtLLE3M6d+Dui36IM57ehqWr3oD+zGRYTFmtowQcQv9HC9Hy6ye42WCfZeDz81NSxFpfVqZbXVU0qsCk5OvV8xdGSyWmdD9oAW5v1I2sjO3ZkL2V1fv90aoidJzypca2cc3Jf8a7pq/CHS8uwJfXnIvthW7FsbI74Uj3Sz9GOScC/fNqDXmQTRXS87mlFARnzYwnll3U1JZFmR7g7dba9Bjh1F4Ot4IKjSUY0vslKzs0CLle3qZ70GLS5c16c4rBqqL8kloN1PsqX9K9aea7+42gHEfaKeLDJz+MNRd/HjedfB+unPYnloQWg4F52Dh8qO8lHk+Jtv+INWSjpp+MarjAYvvnfVNxSXOrlJWP8pY07BaClRLUl//g8Fma7FJqmfVAU3Q9WMfrzFF9ZkdxQ5GTtGoN40lev4cfblVmbST0xBnmI/xHdhcVDo6A8++UlH0+t28qrlxxPVbnZnBOjYOy9OG2Hm6OZPz9/q6EHNG4eTlHuIQaPY7mzN+Yn1N9JMMq0mQ/icquHmpwLa/LXotHVPEalD5EP23l9VUc+fUc9UoOKQU/9x7OLSndelJfHwesckRqtKyVdnLbOjQ4hUPuATP+3v4r3n8LMAAsR90w+kkNLQAAAABJRU5ErkJggg==') 40px 30px no-repeat;
168
+ border: none;
169
+ box-sizing: border-box;
170
+ color: #373e40;
171
+ font-size: 24px;
172
+ font-weight: 700;
173
+ height: 90px;
174
+ padding: 40px 40px 0 120px;
175
+ text-transform: uppercase;
176
+ width: 100%;
177
  }
178
 
179
  body.<?php echo $suffix; ?> .<?php echo $key; ?>-container div.actions {
180
+ box-sizing: border-box;
181
+ padding: 30px 40px;
182
+ background-color: #eaeaea;
183
+ }
184
+
185
+ body.<?php echo $suffix; ?> .<?php echo $key; ?>-container input.button {
186
+ background: #ec5d60;
187
+ border: none;
188
+ box-shadow: none;
189
+ color: #ffffff;
190
+ font-size: 15px;
191
+ font-weight: 700;
192
+ height: auto;
193
+ line-height: 20px;
194
+ padding: 10px 15px;
195
+ text-transform: uppercase;
196
+ -webkit-transition: 0.3s ease;
197
+ -moz-transition: 0.3s ease;
198
+ -ms-transition: 0.3s ease;
199
+ -o-transition: 0.3s ease;
200
+ transition: 0.3s ease;
201
  }
202
 
203
  body.<?php echo $suffix; ?> .<?php echo $key; ?>-container input.button.button-primary {
204
+ background: transparent;
205
+ box-shadow: none;
206
+ color: #8d9192;
207
+ font-weight: 400;
208
+ float: right;
209
+ line-height: 40px;
210
+ padding: 0;
211
+ text-decoration: underline;
212
+ text-shadow: none;
213
+ text-transform: none;
214
  }
215
 
216
+ body.<?php echo $suffix; ?> .<?php echo $key; ?>-container input.button:hover {
217
+ background: #e83f42;
218
  }
219
 
220
+ body.<?php echo $suffix; ?> .<?php echo $key; ?>-container input.button.button-primary:hover {
221
+ background: transparent;
222
+ }
223
+
224
+ body.<?php echo $suffix; ?> .<?php echo $key; ?>-container input.button:focus {
225
+ box-shadow: none;
226
+ outline: none;
227
+ }
228
+
229
+ body.<?php echo $suffix; ?> .<?php echo $key; ?>-container input.button:active {
230
+ box-shadow: none;
231
+ transform: translateY(0);
232
+ }
233
+
234
+ body.<?php echo $suffix; ?> .<?php echo $key; ?>-container input.button:disabled {
235
+ cursor: not-allowed;
236
+ }
237
+
238
+ body.<?php echo $suffix; ?> .<?php echo $key; ?>-container input.button.button-primary:hover {
239
+ text-decoration: none;
240
  }
241
 
242
  body.<?php echo $suffix; ?> .<?php echo $key; ?>-container div.revive_network-container {
243
  background-color: #ffffff;
244
  }
245
 
246
+ body.<?php echo $suffix; ?> .<?php echo $key; ?>-container ul.ti-list {
247
+ margin: 0;
248
+ }
249
+
250
  body.<?php echo $suffix; ?> .<?php echo $key; ?>-container ul.ti-list li {
251
+ color: #373e40;
252
+ font-size: 13px;
253
+ margin-bottom: 5px;
254
  }
255
 
256
  body.<?php echo $suffix; ?> .<?php echo $key; ?>-container ul.ti-list li label {
257
  margin-left: 10px;
258
+ line-height: 28px;
259
+ font-size: 15px;
260
+ }
261
+
262
+ body.<?php echo $suffix; ?> .<?php echo $key; ?>-container ul.ti-list input[type=radio] {
263
+ margin-top: 1px;
264
  }
265
 
266
  body.<?php echo $suffix; ?> .<?php echo $key; ?>-container #TB_ajaxContent {
267
+ box-sizing: border-box;
268
+ height: auto !important;
269
+ padding: 20px 40px;
270
+ width: 100% !important;
271
  }
272
 
273
  body.<?php echo $suffix; ?> .<?php echo $key; ?>-container li div textarea {
280
  }
281
 
282
  .<?php echo $key; ?>-container #TB_title #TB_ajaxWindowTitle {
283
+ box-sizing: border-box;
284
  display: block;
285
+ float: none;
286
+ font-weight: 700;
287
+ line-height: 1;
288
+ padding: 0;
289
+ text-align: left;
290
+ width: 100%;
291
  }
292
 
293
+ .<?php echo $key; ?>-container #TB_title #TB_ajaxWindowTitle span {
294
+ color: #8d9192;
 
295
  display: block;
296
+ font-size: 15px;
297
+ font-weight: 400;
298
+ margin-top: 5px;
299
+ text-transform: none;
300
  }
301
 
302
+ body.<?php echo $suffix; ?> .<?php echo $key; ?>-container .actions {
 
 
303
  width: 100%;
304
+ display: block;
305
+ position: absolute;
306
+ left: 0;
307
+ bottom: 0;
308
  }
309
 
310
  .theme-install-php .<?php echo $key; ?>-container #TB_closeWindowButton .tb-close-icon:before {
312
  }
313
 
314
  .<?php echo $key; ?>-container #TB_closeWindowButton .tb-close-icon {
 
315
  color: #eee;
316
  }
317
 
318
  .<?php echo $key; ?>-container #TB_closeWindowButton {
319
  left: auto;
320
+ right: -5px;
321
+ top: -35px;
322
  color: #eee;
323
  }
324
 
325
+ .<?php echo $key; ?>-container #TB_closeWindowButton .tb-close-icon {
326
+ text-align: right;
327
+ line-height: 25px;
328
+ width: 25px;
329
+ height: 25px;
330
+ }
331
+
332
+ .<?php echo $key; ?>-container #TB_closeWindowButton:focus .tb-close-icon {
333
+ box-shadow: none;
334
+ outline: none;
335
+ }
336
+
337
+ .<?php echo $key; ?>-container #TB_closeWindowButton .tb-close-icon:before {
338
+ font: normal 25px dashicons;
339
+ }
340
 
341
+ body.<?php echo $suffix; ?> .<?php echo $key; ?>-container {
342
  margin: auto !important;
343
+ height: 500px !important;
344
  top: 0 !important;
345
  left: 0 !important;
346
  bottom: 0 !important;
347
  right: 0 !important;
348
+ width: 600px !important;
349
  }
350
  </style>
351
  <?php
384
  $('a.ti-auto-anchor').trigger('click');
385
  }, <?php echo self::AUTO_TRIGGER_DEACTIVATE_WINDOW_SECONDS * 1000; ?> );
386
  }
387
+ $(document).on('thickbox:removed', function () {
388
  $.ajax({
389
  url: ajaxurl,
390
  method: 'post',
391
  data: {
392
+ 'action': '<?php echo $key . __CLASS__; ?>',
393
+ 'nonce': '<?php echo wp_create_nonce( (string) __CLASS__ ); ?>',
394
+ 'type': '<?php echo $type; ?>',
395
+ 'key': '<?php echo $key; ?>'
396
  },
397
  });
398
  });
399
  var href = $(target_element).attr('href');
400
+ $('#<?php echo $key; ?>ti-deactivate-no').attr('data-ti-action', href).on('click', function (e) {
401
  e.preventDefault();
402
  e.stopPropagation();
403
 
404
  $('body').unbind('thickbox:removed');
405
  tb_remove();
406
+ var redirect = $(this).attr('data-ti-action');
407
+ if (redirect != '') {
408
+ location.href = redirect;
409
+ }
410
  });
411
 
412
  $('#<?php echo $key; ?> ul.ti-list label, #<?php echo $key; ?> ul.ti-list input[name="ti-deactivate-option"]').on('click', function (e) {
434
  url: ajaxurl,
435
  method: 'post',
436
  data: {
437
+ 'action': '<?php echo $key . __CLASS__; ?>',
438
+ 'nonce': '<?php echo wp_create_nonce( (string) __CLASS__ ); ?>',
439
+ 'id': $('#<?php echo $key; ?> input[name="ti-deactivate-option"]:checked').parent().attr('ti-option-id'),
440
+ 'msg': $('#<?php echo $key; ?> input[name="ti-deactivate-option"]:checked').parent().find('textarea').val(),
441
+ 'type': '<?php echo $type; ?>',
442
+ 'key': '<?php echo $key; ?>'
443
  },
444
  });
445
  var redirect = $(this).attr('data-ti-action');
451
  }
452
  });
453
 
454
+ $(target_element).attr('name', '<?php echo wp_kses( $heading, array( 'span' => array() ) ); ?>').attr('href', '<?php echo $src; ?>').addClass('thickbox');
455
  var thicbox_timer;
456
  $(target_element).on('click', function () {
457
  tiBindThickbox();
494
 
495
  $list = '';
496
  foreach ( $options as $title => $attributes ) {
497
+ $id = $attributes['id'];
498
  $list .= '<li ti-option-id="' . $id . '"><input type="radio" name="ti-deactivate-option" id="' . $key . $id . '"><label for="' . $key . $id . '">' . str_replace( '{theme}', $this->product->get_name(), $title ) . '</label>';
499
  if ( array_key_exists( 'type', $attributes ) ) {
500
+ $list .= '<div>';
501
  $placeholder = array_key_exists( 'placeholder', $attributes ) ? $attributes['placeholder'] : '';
502
  switch ( $attributes['type'] ) {
503
  case 'text':
516
  . '<ul class="ti-list">' . $list . '</ul>'
517
  . '<div class="actions">'
518
  . get_submit_button(
519
+ $button_submit, 'secondary', $this->product->get_key() . 'ti-deactivate-yes', false, array(
520
  'data-after-text' => $button_submit,
521
+ 'disabled' => true,
522
  )
523
  )
524
  . get_submit_button( $button_cancel, 'primary', $this->product->get_key() . 'ti-deactivate-no', false )
vendor/codeinwp/themeisle-sdk/class-themeisle-sdk-feedback-review.php CHANGED
@@ -146,7 +146,7 @@ if ( ! class_exists( 'ThemeIsle_SDK_Feedback_Review' ) ) :
146
  'action': '<?php echo $this->product->get_key() . __CLASS__; ?>'
147
  },
148
  success: function () {
149
- $('#<?php echo $key; ?>_review').hide();
150
  }
151
  });
152
  });
146
  'action': '<?php echo $this->product->get_key() . __CLASS__; ?>'
147
  },
148
  success: function () {
149
+ $('#<?php echo $key; ?>_review').html('<p><b>Thanks for your answer.</b></p>');
150
  }
151
  });
152
  });
vendor/codeinwp/themeisle-sdk/class-themeisle-sdk-feedback-translate.php CHANGED
@@ -888,7 +888,7 @@ The process is easy, and you can join by following the link below!';
888
  'action': '<?php echo $this->product->get_key() . __CLASS__; ?>'
889
  },
890
  success: function () {
891
- $('#<?php echo $key; ?>_translate').hide();
892
  }
893
  });
894
  });
888
  'action': '<?php echo $this->product->get_key() . __CLASS__; ?>'
889
  },
890
  success: function () {
891
+ $('#<?php echo $key; ?>_translate').html('<p><b>Thanks for your answer.</b></p>');
892
  }
893
  });
894
  });
vendor/codeinwp/themeisle-sdk/class-themeisle-sdk-licenser.php CHANGED
@@ -73,6 +73,7 @@ if ( ! class_exists( 'ThemeIsle_SDK_Licenser' ) ) :
73
  add_action( 'admin_init', array( $this, 'activate_license' ) );
74
  add_action( 'admin_init', array( $this, 'product_valid' ), 99999999 );
75
  add_action( 'admin_notices', array( $this, 'show_notice' ) );
 
76
  }
77
 
78
  /**
@@ -203,19 +204,6 @@ if ( ! class_exists( 'ThemeIsle_SDK_Licenser' ) ) :
203
  * @return bool Either hide them or not.
204
  */
205
  function check_hide( $hide ) {
206
- if ( isset( $_GET[ $this->product->get_key() . '_hide_' . $hide ] ) ) {
207
- if ( $_GET[ $this->product->get_key() . '_hide_' . $hide ] === 'yes' ) {
208
- update_option( $this->product->get_key() . '_hide_' . $hide, 'yes' );
209
-
210
- return false;
211
- }
212
- } else {
213
- $license = get_option( $this->product->get_key() . '_hide_' . $hide, '' );
214
- if ( $license === 'yes' ) {
215
- return false;
216
- }
217
- }
218
-
219
  return true;
220
  }
221
 
@@ -236,15 +224,14 @@ if ( ! class_exists( 'ThemeIsle_SDK_Licenser' ) ) :
236
  Staff for more details.'
237
  );
238
  $no_valid_string = apply_filters(
239
- $this->product->get_key() . '_lc_no_valid_string', 'In order to benefit from updates and support for %s , please add
240
  your license code from your <a href="%s" target="_blank">purchase history</a> and validate it <a
241
- href="%s">here</a> '
242
  );
243
  $expiration_string = apply_filters(
244
  $this->product->get_key() . '_lc_expiration_string', 'Your license is about to expire
245
  for %s. You can go to %s and renew it '
246
  );
247
- $hide_notice_string = apply_filters( $this->product->get_key() . '_lc_hide_notice_string', 'Hide Notice' );
248
  if ( $status != 'valid' ) {
249
  if ( $this->check_activation() ) {
250
  if ( $this->check_hide( 'activation' ) ) {
@@ -257,8 +244,7 @@ if ( ! class_exists( 'ThemeIsle_SDK_Licenser' ) ) :
257
  target="_blank">' . $this->product->get_store_name() . '</a>'
258
  );
259
  ?>
260
- </strong> | <a
261
- href="<?php echo add_query_arg( $this->product->get_key() . '_activation', 'yes' ); ?> "><?php echo $hide_notice_string; ?></a>
262
  </p>
263
  </div>
264
  <?php
@@ -269,9 +255,7 @@ if ( ! class_exists( 'ThemeIsle_SDK_Licenser' ) ) :
269
  <?php if ( $this->check_hide( 'valid' ) ) : ?>
270
  <div class="error">
271
  <p>
272
- <strong><?php echo sprintf( $no_valid_string, $this->product->get_name() . ' ' . $this->product->get_type(), $this->product->get_store_url(), admin_url( 'options-general.php' ) . '#' . $this->product->get_key() ); ?> </strong>|
273
- <a
274
- href="<?php echo add_query_arg( $this->product->get_key() . '_hide_valid', 'yes' ); ?> "><?php echo $hide_notice_string; ?></a>
275
  </p>
276
  </div>
277
  <?php endif; ?>
@@ -290,9 +274,7 @@ if ( ! class_exists( 'ThemeIsle_SDK_Licenser' ) ) :
290
  target="_blank">' . $this->product->get_store_name() . '</a>'
291
  );
292
  ?>
293
- </strong> |
294
- <a
295
- href="<?php echo add_query_arg( $this->product->get_key() . '_hide_expiration', 'yes' ); ?> "><?php echo $hide_notice_string; ?></a>
296
  </p>
297
  </div>
298
  <?php
73
  add_action( 'admin_init', array( $this, 'activate_license' ) );
74
  add_action( 'admin_init', array( $this, 'product_valid' ), 99999999 );
75
  add_action( 'admin_notices', array( $this, 'show_notice' ) );
76
+ add_filter( $this->product->get_key() . '_license_status', array( $this, 'get_license_status' ) );
77
  }
78
 
79
  /**
204
  * @return bool Either hide them or not.
205
  */
206
  function check_hide( $hide ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
207
  return true;
208
  }
209
 
224
  Staff for more details.'
225
  );
226
  $no_valid_string = apply_filters(
227
+ $this->product->get_key() . '_lc_no_valid_string', 'In order to benefit from updates and support for %s, please add
228
  your license code from your <a href="%s" target="_blank">purchase history</a> and validate it <a
229
+ href="%s">here</a>. '
230
  );
231
  $expiration_string = apply_filters(
232
  $this->product->get_key() . '_lc_expiration_string', 'Your license is about to expire
233
  for %s. You can go to %s and renew it '
234
  );
 
235
  if ( $status != 'valid' ) {
236
  if ( $this->check_activation() ) {
237
  if ( $this->check_hide( 'activation' ) ) {
244
  target="_blank">' . $this->product->get_store_name() . '</a>'
245
  );
246
  ?>
247
+ </strong>
 
248
  </p>
249
  </div>
250
  <?php
255
  <?php if ( $this->check_hide( 'valid' ) ) : ?>
256
  <div class="error">
257
  <p>
258
+ <strong><?php echo sprintf( $no_valid_string, $this->product->get_name() . ' ' . $this->product->get_type(), $this->product->get_store_url(), admin_url( 'options-general.php' ) . '#' . $this->product->get_key() ); ?> </strong>
 
 
259
  </p>
260
  </div>
261
  <?php endif; ?>
274
  target="_blank">' . $this->product->get_store_name() . '</a>'
275
  );
276
  ?>
277
+ </strong>
 
 
278
  </p>
279
  </div>
280
  <?php
vendor/codeinwp/themeisle-sdk/class-themeisle-sdk-loader.php CHANGED
@@ -48,7 +48,7 @@ if ( ! class_exists( 'ThemeIsle_SDK_Loader' ) ) :
48
 
49
  $notifications = array();
50
  // Based on the WordPress Available file header we enable the logger or not.
51
- if ( ! $product_object->is_wordpress_available() ) {
52
  $licenser = new ThemeIsle_SDK_Licenser( $product_object );
53
  $licenser->enable();
54
  }
@@ -76,6 +76,9 @@ if ( ! class_exists( 'ThemeIsle_SDK_Loader' ) ) :
76
  if ( ! $product_object->is_external_author() ) {
77
  new ThemeIsle_SDK_Rollback( $product_object );
78
  }
 
 
 
79
  return self::$instance;
80
  }
81
 
48
 
49
  $notifications = array();
50
  // Based on the WordPress Available file header we enable the logger or not.
51
+ if ( ! $product_object->is_wordpress_available() && apply_filters( $product_object->get_key() . '_enable_licenser', true ) === true ) {
52
  $licenser = new ThemeIsle_SDK_Licenser( $product_object );
53
  $licenser->enable();
54
  }
76
  if ( ! $product_object->is_external_author() ) {
77
  new ThemeIsle_SDK_Rollback( $product_object );
78
  }
79
+
80
+ new ThemeIsle_SDK_Endpoints( $product_object );
81
+
82
  return self::$instance;
83
  }
84
 
vendor/codeinwp/themeisle-sdk/class-themeisle-sdk-logger.php CHANGED
@@ -77,6 +77,13 @@ if ( ! class_exists( 'ThemeIsle_SDK_Logger' ) ) :
77
  * Send the statistics to the api endpoint
78
  */
79
  public function send_log() {
 
 
 
 
 
 
 
80
  wp_remote_post(
81
  $this->logging_url, array(
82
  'method' => 'POST',
@@ -86,10 +93,12 @@ if ( ! class_exists( 'ThemeIsle_SDK_Logger' ) ) :
86
  'X-ThemeIsle-Event' => 'log_site',
87
  ),
88
  'body' => array(
89
- 'site' => get_site_url(),
90
- 'slug' => $this->product->get_slug(),
91
- 'version' => $this->product->get_version(),
92
- 'data' => apply_filters( $this->product->get_key() . '_logger_data', array() ),
 
 
93
  ),
94
  )
95
  );
77
  * Send the statistics to the api endpoint
78
  */
79
  public function send_log() {
80
+ $environment = array();
81
+ $theme = wp_get_theme();
82
+ $environment['theme'] = array();
83
+ $environment['theme']['name'] = $theme->get( 'Name' );
84
+ $environment['theme']['author'] = $theme->get( 'Author' );
85
+ $environment['plugins'] = get_option( 'active_plugins' );
86
+
87
  wp_remote_post(
88
  $this->logging_url, array(
89
  'method' => 'POST',
93
  'X-ThemeIsle-Event' => 'log_site',
94
  ),
95
  'body' => array(
96
+ 'site' => get_site_url(),
97
+ 'slug' => $this->product->get_slug(),
98
+ 'version' => $this->product->get_version(),
99
+ 'data' => apply_filters( $this->product->get_key() . '_logger_data', array() ),
100
+ 'environment' => $environment,
101
+ 'license' => apply_filters( $this->product->get_key() . '_license_status', '' ),
102
  ),
103
  )
104
  );
vendor/codeinwp/themeisle-sdk/load.php CHANGED
@@ -11,7 +11,7 @@
11
  */
12
 
13
  // Current SDK version and path.
14
- $themeisle_sdk_version = '1.9.2';
15
  $themeisle_sdk_path = dirname( __FILE__ );
16
 
17
  global $themeisle_sdk_max_version;
11
  */
12
 
13
  // Current SDK version and path.
14
+ $themeisle_sdk_version = '2.1.1';
15
  $themeisle_sdk_path = dirname( __FILE__ );
16
 
17
  global $themeisle_sdk_max_version;
vendor/codeinwp/themeisle-sdk/start.php CHANGED
@@ -24,6 +24,7 @@ $files_to_load = array(
24
  'class-themeisle-sdk-widget.php',
25
  'class-themeisle-sdk-widget-dashboard-blog.php',
26
  'class-themeisle-sdk-widgets-factory.php',
 
27
  );
28
 
29
  foreach ( $files_to_load as $file ) {
24
  'class-themeisle-sdk-widget.php',
25
  'class-themeisle-sdk-widget-dashboard-blog.php',
26
  'class-themeisle-sdk-widgets-factory.php',
27
+ 'class-themeisle-sdk-endpoints.php',
28
  );
29
 
30
  foreach ( $files_to_load as $file ) {
vendor/composer/autoload_files.php CHANGED
@@ -7,5 +7,6 @@ $baseDir = dirname($vendorDir);
7
 
8
  return array(
9
  '957c51f8f334b5ea3be310bfb8b3492c' => $vendorDir . '/codeinwp/themeisle-sdk/load.php',
 
10
  '4577ab960be90dedc8f8512147cf356d' => $vendorDir . '/codeinwp/themeisle-sdk/load.php',
11
  );
7
 
8
  return array(
9
  '957c51f8f334b5ea3be310bfb8b3492c' => $vendorDir . '/codeinwp/themeisle-sdk/load.php',
10
+ '7b1f4385ddfc86d120fe4380e8cb0fa6' => $vendorDir . '/codeinwp/themeisle-content-forms/load.php',
11
  '4577ab960be90dedc8f8512147cf356d' => $vendorDir . '/codeinwp/themeisle-sdk/load.php',
12
  );
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit485d2690af688e0af2e964e05990404d
6
  {
7
  private static $loader;
8
 
@@ -19,9 +19,9 @@ class ComposerAutoloaderInit485d2690af688e0af2e964e05990404d
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInit485d2690af688e0af2e964e05990404d', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInit485d2690af688e0af2e964e05990404d', 'loadClassLoader'));
25
 
26
  $map = require __DIR__ . '/autoload_namespaces.php';
27
  foreach ($map as $namespace => $path) {
@@ -42,14 +42,14 @@ class ComposerAutoloaderInit485d2690af688e0af2e964e05990404d
42
 
43
  $includeFiles = require __DIR__ . '/autoload_files.php';
44
  foreach ($includeFiles as $fileIdentifier => $file) {
45
- composerRequire485d2690af688e0af2e964e05990404d($fileIdentifier, $file);
46
  }
47
 
48
  return $loader;
49
  }
50
  }
51
 
52
- function composerRequire485d2690af688e0af2e964e05990404d($fileIdentifier, $file)
53
  {
54
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
55
  require $file;
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInit17acd3e2aff2bdc77d013775d913f8f5
6
  {
7
  private static $loader;
8
 
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInit17acd3e2aff2bdc77d013775d913f8f5', 'loadClassLoader'), true, true);
23
  self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInit17acd3e2aff2bdc77d013775d913f8f5', 'loadClassLoader'));
25
 
26
  $map = require __DIR__ . '/autoload_namespaces.php';
27
  foreach ($map as $namespace => $path) {
42
 
43
  $includeFiles = require __DIR__ . '/autoload_files.php';
44
  foreach ($includeFiles as $fileIdentifier => $file) {
45
+ composerRequire17acd3e2aff2bdc77d013775d913f8f5($fileIdentifier, $file);
46
  }
47
 
48
  return $loader;
49
  }
50
  }
51
 
52
+ function composerRequire17acd3e2aff2bdc77d013775d913f8f5($fileIdentifier, $file)
53
  {
54
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
55
  require $file;
vendor/composer/installed.json CHANGED
@@ -6,15 +6,15 @@
6
  "source": {
7
  "type": "git",
8
  "url": "https://github.com/Codeinwp/themeisle-sdk.git",
9
- "reference": "1933233168091b9e72df9df60b234b7650d6b00b"
10
  },
11
  "dist": {
12
  "type": "zip",
13
- "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/1933233168091b9e72df9df60b234b7650d6b00b",
14
- "reference": "1933233168091b9e72df9df60b234b7650d6b00b",
15
  "shasum": ""
16
  },
17
- "time": "2017-11-23 13:26:34",
18
  "type": "library",
19
  "installation-source": "dist",
20
  "autoload": {
@@ -38,5 +38,45 @@
38
  "keywords": [
39
  "wordpress"
40
  ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  }
42
  ]
6
  "source": {
7
  "type": "git",
8
  "url": "https://github.com/Codeinwp/themeisle-sdk.git",
9
+ "reference": "032c9dcc34c7c8589eebe3e0b3c72418fcbd3d76"
10
  },
11
  "dist": {
12
  "type": "zip",
13
+ "url": "https://api.github.com/repos/Codeinwp/themeisle-sdk/zipball/032c9dcc34c7c8589eebe3e0b3c72418fcbd3d76",
14
+ "reference": "032c9dcc34c7c8589eebe3e0b3c72418fcbd3d76",
15
  "shasum": ""
16
  },
17
+ "time": "2018-01-13 12:07:08",
18
  "type": "library",
19
  "installation-source": "dist",
20
  "autoload": {
38
  "keywords": [
39
  "wordpress"
40
  ]
41
+ },
42
+ {
43
+ "name": "codeinwp/themeisle-content-forms",
44
+ "version": "dev-master",
45
+ "version_normalized": "9999999-dev",
46
+ "source": {
47
+ "type": "git",
48
+ "url": "https://github.com/Codeinwp/themeisle-content-forms.git",
49
+ "reference": "7c5e9bc9267041b4b0ff6425d977006f4ddc1a23"
50
+ },
51
+ "dist": {
52
+ "type": "zip",
53
+ "url": "https://api.github.com/repos/Codeinwp/themeisle-content-forms/zipball/7c5e9bc9267041b4b0ff6425d977006f4ddc1a23",
54
+ "reference": "7c5e9bc9267041b4b0ff6425d977006f4ddc1a23",
55
+ "shasum": ""
56
+ },
57
+ "time": "2018-01-15 13:10:19",
58
+ "type": "library",
59
+ "installation-source": "dist",
60
+ "autoload": {
61
+ "files": [
62
+ "load.php"
63
+ ]
64
+ },
65
+ "notification-url": "https://packagist.org/downloads/",
66
+ "license": [
67
+ "GPL-2.0+"
68
+ ],
69
+ "authors": [
70
+ {
71
+ "name": "ThemeIsle team",
72
+ "email": "friends@themeisle.com",
73
+ "homepage": "https://themeisle.com"
74
+ }
75
+ ],
76
+ "description": "ThemeIsle Content Forms ",
77
+ "homepage": "https://github.com/Codeinwp/themeisle-content-forms",
78
+ "keywords": [
79
+ "wordpress"
80
+ ]
81
  }
82
  ]