Jetpack by WordPress.com - Version 3.3.5

Version Description

Release date: June 2, 2021

Security:

  • Carousel: prevent fetching comments from posts, and from attachments of private posts.
Download this release

Release Info

Developer jeherve
Plugin Icon 128x128 Jetpack by WordPress.com
Version 3.3.5
Comparing to
See all releases

Code changes from version 9.8 to 3.3.5

Files changed (53) hide show
  1. .svnignore +8 -0
  2. 3rd-party/3rd-party.php +6 -39
  3. 3rd-party/bbpress.php +0 -69
  4. 3rd-party/beaverbuilder.php +0 -19
  5. 3rd-party/bitly.php +18 -22
  6. 3rd-party/buddypress.php +2 -16
  7. 3rd-party/class-domain-mapping.php +0 -160
  8. 3rd-party/class-jetpack-bbpress-rest-api.php +0 -161
  9. 3rd-party/class-jetpack-crm-data.php +0 -77
  10. 3rd-party/class-jetpack-modules-overrides.php +0 -148
  11. 3rd-party/class.jetpack-amp-support.php +0 -547
  12. 3rd-party/creative-mail.php +0 -128
  13. 3rd-party/crowdsignal.php +0 -23
  14. 3rd-party/debug-bar.php +0 -24
  15. 3rd-party/debug-bar/class-jetpack-search-debug-bar.php +0 -184
  16. 3rd-party/debug-bar/debug-bar.css +0 -56
  17. 3rd-party/debug-bar/debug-bar.js +0 -22
  18. 3rd-party/qtranslate-x.php +0 -25
  19. 3rd-party/vaultpress.php +0 -66
  20. 3rd-party/web-stories.php +0 -36
  21. 3rd-party/woocommerce-services.php +0 -152
  22. 3rd-party/woocommerce.php +0 -129
  23. 3rd-party/wpml.php +13 -39
  24. CHANGELOG.md +0 -5356
  25. LICENSE.txt +0 -357
  26. SECURITY.md +0 -38
  27. _inc/accessible-focus.js +0 -19
  28. _inc/blocks/business-hours/view.asset.php +0 -1
  29. _inc/blocks/business-hours/view.css +0 -1
  30. _inc/blocks/business-hours/view.js +0 -1
  31. _inc/blocks/business-hours/view.rtl.css +0 -1
  32. _inc/blocks/button/view.asset.php +0 -1
  33. _inc/blocks/button/view.css +0 -1
  34. _inc/blocks/button/view.js +0 -1
  35. _inc/blocks/button/view.rtl.css +0 -1
  36. _inc/blocks/calendly/view.asset.php +0 -1
  37. _inc/blocks/calendly/view.css +0 -1
  38. _inc/blocks/calendly/view.js +0 -1
  39. _inc/blocks/calendly/view.rtl.css +0 -1
  40. _inc/blocks/components.css +0 -1
  41. _inc/blocks/components.js +0 -52
  42. _inc/blocks/components.rtl.css +0 -1
  43. _inc/blocks/contact-info/view.asset.php +0 -1
  44. _inc/blocks/contact-info/view.css +0 -1
  45. _inc/blocks/contact-info/view.js +0 -1
  46. _inc/blocks/contact-info/view.rtl.css +0 -1
  47. _inc/blocks/dialogue/view.asset.php +0 -1
  48. _inc/blocks/dialogue/view.css +0 -1
  49. _inc/blocks/dialogue/view.js +0 -1
  50. _inc/blocks/dialogue/view.rtl.css +0 -1
  51. _inc/blocks/donations/view.asset.php +0 -1
  52. _inc/blocks/donations/view.css +0 -1
  53. _inc/blocks/donations/view.js +0 -13
.svnignore ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ .git/
2
+ .gitignore
3
+ .travis.yml
4
+ readme.md
5
+ tests/
6
+ _inc/lib/icalendar-reader.php
7
+ modules/shortcodes/upcoming-events.php
8
+ modules/widgets/upcoming-events.php
3rd-party/3rd-party.php CHANGED
@@ -1,43 +1,10 @@
1
  <?php
2
- /**
3
- * Compatibility files for third-party plugins.
4
- * This is used to improve compatibility of specific Jetpack features with third-party plugins.
5
- *
6
- * @package automattic/jetpack
7
- */
8
-
9
- namespace Automattic\Jetpack;
10
 
11
- /**
12
- * Loads the individual 3rd-party compat files.
 
13
  */
14
- function load_3rd_party() {
15
- // Array of third-party compat files to always require.
16
- $compat_files = array(
17
- 'bbpress.php',
18
- 'beaverbuilder.php',
19
- 'bitly.php',
20
- 'buddypress.php',
21
- 'class.jetpack-amp-support.php',
22
- 'class-jetpack-crm-data.php',
23
- 'class-jetpack-modules-overrides.php', // Special case. Tools to be used to override module settings.
24
- 'creative-mail.php',
25
- 'debug-bar.php',
26
- 'class-domain-mapping.php',
27
- 'crowdsignal.php',
28
- 'qtranslate-x.php',
29
- 'vaultpress.php',
30
- 'web-stories.php',
31
- 'wpml.php',
32
- 'woocommerce.php',
33
- 'woocommerce-services.php',
34
- );
35
-
36
- foreach ( $compat_files as $file ) {
37
- if ( file_exists( JETPACK__PLUGIN_DIR . '/3rd-party/' . $file ) ) {
38
- require_once JETPACK__PLUGIN_DIR . '/3rd-party/' . $file;
39
- }
40
- }
41
- }
42
 
43
- load_3rd_party();
 
 
1
  <?php
 
 
 
 
 
 
 
 
2
 
3
+ /*
4
+ * Placeholder to load 3rd party plugin tweaks until a legit system
5
+ * is architected
6
  */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
 
8
+ require_once( 'buddypress.php' );
9
+ require_once( 'wpml.php' );
10
+ require_once( 'bitly.php' );
3rd-party/bbpress.php DELETED
@@ -1,69 +0,0 @@
1
- <?php
2
- /**
3
- * Compatibility functions for bbpress.
4
- *
5
- * @package automattic/jetpack
6
- */
7
-
8
- add_action( 'init', 'jetpack_bbpress_compat', 11 ); // Priority 11 needed to ensure sharing_display is loaded.
9
-
10
- /**
11
- * Adds Jetpack + bbPress Compatibility filters.
12
- *
13
- * @author Brandon Kraft
14
- * @since 3.7.1
15
- */
16
- function jetpack_bbpress_compat() {
17
- if ( ! function_exists( 'bbpress' ) ) {
18
- return;
19
- }
20
-
21
- /**
22
- * Add compatibility layer for REST API.
23
- *
24
- * @since 8.5.0 Moved from root-level file and check_rest_api_compat()
25
- */
26
- require_once 'class-jetpack-bbpress-rest-api.php';
27
- Jetpack_BbPress_REST_API::instance();
28
-
29
- // Adds sharing buttons to bbPress items.
30
- if ( function_exists( 'sharing_display' ) ) {
31
- add_filter( 'bbp_get_topic_content', 'sharing_display', 19 );
32
- add_action( 'bbp_template_after_single_forum', 'jetpack_sharing_bbpress' );
33
- add_action( 'bbp_template_after_single_topic', 'jetpack_sharing_bbpress' );
34
- }
35
-
36
- /**
37
- * Enable Markdown support for bbpress post types.
38
- *
39
- * @author Brandon Kraft
40
- * @since 6.0.0
41
- */
42
- if ( function_exists( 'bbp_get_topic_post_type' ) ) {
43
- add_post_type_support( bbp_get_topic_post_type(), 'wpcom-markdown' );
44
- add_post_type_support( bbp_get_reply_post_type(), 'wpcom-markdown' );
45
- add_post_type_support( bbp_get_forum_post_type(), 'wpcom-markdown' );
46
- }
47
-
48
- /**
49
- * Use Photon for all images in Topics and replies.
50
- *
51
- * @since 4.9.0
52
- */
53
- if ( class_exists( 'Jetpack_Photon' ) && Jetpack::is_module_active( 'photon' ) ) {
54
- add_filter( 'bbp_get_topic_content', array( 'Jetpack_Photon', 'filter_the_content' ), 999999 );
55
- add_filter( 'bbp_get_reply_content', array( 'Jetpack_Photon', 'filter_the_content' ), 999999 );
56
- }
57
- }
58
-
59
- /**
60
- * Display Jetpack "Sharing" buttons on bbPress 2.x forums/ topics/ lead topics/ replies.
61
- *
62
- * Determination if the sharing buttons should display on the post type is handled within sharing_display().
63
- *
64
- * @author David Decker
65
- * @since 3.7.0
66
- */
67
- function jetpack_sharing_bbpress() {
68
- sharing_display( null, true );
69
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3rd-party/beaverbuilder.php DELETED
@@ -1,19 +0,0 @@
1
- <?php
2
- /**
3
- * Beaverbuilder Compatibility.
4
- *
5
- * @package automattic/jetpack
6
- */
7
-
8
- namespace Automattic\Jetpack\Third_Party;
9
-
10
- add_action( 'init', __NAMESPACE__ . '\beaverbuilder_refresh' );
11
-
12
- /**
13
- * If masterbar module is active force BeaverBuilder to refresh when publishing a layout.
14
- */
15
- function beaverbuilder_refresh() {
16
- if ( \Jetpack::is_module_active( 'masterbar' ) ) {
17
- add_filter( 'fl_builder_should_refresh_on_publish', '__return_true' );
18
- }
19
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3rd-party/bitly.php CHANGED
@@ -1,33 +1,29 @@
1
- <?php
2
- /**
 
3
  * Fixes issues with the Official Bitly for WordPress
4
- * https://wordpress.org/plugins/bitly/
5
- *
6
- * @package automattic/jetpack
7
  */
8
-
9
- if ( class_exists( 'Bitly' ) ) {
10
-
11
- if ( isset( $GLOBALS['bitly'] ) ) {
12
- if ( method_exists( $GLOBALS['bitly'], 'og_tags' ) ) {
13
- remove_action( 'wp_head', array( $GLOBALS['bitly'], 'og_tags' ) );
14
- }
15
-
16
  add_action( 'wp_head', 'jetpack_bitly_og_tag', 100 );
17
  }
 
18
  }
19
 
20
  /**
21
- * Adds bitly OG tags.
 
 
22
  */
23
  function jetpack_bitly_og_tag() {
24
- if ( has_filter( 'wp_head', 'jetpack_og_tags' ) === false ) {
25
- // Add the bitly part again back if we don't have any jetpack_og_tags added.
26
- if ( method_exists( $GLOBALS['bitly'], 'og_tags' ) ) {
27
- $GLOBALS['bitly']->og_tags();
28
- }
29
  } elseif ( isset( $GLOBALS['posts'] ) && $GLOBALS['posts'][0]->ID > 0 ) {
30
- printf( "<meta property=\"bitly:url\" content=\"%s\" /> \n", esc_attr( $GLOBALS['bitly']->get_bitly_link_for_post_id( $GLOBALS['posts'][0]->ID ) ) );
31
- }
32
 
33
- }
1
+ <?php
2
+
3
+ /*
4
  * Fixes issues with the Official Bitly for WordPress
5
+ * http://wordpress.org/plugins/bitly/
 
 
6
  */
7
+ if( class_exists( 'Bitly' ) ) {
8
+
9
+ if( isset( $GLOBALS['bitly'] ) ) {
10
+ remove_action( 'wp_head', array( $GLOBALS['bitly'], 'og_tags' ) );
 
 
 
 
11
  add_action( 'wp_head', 'jetpack_bitly_og_tag', 100 );
12
  }
13
+
14
  }
15
 
16
  /**
17
+ * jetpack_bitly_og_tag
18
+ *
19
+ * @return null
20
  */
21
  function jetpack_bitly_og_tag() {
22
+ if( has_filter( 'wp_head', 'jetpack_og_tags') === false ) {
23
+ // Add the bitly part again back if we don't have any jetpack_og_tags added
24
+ $GLOBALS['bitly']->og_tags();
 
 
25
  } elseif ( isset( $GLOBALS['posts'] ) && $GLOBALS['posts'][0]->ID > 0 ) {
26
+ printf( "<meta property=\"bitly:url\" content=\"%s\" /> \n", esc_attr( $GLOBALS['bitly']->get_bitly_link_for_post_id( $GLOBALS['posts'][0]->ID ) ) );
27
+ }
28
 
29
+ }
3rd-party/buddypress.php CHANGED
@@ -1,22 +1,8 @@
1
  <?php
2
- /**
3
- * 3rd Party Integration for BuddyPress.
4
- *
5
- * @package automattic/jetpack.
6
- */
7
 
8
- namespace Automattic\Jetpack\Third_Party;
9
-
10
- add_filter( 'bp_core_pre_avatar_handle_upload', __NAMESPACE__ . '\blobphoto' );
11
-
12
- /**
13
- * Adds filters for skipping photon during pre_avatar_handle_upload.
14
- *
15
- * @param bool $bool Passthrough of filter's original content. No changes made.
16
- *
17
- * @return bool
18
- */
19
  function blobphoto( $bool ) {
 
20
  add_filter( 'jetpack_photon_skip_image', '__return_true' );
21
 
22
  return $bool;
1
  <?php
 
 
 
 
 
2
 
3
+ add_filter( 'bp_core_pre_avatar_handle_upload', 'blobphoto' );
 
 
 
 
 
 
 
 
 
 
4
  function blobphoto( $bool ) {
5
+
6
  add_filter( 'jetpack_photon_skip_image', '__return_true' );
7
 
8
  return $bool;
3rd-party/class-domain-mapping.php DELETED
@@ -1,160 +0,0 @@
1
- <?php
2
- /**
3
- * Domain Mapping 3rd Party
4
- *
5
- * @package automattic/jetpack
6
- */
7
-
8
- namespace Automattic\Jetpack\Third_Party;
9
-
10
- use Automattic\Jetpack\Constants;
11
-
12
- /**
13
- * Class Automattic\Jetpack\Third_Party\Domain_Mapping.
14
- *
15
- * This class contains methods that are used to provide compatibility between Jetpack sync and domain mapping plugins.
16
- */
17
- class Domain_Mapping {
18
-
19
- /**
20
- * Singleton holder.
21
- *
22
- * @var Domain_Mapping
23
- **/
24
- private static $instance = null;
25
-
26
- /**
27
- * An array of methods that are used to hook the Jetpack sync filters for home_url and site_url to a mapping plugin.
28
- *
29
- * @var array
30
- */
31
- public static $test_methods = array(
32
- 'hook_wordpress_mu_domain_mapping',
33
- 'hook_wpmu_dev_domain_mapping',
34
- );
35
-
36
- /**
37
- * Singleton constructor.
38
- *
39
- * @return Domain_Mapping|null
40
- */
41
- public static function init() {
42
- if ( is_null( self::$instance ) ) {
43
- self::$instance = new Domain_Mapping();
44
- }
45
-
46
- return self::$instance;
47
- }
48
-
49
- /**
50
- * Class Automattic\Jetpack\Third_Party\Domain_Mapping constructor.
51
- */
52
- private function __construct() {
53
- add_action( 'plugins_loaded', array( $this, 'attempt_to_hook_domain_mapping_plugins' ) );
54
- }
55
-
56
- /**
57
- * This function is called on the plugins_loaded action and will loop through the $test_methods
58
- * to try and hook a domain mapping plugin to the Jetpack sync filters for the home_url and site_url callables.
59
- */
60
- public function attempt_to_hook_domain_mapping_plugins() {
61
- if ( ! Constants::is_defined( 'SUNRISE' ) ) {
62
- return;
63
- }
64
-
65
- $hooked = false;
66
- $count = count( self::$test_methods );
67
- for ( $i = 0; $i < $count && ! $hooked; $i++ ) {
68
- $hooked = call_user_func( array( $this, self::$test_methods[ $i ] ) );
69
- }
70
- }
71
-
72
- /**
73
- * This method will test for a constant and function that are known to be used with Donncha's WordPress MU
74
- * Domain Mapping plugin. If conditions are met, we hook the domain_mapping_siteurl() function to Jetpack sync
75
- * filters for home_url and site_url callables.
76
- *
77
- * @return bool
78
- */
79
- public function hook_wordpress_mu_domain_mapping() {
80
- if ( ! Constants::is_defined( 'SUNRISE_LOADED' ) || ! $this->function_exists( 'domain_mapping_siteurl' ) ) {
81
- return false;
82
- }
83
-
84
- add_filter( 'jetpack_sync_home_url', 'domain_mapping_siteurl' );
85
- add_filter( 'jetpack_sync_site_url', 'domain_mapping_siteurl' );
86
-
87
- return true;
88
- }
89
-
90
- /**
91
- * This method will test for a class and method known to be used in WPMU Dev's domain mapping plugin. If the
92
- * method exists, then we'll hook the swap_to_mapped_url() to our Jetpack sync filters for home_url and site_url.
93
- *
94
- * @return bool
95
- */
96
- public function hook_wpmu_dev_domain_mapping() {
97
- if ( ! $this->class_exists( 'domain_map' ) || ! $this->method_exists( 'domain_map', 'utils' ) ) {
98
- return false;
99
- }
100
-
101
- $utils = $this->get_domain_mapping_utils_instance();
102
- add_filter( 'jetpack_sync_home_url', array( $utils, 'swap_to_mapped_url' ) );
103
- add_filter( 'jetpack_sync_site_url', array( $utils, 'swap_to_mapped_url' ) );
104
-
105
- return true;
106
- }
107
-
108
- /*
109
- * Utility Methods
110
- *
111
- * These methods are very minimal, and in most cases, simply pass on arguments. Why create them you ask?
112
- * So that we can test.
113
- */
114
-
115
- /**
116
- * Checks if a method exists.
117
- *
118
- * @param string $class Class name.
119
- * @param string $method Method name.
120
- *
121
- * @return bool Returns function_exists() without modification.
122
- */
123
- public function method_exists( $class, $method ) {
124
- return method_exists( $class, $method );
125
- }
126
-
127
- /**
128
- * Checks if a class exists.
129
- *
130
- * @param string $class Class name.
131
- *
132
- * @return bool Returns class_exists() without modification.
133
- */
134
- public function class_exists( $class ) {
135
- return class_exists( $class );
136
- }
137
-
138
- /**
139
- * Checks if a function exists.
140
- *
141
- * @param string $function Function name.
142
- *
143
- * @return bool Returns function_exists() without modification.
144
- */
145
- public function function_exists( $function ) {
146
- return function_exists( $function );
147
- }
148
-
149
- /**
150
- * Returns the Domain_Map::utils() instance.
151
- *
152
- * @see https://github.com/wpmudev/domain-mapping/blob/master/classes/Domainmap/Utils.php
153
- * @return Domainmap_Utils
154
- */
155
- public function get_domain_mapping_utils_instance() {
156
- return \domain_map::utils();
157
- }
158
- }
159
-
160
- Domain_Mapping::init();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3rd-party/class-jetpack-bbpress-rest-api.php DELETED
@@ -1,161 +0,0 @@
1
- <?php
2
- /**
3
- * REST API Compatibility: bbPress & Jetpack
4
- * Enables bbPress to work with the Jetpack REST API
5
- *
6
- * @package automattic/jetpack
7
- */
8
-
9
- /**
10
- * REST API Compatibility: bbPress.
11
- */
12
- class Jetpack_BbPress_REST_API {
13
-
14
- /**
15
- * Singleton
16
- *
17
- * @var Jetpack_BbPress_REST_API.
18
- */
19
- private static $instance;
20
-
21
- /**
22
- * Returns or creates the singleton.
23
- *
24
- * @return Jetpack_BbPress_REST_API
25
- */
26
- public static function instance() {
27
- if ( isset( self::$instance ) ) {
28
- return self::$instance;
29
- }
30
-
31
- self::$instance = new self();
32
- }
33
-
34
- /**
35
- * Jetpack_BbPress_REST_API constructor.
36
- */
37
- private function __construct() {
38
- add_filter( 'rest_api_allowed_post_types', array( $this, 'allow_bbpress_post_types' ) );
39
- add_filter( 'bbp_map_meta_caps', array( $this, 'adjust_meta_caps' ), 10, 4 );
40
- add_filter( 'rest_api_allowed_public_metadata', array( $this, 'allow_bbpress_public_metadata' ) );
41
- }
42
-
43
- /**
44
- * Adds the bbPress post types to the rest_api_allowed_post_types filter.
45
- *
46
- * @param array $allowed_post_types Allowed post types.
47
- *
48
- * @return array
49
- */
50
- public function allow_bbpress_post_types( $allowed_post_types ) {
51
- $allowed_post_types[] = 'forum';
52
- $allowed_post_types[] = 'topic';
53
- $allowed_post_types[] = 'reply';
54
- return $allowed_post_types;
55
- }
56
-
57
- /**
58
- * Adds the bbpress meta keys to the rest_api_allowed_public_metadata filter.
59
- *
60
- * @param array $allowed_meta_keys Allowed meta keys.
61
- *
62
- * @return array
63
- */
64
- public function allow_bbpress_public_metadata( $allowed_meta_keys ) {
65
- $allowed_meta_keys[] = '_bbp_forum_id';
66
- $allowed_meta_keys[] = '_bbp_topic_id';
67
- $allowed_meta_keys[] = '_bbp_status';
68
- $allowed_meta_keys[] = '_bbp_forum_type';
69
- $allowed_meta_keys[] = '_bbp_forum_subforum_count';
70
- $allowed_meta_keys[] = '_bbp_reply_count';
71
- $allowed_meta_keys[] = '_bbp_total_reply_count';
72
- $allowed_meta_keys[] = '_bbp_topic_count';
73
- $allowed_meta_keys[] = '_bbp_total_topic_count';
74
- $allowed_meta_keys[] = '_bbp_topic_count_hidden';
75
- $allowed_meta_keys[] = '_bbp_last_topic_id';
76
- $allowed_meta_keys[] = '_bbp_last_reply_id';
77
- $allowed_meta_keys[] = '_bbp_last_active_time';
78
- $allowed_meta_keys[] = '_bbp_last_active_id';
79
- $allowed_meta_keys[] = '_bbp_sticky_topics';
80
- $allowed_meta_keys[] = '_bbp_voice_count';
81
- $allowed_meta_keys[] = '_bbp_reply_count_hidden';
82
- $allowed_meta_keys[] = '_bbp_anonymous_reply_count';
83
-
84
- return $allowed_meta_keys;
85
- }
86
-
87
- /**
88
- * Adds the needed caps to the bbp_map_meta_caps filter.
89
- *
90
- * @param array $caps Capabilities for meta capability.
91
- * @param string $cap Capability name.
92
- * @param int $user_id User id.
93
- * @param array $args Arguments.
94
- *
95
- * @return array
96
- */
97
- public function adjust_meta_caps( $caps, $cap, $user_id, $args ) {
98
-
99
- // Return early if not a REST request or if not meta bbPress caps.
100
- if ( $this->should_adjust_meta_caps_return_early( $caps, $cap, $user_id, $args ) ) {
101
- return $caps;
102
- }
103
-
104
- // $args[0] could be a post ID or a post_type string.
105
- if ( is_int( $args[0] ) ) {
106
- $_post = get_post( $args[0] );
107
- if ( ! empty( $_post ) ) {
108
- $post_type = get_post_type_object( $_post->post_type );
109
- }
110
- } elseif ( is_string( $args[0] ) ) {
111
- $post_type = get_post_type_object( $args[0] );
112
- }
113
-
114
- // no post type found, bail.
115
- if ( empty( $post_type ) ) {
116
- return $caps;
117
- }
118
-
119
- // reset the needed caps.
120
- $caps = array();
121
-
122
- // Add 'do_not_allow' cap if user is spam or deleted.
123
- if ( bbp_is_user_inactive( $user_id ) ) {
124
- $caps[] = 'do_not_allow';
125
-
126
- // Moderators can always edit meta.
127
- } elseif ( user_can( $user_id, 'moderate' ) ) {
128
- $caps[] = 'moderate';
129
-
130
- // Unknown so map to edit_posts.
131
- } else {
132
- $caps[] = $post_type->cap->edit_posts;
133
- }
134
-
135
- return $caps;
136
- }
137
-
138
- /**
139
- * Should adjust_meta_caps return early?
140
- *
141
- * @param array $caps Capabilities for meta capability.
142
- * @param string $cap Capability name.
143
- * @param int $user_id User id.
144
- * @param array $args Arguments.
145
- *
146
- * @return bool
147
- */
148
- private function should_adjust_meta_caps_return_early( $caps, $cap, $user_id, $args ) {
149
- // only run for REST API requests.
150
- if ( ! defined( 'REST_API_REQUEST' ) || ! REST_API_REQUEST ) {
151
- return true;
152
- }
153
-
154
- // only modify caps for meta caps and for bbPress meta keys.
155
- if ( ! in_array( $cap, array( 'edit_post_meta', 'delete_post_meta', 'add_post_meta' ), true ) || empty( $args[1] ) || false === strpos( $args[1], '_bbp_' ) ) {
156
- return true;
157
- }
158
-
159
- return false;
160
- }
161
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3rd-party/class-jetpack-crm-data.php DELETED
@@ -1,77 +0,0 @@
1
- <?php
2
- /**
3
- * Compatibility functions for the Jetpack CRM plugin.
4
- *
5
- * @since 9.0.0
6
- *
7
- * @package automattic/jetpack
8
- */
9
-
10
- namespace Automattic\Jetpack;
11
-
12
- /**
13
- * Provides Jetpack CRM plugin data.
14
- */
15
- class Jetpack_CRM_Data {
16
-
17
- const JETPACK_CRM_PLUGIN_SLUG = 'zero-bs-crm/ZeroBSCRM.php';
18
-
19
- /**
20
- * Provides Jetpack CRM plugin data for use in the Contact Form block sidebar menu.
21
- *
22
- * @return array An array containing the Jetpack CRM plugin data.
23
- */
24
- public function get_crm_data() {
25
- jetpack_require_lib( 'plugins' );
26
- $plugins = \Jetpack_Plugins::get_plugins();
27
-
28
- // Set default values.
29
- $response = array(
30
- 'crm_installed' => false,
31
- 'crm_active' => false,
32
- 'crm_version' => null,
33
- 'jp_form_ext_enabled' => null,
34
- 'can_install_crm' => false,
35
- 'can_activate_crm' => false,
36
- 'can_activate_extension' => false,
37
- );
38
-
39
- if ( isset( $plugins[ self::JETPACK_CRM_PLUGIN_SLUG ] ) ) {
40
- $response['crm_installed'] = true;
41
-
42
- $crm_data = $plugins[ self::JETPACK_CRM_PLUGIN_SLUG ];
43
-
44
- $response['crm_active'] = $crm_data['active'];
45
- $response['crm_version'] = $crm_data['Version'];
46
-
47
- if ( $response['crm_active'] ) {
48
- if ( function_exists( 'zeroBSCRM_isExtensionInstalled' ) ) {
49
- $response['jp_form_ext_enabled'] = zeroBSCRM_isExtensionInstalled( 'jetpackforms' );
50
- }
51
- }
52
- }
53
-
54
- $response['can_install_crm'] = $response['crm_installed'] ? false : current_user_can( 'install_plugins' );
55
- $response['can_activate_crm'] = $response['crm_active'] ? false : current_user_can( 'activate_plugins' );
56
-
57
- if ( $response['crm_active'] && function_exists( 'zeroBSCRM_extension_install_jetpackforms' ) ) {
58
- $response['can_activate_extension'] = current_user_can( 'admin_zerobs_manage_options' );
59
- }
60
-
61
- return $response;
62
- }
63
-
64
- /**
65
- * Activates Jetpack CRM's Jetpack Forms extension. This is used by a button in the Jetpack Contact Form
66
- * sidebar menu.
67
- *
68
- * @return true|WP_Error Returns true if activation is success, else returns a WP_Error object.
69
- */
70
- public function activate_crm_jetpackforms_extension() {
71
- if ( function_exists( 'zeroBSCRM_extension_install_jetpackforms' ) ) {
72
- return zeroBSCRM_extension_install_jetpackforms();
73
- }
74
-
75
- return new WP_Error( 'jp_forms_extension_activation_failed', esc_html__( 'The Jetpack Forms extension could not be activated.', 'jetpack' ) );
76
- }
77
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3rd-party/class-jetpack-modules-overrides.php DELETED
@@ -1,148 +0,0 @@
1
- <?php
2
- /**
3
- * Special cases for overriding modules.
4
- *
5
- * @package automattic/jetpack
6
- */
7
-
8
- /**
9
- * Provides methods for dealing with module overrides.
10
- *
11
- * @since 5.9.0
12
- */
13
- class Jetpack_Modules_Overrides {
14
- /**
15
- * Used to cache module overrides so that we minimize how many times we apply the
16
- * option_jetpack_active_modules filter.
17
- *
18
- * @var null|array
19
- */
20
- private $overrides = null;
21
-
22
- /**
23
- * Clears the $overrides member used for caching.
24
- *
25
- * Since get_overrides() can be passed a falsey value to skip caching, this is probably
26
- * most useful for clearing cache between tests.
27
- *
28
- * @return void
29
- */
30
- public function clear_cache() {
31
- $this->overrides = null;
32
- }
33
-
34
- /**
35
- * Returns true if there is a filter on the jetpack_active_modules option.
36
- *
37
- * @return bool Whether there is a filter on the jetpack_active_modules option.
38
- */
39
- public function do_overrides_exist() {
40
- return (bool) ( has_filter( 'option_jetpack_active_modules' ) || has_filter( 'jetpack_active_modules' ) );
41
- }
42
-
43
- /**
44
- * Gets the override for a given module.
45
- *
46
- * @param string $module_slug The module's slug.
47
- * @param boolean $use_cache Whether or not cached overrides should be used.
48
- *
49
- * @return bool|string False if no override for module. 'active' or 'inactive' if there is an override.
50
- */
51
- public function get_module_override( $module_slug, $use_cache = true ) {
52
- $overrides = $this->get_overrides( $use_cache );
53
-
54
- if ( ! isset( $overrides[ $module_slug ] ) ) {
55
- return false;
56
- }
57
-
58
- return $overrides[ $module_slug ];
59
- }
60
-
61
- /**
62
- * Returns an array of module overrides where the key is the module slug and the value
63
- * is true if the module is forced on and false if the module is forced off.
64
- *
65
- * @param bool $use_cache Whether or not cached overrides should be used.
66
- *
67
- * @return array The array of module overrides.
68
- */
69
- public function get_overrides( $use_cache = true ) {
70
- if ( $use_cache && ! is_null( $this->overrides ) ) {
71
- return $this->overrides;
72
- }
73
-
74
- if ( ! $this->do_overrides_exist() ) {
75
- return array();
76
- }
77
-
78
- $available_modules = Jetpack::get_available_modules();
79
-
80
- /**
81
- * First, let's get all modules that have been forced on.
82
- */
83
-
84
- /** This filter is documented in wp-includes/option.php */
85
- $filtered = apply_filters( 'option_jetpack_active_modules', array() );
86
-
87
- /** This filter is documented in class.jetpack.php */
88
- $filtered = apply_filters( 'jetpack_active_modules', $filtered );
89
-
90
- $forced_on = array_diff( $filtered, array() );
91
-
92
- /**
93
- * Second, let's get all modules forced off.
94
- */
95
-
96
- /** This filter is documented in wp-includes/option.php */
97
- $filtered = apply_filters( 'option_jetpack_active_modules', $available_modules );
98
-
99
- /** This filter is documented in class.jetpack.php */
100
- $filtered = apply_filters( 'jetpack_active_modules', $filtered );
101
-
102
- $forced_off = array_diff( $available_modules, $filtered );
103
-
104
- /**
105
- * Last, build the return value.
106
- */
107
- $return_value = array();
108
- foreach ( $forced_on as $on ) {
109
- $return_value[ $on ] = 'active';
110
- }
111
-
112
- foreach ( $forced_off as $off ) {
113
- $return_value[ $off ] = 'inactive';
114
- }
115
-
116
- $this->overrides = $return_value;
117
-
118
- return $return_value;
119
- }
120
-
121
- /**
122
- * A reference to an instance of this class.
123
- *
124
- * @var Jetpack_Modules_Overrides
125
- */
126
- private static $instance = null;
127
-
128
- /**
129
- * Returns the singleton instance of Jetpack_Modules_Overrides
130
- *
131
- * @return Jetpack_Modules_Overrides
132
- */
133
- public static function instance() {
134
- if ( is_null( self::$instance ) ) {
135
- self::$instance = new Jetpack_Modules_Overrides();
136
- }
137
-
138
- return self::$instance;
139
- }
140
-
141
- /**
142
- * Private construct to enforce singleton.
143
- */
144
- private function __construct() {
145
- }
146
- }
147
-
148
- Jetpack_Modules_Overrides::instance();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3rd-party/class.jetpack-amp-support.php DELETED
@@ -1,547 +0,0 @@
1
- <?php //phpcs:ignore WordPress.Files.FileName.InvalidClassFileName
2
-
3
- use Automattic\Jetpack\Assets;
4
- use Automattic\Jetpack\Sync\Functions;
5
-
6
- /**
7
- * Manages compatibility with the amp-wp plugin
8
- *
9
- * @see https://github.com/Automattic/amp-wp
10
- */
11
- class Jetpack_AMP_Support {
12
-
13
- /**
14
- * Apply custom AMP changes on the front-end.
15
- */
16
- public static function init() {
17
-
18
- // Add Stats tracking pixel on Jetpack sites when the Stats module is active.
19
- if (
20
- Jetpack::is_module_active( 'stats' )
21
- && ! ( defined( 'IS_WPCOM' ) && IS_WPCOM )
22
- ) {
23
- add_action( 'amp_post_template_footer', array( 'Jetpack_AMP_Support', 'add_stats_pixel' ) );
24
- }
25
-
26
- /**
27
- * Remove this during the init hook in case users have enabled it during
28
- * the after_setup_theme hook, which triggers before init.
29
- */
30
- remove_theme_support( 'jetpack-devicepx' );
31
-
32
- // Sharing.
33
- add_filter( 'jetpack_sharing_display_markup', array( 'Jetpack_AMP_Support', 'render_sharing_html' ), 10, 2 );
34
- add_filter( 'sharing_enqueue_scripts', array( 'Jetpack_AMP_Support', 'amp_disable_sharedaddy_css' ) );
35
- add_action( 'wp_enqueue_scripts', array( 'Jetpack_AMP_Support', 'amp_enqueue_sharing_css' ) );
36
-
37
- // Sharing for Reader mode.
38
- if ( function_exists( 'jetpack_social_menu_include_svg_icons' ) ) {
39
- add_action( 'amp_post_template_footer', 'jetpack_social_menu_include_svg_icons' );
40
- }
41
- add_action( 'amp_post_template_css', array( 'Jetpack_AMP_Support', 'amp_reader_sharing_css' ), 10, 0 );
42
-
43
- // enforce freedom mode for videopress.
44
- add_filter( 'videopress_shortcode_options', array( 'Jetpack_AMP_Support', 'videopress_enable_freedom_mode' ) );
45
-
46
- // include Jetpack og tags when rendering native AMP head.
47
- add_action( 'amp_post_template_head', array( 'Jetpack_AMP_Support', 'amp_post_jetpack_og_tags' ) );
48
-
49
- // Post rendering changes for legacy AMP.
50
- add_action( 'pre_amp_render_post', array( 'Jetpack_AMP_Support', 'amp_disable_the_content_filters' ) );
51
-
52
- // Disable Comment Likes.
53
- add_filter( 'jetpack_comment_likes_enabled', array( 'Jetpack_AMP_Support', 'comment_likes_enabled' ) );
54
-
55
- // Transitional mode AMP should not have comment likes.
56
- add_filter( 'the_content', array( 'Jetpack_AMP_Support', 'disable_comment_likes_before_the_content' ) );
57
-
58
- // Remove the Likes button from the admin bar.
59
- add_filter( 'jetpack_admin_bar_likes_enabled', array( 'Jetpack_AMP_Support', 'disable_likes_admin_bar' ) );
60
-
61
- // Add post template metadata for legacy AMP.
62
- add_filter( 'amp_post_template_metadata', array( 'Jetpack_AMP_Support', 'amp_post_template_metadata' ), 10, 2 );
63
-
64
- // Filter photon image args for AMP Stories.
65
- add_filter( 'jetpack_photon_post_image_args', array( 'Jetpack_AMP_Support', 'filter_photon_post_image_args_for_stories' ), 10, 2 );
66
-
67
- // Sync the amp-options.
68
- add_filter( 'jetpack_options_whitelist', array( 'Jetpack_AMP_Support', 'filter_jetpack_options_safelist' ) );
69
- }
70
-
71
- /**
72
- * Disable the Comment Likes feature on AMP views.
73
- *
74
- * @param bool $enabled Should comment likes be enabled.
75
- */
76
- public static function comment_likes_enabled( $enabled ) {
77
- return $enabled && ! self::is_amp_request();
78
- }
79
-
80
- /**
81
- * Apply custom AMP changes in wp-admin.
82
- */
83
- public static function admin_init() {
84
- // disable Likes metabox for post editor if AMP canonical disabled.
85
- add_filter( 'post_flair_disable', array( 'Jetpack_AMP_Support', 'is_amp_canonical' ), 99 );
86
- }
87
-
88
- /**
89
- * Is the page in AMP 'canonical mode'.
90
- * Used when themes register support for AMP with `add_theme_support( 'amp' )`.
91
- *
92
- * @return bool is_amp_canonical
93
- */
94
- public static function is_amp_canonical() {
95
- return function_exists( 'amp_is_canonical' ) && amp_is_canonical();
96
- }
97
-
98
- /**
99
- * Is AMP available for this request
100
- * This returns false for admin, CLI requests etc.
101
- *
102
- * @return bool is_amp_available
103
- */
104
- public static function is_amp_available() {
105
- return ( function_exists( 'amp_is_available' ) && amp_is_available() );
106
- }
107
-
108
- /**
109
- * Does the page return AMP content.
110
- *
111
- * @return bool $is_amp_request Are we on am AMP view.
112
- */
113
- public static function is_amp_request() {
114
- $is_amp_request = ( function_exists( 'is_amp_endpoint' ) && is_amp_endpoint() );
115
-
116
- /**
117
- * Returns true if the current request should return valid AMP content.
118
- *
119
- * @since 6.2.0
120
- *
121
- * @param boolean $is_amp_request Is this request supposed to return valid AMP content?
122
- */
123
- return apply_filters( 'jetpack_is_amp_request', $is_amp_request );
124
- }
125
-
126
- /**
127
- * Remove content filters added by Jetpack.
128
- */
129
- public static function amp_disable_the_content_filters() {
130
- if ( defined( 'IS_WPCOM' ) && IS_WPCOM ) {
131
- add_filter( 'videopress_show_2015_player', '__return_true' );
132
- add_filter( 'protected_embeds_use_form_post', '__return_false' );
133
- remove_filter( 'the_title', 'widont' );
134
- }
135
-
136
- remove_filter( 'pre_kses', array( 'Filter_Embedded_HTML_Objects', 'filter' ), 11 );
137
- remove_filter( 'pre_kses', array( 'Filter_Embedded_HTML_Objects', 'maybe_create_links' ), 100 );
138
- }
139
-
140
- /**
141
- * Do not add comment likes on AMP requests.
142
- *
143
- * @param string $content Post content.
144
- */
145
- public static function disable_comment_likes_before_the_content( $content ) {
146
- if ( self::is_amp_request() ) {
147
- remove_filter( 'comment_text', 'comment_like_button', 12, 2 );
148
- }
149
- return $content;
150
- }
151
-
152
- /**
153
- * Do not display the Likes' Admin bar on AMP requests.
154
- *
155
- * @param bool $is_admin_bar_button_visible Should the Like button be visible in the Admin bar. Default to true.
156
- */
157
- public static function disable_likes_admin_bar( $is_admin_bar_button_visible ) {
158
- if ( self::is_amp_request() ) {
159
- return false;
160
- }
161
- return $is_admin_bar_button_visible;
162
- }
163
-
164
- /**
165
- * Add Jetpack stats pixel.
166
- *
167
- * @since 6.2.1
168
- */
169
- public static function add_stats_pixel() {
170
- if ( ! has_action( 'wp_footer', 'stats_footer' ) ) {
171
- return;
172
- }
173
- stats_render_amp_footer( stats_build_view_data() );
174
- }
175
-
176
- /**
177
- * Add publisher and image metadata to legacy AMP post.
178
- *
179
- * @since 6.2.0
180
- *
181
- * @param array $metadata Metadata array.
182
- * @param WP_Post $post Post.
183
- * @return array Modified metadata array.
184
- */
185
- public static function amp_post_template_metadata( $metadata, $post ) {
186
- if ( isset( $metadata['publisher'] ) && ! isset( $metadata['publisher']['logo'] ) ) {
187
- $metadata = self::add_site_icon_to_metadata( $metadata );
188
- }
189
-
190
- if ( ! isset( $metadata['image'] ) && ! empty( $post ) ) {
191
- $metadata = self::add_image_to_metadata( $metadata, $post );
192
- }
193
-
194
- return $metadata;
195
- }
196
-
197
- /**
198
- * Add blavatar to legacy AMP post metadata.
199
- *
200
- * @since 6.2.0
201
- *
202
- * @param array $metadata Metadata.
203
- *
204
- * @return array Metadata.
205
- */
206
- private static function add_site_icon_to_metadata( $metadata ) {
207
- $size = 60;
208
- $site_icon_url = class_exists( 'Automattic\\Jetpack\\Sync\\Functions' ) ? Functions::site_icon_url( $size ) : '';
209
-
210
- if ( function_exists( 'blavatar_domain' ) ) {
211
- $metadata['publisher']['logo'] = array(
212
- '@type' => 'ImageObject',
213
- 'url' => blavatar_url( blavatar_domain( site_url() ), 'img', $size, self::staticize_subdomain( 'https://wordpress.com/i/favicons/apple-touch-icon-60x60.png' ) ),
214
- 'width' => $size,
215
- 'height' => $size,
216
- );
217
- } elseif ( $site_icon_url ) {
218
- $metadata['publisher']['logo'] = array(
219
- '@type' => 'ImageObject',
220
- 'url' => $site_icon_url,
221
- 'width' => $size,
222
- 'height' => $size,
223
- );
224
- }
225
-
226
- return $metadata;
227
- }
228
-
229
- /**
230
- * Add image to legacy AMP post metadata.
231
- *
232
- * @since 6.2.0
233
- *
234
- * @param array $metadata Metadata.
235
- * @param WP_Post $post Post.
236
- * @return array Metadata.
237
- */
238
- private static function add_image_to_metadata( $metadata, $post ) {
239
- $image = Jetpack_PostImages::get_image(
240
- $post->ID,
241
- array(
242
- 'fallback_to_avatars' => true,
243
- 'avatar_size' => 200,
244
- // AMP already attempts these.
245
- 'from_thumbnail' => false,
246
- 'from_attachment' => false,
247
- )
248
- );
249
-
250
- if ( empty( $image ) ) {
251
- return self::add_fallback_image_to_metadata( $metadata );
252
- }
253
-
254
- if ( ! isset( $image['src_width'] ) ) {
255
- $dimensions = self::extract_image_dimensions_from_getimagesize(
256
- array(
257
- $image['src'] => false,
258
- )
259
- );
260
-
261
- if ( false !== $dimensions[ $image['src'] ] ) {
262
- $image['src_width'] = $dimensions['width'];
263
- $image['src_height'] = $dimensions['height'];
264
- }
265
- }
266
-
267
- $metadata['image'] = array(
268
- '@type' => 'ImageObject',
269
- 'url' => $image['src'],
270
- );
271
- if ( isset( $image['src_width'] ) ) {
272
- $metadata['image']['width'] = $image['src_width'];
273
- }
274
- if ( isset( $image['src_width'] ) ) {
275
- $metadata['image']['height'] = $image['src_height'];
276
- }
277
-
278
- return $metadata;
279
- }
280
-
281
- /**
282
- * Add fallback image to legacy AMP post metadata.
283
- *
284
- * @since 6.2.0
285
- *
286
- * @param array $metadata Metadata.
287
- * @return array Metadata.
288
- */
289
- private static function add_fallback_image_to_metadata( $metadata ) {
290
- /** This filter is documented in functions.opengraph.php */
291
- $default_image = apply_filters( 'jetpack_open_graph_image_default', 'https://wordpress.com/i/blank.jpg' );
292
-
293
- $metadata['image'] = array(
294
- '@type' => 'ImageObject',
295
- 'url' => self::staticize_subdomain( $default_image ),
296
- 'width' => 200,
297
- 'height' => 200,
298
- );
299
-
300
- return $metadata;
301
- }
302
-
303
- /**
304
- * Return static WordPress.com domain to use to load resources from WordPress.com.
305
- *
306
- * @param string $domain Asset URL.
307
- */
308
- private static function staticize_subdomain( $domain ) {
309
- // deal with WPCOM vs Jetpack.
310
- if ( function_exists( 'staticize_subdomain' ) ) {
311
- return staticize_subdomain( $domain );
312
- } else {
313
- return Assets::staticize_subdomain( $domain );
314
- }
315
- }
316
-
317
- /**
318
- * Extract image dimensions via wpcom/imagesize, only on WPCOM
319
- *
320
- * @since 6.2.0
321
- *
322
- * @param array $dimensions Dimensions.
323
- * @return array Dimensions.
324
- */
325
- private static function extract_image_dimensions_from_getimagesize( $dimensions ) {
326
- if ( ! ( defined( 'IS_WPCOM' ) && IS_WPCOM && function_exists( 'jetpack_require_lib' ) ) ) {
327
- return $dimensions;
328
- }
329
- jetpack_require_lib( 'wpcom/imagesize' );
330
-
331
- foreach ( $dimensions as $url => $value ) {
332
- if ( is_array( $value ) ) {
333
- continue;
334
- }
335
- $result = wpcom_getimagesize( $url );
336
- if ( is_array( $result ) ) {
337
- $dimensions[ $url ] = array(
338
- 'width' => $result[0],
339
- 'height' => $result[1],
340
- );
341
- }
342
- }
343
-
344
- return $dimensions;
345
- }
346
-
347
- /**
348
- * Display Open Graph Meta tags in AMP views.
349
- */
350
- public static function amp_post_jetpack_og_tags() {
351
- if ( ! ( defined( 'IS_WPCOM' ) && IS_WPCOM ) ) {
352
- Jetpack::init()->check_open_graph();
353
- }
354
-
355
- if ( function_exists( 'jetpack_og_tags' ) ) {
356
- jetpack_og_tags();
357
- }
358
- }
359
-
360
- /**
361
- * Force Freedom mode in VideoPress.
362
- *
363
- * @param array $options Array of VideoPress shortcode options.
364
- */
365
- public static function videopress_enable_freedom_mode( $options ) {
366
- if ( self::is_amp_request() ) {
367
- $options['freedom'] = true;
368
- }
369
- return $options;
370
- }
371
-
372
- /**
373
- * Display custom markup for the sharing buttons when in an AMP view.
374
- *
375
- * @param string $markup Content markup of the Jetpack sharing links.
376
- * @param array $sharing_enabled Array of Sharing Services currently enabled.
377
- */
378
- public static function render_sharing_html( $markup, $sharing_enabled ) {
379
- global $post;
380
-
381
- if ( empty( $post ) ) {
382
- return '';
383
- }
384
-
385
- if ( ! self::is_amp_request() ) {
386
- return $markup;
387
- }
388
-
389
- remove_action( 'wp_footer', 'sharing_add_footer' );
390
- if ( empty( $sharing_enabled ) ) {
391
- return $markup;
392
- }
393
-
394
- $sharing_links = array();
395
- foreach ( $sharing_enabled['visible'] as $service ) {
396
- $sharing_link = $service->get_amp_display( $post );
397
- if ( ! empty( $sharing_link ) ) {
398
- $sharing_links[] = $sharing_link;
399
- }
400
- }
401
-
402
- // Replace the existing unordered list with AMP sharing buttons.
403
- $markup = preg_replace( '#<ul>(.+)</ul>#', implode( '', $sharing_links ), $markup );
404
-
405
- // Remove any lingering share-end list items.
406
- $markup = str_replace( '<li class="share-end"></li>', '', $markup );
407
-
408
- return $markup;
409
- }
410
-
411
- /**
412
- * Tells Jetpack not to enqueue CSS for share buttons.
413
- *
414
- * @param bool $enqueue Whether or not to enqueue.
415
- * @return bool Whether or not to enqueue.
416
- */
417
- public static function amp_disable_sharedaddy_css( $enqueue ) {
418
- if ( self::is_amp_request() ) {
419
- $enqueue = false;
420
- }
421
-
422
- return $enqueue;
423
- }
424
-
425
- /**
426
- * Enqueues the AMP specific sharing styles for the sharing icons.
427
- */
428
- public static function amp_enqueue_sharing_css() {
429
- if ( self::is_amp_request() ) {
430
- wp_enqueue_style( 'sharedaddy-amp', plugin_dir_url( __DIR__ ) . 'modules/sharedaddy/amp-sharing.css', array( 'social-logos' ), JETPACK__VERSION );
431
- }
432
- }
433
-
434
- /**
435
- * For the AMP Reader mode template, include styles that we need.
436
- */
437
- public static function amp_reader_sharing_css() {
438
- // If sharing is not enabled, we should not proceed to render the CSS.
439
- if ( ! defined( 'JETPACK_SOCIAL_LOGOS_DIR' ) | ! defined( 'JETPACK_SOCIAL_LOGOS_URL' ) || ! defined( 'WP_SHARING_PLUGIN_DIR' ) ) {
440
- return;
441
- }
442
-
443
- /*
444
- * We'll need to output the full contents of the 2 files
445
- * in the head on AMP views. We can't rely on regular enqueues here.
446
- * @todo As of AMP plugin v1.5, you can actually rely on regular enqueues thanks to https://github.com/ampproject/amp-wp/pull/4299. Once WPCOM upgrades AMP, then this method can be eliminated.
447
- *
448
- * phpcs:disable WordPress.WP.AlternativeFunctions.file_get_contents_file_get_contents
449
- * phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped
450
- */
451
- $css = file_get_contents( JETPACK_SOCIAL_LOGOS_DIR . 'social-logos.css' );
452
- $css = preg_replace( '#(?<=url\(")(?=social-logos\.)#', JETPACK_SOCIAL_LOGOS_URL, $css ); // Make sure font files get their absolute paths.
453
- echo $css;
454
- echo file_get_contents( WP_SHARING_PLUGIN_DIR . 'amp-sharing.css' );
455
-
456
- /*
457
- * phpcs:enable WordPress.WP.AlternativeFunctions.file_get_contents_file_get_contents
458
- * phpcs:enable WordPress.Security.EscapeOutput.OutputNotEscaped
459
- */
460
- }
461
-
462
- /**
463
- * Ensure proper Photon image dimensions for AMP Stories.
464
- *
465
- * @param array $args Array of Photon Arguments.
466
- * @param array $details {
467
- * Array of image details.
468
- *
469
- * @type string $tag Image tag (Image HTML output).
470
- * @type string $src Image URL.
471
- * @type string $src_orig Original Image URL.
472
- * @type int|false $width Image width.
473
- * @type int|false $height Image height.
474
- * @type int|false $width_orig Original image width before constrained by content_width.
475
- * @type int|false $height_orig Original Image height before constrained by content_width.
476
- * @type string $transform_orig Original transform before constrained by content_width.
477
- * }
478
- * @return array Args.
479
- */
480
- public static function filter_photon_post_image_args_for_stories( $args, $details ) {
481
- if ( ! is_singular( 'amp_story' ) ) {
482
- return $args;
483
- }
484
-
485
- // Percentage-based dimensions are not allowed in AMP, so this shouldn't happen, but short-circuit just in case.
486
- if ( false !== strpos( $details['width_orig'], '%' ) || false !== strpos( $details['height_orig'], '%' ) ) {
487
- return $args;
488
- }
489
-
490
- $max_height = 1280; // See image size with the slug \AMP_Story_Post_Type::MAX_IMAGE_SIZE_SLUG.
491
- $transform = $details['transform_orig'];
492
- $width = $details['width_orig'];
493
- $height = $details['height_orig'];
494
-
495
- // If height is available, constrain to $max_height.
496
- if ( false !== $height ) {
497
- if ( $height > $max_height && false !== $height ) {
498
- $width = ( $max_height * $width ) / $height;
499
- $height = $max_height;
500
- } elseif ( $height > $max_height ) {
501
- $height = $max_height;
502
- }
503
- }
504
-
505
- /*
506
- * Set a height if none is found.
507
- * If height is set in this manner and height is available, use `fit` instead of `resize` to prevent skewing.
508
- */
509
- if ( false === $height ) {
510
- $height = $max_height;
511
- if ( false !== $width ) {
512
- $transform = 'fit';
513
- }
514
- }
515
-
516
- // Build array of Photon args and expose to filter before passing to Photon URL function.
517
- $args = array();
518
-
519
- if ( false !== $width && false !== $height ) {
520
- $args[ $transform ] = $width . ',' . $height;
521
- } elseif ( false !== $width ) {
522
- $args['w'] = $width;
523
- } elseif ( false !== $height ) {
524
- $args['h'] = $height;
525
- }
526
-
527
- return $args;
528
- }
529
-
530
- /**
531
- * Adds amp-options to the list of options to sync, if AMP is available
532
- *
533
- * @param array $options_safelist Safelist of options to sync.
534
- *
535
- * @return array Updated options safelist
536
- */
537
- public static function filter_jetpack_options_safelist( $options_safelist ) {
538
- if ( function_exists( 'is_amp_endpoint' ) ) {
539
- $options_safelist[] = 'amp-options';
540
- }
541
- return $options_safelist;
542
- }
543
- }
544
-
545
- add_action( 'init', array( 'Jetpack_AMP_Support', 'init' ), 1 );
546
-
547
- add_action( 'admin_init', array( 'Jetpack_AMP_Support', 'admin_init' ), 1 );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3rd-party/creative-mail.php DELETED
@@ -1,128 +0,0 @@
1
- <?php
2
- /**
3
- * Compatibility functions for the Creative Mail plugin.
4
- * https://wordpress.org/plugins/creative-mail-by-constant-contact/
5
- *
6
- * @since 8.9.0
7
- *
8
- * @package automattic/jetpack
9
- */
10
-
11
- namespace Automattic\Jetpack\Creative_Mail;
12
-
13
- if ( ! defined( 'ABSPATH' ) ) {
14
- exit;
15
- }
16
-
17
- const PLUGIN_SLUG = 'creative-mail-by-constant-contact';
18
- const PLUGIN_FILE = 'creative-mail-by-constant-contact/creative-mail-plugin.php';
19
-
20
- add_action( 'admin_notices', __NAMESPACE__ . '\error_notice' );
21
- add_action( 'admin_init', __NAMESPACE__ . '\try_install' );
22
- add_action( 'jetpack_activated_plugin', __NAMESPACE__ . '\configure_plugin', 10, 2 );
23
-
24
- /**
25
- * Verify the intent to install Creative Mail, and kick off installation.
26
- *
27
- * This works in tandem with a JITM set up in the JITM package.
28
- */
29
- function try_install() {
30
- if ( ! isset( $_GET['creative-mail-action'] ) ) {
31
- return;
32
- }
33
-
34
- check_admin_referer( 'creative-mail-install' );
35
-
36
- $result = false;
37
- $redirect = admin_url( 'edit.php?post_type=feedback' );
38
-
39
- // Attempt to install and activate the plugin.
40
- if ( current_user_can( 'activate_plugins' ) ) {
41
- switch ( $_GET['creative-mail-action'] ) {
42
- case 'install':
43
- $result = install_and_activate();
44
- break;
45
- case 'activate':
46
- $result = activate();
47
- break;
48
- }
49
- }
50
-
51
- if ( $result ) {
52
- /** This action is already documented in _inc/lib/class.core-rest-api-endpoints.php */
53
- do_action( 'jetpack_activated_plugin', PLUGIN_FILE, 'jitm' );
54
- $redirect = admin_url( 'admin.php?page=creativemail' );
55
- } else {
56
- $redirect = add_query_arg( 'creative-mail-install-error', true, $redirect );
57
- }
58
-
59
- wp_safe_redirect( $redirect );
60
-
61
- exit;
62
- }
63
-
64
- /**
65
- * Install and activate the Creative Mail plugin.
66
- *
67
- * @return bool result of installation
68
- */
69
- function install_and_activate() {
70
- jetpack_require_lib( 'plugins' );
71
- $result = \Jetpack_Plugins::install_and_activate_plugin( PLUGIN_SLUG );
72
-
73
- if ( is_wp_error( $result ) ) {
74
- return false;
75
- } else {
76
- return true;
77
- }
78
- }
79
-
80
- /**
81
- * Activate the Creative Mail plugin.
82
- *
83
- * @return bool result of activation
84
- */
85
- function activate() {
86
- $result = activate_plugin( PLUGIN_FILE );
87
-
88
- // Activate_plugin() returns null on success.
89
- return is_null( $result );
90
- }
91
-
92
- /**
93
- * Notify the user that the installation of Creative Mail failed.
94
- */
95
- function error_notice() {
96
- if ( empty( $_GET['creative-mail-install-error'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended
97
- return;
98
- }
99
-
100
- ?>
101
- <div class="notice notice-error is-dismissible">
102
- <p><?php esc_html_e( 'There was an error installing Creative Mail.', 'jetpack' ); ?></p>
103
- </div>
104
- <?php
105
- }
106
-
107
- /**
108
- * Set some options when first activating the plugin via Jetpack.
109
- *
110
- * @since 8.9.0
111
- *
112
- * @param string $plugin_file Plugin file.
113
- * @param string $source Where did the plugin installation originate.
114
- */
115
- function configure_plugin( $plugin_file, $source ) {
116
- if ( PLUGIN_FILE !== $plugin_file ) {
117
- return;
118
- }
119
-
120
- $plugin_info = array(
121
- 'plugin' => 'jetpack',
122
- 'version' => JETPACK__VERSION,
123
- 'time' => time(),
124
- 'source' => esc_attr( $source ),
125
- );
126
-
127
- update_option( 'ce4wp_referred_by', $plugin_info );
128
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3rd-party/crowdsignal.php DELETED
@@ -1,23 +0,0 @@
1
- <?php // phpcs:ignore WordPress.Files.FileName.InvalidClassFileName
2
- /**
3
- * Fallback for the Crowdsignal Plugin.
4
- *
5
- * The PollDaddy/Crowdsignal prior to v. 2.033 called Jetpack_Sync as long as the Jetpack class was present. This stub is provided to prevent any fatals for older versions of the plugin.
6
- * This was resolved in 2016, but need to do just a little research before ripping it out.
7
- *
8
- * @see https://github.com/Automattic/crowdsignal-plugin/commit/941fc5758152ebf860a14d1cd0058245e8aed86b
9
- *
10
- * @package automattic/jetpack
11
- */
12
-
13
- /**
14
- * Stub of Jetpack_Sync for Crowdsignal.
15
- */
16
- class Jetpack_Sync {
17
- /**
18
- * Stub of sync_options to prevent fatals for Crowdsignal.
19
- */
20
- public static function sync_options() {
21
- _deprecated_function( __METHOD__, 'jetpack-4.2', 'jetpack_options_whitelist filter' );
22
- }
23
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3rd-party/debug-bar.php DELETED
@@ -1,24 +0,0 @@
1
- <?php
2
- /**
3
- * 3rd Party integration for Debug Bar.
4
- *
5
- * @package automattic/jetpack
6
- */
7
-
8
- /**
9
- * Checks if the search module is active, and if so, will initialize the singleton instance
10
- * of Jetpack_Search_Debug_Bar and add it to the array of debug bar panels.
11
- *
12
- * @param array $panels The array of debug bar panels.
13
- * @return array $panel The array of debug bar panels with our added panel.
14
- */
15
- function init_jetpack_search_debug_bar( $panels ) {
16
- if ( ! Jetpack::is_module_active( 'search' ) ) {
17
- return $panels;
18
- }
19
-
20
- require_once __DIR__ . '/debug-bar/class-jetpack-search-debug-bar.php';
21
- $panels[] = Jetpack_Search_Debug_Bar::instance();
22
- return $panels;
23
- }
24
- add_filter( 'debug_bar_panels', 'init_jetpack_search_debug_bar' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3rd-party/debug-bar/class-jetpack-search-debug-bar.php DELETED
@@ -1,184 +0,0 @@
1
- <?php
2
- /**
3
- * Adds a Jetpack Search debug panel to Debug Bar.
4
- *
5
- * @package automattic/jetpack
6
- */
7
-
8
- /**
9
- * Singleton class instantiated by Jetpack_Searc_Debug_Bar::instance() that handles
10
- * rendering the Jetpack Search debug bar menu item and panel.
11
- */
12
- class Jetpack_Search_Debug_Bar extends Debug_Bar_Panel {
13
- /**
14
- * Holds singleton instance
15
- *
16
- * @var Jetpack_Search_Debug_Bar
17
- */
18
- protected static $instance = null;
19
-
20
- /**
21
- * The title to use in the debug bar navigation
22
- *
23
- * @var string
24
- */
25
- public $title;
26
-
27
- /**
28
- * Constructor
29
- */
30
- public function __construct() {
31
- $this->title( esc_html__( 'Jetpack Search', 'jetpack' ) );
32
- add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_scripts' ) );
33
- add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_scripts' ) );
34
- add_action( 'login_enqueue_scripts', array( $this, 'enqueue_scripts' ) );
35
- add_action( 'enqueue_embed_scripts', array( $this, 'enqueue_scripts' ) );
36
- }
37
-
38
- /**
39
- * Returns the singleton instance of Jetpack_Search_Debug_Bar
40
- *
41
- * @return Jetpack_Search_Debug_Bar
42
- */
43
- public static function instance() {
44
- if ( is_null( self::$instance ) ) {
45
- self::$instance = new Jetpack_Search_Debug_Bar();
46
- }
47
- return self::$instance;
48
- }
49
-
50
- /**
51
- * Enqueues styles for our panel in the debug bar
52
- *
53
- * @return void
54
- */
55
- public function enqueue_scripts() {
56
- // Do not enqueue scripts if we haven't already enqueued Debug Bar or Query Monitor styles.
57
- if ( ! wp_style_is( 'debug-bar' ) && ! wp_style_is( 'query-monitor' ) ) {
58
- return;
59
- }
60
-
61
- wp_enqueue_style(
62
- 'jetpack-search-debug-bar',
63
- plugins_url( '3rd-party/debug-bar/debug-bar.css', JETPACK__PLUGIN_FILE ),
64
- array(),
65
- JETPACK__VERSION
66
- );
67
- wp_enqueue_script(
68
- 'jetpack-search-debug-bar',
69
- plugins_url( '3rd-party/debug-bar/debug-bar.js', JETPACK__PLUGIN_FILE ),
70
- array( 'jquery' ),
71
- JETPACK__VERSION,
72
- true
73
- );
74
- }
75
-
76
- /**
77
- * Should the Jetpack Search Debug Bar show?
78
- *
79
- * Since we've previously done a check for the search module being activated, let's just return true.
80
- * Later on, we can update this to only show when `is_search()` is true.
81
- *
82
- * @return boolean
83
- */
84
- public function is_visible() {
85
- return true;
86
- }
87
-
88
- /**
89
- * Renders the panel content
90
- *
91
- * @return void
92
- */
93
- public function render() {
94
- if ( ! class_exists( 'Jetpack_Search' ) ) {
95
- return;
96
- }
97
-
98
- $jetpack_search = Jetpack_Search::instance();
99
- $last_query_info = $jetpack_search->get_last_query_info();
100
-
101
- // If not empty, let's reshuffle the order of some things.
102
- if ( ! empty( $last_query_info ) ) {
103
- $args = $last_query_info['args'];
104
- $response = $last_query_info['response'];
105
- $response_code = $last_query_info['response_code'];
106
-
107
- unset( $last_query_info['args'] );
108
- unset( $last_query_info['response'] );
109
- unset( $last_query_info['response_code'] );
110
-
111
- if ( is_null( $last_query_info['es_time'] ) ) {
112
- $last_query_info['es_time'] = esc_html_x(
113
- 'cache hit',
114
- 'displayed in search results when results are cached',
115
- 'jetpack'
116
- );
117
- }
118
-
119
- $temp = array_merge(
120
- array( 'response_code' => $response_code ),
121
- array( 'args' => $args ),
122
- $last_query_info,
123
- array( 'response' => $response )
124
- );
125
-
126
- $last_query_info = $temp;
127
- }
128
- ?>
129
- <div class="jetpack-search-debug-bar">
130
- <h2><?php esc_html_e( 'Last query information:', 'jetpack' ); ?></h2>
131
- <?php if ( empty( $last_query_info ) ) : ?>
132
- <?php echo esc_html_x( 'None', 'Text displayed when there is no information', 'jetpack' ); ?>
133
- <?php
134
- else :
135
- foreach ( $last_query_info as $key => $info ) :
136
- ?>
137
- <h3><?php echo esc_html( $key ); ?></h3>
138
- <?php
139
- if ( 'response' !== $key && 'args' !== $key ) :
140
- ?>
141
- <pre><?php print_r( esc_html( $info ) ); // phpcs:ignore WordPress.PHP.DevelopmentFunctions ?></pre>
142
- <?php
143
- else :
144
- $this->render_json_toggle( $info );
145
- endif;
146
- ?>
147
- <?php
148
- endforeach;
149
- endif;
150
- ?>
151
- </div><!-- Closes .jetpack-search-debug-bar -->
152
- <?php
153
- }
154
-
155
- /**
156
- * Responsible for rendering the HTML necessary for the JSON toggle
157
- *
158
- * @param array $value The resonse from the API as an array.
159
- * @return void
160
- */
161
- public function render_json_toggle( $value ) {
162
- ?>
163
- <div class="json-toggle-wrap">
164
- <pre class="json">
165
- <?php
166
- // esc_html() will not double-encode entities (&amp; -> &amp;amp;).
167
- // If any entities are part of the JSON blob, we want to re-encoode them
168
- // (double-encode them) so that they are displayed correctly in the debug
169
- // bar.
170
- // Use _wp_specialchars() "manually" to ensure entities are encoded correctly.
171
- echo _wp_specialchars( // phpcs:ignore WordPress.Security.EscapeOutput
172
- wp_json_encode( $value ),
173
- ENT_NOQUOTES, // Don't need to encode quotes (output is for a text node).
174
- 'UTF-8', // wp_json_encode() outputs UTF-8 (really just ASCII), not the blog's charset.
175
- true // Do "double-encode" existing HTML entities.
176
- );
177
- ?>
178
- </pre>
179
- <span class="pretty toggle"><?php echo esc_html_x( 'Pretty', 'label for formatting JSON', 'jetpack' ); ?></span>
180
- <span class="ugly toggle"><?php echo esc_html_x( 'Minify', 'label for formatting JSON', 'jetpack' ); ?></span>
181
- </div>
182
- <?php
183
- }
184
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3rd-party/debug-bar/debug-bar.css DELETED
@@ -1,56 +0,0 @@
1
- .jetpack-search-debug-bar h2,
2
- .qm-debug-bar-output .jetpack-search-debug-bar h2 {
3
- float: none !important;
4
- padding: 0 !important;
5
- text-align: left !important;
6
- }
7
-
8
- .qm-debug-bar-output .jetpack-search-debug-bar h2 {
9
- margin-top: 1em !important;
10
- }
11
-
12
- .qm-debug-bar-output .jetpack-search-debug-bar h2:first-child {
13
- margin-top: .5em !important;
14
- }
15
-
16
- .debug-menu-target h3 {
17
- padding-top: 0
18
- }
19
-
20
- .jetpack-search-debug-output-toggle .print-r {
21
- display: none;
22
- }
23
-
24
- .json-toggle-wrap {
25
- position: relative;
26
- }
27
-
28
- .json-toggle-wrap .toggle {
29
- position: absolute;
30
- bottom: 10px;
31
- right: 10px;
32
- background: #fff;
33
- border: 1px solid #000;
34
- cursor: pointer;
35
- padding: 2px 4px;
36
- }
37
-
38
- .json-toggle-wrap .ugly {
39
- display: none;
40
- }
41
-
42
- .json-toggle-wrap.pretty .pretty {
43
- display: none;
44
- }
45
-
46
- .json-toggle-wrap.pretty .ugly {
47
- display: inline;
48
- }
49
-
50
- .jetpack-search-debug-bar pre {
51
- white-space: pre-wrap;
52
- white-space: -moz-pre-wrap;
53
- white-space: -pre-wrap;
54
- white-space: -o-pre-wrap;
55
- word-wrap: break-word;
56
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3rd-party/debug-bar/debug-bar.js DELETED
@@ -1,22 +0,0 @@
1
- /* global jQuery, JSON */
2
-
3
- ( function( $ ) {
4
- $( document ).ready( function() {
5
- $( '.jetpack-search-debug-bar .json-toggle-wrap .toggle' ).click( function() {
6
- var t = $( this ),
7
- wrap = t.closest( '.json-toggle-wrap' ),
8
- pre = wrap.find( 'pre' ),
9
- content = pre.text(),
10
- isPretty = wrap.hasClass( 'pretty' );
11
-
12
- if ( ! isPretty ) {
13
- pre.text( JSON.stringify( JSON.parse( content ), null, 2 ) );
14
- } else {
15
- content.replace( '\t', '' ).replace( '\n', '' ).replace( ' ', '' );
16
- pre.text( JSON.stringify( JSON.parse( content ) ) );
17
- }
18
-
19
- wrap.toggleClass( 'pretty' );
20
- } );
21
- } );
22
- } )( jQuery );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3rd-party/qtranslate-x.php DELETED
@@ -1,25 +0,0 @@
1
- <?php
2
- /**
3
- * 3rd party integration for qTranslate.
4
- *
5
- * @package automattic/jetpack
6
- */
7
-
8
- /**
9
- * Prevent qTranslate X from redirecting REST calls.
10
- *
11
- * @since 5.3
12
- *
13
- * @param string $url_lang Language URL to redirect to.
14
- * @param string $url_orig Original URL.
15
- * @param array $url_info Pieces of original URL.
16
- *
17
- * @return bool
18
- */
19
- function jetpack_no_qtranslate_rest_url_redirect( $url_lang, $url_orig, $url_info ) {
20
- if ( false !== strpos( $url_info['wp-path'], 'wp-json/jetpack' ) ) {
21
- return false;
22
- }
23
- return $url_lang;
24
- }
25
- add_filter( 'qtranslate_language_detect_redirect', 'jetpack_no_qtranslate_rest_url_redirect', 10, 3 );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3rd-party/vaultpress.php DELETED
@@ -1,66 +0,0 @@
1
- <?php
2
- /**
3
- * Handles VaultPress->Rewind transition by deactivating VaultPress when needed.
4
- *
5
- * @package automattic/jetpack
6
- */
7
-
8
- use Automattic\Jetpack\Redirect;
9
-
10
- /**
11
- * Notify user that VaultPress has been disabled. Hide VaultPress notice that requested attention.
12
- *
13
- * @since 5.8
14
- */
15
- function jetpack_vaultpress_rewind_enabled_notice() {
16
- // The deactivation is performed here because there may be pages that admin_init runs on,
17
- // such as admin_ajax, that could deactivate the plugin without showing this notification.
18
- deactivate_plugins( 'vaultpress/vaultpress.php' );
19
-
20
- // Remove WP core notice that says that the plugin was activated.
21
- unset( $_GET['activate'] ); // phpcs:ignore WordPress.Security.NonceVerification
22
- ?>
23
- <div class="notice notice-success is-dismissible vp-deactivated">
24
- <p style="margin-bottom: 0.25em;"><strong><?php esc_html_e( 'Jetpack is now handling your backups.', 'jetpack' ); ?></strong></p>
25
- <p>
26
- <?php esc_html_e( 'VaultPress is no longer needed and has been deactivated.', 'jetpack' ); ?>
27
- <?php
28
- echo sprintf(
29
- wp_kses(
30
- /* Translators: first variable is the full URL to the new dashboard */
31
- __( 'You can access your backups at <a href="%s" target="_blank" rel="noopener noreferrer">this dashboard</a>.', 'jetpack' ),
32
- array(
33
- 'a' => array(
34
- 'href' => array(),
35
- 'target' => array(),
36
- 'rel' => array(),
37
- ),
38
- )
39
- ),
40
- esc_url( Redirect::get_url( 'calypso-backups' ) )
41
- );
42
- ?>
43
- </p>
44
- </div>
45
- <style>#vp-notice{display:none;}</style>
46
- <?php
47
- }
48
-
49
- /**
50
- * If Backup & Scan is enabled, remove its entry in sidebar, deactivate VaultPress, and show a notification.
51
- *
52
- * @since 5.8
53
- */
54
- function jetpack_vaultpress_rewind_check() {
55
- if (
56
- Jetpack::is_connection_ready() &&
57
- Jetpack::is_plugin_active( 'vaultpress/vaultpress.php' ) &&
58
- Jetpack::is_rewind_enabled()
59
- ) {
60
- remove_submenu_page( 'jetpack', 'vaultpress' );
61
-
62
- add_action( 'admin_notices', 'jetpack_vaultpress_rewind_enabled_notice' );
63
- }
64
- }
65
-
66
- add_action( 'admin_init', 'jetpack_vaultpress_rewind_check', 11 );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3rd-party/web-stories.php DELETED
@@ -1,36 +0,0 @@
1
- <?php
2
- /**
3
- * Compatibility functions for the Web Stories plugin.
4
- * https://wordpress.org/plugins/web-stories/
5
- *
6
- * @since 9.2.0
7
- *
8
- * @package automattic/jetpack
9
- */
10
-
11
- namespace Automattic\Jetpack\Web_Stories;
12
-
13
- if ( ! defined( 'ABSPATH' ) ) {
14
- exit;
15
- }
16
-
17
- /**
18
- * Filter to enable web stories built in open graph data from being output.
19
- * If Jetpack is already handling Open Graph Meta Tags, the Web Stories plugin will not output any.
20
- *
21
- * @param bool $enabled If web stories open graph data is enabled.
22
- *
23
- * @return bool
24
- */
25
- function maybe_disable_open_graph( $enabled ) {
26
- /** This filter is documented in class.jetpack.php */
27
- $jetpack_enabled = apply_filters( 'jetpack_enable_open_graph', false );
28
-
29
- if ( $jetpack_enabled ) {
30
- $enabled = false;
31
- }
32
-
33
- return $enabled;
34
- }
35
- add_filter( 'web_stories_enable_open_graph_metadata', __NAMESPACE__ . '\maybe_disable_open_graph' );
36
- add_filter( 'web_stories_enable_twitter_metadata', __NAMESPACE__ . '\maybe_disable_open_graph' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3rd-party/woocommerce-services.php DELETED
@@ -1,152 +0,0 @@
1
- <?php // phpcs:ignore WordPress.Files.FileName.InvalidClassFileName
2
-
3
- if ( ! defined( 'ABSPATH' ) ) {
4
- exit;
5
- }
6
-
7
- /**
8
- * Installs and activates the WooCommerce Services plugin.
9
- */
10
- class WC_Services_Installer {
11
-
12
- /**
13
- * The instance of the Jetpack class.
14
- *
15
- * @var Jetpack
16
- */
17
- private $jetpack;
18
-
19
- /**
20
- * The singleton instance of this class.
21
- *
22
- * @var WC_Services_Installer
23
- */
24
- private static $instance = null;
25
-
26
- /**
27
- * Returns the singleton instance of this class.
28
- *
29
- * @return object The WC_Services_Installer object.
30
- */
31
- public static function init() {
32
- if ( is_null( self::$instance ) ) {
33
- self::$instance = new WC_Services_Installer();
34
- }
35
- return self::$instance;
36
- }
37
-
38
- /**
39
- * Constructor
40
- */
41
- public function __construct() {
42
- add_action( 'jetpack_loaded', array( $this, 'on_jetpack_loaded' ) );
43
- add_action( 'admin_init', array( $this, 'add_error_notice' ) );
44
- add_action( 'admin_init', array( $this, 'try_install' ) );
45
- }
46
-
47
- /**
48
- * Runs on Jetpack being ready to load its packages.
49
- *
50
- * @param Jetpack $jetpack object.
51
- */
52
- public function on_jetpack_loaded( $jetpack ) {
53
- $this->jetpack = $jetpack;
54
- }
55
-
56
- /**
57
- * Verify the intent to install WooCommerce Services, and kick off installation.
58
- */
59
- public function try_install() {
60
- if ( ! isset( $_GET['wc-services-action'] ) ) {
61
- return;
62
- }
63
- check_admin_referer( 'wc-services-install' );
64
-
65
- $result = false;
66
-
67
- switch ( $_GET['wc-services-action'] ) {
68
- case 'install':
69
- if ( current_user_can( 'install_plugins' ) ) {
70
- $this->jetpack->stat( 'jitm', 'wooservices-install-' . JETPACK__VERSION );
71
- $result = $this->install();
72
- if ( $result ) {
73
- $result = $this->activate();
74
- }
75
- }
76
- break;
77
-
78
- case 'activate':
79
- if ( current_user_can( 'activate_plugins' ) ) {
80
- $this->jetpack->stat( 'jitm', 'wooservices-activate-' . JETPACK__VERSION );
81
- $result = $this->activate();
82
- }
83
- break;
84
- }
85
-
86
- if ( isset( $_GET['redirect'] ) ) {
87
- $redirect = home_url( esc_url_raw( wp_unslash( $_GET['redirect'] ) ) );
88
- } else {
89
- $redirect = admin_url();
90
- }
91
-
92
- if ( $result ) {
93
- $this->jetpack->stat( 'jitm', 'wooservices-activated-' . JETPACK__VERSION );
94
- } else {
95
- $redirect = add_query_arg( 'wc-services-install-error', true, $redirect );
96
- }
97
-
98
- wp_safe_redirect( $redirect );
99
-
100
- exit;
101
- }
102
-
103
- /**
104
- * Set up installation error admin notice.
105
- */
106
- public function add_error_notice() {
107
- if ( ! empty( $_GET['wc-services-install-error'] ) ) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended
108
- add_action( 'admin_notices', array( $this, 'error_notice' ) );
109
- }
110
- }
111
-
112
- /**
113
- * Notify the user that the installation of WooCommerce Services failed.
114
- */
115
- public function error_notice() {
116
- ?>
117
- <div class="notice notice-error is-dismissible">
118
- <p><?php esc_html_e( 'There was an error installing WooCommerce Services.', 'jetpack' ); ?></p>
119
- </div>
120
- <?php
121
- }
122
-
123
- /**
124
- * Download and install the WooCommerce Services plugin.
125
- *
126
- * @return bool result of installation
127
- */
128
- private function install() {
129
- jetpack_require_lib( 'plugins' );
130
- $result = Jetpack_Plugins::install_plugin( 'woocommerce-services' );
131
-
132
- if ( is_wp_error( $result ) ) {
133
- return false;
134
- } else {
135
- return true;
136
- }
137
- }
138
-
139
- /**
140
- * Activate the WooCommerce Services plugin.
141
- *
142
- * @return bool result of activation
143
- */
144
- private function activate() {
145
- $result = activate_plugin( 'woocommerce-services/woocommerce-services.php' );
146
-
147
- // Activate_plugin() returns null on success.
148
- return is_null( $result );
149
- }
150
- }
151
-
152
- WC_Services_Installer::init();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3rd-party/woocommerce.php DELETED
@@ -1,129 +0,0 @@
1
- <?php
2
- /**
3
- * This file contains compatibility functions for WooCommerce to improve Jetpack feature support.
4
- *
5
- * @package automattic/jetpack
6
- */
7
-
8
- add_action( 'woocommerce_init', 'jetpack_woocommerce_integration' );
9
-
10
- /**
11
- * Loads JP+WC integration.
12
- *
13
- * Fires on `woocommerce_init` hook
14
- */
15
- function jetpack_woocommerce_integration() {
16
- /**
17
- * Double check WooCommerce exists - unlikely to fail due to the hook being used but better safe than sorry.
18
- */
19
- if ( ! class_exists( 'WooCommerce' ) ) {
20
- return;
21
- }
22
-
23
- add_action( 'woocommerce_share', 'jetpack_woocommerce_social_share_icons', 10 );
24
-
25
- /**
26
- * Wrap in function exists check since this requires WooCommerce 3.3+.
27
- */
28
- if ( function_exists( 'wc_get_default_products_per_row' ) ) {
29
- add_filter( 'infinite_scroll_render_callbacks', 'jetpack_woocommerce_infinite_scroll_render_callback', 10 );
30
- add_action( 'wp_enqueue_scripts', 'jetpack_woocommerce_infinite_scroll_style', 10 );
31
- }
32
- }
33
-
34
- /**
35
- * Make sure the social sharing icons show up under the product's short description
36
- */
37
- function jetpack_woocommerce_social_share_icons() {
38
- if ( function_exists( 'sharing_display' ) ) {
39
- remove_filter( 'the_content', 'sharing_display', 19 );
40
- remove_filter( 'the_excerpt', 'sharing_display', 19 );
41
- sharing_display( '', true );
42
- }
43
- }
44
-
45
- /**
46
- * Remove sharing display from account, cart, and checkout pages in WooCommerce.
47
- */
48
- function jetpack_woocommerce_remove_share() {
49
- /**
50
- * Double check WooCommerce exists - unlikely to fail due to the hook being used but better safe than sorry.
51
- */
52
- if ( ! class_exists( 'WooCommerce' ) ) {
53
- return;
54
- }
55
-
56
- if ( is_cart() || is_checkout() || is_account_page() ) {
57
- remove_filter( 'the_content', 'sharing_display', 19 );
58
- if ( class_exists( 'Jetpack_Likes' ) ) {
59
- remove_filter( 'the_content', array( Jetpack_Likes::init(), 'post_likes' ), 30, 1 );
60
- }
61
- }
62
- }
63
- add_action( 'loop_start', 'jetpack_woocommerce_remove_share' );
64
-
65
- /**
66
- * Add a callback for WooCommerce product rendering in infinite scroll.
67
- *
68
- * @param array $callbacks Array of render callpacks for IS.
69
- * @return array
70
- */
71
- function jetpack_woocommerce_infinite_scroll_render_callback( $callbacks ) {
72
- $callbacks[] = 'jetpack_woocommerce_infinite_scroll_render';
73
- return $callbacks;
74
- }
75
-
76
- /**
77
- * Add a default renderer for WooCommerce products within infinite scroll.
78
- */
79
- function jetpack_woocommerce_infinite_scroll_render() {
80
- if ( ! is_shop() && ! is_product_taxonomy() && ! is_product_category() && ! is_product_tag() ) {
81
- return;
82
- }
83
-
84
- woocommerce_product_loop_start();
85
-
86
- while ( have_posts() ) {
87
- the_post();
88
- wc_get_template_part( 'content', 'product' );
89
- }
90
-
91
- woocommerce_product_loop_end();
92
- }
93
-
94
- /**
95
- * Basic styling when infinite scroll is active only.
96
- */
97
- function jetpack_woocommerce_infinite_scroll_style() {
98
- $custom_css = '
99
- .infinite-scroll .woocommerce-pagination {
100
- display: none;
101
- }';
102
- wp_add_inline_style( 'woocommerce-layout', $custom_css );
103
- }
104
-
105
- /**
106
- * Adds compat for WooCommerce and Lazy Loading.
107
- */
108
- function jetpack_woocommerce_lazy_images_compat() {
109
- wp_add_inline_script(
110
- 'wc-cart-fragments',
111
- "
112
- jQuery( 'body' ).bind( 'wc_fragments_refreshed', function() {
113
- var jetpackLazyImagesLoadEvent;
114
- try {
115
- jetpackLazyImagesLoadEvent = new Event( 'jetpack-lazy-images-load', {
116
- bubbles: true,
117
- cancelable: true
118
- } );
119
- } catch ( e ) {
120
- jetpackLazyImagesLoadEvent = document.createEvent( 'Event' )
121
- jetpackLazyImagesLoadEvent.initEvent( 'jetpack-lazy-images-load', true, true );
122
- }
123
- jQuery( 'body' ).get( 0 ).dispatchEvent( jetpackLazyImagesLoadEvent );
124
- } );
125
- "
126
- );
127
- }
128
-
129
- add_action( 'wp_enqueue_scripts', 'jetpack_woocommerce_lazy_images_compat', 11 );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3rd-party/wpml.php CHANGED
@@ -1,53 +1,25 @@
1
  <?php
2
- /**
3
- * Only load these if WPML plugin is installed and active.
4
- *
5
- * @package automattic/jetpack
6
- */
7
-
8
- /**
9
- * Load routines only if WPML is loaded.
10
- *
11
- * @since 4.4.0
12
- */
13
- function wpml_jetpack_init() {
14
- add_action( 'jetpack_widget_get_top_posts', 'wpml_jetpack_widget_get_top_posts', 10, 3 );
15
- add_filter( 'grunion_contact_form_field_html', 'grunion_contact_form_field_html_filter', 10, 3 );
16
- }
17
- add_action( 'wpml_loaded', 'wpml_jetpack_init' );
18
-
19
- /**
20
- * Filter the Top Posts and Pages by language.
21
- *
22
- * @param array $posts Array of the most popular posts.
23
- *
24
- * @return array
25
- */
26
- function wpml_jetpack_widget_get_top_posts( $posts ) {
27
  global $sitepress;
28
 
29
  foreach ( $posts as $k => $post ) {
30
  $lang_information = wpml_get_language_information( $post['post_id'] );
31
- if ( ! is_wp_error( $lang_information ) ) {
32
- $post_language = substr( $lang_information['locale'], 0, 2 );
33
- if ( $post_language !== $sitepress->get_current_language() ) {
34
- unset( $posts[ $k ] );
35
- }
36
  }
37
  }
38
 
39
  return $posts;
40
  }
41
 
42
- /**
43
- * Filter the HTML of the Contact Form and output the one requested by language.
44
- *
45
- * @param string $r Contact Form HTML output.
46
- * @param string $field_label Field label.
47
- *
48
- * @return string
49
- */
50
- function grunion_contact_form_field_html_filter( $r, $field_label ) {
51
  global $sitepress;
52
 
53
  if ( function_exists( 'icl_translate' ) ) {
@@ -59,3 +31,5 @@ function grunion_contact_form_field_html_filter( $r, $field_label ) {
59
 
60
  return $r;
61
  }
 
 
1
  <?php
2
+
3
+ // Only load these if WPML is active.
4
+ if ( defined( 'ICL_SITEPRESS_VERSION' ) ) :
5
+
6
+ add_action( 'jetpack_widget_get_top_posts', 'wpml_jetpack_widget_get_top_posts', 10, 3 );
7
+ function wpml_jetpack_widget_get_top_posts( $posts, $post_ids, $count ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  global $sitepress;
9
 
10
  foreach ( $posts as $k => $post ) {
11
  $lang_information = wpml_get_language_information( $post['post_id'] );
12
+ $post_language = substr( $lang_information['locale'], 0, 2 );
13
+ if ( $post_language !== $sitepress->get_current_language() ) {
14
+ unset( $posts[ $k ] );
 
 
15
  }
16
  }
17
 
18
  return $posts;
19
  }
20
 
21
+ add_filter( 'grunion_contact_form_field_html', 'grunion_contact_form_field_html_filter', 10, 3 );
22
+ function grunion_contact_form_field_html_filter( $r, $field_label, $id ){
 
 
 
 
 
 
 
23
  global $sitepress;
24
 
25
  if ( function_exists( 'icl_translate' ) ) {
31
 
32
  return $r;
33
  }
34
+
35
+ endif;
CHANGELOG.md DELETED
@@ -1,5356 +0,0 @@
1
- # Changelog
2
-
3
- ### This is a list detailing changes for all Jetpack releases.
4
-
5
- ## 9.8 - 2021-06-01
6
- ### Enhancements
7
- - Contact Form: the "Feedback > Export CSV" submenu entry has been removed. The export functionality is still available in "Feedback > Form Responses".
8
- - Form block: allow replacing the "Message Sent" heading with custom phrase.
9
- - Instagram Reel: add oEmbed support for Instagram Reel posts.
10
- - Instant Search: add 'open when visitor submits the form' overlay trigger.
11
- - Instant Search: apply configured highlight color to text highlights.
12
- - Site Verification Tools: adds an option for Facebook domain verification.
13
- - Story Block: add new block that enables you to use photos and videos to create engaging and tappable fullscreen slideshows.
14
-
15
- ### Improved compatibility
16
- - Blocks: ensure blocks are compatible with upcoming Full Site Editor feature.
17
- - Blocks: ensure tiled gallery and slideshow blocks do not output invalid CSS when used with AMP plugin.
18
- - Dashboard: hide Settings page for non-admin users when in site-only connection.
19
- - Instant Search: ensure search input is the correct width if an input max-width has been specified in the theme.
20
- - Related Posts: add height attribute to post images for better compatibility with page performance analysis tools.
21
- - Related Posts: avoid Fatal Errors when using plugins that may interact with WordPress' customizer in specific ways.
22
- - SEO Tools: ensure Jetpack SEO does not conflict with SEOPress.
23
- - Story Block: Improve accessibility and resolve z-index issues when playing in fullscreen.
24
-
25
- ### Bug fixes
26
- - Carousel: harden fetching comments in Carousel view.
27
- - Contact Form: remove double quotes from names in email headers to improve compatibility with different emailing solutions for WordPress.
28
- - Dashboard: display the Sharing settings tab when editors only need to customize Publicize settings for their own account.
29
- - Dashboard: do not display Protect card for non-admin users while in site-only connection.
30
- - Dashboard: do not show multiple connection prompts in the Publicize settings card.
31
- - Dashboard: ensure connected user details properly displayed.
32
- - Dashboard: ensure that the Jetpack settings page can be accessed when using Jetpack's Offline mode.
33
- - Fixed regression introduced in posts page icon notification WP-Admin edit.php page.
34
- - General: ensures that the send_auth_cookies filter is respected.
35
- - Instant Search: don't photon-ize SVG images as they're not supported by Photon
36
- - Instant Search: fixes for design conflicts.
37
- - Instant Search: prevent standard sidebar widgets ending up in the search modal sidebar when switching themes.
38
- - Social Previews: don't show duplicate buttons when a featured image is selected.
39
- - Stats: fixes the date used to fetch the Top posts in the Top posts dashboard widget.
40
-
41
- ### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
42
- - Add an API function to get hub a P2 hub id.
43
- - Add a way to connect E2E sites headlessly
44
- - Add REST API v2 endpoint for editing transients.
45
- - Adds Advanced General menu item that points to WP Admin regardless of whether the Advanced Dashboard toggle is enabled or not.
46
- - Add upsell nudges in sidebar for WordPress.com users.
47
- - Add userless and classic connection tests
48
- - Admin Pages: prompt connect instead of upgrade when WordPress.com account is not connected
49
- - Business Hours Block: Add server rendered PHP fixtures test.
50
- - Calendly block: add target existence check before running init scripts
51
- - Changing the WPCOM subscription email control type from 'text' to 'email'.
52
- - Clicking the Write button in masterbar will now use WP Admin block editor.
53
- - Comment: Story block: Add more media options to choose from in the editor
54
- - Comment: Story Block: Improve rendering in email notifications
55
- - Comment: Story Block: Use CSS scale3d() instead of scale()
56
- - Connection package independence: Filters the remote_register XMLRPC endpoint redirect URI
57
- - Connection package independence: Move a Jetpack specfic connection routine out of the package and into the plugin
58
- - Disabled editing and deleting pages in WP-Admin Pages list screen for the page that is configured as a Posts page.
59
- - E2E: Fix wp-config setup script to match latest core changes
60
- - E2E tests: Change the timeout to wait for loading animation in connection frame, before the approve button is displayed.
61
- - E2E tests: fixed typo in help of infrastructure script
62
- - E2E tests: fix for failing test when Mailchimp is already set up
63
- - E2E tests: fix Slack notification for scheduled jobs
64
- - E2E tests: generate Allure results
65
- - E2E tests: group test runs in CI
66
- - E2E tests: improved Slack notifications
67
- - E2E tests: Increase timeout for loading animation on connection flow
68
- - E2E tests: runner groups
69
- - E2E tests: use github object to get context info for slack notification
70
- - Enable the Plans tab for unlinked users
71
- - Ensure that the WPCOM toolbar remains enabled with AMP in wp-admin
72
- - Ensure video/videopress mime type is set on attachments when a videopress update xmlrpc call is received
73
- - Fixed compatibility issue with Page Optimize plugin for RTL layouts for jetpack-admin-menu and colors stylesheets
74
- - Fixed new PHPCS errors.
75
- - Fixed the Upgrades, Jetpack and Settings menu item slugs in WP-Admin
76
- - Fix LEGACY_META_OPTION handling for WPcom simple sites
77
- - Fix Notice: Undefined variable: poster_url
78
- - Fix plan name display in Upgrades menu entry for translations with spaces or non-Latin characters
79
- - Fix the height of the User Authentication Dialog on the dashboard
80
- - For users that are able to update the `LEGACY_META_OPTION` option, avoid trying to update `TITLE_FORMATS_OPTION` which would display an 403 in Calypso.
81
- - Hide plan links for P2 sites that can't have plans
82
- - Hide plan link to email plan for P2 sites
83
- - Hide the FAB icon on Yoast admin pages to avoid overlap with the Yoast help icon.
84
- - Hook into the Connection package remote_connect to perform Jetpack specific routines
85
- - Increase the priority of the Subscriptions block
86
- - jetpack disconnect CLI command: Add support to delete the connection owner and improve error message
87
- - JITM: remove unnecessary add_filter calls for the JITM filters.
88
- - jp-tracks-functions script moved to Tracking package.
89
- - No changelog needed, this is a fix for a Calypso feature that has not been enabled yet
90
- - Offer features depending on the current plan of the site rather on the current platform of the site.
91
- - Paid blocks: Remove nested upgrade nudges on the frontend.
92
- - Premium Content blocks: Fix parent block selector button when premium content blocks are nested within other blocks.
93
- - Refactored to improve testability. No functionality is affected.
94
- - Remove "user-less" jargon from code
95
- - Remove CodeClimate
96
- - Removed the carousel reblog functionality (unused in Jetpack).
97
- - Removed use of experimental feature and replaced with new `useBlockProps` hook to ensure video block continues to function correctly
98
- - Remove onboarding_token logic in the Remote provision XMLRPC method from the Connection package and add it to the Jetpack plugin
99
- - Replace user locale with WordPress.com user locale on Atomic.
100
- - Search: added search happy route E2E tests
101
- - Simplify wpcom/v2 delete transient endpoint logic.
102
- - Standardize wording for connecting the user.
103
- - Story block: address minor display issues
104
- - Story block: fix edit button in the block's toolbar to use the pencil icon instead of Select Media text
105
- - Story Block: Fix syncing muted state
106
- - Story Block: Fix video not loading on safari and Chrome iOS
107
- - Turns off css tidy shorthand optimization to prevent clashes with gutenberg block validation
108
- - Updated Jetpack_Google_Analytics to use static property $analytics
109
- - Updated package dependencies
110
- - update jetpack-redirect dependency
111
- - Update logic for showing a Redirect flag in the sidebar
112
- - Update Sync Connection Tests to utilize fix nomenclature
113
- - Update Sync unit tests to align with new return format of get_object_by_id.
114
- - Update the priority for overriding unified nav styles.
115
- - Update the required version of "connection-ui" package.
116
- - WordPress.com API: allow switching from locale variant to primary in Site Settings endpoint.
117
-
118
- ## 9.7-beta - 2021-04-27
119
- ### Enhancements
120
- - Blocks: improve test coverage for better reliability of each one of Jetpack's blocks.
121
- - Carousel: improve general performance.
122
- - Dashboard: add explanation when a feature is unavailable.
123
- - Dashboard: improve the display of buttons in the update modal.
124
- - Jetpack Videos: add "Play Inline" setting to play a video inline instead of full-screen on mobile devices when enabled.
125
- - SEO Tools: improve usability of settings interface.
126
- - Widgets: improve message displayed in Blog Stats Widget when there are no stats to display.
127
- - WordAds: add Global Privacy Control (GPC) support to CCPA.
128
-
129
- ### Improved compatibility
130
- - Blocks: continous work to ensure full compatibility between Jetpack's Blocks and WordPress' upcoming Full Site Editing feature.
131
- - Featured Content: avoid PHP warnings when terms are fetched without a taxonomy to filter by.
132
- - Feature Hints: avoid Fatal errors when other plugins filter the plugin list.
133
- - General: improvements to bring multiple features up to WordPress coding standards.
134
- - Publicize: update Twitter text processing library to avoid errors when using PHP 8.
135
- - Sharing: avoid broken sharing icons when using IE11 and the legacy AMP plugin's theme.
136
-
137
- ### Bug fixes
138
- - Image CDN: correct image URLs in srcset in certain cases.
139
- - Instant Search: enable link filtering on built-in WordPress taxonomies.
140
- - Instant Search: fix handling of customizer controls using refresh.
141
- - Instant Search: fix race condition for API responses.
142
- - Instant Search: prevent excluding all post types.
143
- - Instant Search: set the number of returned posts using the query's `posts_per_page` value.
144
- - Instant Search: improve settings interface usability.
145
- - Markdown: fix regression that broke links with single-quoted href attributes.
146
- - Sharing / Publicize: properly encode URLs in Open Graph tags.
147
-
148
- ### Other changes <!-- Non-user-facing changes go here. This section will not be copied to readme.txt. -->
149
- - Account for Categories and Tags in nav unification
150
- - Adds segmentation "from" parameter to the registration request
151
- - Always use WP Admin for comments in Atomic sites.
152
- - Change copy on in-place connection title to match user-less behavior
153
- - Add e2e test to cover Jetpack Assistant's (Recommendations) main flow
154
- - Add field for zendesk meta in /me/sites API for mobile apps
155
- - Add unit tests to cover the functionality of each step of the assistant
156
- - Autoloader: Use a different suffix for each release to fix #19472.
157
- - Avoid PHP Notices in jetpack_blog_display_custom_excerpt() when run outside of the loop / without post context.
158
- - Calypso's Tool -> Export menu now honors the 'Show advanced dashboard pages' setting
159
- - Changelog: update with latest changes that were cherry-picked to 9.6 during Beta period.
160
- - Change the command to build Jetpack in E2E tests Github action workflow
161
- - Connection: moving the registration REST endpoint to the Connection package.
162
- - Docs: fix typos in E2E README
163
- - Do not load modules that require a user when in user-less state
164
- - E2E tests: fixed hover action
165
- - E2E tests: publish Testspace results in folders
166
- - In-Place Connection: partially replace the secondary users connection flow with `InPlaceConnection` component from `@automattic/jetpack-connection` package.
167
- - Jetpack Assistant: Add the product slug to the events dispatched when users see and click the product being upsold
168
- - Licenses: show the license-aware version of the Connection banner when there is a userless connection established and there are stored licenses.
169
- - Licenses: hide the Recommendations banner when the Connection banner is visible.
170
- - Move JITM's REST API endpoints into the package
171
- - Nav Unification: Remove Sharing submenu option from settings menu for wpcom sites.
172
- - Nav unification: sync sidebar collapsed state with wpcom.
173
- - Nav unification: updated the Jetpack admin menu logo SVG for increased compatibility with colour schemes
174
- - Nav Unification: Always show the Theme Showcase (wordpress.com/themes) to WP.com free sites.
175
- - Nav Unification: remove the box-shadow at the top of the Sidebar.
176
- - Refactored the menu and submenu items replacement for nav unification
177
- - Remove broken link to Scan details on Atomic sites
178
- - Replaced the string "Add new site" to "Add new site" on masterbar and corrected the unit tests.
179
- - Reassign $submenu_file value as null for theme-install.php so correct menu item Add New Theme is highlighted in admin menu.
180
- - Record stat of the first time the site is registered
181
- - Replace fragile element selectors with a more robust version of themselves
182
- - REST API: Allow site-level authentication on plugins, themes, modules endpoints
183
- - REST API: Add list modules v1.2 endpoint.
184
- - Removing the password-checker package from the Jetpack plugin composer.json file.
185
- - Sanitize the hookname used to generate menu item IDs
186
- - Show current WPCOM plan in sidebar menu item "Upgrades" when nav unification is enabled.
187
- - Update prepare_menu_item_url in admin menu API to replace special characters in URLs with their HTML entities such as ampersand (e.g. convert &amp; to &).
188
- - Updated package dependencies.
189
- - WordAds: add translated text for use with inline and sticky slots
190
- - WordAds: use WPCOM hosting type for Atomic sites
191
-
192
- ## 9.6.1 - 2021-04-13
193
- ### Bug fixes
194
- - Connection tools: safeguard cleanup tool against accidental option removal.
195
- - Dashboard: fix loading indicator styles by deprecating our custom solution in favor of WordPress Core's Spinner.
196
- - Instant Search: fix Customizer and styling bugs introduced in 9.6.
197
- - Instant Search: Handle pagination edge-case with excluded post types.
198
- - Sharing: ensure the feature can be used when Jetpack is used in Offline mode.
199
- - Stats: Fix time period selection on the stats page.
200
-
201
- ### Other
202
- - Admin Menu: Centralize class loading in Jetpack codebase.
203
- - Admin Menu: Fix the display of the Links Manager.
204
- - Cover block: fix paid-block-media-placeholder interference with flex positioning.
205
- - Remove outdated reference to SEO as a paid feature in readme.txt.
206
-
207
- ## 9.6 - 2021-04-06
208
- ### Enhancements
209
- - Beautiful Math: remove title attribute from generated image.
210
- - Blocks: add width option to buttons in Subscriptions, Revue, Form, Calendly, and Payments blocks.
211
- - Blocks: improve reliability of all blocks via unit tests.
212
- - Dashboard: add new options to customize SEO settings.
213
- - Dashboard: add new option to input license key.
214
- - Dashboard: update recommmendations notice to improve accessibility.
215
- - General: allow the use of some Jetpack features without connecting to a WordPress.com account.
216
- - Instant Search: add a new result format layout, for sites using WooCommerce.
217
- - Instant Search: improve performance thanks to lazily loading.
218
- - Instant Search: only use site accelerator for displaying images if it is enabled on the site.
219
- - Instant Search: update the search modal design.
220
- - Jetpack Videos: improve the display of transcoding status for newly uploaded videos.
221
- - Podcast Player Block: improve fetching of the podcast description.
222
- - Syncrhonization: add new sync/health endpoint to allow update of the sync health options.
223
-
224
- ### Improved compatibility
225
- - Auto-updates: respect auto-update constant/filters in plugin API endpoints.
226
- - Autoloader: fix uninstallation fatal.
227
- - General: update colors to match dashboard color changes in WordPress 5.7.
228
- - Gravatar Hovercards: fix compatibility with the AMP plugin for Pingbacks and Trackbacks.
229
- - Latest Instagram Posts Block: improve compatibility with Gutenberg 10.1.0.
230
- - Markdown: avoid processing URLs that may include Markdown syntax.
231
- - Opentable Block: improve compatibility with Gutenberg 10.1.0.
232
- - Podcast Player Block: fix compatibility with the AMP plugin in the Customizer preview.
233
- - Podcast Player Block: improve compatibility with Gutenberg 10.1.0.
234
- - Synchronization: avoid issues with themes or plugins using anonymous functions within hooks.
235
-
236
- ### Bug fixes
237
- - Connection Flow: resolve issue that prevented connections from the Opera browser.
238
- - Custom Content Types: fix inline quick editing of Restaurant menu items.
239
- - Instant Search: ensure Escape key always closes search modal.
240
- - Instant Search: fix an issue that led to a PHP notice for undefined index.
241
- - Instant Search: Fix modal opening bug within the Customizer.
242
- - Instant Search: fix handling of Customizer controls using refresh.
243
- - Instant Search: fix visibility of filter checkboxes in Safari on Twenty Twenty and Twenty Twenty One themes.
244
- - Instant Search: hide "filters" menu on mobile if there are no filters to display.
245
- - Instant Search: prevent IE11 from spawning overlay on load.
246
- - Publicize: avoid notices as embeds are added to a post.
247
- - Recommendations: when enabling Site Accelerator, also enable Tiled Galleries.
248
- - Sharing: omit Open Graph description tag from posts with Premium Content.
249
- - Site Logo: fix issues when updating logo in the Customizer.
250
- - Star Rating Block: allow 0 stars to be selected.
251
- - Subscriptions Block: allow block to override color styles, falling back to theme defaults.
252
- - Tiled Gallery: prevent block validation errors for mosaic and column layouts.
253
- - Video Block: display fallback when fetching videos that have been deleted.
254
- - WordPress.com Block Editor: disable if all Jetpack blocks are disabled via a filter.
255
- - WordPress.com REST API: make sure post metadata is always an array.
256
-
257
- ### Other
258
- - Admin Page: Do not show an error message with JSONP is disabled. The admin page does not use it.
259
- - Readme: update link to changelog file. No changelog entry necessary.
260
-
261
- ## 9.5.2 - 2021-03-16
262
- ### Improved compatibility
263
- - Block Editor: avoid conflicts between multiple Jetpack blocks and Gutenberg version 10.1.0.
264
-
265
- ### Bug fixes
266
- - Instant Search: prevent IE11 from spawning overlay on load.
267
- - WordPress.com Toolbar and customizations: fix multiple issues causing navigation panel discrepancies between the WP-Admin dashboard and the WordPress.com dashboard.
268
-
269
- ## 9.5.1 - 2021-03-04
270
- ### Bug fixes
271
- - Sharing: avoid potential conflicts with the Blog Posts Block from Newspack.
272
- - Subscriptions Block: avoid validation errors when customizing font size on a site using the Gutenberg plugin.
273
-
274
- ## [9.5] - 2021-03-02
275
- ### Enhancements
276
- - Carousel: improve the experience on mobile devices by allowing touch events (pinch, zoom).
277
- - Instant Search: improve the design of the Search modal.
278
- - Instant Search: open search result links in the current window rather than opening a new one.
279
- - Podcast Player Block: allow filtering the number of tracks returned when fetching new podcast episodes.
280
- - Podcast Player Block: add publication date to the data returned when fetching new podcast episodes.
281
- - Recommendations: add a dashboard banner to help users discover the best Jetpack features.
282
- - Related Posts: improve performance by removing jQuery dependency.
283
- - SEO Tools: make the feature available for all sites.
284
- - Social Icons Widget: add new icons.
285
- - Social Menu: add new icons.
286
- - Synchronization: improve reliability of data by excluding blocked taxonomies.
287
- - Tiled Galleries: improve performance by removing jQuery dependency.
288
- - Video Block: add support for custom video player progress bar colors.
289
- - Widgets: display notice in the customizer when one needs to connect their account before using the Instagram widget.
290
-
291
- ### Improved compatibility
292
- - Block Editor: update all blocks to be fully compatible with WordPress 5.7.
293
- - General: Jetpack now requires WordPress 5.6, and is fully compatible with WordPress 5.7.
294
- - Protect: ensure that the blocked login page is fully compatible with the Robots API changes introduced in WordPress 5.7.
295
-
296
- ### Bug fixes
297
- - Autoloader: prevent transitive plugin execution.
298
- - Carousel: ensure that the Carousel view is available regardless of your gallery's link settings.
299
- - Comments: improve respect for the Core moderation option in particular cases.
300
- - Connection flow: ensuring Jetpack Dashboard successfully loads after reconnect.
301
- - Cookies & Consent Widget: ensure the widget can be edited from the new block-based widget editor.
302
- - Custom Content Types: allow Newspack's Blog Posts block to display Testimonial and Portfolio posts.
303
- - Dashboard: improve performance by reducing excessive API calls.
304
- - Dashboard: improve product upgrade flow for non-connected Jetpack users.
305
- - Instant Search: fix closing of the overlay using the Escape key in IE11.
306
- - Instant Search: improve compatibility with browser forward/back navigation.
307
- - Instant Search: avoid issues when changes made in customizer would not immediately appear in preview.
308
- - Jetpack Videos: fix responsiveness of Video poster images.
309
- - Map Block: avoid issues when resize event listener was not removed when the component was unmounted.
310
- - Markdown: avoid filters loading too early when creating a new site within a Multisite network.
311
- - Payments Block: avoid layout issues when setting up a new payment plan.
312
- - Pay With Paypal Block: ensure that line breaks can be used in product description.
313
- - Secure Sign On: improve the connection flow when users first log in via SSO.
314
- - Sharing: avoid displaying block content in Open Graph Meta tags when not needed.
315
- - Sharing: ensure that sharing popup opens properly in Firefox.
316
- - Shortcodes: use arguments provided by shortcode attributes for the Instagram embeds.
317
- - Video Block: avoid potential PHP notice when working with Jetpack Videos.
318
- - WhatsApp block: adjust width of block options toolbar.
319
-
320
- ## 9.4.1 - 2021-02-16
321
- ### Bug fixes
322
- - Carousel: ensure that the Carousel view is available regardless of your gallery's link settings.
323
- - Dashboard: improve performance by reducing excessive API calls.
324
- - Payments Block: avoid layout issues when setting up a new payment plan.
325
-
326
- ## [9.4] - 2021-02-02
327
- ### Enhancements
328
- - Dashboard: add new Recommendations page to help you get started with recommended features of Jetpack.
329
- - Dashboard: change the development notice link to an external link.
330
- - Podcast Player Block: add skip back/forward buttons.
331
- - Podcast Player Block: improve RSS feed detection.
332
- - Sharing: remove jQuery dependency to improve performance of the sharing buttons.
333
- - Sharing: improve performance of the Email Sharing button by lazy-loading the Google reCAPTCHA when necessary.
334
- - Social Menu: add Patreon icon.
335
- - Synchronization with WordPress.com: improve the validation of field names when calculating checksums on tables.
336
- - Synchronization Performance: reduce concurrency of requests by implementation of Retry-After for concurrent requests.
337
- - Widgets: add Patreon icon to Social Icons Widget.
338
- - WordPress.com REST API: add new Cloudflare Analytics field option.
339
-
340
- ### Improved compatibility
341
- - Form Block: avoid display issues when submitting a form within an AMP view.
342
- - Instant Search: improve support for older browsers such as Internet Explorer 11.
343
- - Secure Sign On: support custom login page plugins such as WPS Hide Login.
344
- - Tiled Gallery Block: add additional CSS classes to improve compatibility with the Core Gallery block.
345
-
346
- ### Bug fixes
347
- - Autoloader: resolve inconsistencies when including a cache supporting autoloader from one without cache support.
348
- - Contact Form: prevent post status transition actions from firing twice when the post status is changed.
349
- - Crowdsignal: avoid issues when using a Crowdsignal shortcode in the block editor.
350
- - Jetpack Video Block: avoid block validation errors when editing existing content.
351
- - Jetpack Video Block: add missing alignment classes.
352
- - Publicize: allow clearing Publicize custom message if a post title has been set.
353
- - Stats: update dashboard widget to respect new dashboard widget markup.
354
- - Subcriptions Block: avoid errors when displayed within a Disabled context, such as a block or pattern preview.
355
- - Synchronization with WordPress.com: avoid PHP warnings.
356
- - Synchronization with WordPress.com: fix potential PHP notices when making XMLRPC requests.
357
- - WordPress.com REST API: fix PHP notice when fetching user connection data without a connection owner.
358
-
359
- ## 9.3.1 - 2021-01-14
360
- ### Bug fixes
361
- - Multisite: avoid Fatals on sites using the WPMUDEV domain mapping plugin.
362
- - SEO Tools: prevent a PHP notice in some situations involving taxonomy or author pages.
363
-
364
- ## [9.3] - 2021-01-12
365
- ### Enhancements
366
- - Autoloader: improve performance by caching known plugins.
367
- - Instant Search: improve compatibility with IE11.
368
- - Related Posts: use the semantic time element when displaying dates.
369
- - Sharing: defer loading of the reCAPTCHA library by default.
370
-
371
- ### Improved compatibility
372
- - AMP: avoid PHP notice on sites using legacy versions of the AMP plugin.
373
- - Dashboard: avoid errors on sites using PHP 8.
374
- - General: use modern JavaScript best practices for loading scripts.
375
- - Infinite Scroll: add compatibility for the TwentyTwentyOne theme.
376
- - Search: improve styling for the TwentyTwenty theme.
377
- - Synchronization: improve integrity of synchronization between your site and WordPress.com.
378
- - WordPress.com Toolbar: iterate on the design and functionality of the toolbar to match the toolbar in use on WordPress.com.
379
-
380
- ### Bug fixes
381
- - Autoloader: resolve symbolic links in active plugin paths.
382
- - Autoloader: ensure deactivating plugins aren't cached.
383
- - Blocks: improve sidebar display in non-fullscreen mode.
384
- - Content Options: do not output CSS when it is not needed.
385
- - Instant Search: improve display of tags and categories in search results.
386
- - Lazy Images: attempt to load all images when printing a post, and inform the user when printing if images haven't been loaded.
387
- - Podcast Player Block: avoid PHP notices in some scenarios.
388
- - Search: limit number of filters automatically set up.
389
- - Slideshow Block: ensure that image captions are always shown, regardless of the theme you're using.
390
- - Subscription Block: display the correct default placeholder and button text strings in the post editor.
391
- - Subscriptions: fix the behavior of the toggle switches for the comment subscription settings.
392
- - Twitter Threads: improve how Twitter Cards are generated for embeds in the thread preview.
393
- - VideoPress: detect aspect ratios rounding to both 1.77 and 1.78 as 16:9.
394
- - Widgets: avoid JavaScript errors when displaying the Cookies & Consent Widget.
395
- - WordPress.com REST API: avoid fatal errors in some scenarios, when updating a post's metadata.
396
-
397
- ## 9.2.1 - 2020-12-10
398
- ### Improved compatibility
399
- - Site Health Tools: improve PHP 8 compatibility.
400
- - Twenty Twenty One: add support for Jetpack's Content Options.
401
-
402
- ### Bug fixes
403
- - Instant Search: fix layout issues with filtering checkboxes with some themes.
404
- - WordPress.com Toolbar: avoid Fatal errors when the feature is not active.
405
- - WordPress.com Toolbar: avoid 404 errors when loading the toolbar.
406
-
407
- ## [9.2] - 2020-12-01
408
- ### Enhancements
409
- - Connection Flow: clarify error message when the options table is not writable.
410
- - Contact Form Block: display fallback link when the block is rendered in non-WordPress contexts, such as subscription emails.
411
- - Contact Form Block: display the correct default email address and subject in the form block settings.
412
- - Dashboard: clarify language around support options.
413
- - Instagram Embeds: add support for embed parameters supported by Instagram.
414
- - Payments Block: move unreadable notice to the sidebar.
415
- - Pinterest Block: ensure that Pinterest embeds are displayed nicely in non-WordPress contexts, such as subscription emails.
416
- - Podcast Block: display fallback link when the block is rendered in non-WordPress contexts, such as RSS feeds.
417
- - Search: improve URL formatting for the expanded search layout.
418
- - Sharing: ensure the first suitable image found in a post is always the one used in Open Graph Image meta tags.
419
- - Site Health Tools: update description of Synchronization issues for better usability.
420
- - Slideshow Block: ensure that slideshows are displayed nicely in subscription emails.
421
- - Status: improve detection of staging servers.
422
- - Story Block: improve display of the block.
423
- - Synchronization: improve synchronization of comment status, taxononmies, and terms between your site and WordPress.com.
424
- - Tiled Gallery Block: improve rendering when the block is rendered in non-WordPress contexts, such as subscription emails.
425
- - WhatsApp button Block: improve text alignment on mobile devices.
426
- - WordPress.com Toolbar: include admin color in user's REST API output.
427
-
428
- ### Improved compatibility
429
- - Autoloader: support Composer 2.0.7.
430
- - General: continued work towards ensuring that Jetpack is fully compatible with the upcoming version of PHP, PHP 8.
431
- - General: ensure Jetpack's full compatibility with the upcoming WordPress 5.6 release.
432
- - General: update Jetpack's minimum required WordPress version to 5.5, in anticipation of the upcoming WordPress 5.6 release.
433
- - Sharing: disable Open Graph Meta tags added by the Web Stories plugin when Jetpack's tags are active.
434
- - Stats: support Web Stories plugin.
435
- - Synchronization: ensure better synchronization of post meta data (used by Publicize, Subscriptions, Search) in WordPress 5.6.
436
-
437
- ### Bug fixes
438
- - Connection: handle XMLRPC requests when SERVER_PORT is not defined.
439
- - External Media: fix a conflict with CoBlock's image replace feature.
440
- - Dashboard: fix incorrect links to Jetpack credentials form.
441
- - Google Analytics: ensure compatibility with Google Analytics 4 (GA4).
442
- - Sitemaps: ensure that the Home URL is slashed on subdirectory websites.
443
- - Social Icons widget: display only one icon when a URL matches both a domain and the feed URL match.
444
- - Sync: avoid trying to sync when something else disabled syncing a request.
445
- - Whatsapp Button Block: fix Guyana country code metadata.
446
- - WordPress.com REST API: restore post comments when untrashing a post, such as via the mobile apps.
447
-
448
- ## [9.1] - 2020-11-10
449
- ### Enhancements
450
- - Button Block: add a center alignment option to all Jetpack button blocks.
451
- - Content Options: add new filter to allow theme and plugin authors to disable featured image removal for their Custom Post Types.
452
- - Dashboard: improve the display of dates in the Jetpack Plan screen and in the Stats graph.
453
- - Dashboard: improve the display of numbers in all languages.
454
- - Donations Block: improve the display of the block outside WordPress (in subscription emails, for example).
455
- - Embeds: update Loom logo.
456
- - External Media: add feature to the Cover block.
457
- - Google Calendar Block: improve the display of the block in the editor.
458
- - Image Compare Block: accessibility improvements.
459
- - Instant Search: improve accessibility of the Search modal.
460
- - Likes: remove jQuery dependency where possible.
461
- - Pay with PayPal Block: improve the styling of the buttons in subscription emails.
462
- - Pay with PayPal Block: improve the display of currencies.
463
- - Podcast Player Block: add option to hide the episode title.
464
- - Podcast Player Block: display more helpful error messages when a podcast cannot be embedded.
465
- - Publicize: improve the usability of the Twitter thread options.
466
- - REST API: support needed capabilities in Jetpack REST API endpoints that allow site based authentication.
467
- - Social Menu & Social Media Icons: add support for Telegram profiles.
468
- - Synchronization: improve reliability of synchronization of theme changes.
469
- - WhatsApp Block: add option to change the alignment of the button.
470
- - Widget Visibility: improve performance on sites with a large number of pages.
471
- - WordPress.com Block Editor: add option to add metadata to a post indicating the last editor used.
472
- - WordPress.com REST API: remove outdated code that allowed non-secure requests to the API, as such requests are no longer accepted.
473
-
474
- ### Improved compatibility
475
- - Comments: avoid AMP validation errors when using Jetpack's Comments feature and the AMP plugin.
476
- - Dashboard: better support all states available when using one of Jetpack's Security solutions.
477
- - Embeds: improve compatibility between Jetpack's Instagram embed and WordPress' own embed.
478
- - Embeds: ensure Facebook Embeds work well with the AMP plugin.
479
- - External Media: update iconography and improve forward compatibility.
480
- - General: better detect local development environments.
481
- - Google Analytics: add support for the AMP plugin to track WooCommerce events.
482
- - OpenTable Block: ensure full compatibility with the AMP plugin.
483
- - Pay with PayPal Block: ensure full compatibility with the AMP plugin.
484
- - Sharing: add support for the Google Web Stories plugin.
485
- - Slideshow Block: ensure that the block can be displayed using the Full Width alignment setting when using the Gutenberg plugin.
486
- - Widget Visibility: avoid performance impact it may have on the block editor when used with the Gutenberg plugin.
487
- - YouTube embeds: ensure that all YouTube video embeds work well when using the AMP plugin.
488
-
489
- ### Bug fixes
490
- - Calendly and Eventbrite Blocks: fix layout issue when selecting block styles in the editor.
491
- - Contact Form: selection widgets, radio buttons, and checkboxes can now use commas, brackets, and backslashes in the labels and values without breaking the form.
492
- - Donations / Payments Block: fix visual bug in Stripe connection banner.
493
- - Embeds: ensure Facebook videos are centered properly with the Twenty Twenty theme.
494
- - Google Analytics: support updated Google Analytics 4 properties.
495
- - Image CDN: the CDN will now ignore attempts to specify percentages for width or height in an image tag.
496
- - Infinite Scroll: ensure the number of posts loaded when using Infinite Scroll respects posts per page settings.
497
- - Latest Instagram Posts Block: avoid PHP warning when no images can be retrieved from Instagram.
498
- - Lazy Images: attempt to load all images when printing a post, and inform the user when printing if images haven't been loaded.
499
- - Pay with PayPal Block: add default price value.
500
- - Pay with PayPal Block: ensure currencies are displayed properly in the editor.
501
- - Protect: fix handling of IPv6 addresses.
502
- - Publicize: ensure that custom messages can be saved when using the Portfolio Custom Post Type.
503
- - Publicize: ensure that tweets consisting only of whitespace aren't added to Twitter threads.
504
- - Publicize: when generating Twitter threads, allow text to be split at line breaks where appropriate.
505
- - Security / Contact Form: add additional checks before checking submitted forms for spam.
506
- - Security / WordPress.com REST API: improve authentication checks when making proxied requests to a site's API endpoints.
507
- - Slideshow Block: fix a bug that prevented the first and last images from displaying when the slideshow loops.
508
- - Stats: no longer incorrectly report a term ID as a post ID in some rare cases.
509
- - Videos: ensure Jetpack videos use the correct aspect ratio in both the editor and the frontend, even when used within column blocks.
510
- - WhatsApp Block: fix issue when the text color would not be correct.
511
-
512
- ## 9.0.2 - 2020-10-09
513
- ### Enhancements
514
- - Publicize: improve handling of URLs when generating Twitter threads.
515
-
516
- ### Bug fixes
517
- - Instagram Embeds: ensure that Instagram URLs with additional URL parameters can be embedded as well.
518
- - Media Extractor: prevent PHP notice for some URLs.
519
- - Publicize: avoid block editor errors when no Publicize connections are available.
520
- - Synchronization flow: avoid potential fatal errors when updating the plugin from the Dashboard > Updates screen.
521
- - Sharing: avoid PHP notices when a post object is invalid.
522
- - WordPress.com REST API: avoid errors when uploading images from a URL.
523
-
524
- ## 9.0.1 - 2020-10-06
525
- ### Bug fixes
526
- - General: remove a database optimization task that could potentially cause database issues.
527
-
528
- ## [9.0] - 2020-10-06
529
- ### Major Enhancements
530
- - Publicize: add the ability to publish the entire content of posts to Twitter as threads.
531
-
532
- ### Enhancements
533
- - Blocks: update icon color for all blocks provided by Jetpack.
534
- - Custom CSS: add support for the `clip-path` property.
535
- - Custom CSS: add rebeccapurple color to the list of colors that can be processed by the SCSS and LESS preprocessors.
536
- - Dashboard: clarify Backup & Scan settings and alerts.
537
- - Dashboard: improve the reconnecting process for site owners willing to disconnect and then reconnect Jetpack to WordPress.com.
538
- - Dashboard: do not display option to purchase a plan when in Offline mode.
539
- - Embeds: add Loom.com as a new embed option.
540
- - Embeds: update song.link oEmbed to support more formats.
541
- - Embeds: allow Instagram embeds to keep working via the WordPress.com REST API.
542
- - Google Analytics: move the legacy variant from the HTML body to head.
543
- - Instant Search: optimize images displayed in Search results thanks to Jetpack's Image CDN.
544
- - Instant Search: improve layout of search results on mobile devices.
545
- - Instant Search: trigger the search overlay upon typing into the search input.
546
- - Pay with PayPal Block: display more helpful content in subscription emails.
547
- - OpenTable Block: display wide style widget as standard on mobile.
548
- - Site Health: add new test for testing blog and current user's token health.
549
- - Site Health: refine information shared when using the "Copy site info to clipboard" button.
550
- - Site Health: offer more information and help in failing tests.
551
- - Slideshow Block: remove the default background color.
552
- - Synchronization: improve performance of synchronization of term changes.
553
-
554
- ### Improved compatibility
555
- - Autoloader: add support for non-optimized PSR-4 namespace loading.
556
- - Autoloader: add PSR-0 support.
557
- - Autoloader: add handling for filtered `active_plugins` options that would otherwise have left classes out.
558
- - Contact Form: add more integration settings for a better compatibility with Jetpack CRM.
559
- - Contact Form: ensure that forms are displayed correctly in legacy AMP Reader views.
560
- - Dashboard: remove plugin autoupdate settings from the dashboard now that WordPress itself handles this feature.
561
- - Embeds: ensure that Instagram and Facebook embeds are always available, to avoid breaking embeds on existing posts.
562
- - Embeds: solve PHP 8 compatibility issues with Crowdsignal embeds.
563
- - EventBrite Block: ensure full compatibility with the AMP plugin.
564
- - Google Calendar Block: ensure full compatibility with the AMP plugin.
565
- - Image Compare Block: improve display on AMP views.
566
- - Infinite Scroll: ensure Infinite Scroll works on AMP views as well for the Twenty Nineteen and Twenty Twenty themes.
567
- - Infinite Scroll: add tools allowing theme authors to implement Infinite Scroll on AMP views in their own theme.
568
- - Pinterest Block: ensure full compatibility with the AMP plugin.
569
- - Security Scanning: avoid validation issues when using the AMP plugin and when notified of a security threat on your site.
570
- - Slideshow Block: ensure images are displayed properly when using the Swell theme.
571
- - Synchronization: ensure review comments are properly synchronized with WordPress.com.
572
- - Twitter Threads Block: add support for unrolling threads when Gutenberg 8.8+ is activated.
573
- - WordPress.com REST API: improved PHP 8.0 support.
574
-
575
- ### Bug fixes
576
- - Activity Log: avoid potential duplicate entries.
577
- - Beautiful Math: resolve incorrectly rendered LaTeX images cached during a server migration.
578
- - Connection Flow: resolve conflicts where "staging" connection errors were wrongly detected for some sites.
579
- - Copy Post: ensure categories can be copied properly on sites using an old database schema.
580
- - Donations / Payments: fix link to WordPress.com on sites where WordPress is installed in a subdirectory.
581
- - Image CDN: ensure Wikimedia-hosted images are correctly handled by the CDN.
582
- - Infinity Scroll: remove the loading spinner when loading an extra set of posts and receiving an empty response.
583
- - Stats: do not track visits when site is in staging mode.
584
- - Synchronization: ensure theme information is correctly synchronized with WordPress.com.
585
- - WordPress.com Block Editor: ensure that "Code Editor" menu item is available on mobile devices.
586
- - WordPress.com REST API: improve messaging when uploading a media file via the API fails.
587
-
588
- ## 8.9.1 - 2020-09-16
589
- ### Enhancements
590
- - Jetpack Dashboard: add support for new Jetpack plans.
591
-
592
- ### Bug fixes
593
- - General: avoid deprecation PHP notices when used with WooCommerce 4.4+.
594
- - Image CDN: avoid PHP warning when replacing URLs by their image CDN equivalent.
595
- - REST API: avoid authentication issues when using a third-party plugin also using the REST API.
596
- - Search: fix a bug where no results appear when using Jetpack's Instant Search interface.
597
- - Site Health Tools: skip a connection status test when in offline mode.
598
-
599
- ## [8.9] - 2020-09-01
600
- ### Major Enhancements
601
- - The new Donations Block allows you to easily accept and process donations on your site.
602
- - You can now preview how your posts will look on Facebook, Twitter, and Google Search Results even before you hit the Publish button.
603
-
604
- ### Enhancements
605
- - Blocks: add "Edit" button to the Calendly block toolbar.
606
- - Blocks: add new "Consent" field option to the Form block.
607
- - Connection: improve the reconnection process when your site is not properly connected to WordPress.com anymore.
608
- - Connection: improve messaging offered and displayed in the dashboard when there are connection issues between your site and WordPress.com.
609
- - Contact Form: put feedback that matches the disallowed list in trash.
610
- - Dashboard: improved legibility across all Jetpack interfaces.
611
- - External Media: improve keyboard navigation in the media modal.
612
- - External Media: offer a way to disconnect Google Photos accounts from within the media modal.
613
- - Sharing: add spacing around customization link.
614
- - Search: improve styling of expanded results in the Instant Search interface.
615
- - Shortcodes: remove jQuery dependency from Gist shortcode.
616
-
617
- ### Improved compatibility
618
- - Anti-Spam: better handle globally-configured Akismet API keys in the Jetpack dashboard.
619
- - Blocks: update to use latest colors defined by WordPress.
620
- - Blocks: ensure our External Media option is compatible with other plugins that also make changes to the Media Library options in the block editor.
621
- - Connection: ensure better compatibility of the Monitor, Protect, Secure Sign In, Stats, and Subscription features with your site's connection to WordPress.com.
622
- - General: remove references to pre-PHP 5.6 code.
623
- - Sharing: improve accessibility of the sharing butttons in AMP views.
624
- - Shortcode Embeds: ensure compatibility of the Instagram embeds with upcoming Instagram API changes.
625
- - Third-party plugin compatibility: add new compatibility file for the Creative Mail plugin.
626
- - Third-party plugin compatibility: add Slim SEO to the list of plugins compatible with Jetpack's Open Graph and Twitter Cards Meta tags.
627
-
628
- ### Bug fixes
629
- - Autoloader: avoid issues when updating plugins using the Autoloader in environments using OPCache.
630
- - Autoloader: remove the map regeneration that occurs after a plugin update.
631
- - Activity Log: ensure that theme changes are mentioned in the Activity Log.
632
- - Blocks: ensure alignment options are respected for the Video block in the editor.
633
- - Blocks: avoid accidental disconnections of the Payments block in the editor.
634
- - Blocks: bug fixes and improvement of consistency of block style implementation in the OpenTable block.
635
- - Blocks: avoid duplicate navigation arrows in the Slideshow block.
636
- - CLI tools: avoid notices when using Synchronization CLI tools.
637
- - Connection: ensure that secondary users can connect their own account to their WordPress.com account.
638
- - Dashboard: fix missing card for Backups in some error cases.
639
- - Protect: avoid displaying HTML markup on blocked login screen.
640
- - Protect: avoid Fatal errors when trying to update Protect options from the REST API.
641
- - Search: ensure that Instant Search options are properly saved in the Customizer.
642
- - Search: avoid errors when searching for a term and including the "%" symbol.
643
- - Shortcodes: avoid Fatal errors when receiving unexpected response from Flickr.
644
- - Theme Tools: resolve a PHP notice in PHP 7.4.
645
- - Video: ensure that videos uploaded with Jetpack Videos are assigned to the correct author.
646
- - Widgets: ensure that the Instagram Widget is properly styled when previewed in the customizer.
647
- - Widgets: do not hide accepted cookie widget to allow visual customization in the Customizer.
648
-
649
- ## 8.8.2 - 2020-08-17
650
- ### Bug fixes
651
- - Infinite Scroll: avoid loading issues with some themes using Infinite Scroll.
652
-
653
- ## 8.8.1 - 2020-08-10
654
- ### Improved compatibility
655
- - WordPress 5.5: ensure that Jetpack's Autoupdate feature is fully compatible with the autoupdate feature introduced in the new version of WordPress.
656
-
657
- ### Bug fixes
658
- - Admin Page: avoid blank dashboard when some specific notices (such as Offline mode) are displayed.
659
- - Synchronization with WordPress.com: resolve errors triggered from not properly sanitizing/verifying inputs.
660
-
661
- ## [8.8] - 2020-08-04
662
- ### Enhancements
663
- - Blocks: update categories to improve discoverability.
664
- - Connection Flow: improve experience of any additional users of your site that may want to link their WordPress.com account.
665
- - Dashboard: add Jetpack Anti-spam to the product list in the dashboard.
666
- - External Media: add ability to show google photos for a specific month or year.
667
- - Infinite Scroll: improve accessibility of the "Load More" behavior.
668
- - Instant Search: add support for excluding certain post types from search results.
669
- - Mailchimp Block: show error message on email validation error.
670
- - Markdown block: improve handling of long links with custom characters, as well as em- and en- dashes.
671
- - Payments block: add extra customization options to the Submit button.
672
- - Performance: use WordPress-provided wp_resource_hints for DNS prefetching.
673
- - Podcast Player block: start saving content in post content for better compatibility with non-WordPress tools.
674
- - Sharing: add direct link to share button customization for logged-in admins.
675
- - Widgets: introduce new Instagram Widget.
676
- - Widgets: add additional options to the Twitter Timeline widget.
677
- - Widgets: add the rel attribute to links with target=”_blank” in the Social Icons widget.
678
- - WordAds: update ad units to be more flexible and dynamic.
679
-
680
- ### Improved compatibility
681
- - Blocks: add default text color to all buttons in AMP mode.
682
- - Connection Flow: improve the display of any connection errors, and provide more tools to help fix those connection errors.
683
- - Contact Form: updates based on language improvements in WordPress 5.5.
684
- - Deprecated hooks: Use native WordPress functionality for deprecated hooks.
685
- - Deprecation Notices: provide more information about deprecated files and functions.
686
- - General: ensure Jetpack's full compatibility with the upcoming WordPress 5.5 release.
687
- - General: update Jetpack's minimum required WordPress version to 5.4, in anticipation of the upcoming WordPress 5.5 release.
688
- - General: update Jetpack to support new environment type features introduced in WordPress 5.5.
689
- - Infinite Scroll: fix layout issue when used with the P2 theme.
690
- - Latest Instagram Posts block: fix layout when used with the AMP plugin.
691
- - Synchronization: improve stability of the connection between your site and WordPress.com.
692
- - WordPress.com REST API: adjust API response based on language improvements in WordPress 5.5.
693
-
694
- ### Bug fixes
695
- - Asset CDN: avoid returning a directory when setting the local path for translation files.
696
- - Carousel: ensure jQuery is loaded when using the Carousel feature.
697
- - Contact Form: fix alignment of radio and checkbox items.
698
- - External Media: ensure that images inserted from Pexels or Google Photos are attached to the post you're composing.
699
- - General: avoid issues on sites hosted on a Windows server environment.
700
- - General: avoid PHP notices when managing your site via the WordPress Desktop app.
701
- - Gathering Tweetstorms: don't enable the Unroll button until after a Twitter URL has been entered and verified.
702
- - Latest Instagram Posts block: stop showing cached galleries after the Instagram connection has been deleted.
703
- - Likes: resolve a potential PHP notice.
704
- - Media Tools: resolve potential PHP notice.
705
- - OpenTable block: ensure additional CSS classes are populated correctly.
706
- - Subscriptions block: Stop saving localized attributes defaults in the block content.
707
- - Tiled Gallery block: do not load the block when your site is not connected to WordPress.com.
708
- - Twitter Cards: resolve potential PHP notice.
709
-
710
- ## 8.7.1 - 2020-07-14
711
- ### Bug fixes
712
- - Autoloader: avoid PHP warning on sites with an invalid `active_plugins` option.
713
- - Backwards Compatibility: Prevent fatal errors on themes relying on a deprecated static method.
714
- - Blocks: show a loading spinner when unrolling Twitter threads on WordPress 5.3.
715
- - General: prevent PHP notices with the Contact Form feature, Sharing feature, and the Latest Instagram Galleries block.
716
- - Sharing: create proper Open Graph Description tag when a post starts with an image.
717
-
718
- ## [8.7] - 2020-07-07
719
- ### Major Enhancements
720
- - When inserting images into your posts, you can now choose images from your Google Photos account, or from the Pexels Free Photos library.
721
- - WhatsApp block: this new block adds a button so your site's visitors can contact you via WhatsApp with the tap of a button.
722
- - You can now import Twitter threads into a post with the click of a button.
723
- - Jetpack Search now includes more options to customize the look of the Search overlay: you can choose between minimal and expanded results, you can hide the Sort option, or change the default sorting option.
724
- - Jetpack Ads: you can now enable a "Do Not Sell My Personal Information" link as specified in the California Consumer Privacy Act (CCPA) for California site visitors to opt-out of targeted advertising.
725
-
726
- ### Enhancements
727
- - Blocks: add more options to customize the look of the Payments block.
728
- - Blocks: allowing playing a Jetpack video in the block editor.
729
- - Blocks: add episode link and improve the look of the Podcast player when displaying only one episode.
730
- - Blocks: add more customization options to the buttons offered by the following blocks: Calendly, Mailchimp, Eventbrite.
731
- - Blocks: rename "Earn" blocks: "Simple Payments" becomes "Pay with Paypal"; "Recurring Payments" becomes "Payments".
732
- - Connection Flow: improve the display of connection errors when a site cannot be connected to WordPress.com.
733
- - Contact Form: improve the "Empty Spam" process to better handle large amount of Spam.
734
- - Jetpack Search: use the full width of the browser when the site does not use any Jetpack Search Sidebar.
735
- - Performance: switch from JavaScript library to CSS animations to display loading spinners.
736
- - Related Posts: improve accessibility of the titles of each Related Post.
737
- - Site Stats: improve accessibility of the Stats dashboard.
738
- - Social Logos: update Facebook Logo design.
739
- - Widgets: improve accessibility of the Contact Info Widget as well as the Blog Stats Widget.
740
- - Widgets: improve performance of the Display Posts widget by fetching less data.
741
-
742
- ### Improved compatibility
743
- - Autoloader: improve the way Jetpack librairies are loaded when used in multiple plugins.
744
- - Blocks: improve the display of the Tiled Gallery block when used with the AMP plugin.
745
- - Custom Content Types: ensure that the Comic Post Type is compatible with the AMP plugin.
746
- - Custom Content Types: allow third-party themes to enqueue their own Portfolio styles.
747
- - Gravatar Hovercards: avoid validation errors when used with the AMP plugin.
748
- - Open Graph Meta Tags: avoid displaying Jetpack's Tags when the Rank Math plugin is active.
749
- - Shortcodes / Embeds: ensure better compatibility of multiple embeds with the AMP plugin.
750
- - Sharing: ensure that all button styles can be used with the AMP plugin.
751
- - Sitemaps: avoid conflicts with the Sitemap option that will be available in the upcoming version of WordPress.
752
- - WordPress.com Toolbar: ensure it is accessible when using the Twenty Twenty theme.
753
- - WooCommerce: avoid broken resources when using the WooCommerce plugin alongside Jetpack.
754
-
755
- ### Bug fixes
756
- - Blocks: avoid layout issues when using the Image Compare block alongside older themes.
757
- - Blocks: ensure the Eventbrite button can be centered.
758
- - Blocks: ensure the Podcast block can be loaded when the page is loaded via Infinite Scroll.
759
- - Blocks: do not render the Slideshow block's markup when no images have been added to the block.
760
- - Blocks: avoid errors when one adds and edits 2 Image Compare Blocks in a single post.
761
- - Blocks: fix Form block issues with checkbox fields not being checked by default when the option is selected.
762
- - Blocks: add missing "Required" option to the Form block's Checkbox field settings.
763
- - Blocks: avoid caching results from the Latest Instagram Posts block when there are errors with the fetched data.
764
- - Forms: improve accessibility of the "Required" text used in form fields.
765
- - Image CDN: avoid using CDN image URL when inserting an image using the image block.
766
- - Jetpack Search: load translations in the Search overlay on International sites.
767
- - Publicize: avoid layout issues when displaying broken connections in the Publicize block toolbar.
768
- - Sharing: avoid relying on jQuery for the official Facebook button.
769
- - Shortcodes / Embeds: fix the Twitch embed according to new Twitch embed requirements.
770
- - SEO Tools / Open Graph: improve cleaning up of description meta tags.
771
-
772
- ## 8.6.1 - 2020-06-02
773
- ### Bug Fixes
774
- - Resolves PHP notice when generating Twitter Cards for posts with images without saved size information.
775
- - Resolves an issue that can lead to excessive SQL queries.
776
-
777
- ## [8.6] - 2020-06-02
778
- ### Major Enhancements
779
- - Image Compare Block: show off your before / after pictures! This new block allows you to easily compare two images with a slider.
780
- - Latest Instagram Posts Block: this new block allows you to insert lists of the latest posts from your Instagram feed, on any post or page of your site.
781
-
782
- ### Enhancements
783
- - Blocks: add new RSVP, Registration, Appointment, and Feedback form options to the existing Form block.
784
- - Blocks: add new width option to Form block fields.
785
- - Blocks: add more customization options to the Subscriptions block.
786
- - Blocks: use the Mailchimp logo for the Mailchimp block icon.
787
- - Blocks: add Schema.org metadata to the Star Rating block.
788
- - Blocks: add alignment options to the Revue block's button.
789
- - Blocks: add an example usage of the Podcast Player Block.
790
- - Carousel: new option to remove the Comment form area from the Carousel view.
791
- - Connection Flow: add new tools allowing for a better Jetpack onboarding for new Jetpack site owners.
792
- - Connection Flow: ensure connection can happen on sites that can be a bit slower.
793
- - Dashboard: add new sections for the upcoming Scan feature.
794
- - Dashboard: allow for easy copying of Sitemap URLs from within the dashboard.
795
- - Infinite Scroll: add support for running inline scripts.
796
- - Performance: improve autoloading of Jetpack options.
797
- - Twitter Cards: use additional post-specific media for Twitter card tags.
798
- - Synchronization: new experimental feature aiming to minimize the impact of Sync on servers, by having Synchronization actions processed by WordPress.com asynchronously.
799
- - WordPress.com Toolbar: remove retired "Recommendations" link.
800
- - WordPress.com Block Editor: offer an option to "Switch to Classic Editor".
801
-
802
- ### Improved compatibility
803
- - Blocks: ensure that the Video block can still be used to upload videos with the latest version of the Gutenberg plugin.
804
- - Connection tools: ensure better compatibility with other plugins that may rely on a Jetpack connection.
805
- - Contact Form: improve compatibility with the Akismet service.
806
- - Google Analytics: ensure compatibility with the AMP plugin.
807
- - Shortcodes & Embeds: ensure that the slideshow and TED shortcodes are compatible with the AMP plugin.
808
- - SSO: allow third-party plugins to hook into Jetpack's Secure Sign On login form.
809
- - Widgets: ensure that the Cookies & Consent widget is compatible with the AMP plugin.
810
- - WordPress.com REST API: improve compatibility with the block editor.
811
-
812
- ### Bug fixes
813
- - Blocks: avoid layout issues with the OpenTable block's button.
814
- - Blocks: fix SVG attributes naming.
815
- - Blocks: fix infinite scroll compatibility.
816
- - Blocks: improve the display of currencies in Recurring Payments block.
817
- - Blocks: ensure Podcast Player icons are always visible, even on sites where WordPress lives in a subdirectory.
818
- - Dashboard: avoid broken profile image in the Jetpack Dashboard.
819
- - Embeds: stop using deprecated WordPress option.
820
- - Embeds: ensure that all valid Spotify embeds are being rendered.
821
- - Infinite Scroll: fix issues with sites that may customize post queries.
822
- - Related posts: avoid making requests for Related posts in embedded posts.
823
- - Search: fix issues with the Instant Search layout when the number of posts per page is set to more than 20.
824
- - Site Accelerator: avoid breaking links when linking to Wikimedia images.
825
- - Site Health Tools: correct issue that prevented the WordPress Site Health area from completing all checks.
826
- - Synchronization: ensure data is properly handled when customizing the Sync experience.
827
- - Theme Tools: add correct schema.org value for Jetpack Breadcrumbs.
828
-
829
- ## [8.5] - 2020-05-05
830
- ### Major Enhancements
831
- - Podcast Player: you can now embed and play recent podcast episodes in any post or page.
832
-
833
- ### Enhancements
834
- - Comments: update how comment types are stored to be fully compatible with upcoming WordPress Core changes.
835
- - OpenTable Block: add a warning notice when their selected combination of style and align options may cause display issues.
836
- - Publicize: allow site owners to set a filter to enable embedding media directly into Twitter embeds.
837
- - Revue Block: add new customization options.
838
- - Search: add new option to configure the Instant Search overlay.
839
- - Sync: improve performance of the synchronization process on sites with plugins generating an important amount of posts.
840
-
841
- ### Improved compatibility
842
- - Ad Block: ensure full compatibility of the feature with the AMP plugin.
843
- - Carousel: ensure full compatibility of the feature with the AMP plugin.
844
- - Embeds: ensure that all recipes, as well as Google Maps embeds and Scribd embeds, can be viewed with no errors in AMP views.
845
- - General: when using a beta version of Jetpack via the Jetpack Beta Plugin, allow Multisite connections to be managed in Network Admin.
846
- - Shortcodes: improve behavior of the Archives shortcode in AMP views.
847
- - Widgets: ensure that the Twitter Timeline and Internet Defense League widgets are compatible with the AMP plugin.
848
-
849
- ### Bug fixes
850
- - Dashboard: fix layout issue when using the monthly / yearly toggle in the Jetpack dashboard.
851
- - Contact Form: avoid making unnecessary requests to the Akismet API.
852
- - Crowdsignal: fix survey embeds when posts are loaded via Infinite Scroll.
853
- - Embeds: provide helpful feedback when inline PDFs cannot be displayed in mobile browsers.
854
- - General: fix comment notification overrides that direct moderation links to the WordPress.com interface.
855
- - General: improve deprecated hook notices to handle anonymous functions.
856
- - Site Health Tools: reduce false positives in Jetpack connection tests.
857
- - Slideshow Block: avoid layout issues when a block is added to a column block.
858
- - Subscriptions Block: fix layout issue in email input box.
859
- - Sync: improve performance of the synchronization process when processing a large amount of Akismet feedback.
860
-
861
- ## 8.4.2 - 2020-04-14
862
- ### Bug Fixes
863
- - General: avoid conflicts with other plugins interacting with the AMP plugin and the admin bar.
864
- - Infinite Scroll: avoid breaking functionality on sites without any footer.
865
- - Infinite Scroll: avoid any conflict that may cause some posts to be missing from Infinite Scroll load.
866
- - Site Health Tools: improve messaging to make translations easier.
867
- - Contact Info Widget: avoid the display of notices in the widget settings when an API key is set via a filter.
868
- - Top Posts Widget: provide default for newly added parameter to avoid errors when using third-party plugins interacting with stats.
869
-
870
- ## 8.4.1 - 2020-04-07
871
- ### Bug Fixes
872
- - Secure Sign On: fix conflict that would block one from logging in to their site via the Secure Sign On option.
873
-
874
- ## [8.4] - 2020-04-07
875
- ### Major Enhancements
876
- - Search: our new Instant search experience will allow your visitors to get search results as soon as they start typing.
877
-
878
- ### Enhancements
879
- - Autoloader: improve performance when loading a large number of files.
880
- - Blocks: improve discoverability of multiple blocks by reviewing keywords used in the block search.
881
- - Blocks: improve the display of error notices in Jetpack's embed blocks.
882
- - Blocks: better differentiate paid blocks from free ones.
883
- - Blocks: improve layout of block style previews.
884
- - Calendly block: display an error when the embed URL is not found.
885
- - Comment Likes: improve performance by removing dependency on Noticons.
886
- - Contact Info Widget: improve the display of Map API key notices.
887
- - Custom CSS: add support for more CSS 3.0 properties: mask , scroll, and object-fit.
888
- - Dashboard notices: allow the use of different Jetpack logos.
889
- - Embeds: enable inline PDF previews.
890
- - Eventbrite Block: offer additional alignment options.
891
- - Facebook Embeds and Facebook Page Plugin Widget: improve performance and compatibility with caching plugins.
892
- - Facebook Page Plugin Widget: add new layout options (Cover Photo and Call To Action).
893
- - Gravatar Hovercards: avoid loading Gravatar assets when not needed on the page.
894
- - Gravatar Hovercards: improve performance of the feature by avoiding the use of jQuery.
895
- - Infinite Scroll: improve performance of the feature by avoiding the use of jQuery.
896
- - Jetpack Videos: improve performance of Video queries with better caching.
897
- - Lazy Images: improve performance of the feature by avoiding the use of jQuery.
898
- - Likes: improve performance when loading resources used by the Likes feature on the front-end of your site.
899
- - Map Block: slightly decrease Zoom on maps with multiple points.
900
- - Map Block: improve the look of the map style picker.
901
- - Protect: improve detection of IP on servers using custom IP Headers.
902
- - Revue Block: update the layout of the default placeholder appearing when you first insert the block.
903
- - Site Health: add new card informing you of your site's synchronization status with WordPress.com.
904
- - Social Menus: add Ravelry support.
905
- - Widgets: add Ravelry support to Social Icons widget.
906
- - Widgets: improve performance of the Search and Milestone widgets.
907
- - WooCommerce Analytics: add additional information to events (plugin version, information about blocks and shortcodes).
908
- - WordAds Block: update "hide on mobile" toggle layout.
909
- - WordAds: update ad loader support for Google Chrome.
910
- - WordAds: improve performance of the display of all ads.
911
- - WordPress.com Toolbar: log user out of WordPress.com when attempting to log out from the site.
912
-
913
- ### Improved compatibility
914
- - Blocks: ensure that all blocks are displayed nicely, even when using the latest version of the Gutenberg plugin.
915
- - Blocks on International sites: ensure that blocks can be translated when using Jetpack's Site Accelerator feature.
916
- - Comment Likes / AMP Plugin: avoid loading Likes on AMP views.
917
- - General: Jetpack now requires WordPress 5.3 and newer.
918
- - Multisite Networks: better detect the main site of a network when synchronizing data with WordPress.com.
919
- - Recurring Payments Block: implement AMP view for full compatibility with the AMP plugin.
920
-
921
- ### Bug fixes
922
- - Connection: ensure that the "Disconnect" button is easily accessible on mobile.
923
- - Connection: fix connection issues for sites with a plan in a "pending" state.
924
- - Connection: improve connection flow when starting to connect your site from the WordPress.com dashboard.
925
- - Dashboard: clarify wording and display of the Backup & Scan cards.
926
- - Dashboard: fix layout issues within the Stats Widget in the dashboard.
927
- - Form Block: fix button colors not saving correctly.
928
- - Google Calendar Block: ensure calendars are properly displayed regardless of the width option picked in block styles.
929
- - Publicize Block: update wording in custom message field to clarify how the feature works.
930
- - Pinterest Block: check for valid Pinterest URLs when embedding them into a new block.
931
- - OpenTable Block: fix layout issue when using Wide and Full-width sizes.
932
- - OpenTable Block: fix PHP warning occuring when a block is created but not configured.
933
- - Recurring Payments Block: ensure that the minimum payment option respects the chosen currency for the button.
934
- - Shortcodes: Fix Crowdsignal poll embeds when using the P2 theme.
935
- - Simple Payments Block: avoid issues when pasting email addresses into the email field.
936
- - Site Logo: avoid PHP notices in the Customizer, when no logo is set yet.
937
- - Widgets: fix conflicts between some themes and the live countdown feature in the Milestone Widget.
938
- - Widgets: avoid display issues in the Top Posts Widget, when displaying posts from Custom Post Types.
939
-
940
- ## [8.3] - 2020-03-03
941
- ### Major Enhancements
942
- - Google Calendar Block: a simple way to embed Google Calendars into your posts.
943
- - Revue Block: allow your readers to subscribe to your Revue newsletter right from your site.
944
-
945
- ### Enhancements
946
- - Dashboard widget: clarify wording in Anti-spam and Protect sections.
947
- - Dashboard notices: allow permanent notices.
948
- - Dashboard notices: add option to provide action button for a notice.
949
- - Map block: add the ability to set the size of the map.
950
- - Map block: add a zoom control to the block sidebar.
951
- - Map block: add a fullscreen option.
952
- - Map block: add an option for toggling zoom to scroll behaviour in the published post.
953
- - Mobile Theme: sunset feature. We originally created the mobile theme feature as a fall-back when the regular theme did not include a mobile view. Most themes include a mobile view by default now, so the feature is no longer necessary.
954
- - OpenTable block: offer more embedding options.
955
- - Search: improvements to layout options when using the Search widget.
956
- - Security Scanning tool: improve message about threats found in dashboard.
957
- - Sharing: improve Open Graph Meta Tags on search result pages.
958
- - Shortcodes: improve accessibility of navigation buttons for the Slideshow shortcode.
959
- - Site Health Tests: improve ability to add additional tests.
960
- - Site Health Tests: Update Connection test with detailed descriptions and actions to resolve failing tests.
961
- - Synchronization: increase reliability of sync by not sending wp-rest-api-log posts.
962
- - Synchronization: increase reliability when synchronizing term IDs.
963
- - Tiled Gallery block: add a Rounded Corners option.
964
- - Tiled Gallery block: add an option to easily rearrange images within a gallery.
965
- - Cookies & Consents Banner widget: improve performance by removing reliance on jQuery.
966
- - Twitter widget: remove deprecated link color parameter.
967
-
968
- ### Improved compatibility
969
- - Autoloader: avoid conflicts when other plugins rely on the Autoloader to load Jetpack packages.
970
- - Beautiful Math: avoid layout issues with inline images when using the Twenty Twenty theme.
971
- - Blocks: improve compatibility with theme colors for block buttons.
972
- - Blocks: improve the layout of the blocks' placeholders when using the Gutenberg plugin.
973
- - Blocks: allow defining a minimum WordPress version or minimum Gutenberg plugin version when registering a block.
974
- - Lazy Images: add option to skip images with the `data-skip-lazy` attribute.
975
- - SSO: Add error argument for compatibility with a WordPress 5.4 hook change.
976
-
977
- ### Bug fixes
978
- - Blocks: fix layout issues with previews in block sidebar.
979
- - Blocks: fix layout issues when using a custom CSS class for a block using the option in the block sidebar.
980
- - Calendly block: fix overlay to render properly in the editor.
981
- - Dashboard: remove Backups information from the Jetpack dashboard when on a Multisite network. Those do not support the Backup feature at this point.
982
- - Map block: only show the Add Marker UI if there are no markers.
983
- - Map block: prevent an unselected block from accidentally capturing scrolling.
984
- - Map block: fix the styling of the map theme buttons.
985
- - Mobile Apps: remove the edit post link when in app.
986
- - OpenTable block: avoid error when inserting some specific embed codes.
987
- - OpenTable block: fix alignment issues when center-aligning the block.
988
- - Secure Sign On: do not display feature message when logging in to WordPress.com's central dashboard.
989
- - Stats: hide Stats smiley in post embeds.
990
- - WooCommerce Analytics: improve product checks to avoid errors on order pages.
991
- - Wufoo shortcode: Security fix return early when invalid parameters.
992
-
993
- ## 8.2.3 - 2020-02-20
994
-
995
- - General: fix compatibility issues with other plugins relying on the REST API to communicate with Jetpack, or on the Jetpack registration process.
996
- - Multisite: resolve issue with Jetpack's loading sequence that would fatal subsites that did not have any individually activated plugins.
997
-
998
- ## 8.2.1 - 2020-02-17
999
- ### Bug fixes
1000
- - Block Editor: avoid errors when uploading additional media to the Slideshow, Tiled Gallery, and Video blocks.
1001
- - Synchronization: address issues that would cause delayed synchronization of your posts to WordPress.com.
1002
-
1003
- ## [8.2] - 2020-02-11
1004
- ### Major Enhancements
1005
- - Calendly Block: a useful tool for all coaches, consultants, therapists… Add the block to a post or page and anyone can then book appointments, meetings, and classes right from your website.
1006
- - EventBrite Block: allow your visitors to register to events right from your site with this new block.
1007
- - OpenTable Block: restaurant owners, you can now add a reservation form to your site to make it easy for anyone to book a table online, via your site.
1008
-
1009
- ### Enhancements
1010
- - Contact Form: add IP and Feedback date to data that can be exported via the CSV tool.
1011
- - Dashboard: display a notice when a site uses conflicting plans.
1012
- - Map Block: improve the calculation and persistence of maps' center points.
1013
- - Map Block: improve the generation of an access token on WordPress.com sites.
1014
- - Map Block: update Mapbox GL library to opt into map load based billing.
1015
- - Shortcodes: add new Vimeo shortcode format.
1016
- - Subscriptions: display a clear error message when you try to subscribe to a site where you've already subscribed but did not validate your subscription.
1017
- - Subscriptions: display a clear message when an email having many pending confirmations tries to subscribe to a site.
1018
- - Synchronization: improve performance of data synchronization with WordPress.com.
1019
-
1020
- ### Improved compatibility
1021
- - Connnection Flow: ongoing work to improve the reliability of the connection between your site and WordPress.com.
1022
- - Connection Flow: improve detection of hosting environments for better communication with WordPress.com.
1023
- - General: avoid any login issues when using other plugins that may interact with cookies on your site.
1024
- - Gutenberg: avoid any layout issues that may appear in the block editor when using the latest version of the Gutenberg plugin.
1025
- - Related Posts: ensure that any filters customizing the display of Related Posts also apply to posts displayed with the AMP plugin.
1026
- - Sharing: do not output Jetpack's Open Graph Meta Tags if the Complete Open Graph plugin is present on your site.
1027
-
1028
- ### Bug fixes
1029
- - Blocks / Dashboard: ensure that blocks as well as Jetpack's dashboard can be used even in older browsers such as Internet Explorer 11.
1030
- - Contact Info Block: ensure that Google's Structured Data tool can recognize phone numbers added to the block.
1031
- - Copy Post: ensure correct sharing and like settings are copied when posts are duplicated.
1032
- - Subscriptions: maintain email subscription settings when deactivating and reactivating the feature.
1033
- - WordPress.com REST API: avoid PHP notices when a media file is edited via the API.
1034
- - WordPress.com REST API: ensure that image URLs are currently set when uploading an image multiple times.
1035
-
1036
- ## [8.1.1] - 2020-01-23
1037
- ### Bug fixes
1038
- - Dashboard: ensure that connection issues with WordPress.com are displayed in the Jetpack dashboard.
1039
- - Block Editor: ensure that the Jetpack block sidebar icon is properly displayed, even with the latest version of the Gutenberg plugin.
1040
- - WordPress.com Block Editor: fix compatibility issues with Chrome's upcoming cross-site cookie changes.
1041
-
1042
- ## [8.1] - 2020-01-14
1043
- ### Enhancements
1044
- - Dashboard: preload connection flow script to improve performance.
1045
- - Dashboard: improvements to backup interface.
1046
- - Mobile Theme: allow one to temporary disable Jetpack's Mobile Theme for testing.
1047
- - Mobile Theme: disable settings when feature is inactive.
1048
- - Site Accelerator: disable a helper library by default and allow themes to enable it when required.
1049
- - Subscriptions: add a wp-admin setting to alert the admin when someone follows the blog.
1050
- - WordPress.com REST API: add flag to determine site eligibility for Full Site Editing.
1051
- - WordPress.com synchronization: improve the reliability of the synchronization events triggered to keep your site up to date with WordPress.com.
1052
- - WordPress.com Toolbar: update the link directing to the WordPress.com Reader.
1053
- - WordPress.com Toolbar: add "My Home" link to the toolbar.
1054
-
1055
- ### Improved compatibility
1056
- - General: improvements to Coding Standards for plugin compatibility files.
1057
- - Notifications: avoid conflicts with Twenty Twenty's instrinsic video resizes.
1058
- - PHP 7.4: fix PHP warnings that may appear on sites running PHP 7.4.
1059
- - Sharing: avoid errors when using the Thrive Architect plugin.
1060
- - Tiled Galleries: fix layout when using a gallery inside a Classic block with the Twenty Twenty theme.
1061
- - Twenty Twenty: improve the display of the Authors and Flickr widget.
1062
- - Twenty Twenty: add Content Options to the Customizer.
1063
- - Twenty Twenty: ensure that Infinite Scroll does not suppress the display of footer widgets.
1064
- - Videos: automatically convert old Flash Jetpack Video embeds so they can use the new player.
1065
- - WooCommerce Services: avoid issues when installing plugin from notification message.
1066
-
1067
- ### Bug fixes
1068
- - CLI: prevent a PHP notice when running some Jetpack CLI commands.
1069
- - Map Block: fix layout issue when selecting a marker in a map and then scrolling down.
1070
- - Map Block: avoid errors when adding more than 2 points on a map.
1071
- - REST API: correctly validate on/off values for booleans.
1072
- - Star Rating Block: translate block title.
1073
- - Widget Visibility: ensure that the visibility options always appear on old Widgets Options screen.
1074
- - WordAds: ensure that the ads.txt file created by the feature returns a correct HTTP response code.
1075
- - WordPress.com Block Editor: exclude WordPress.com features from Jetpack sites.
1076
-
1077
- ## [8.0] - 2019-12-03
1078
- ### Major enhancements
1079
- - Block Editor: new Pinterest block allowing you to easily embed boards, profiles, and pins.
1080
- - Block Editor: new Ratings block allowing you to add star ratings any post or page.
1081
- - Mailchimp block: you can now create forms for a subset (group) of your Mailchimp list, and add a field to track which form the signups are coming from.
1082
-
1083
- ### Enhancements
1084
- - Blocks: start using the @wordpress/block-editor package introduced in WordPress 5.2.
1085
- - Contact Form: make the Form block reusable on a single post / page.
1086
- - Dashboard: add support for Jetpack Backup display.
1087
- - Image CDN: expand number of images using the new subdomain determination function.
1088
- - Recurring Payments block: improve display of buttons inside the block in the editor.
1089
- - Shortcodes: add new customization options and improve Schema.org markup of the Recipe shortcode.
1090
- - Shortcodes: add AMP views for 5 shortcodes: `vimeo`, `instagram`, `dailymotion`, `tweet`, and `soundcloud`.
1091
- - Support Tools: improve the reliability of the tools on slower sites.
1092
-
1093
- ### Improved compatibility
1094
- - AMP: improve display of the Map block on AMP views.
1095
- - General: As WordPress 5.3 is now available, Jetpack now requires WordPress 5.2.
1096
- - Shortcodes: ensure Vimeo videos can be displayed properly when using the AMP plugin.
1097
-
1098
- ### Bug fixes
1099
- - Connection: fix communication between Jetpack sites and WordPress.com for some sites hosted on non-standard ports.
1100
- - Connection management: fix issue that prevented the Connection transfer banner from appearing in some situations.
1101
- - Feature Hints: disable when plugins cannot be installed on site.
1102
- - Image CDN: avoid blurry images when using Jetpack's Image CDN alongside other image-focussed blocks.
1103
- - SEO Tools: do not display any HTML tags in title meta tags.
1104
- - Sharing: improve accessibility of the sharing buttons by updating the buttons' color.
1105
- - Sync: avoid conflicts when two processes are synchronized to WordPress.com at the same time.
1106
- - WordPress.com Block Editor: ensure that the Justify button works well on any paragraph using that button.
1107
-
1108
- ## [7.9.1] - 2019-11-19
1109
- ### Bug fixes
1110
- - Security: fix vulnerability in the way Jetpack processes embed codes.
1111
- - Verification Tools: avoid PHP warnings when using plugins to modify the WordPress admin menu.
1112
- - Widgets: ensure opening hours can be displayed properly in the Contact Info Widget.
1113
-
1114
- ### Improved compatibility
1115
- - Twenty Twenty: ensure that Related Posts and Jetpack Blocks are displayed nicely in the new default theme.
1116
-
1117
- ## [7.9] - 2019-11-05
1118
- ### Major enhancements
1119
- - Block Editor: allow authors to upload videos to our Jetpack Videos service from the Video Block.
1120
- - Block Editor: add new post-submission settings to the Form block.
1121
- - Twenty Twenty: Ensure full compatibility with the upcoming default theme.
1122
-
1123
- ### Enhancements
1124
- - Admin Page: update icons for security settings.
1125
- - Backup: support for Jetpack Backup functionality with simpler configuration.
1126
- - Block Editor: provide block previews for Jetpack blocks.
1127
- - Block Editor: add image size option to the Slideshow block.
1128
- - Block Editor: improve the display of opening hours when using the Business Hours block.
1129
- - CLI: no longer return exit code 1 if trying to disconnect a site that's already disconnected.
1130
- - Connection flow: update connect buttons on main dashboard page and plugins page to use the new connection flow.
1131
- - Connection flow: add plan billing period toggle.
1132
- - Contact Form: synchronize form data with WordPress.com when submitting a form via the Form block.
1133
- - Dashboard: update styles for visual parity with the WordPress.com dashboard.
1134
- - Dashboard: improve performance of the Jetpack dashboard when the plugin is not connected to WordPress.com yet.
1135
- - Dashboard: add new plans' information to Plans pages.
1136
- - Dashboard: update design to better integrate with the updated design of the WordPress dashboard in WordPress 5.3.
1137
- - Dashboard: improve experience for site owners looking to disconnect their site from WordPress.com.
1138
- - Debug: provide additional information in Tools > Site Health when a site's connection to WordPress.com is broken.
1139
- - Performance: modernize various parts of the code to use PHP 5.6+ functionality.
1140
- - Progressive Web Apps: sunset feature. If you wish to continue to use that feature on your site, we recommend installing another plugin that offers the functionality you need.
1141
- - Related Posts: remove nofollow attribute from links.
1142
- - Related Posts: add Posts to the REST API response for all post types that support them.
1143
- - Search: add new filter allowing one to adjuct Jetpack Search's ES query languages.
1144
- - Search: continued work on upcoming Instant Search features.
1145
- - Shortcodes: add support for tab sizing to Gist shortcodes and embeds.
1146
- - Social Networks: update Facebook logo to match new color.
1147
- - Sync: improve reliability of the information synchronized back to your site when connecting to WordPress.com.
1148
- - Tiled Galleries: ensure that color profile information is retained for all images in Tiled Galleries.
1149
- - Widgets: add aria-current attribute to links when on same page.
1150
- - WordAds: improve speed & resource use of Ads' loading scripts.
1151
-
1152
- ### Improved compatibility
1153
- - AMP: ensure that one can use the Slideshow and the MailChimp blocks when using the AMP plugin.
1154
- - AMP: support the new Dev mode for Notifications and Stats features.
1155
- - Admin Page: improve compatibility with themes and plugins that insert CSS in the dashboard.
1156
- - Blocks: ensure that all blocks display well in the editor when using WordPress 5.3.
1157
- - Carousel: ensure that the feature works with the new gallery markup introduced in WordPress 5.3.
1158
- - Dashboard Notices: ensure that all notices redirect to the right page, including on WooCommerce dashboard pages.
1159
- - General: use new functionality available in WordPress 5.3.
1160
- - PHP: resolve deprecation warnings in anticipation of PHP 7.4.
1161
- - Related Posts: avoid conflicts with other plugins adding elements below the post content, especially when the AMP plugin is active on the site.
1162
- - SSO: ensure that the Secure Sign In Form is displayed properly when using WordPress 5.3.
1163
- - Widgets: update deprecated option in the Facebook Page Plugin widget.
1164
- - WordPress.com REST API: ensure compatibility with WordPress 5.3.
1165
-
1166
- ### Bug fixes
1167
- - Admin Page: remove Jetpack dashboard link for registered users (non admins) when the site is not connected to WordPress.com.
1168
- - Admin Page: translate empty Stats chart's message.
1169
- - Admin Page: change default settings tab depending on your role.
1170
- - Admin Page: do not display Composing header for editors.
1171
- - Block Editor: ensure that the Ad block is compatible with dark themes.
1172
- - Contact Form: revise the email validation function to include length limit.
1173
- - Debug: reduce instances when an inconclusive response would result in an error.
1174
- - Geo-Location: fix spacing for RSS geo-location namespaces.
1175
- - Image CDN: remove wp-dom-ready dependency to improve performance on the frontend.
1176
- - Search: add hooks for when Search falls back to using the local database.
1177
- - Site Logo: ensure that the right stylesheet is loaded depending on your site's language.
1178
- - Site Verification Tools: ensure that you can connect your site to Google Search Console even when Publicize is disabled.
1179
- - Sync: prevent a PHP Notice in some cases where a post isn't actually a post.
1180
- - Widgets: ensure that the Google Maps API key in the Contact Info widget can be set to only work on your domain.
1181
- - Widgets: fix timeout issues that may sometimes occur in the GoodReads widget when user has added lots of books to their account.
1182
- - WordPress.com REST API: better site preview support for sites using WordPress in a subdirectory.
1183
-
1184
- ## [7.8] - 2019-10-01
1185
- ### Enhancements
1186
- - Connection flow: remove some of the text from the connection prompt.
1187
- - Dashboard: remove custom About menu page ordering.
1188
- - Dashboard: review and remove unnecessary queries.
1189
- - General: remove files that were deprecated in Jetpack 7.5.
1190
- - General: remove outdated pre-PHP 5.6 era code.
1191
- - Image CDN: check for local file upload before processing post images.
1192
- - Markdown Block: display in the block picker even if the classic Markdown feature is disabled.
1193
- - Recurring Payments: add an alignment option to the button.
1194
- - Recurring Payments: improve the display of connection notifications.
1195
- - Tiled Galleries: the block is now available even if you've disable the "Image Accelerator" feature.
1196
- - WordPress.com REST API: improve detection of the Full Site Editing feature.
1197
-
1198
- ### Improved compatibility
1199
- - AMP / Sharing: include Open Graph metadata to AMP Story posts.
1200
- - General: avoid conflicts when using Jetpack alongside other plugins or services that rely on an Autoloader.
1201
-
1202
- ### Bug fixes
1203
- - Activity Log: avoid displaying events from the Action Scheduler.
1204
- - Ads Block: avoid PHP errors when loading posts via the WordPress.com interface.
1205
- - Blocks: ensure that all blocks are properly translated when a translation is available.
1206
- - Dashboard: do not display Plans page to non-connected admins.
1207
- - Post Images: look for representative images in inner blocks as well.
1208
- - Shortcodes: add title attribute to Archive.org and Archive.org Book embeds.
1209
- - Sync: avoid issues when using deprecated Sync functions.
1210
- - WordPress.com dashboard styles: fix layout on Plugins > Add New Page, on mobile devices.
1211
-
1212
- ## 7.7.2 - 2019-09-23
1213
- ### Bug fixes
1214
- - General: fix connection issues when attempting to install and connect Jetpack from a mobile app.
1215
-
1216
- ## 7.7.1 - 2019-09-06
1217
- ### Bug fixes
1218
- - Connection Flow: avoid any errors linked to browser cookie policies during connection request.
1219
- - General: additional check to avoid warnings on plugin update.
1220
- - SSO: avoid Fatal errors happening during some log in attempts.
1221
- - Sync: check if IXR client exists to prevent errors when updating the plugin.
1222
-
1223
- ## [7.7] - 2019-09-03
1224
- ### Major Enhancements
1225
- - This release brings in multiple improvements to the WordPress.com connection process, to fix issues site owners may experience when first connecting their site to WordPress.com.
1226
-
1227
- ### Enhancements
1228
- - Anti-spam: improve the flow to configure Akismet from Jetpack's Dashboard.
1229
- - Blocks: add new utility to get all CSS classes for a given block.
1230
- - Bruteforce Login Protection: improve Network Activation detection on Multisite networks.
1231
- - Dashboard: update all illustrations to use new color scheme.
1232
- - General: log XML-RPC communication errors between the site and WordPress.com.
1233
- - General: use HTTPS URLs when linking to external sites when possible.
1234
- - General: warn admins when about to delete another admin user that happens to be the main Jetpack admin on the site.
1235
- - Sharing / Publicize: add Open Graph Meta Tags to archive pages.
1236
- - Sitemaps: reduce sitemap cache duration when using Jetpack's Development mode.
1237
- - Social menus: replace the outdated Medium icon with updated logo.
1238
- - Stats: improve method used to enqueue JavaScript when the feature is active.
1239
- - Videos: Add video settings to Jetpack's enhanced video block.
1240
- - Widgets: improve the creation process and display of maps inside the Contact Info Widget.
1241
- - Widgets: add more RSS feed patterns to the Social Icons Widget.
1242
- - Widgets: add new `jetpack_widget_authors_params` filter to the Authors widget, to allow site owners to customize the list of authors.
1243
- - WordPress.com API: add option to manage Full Site Editing.
1244
- - WordPress.com Interface: allow language to be changed even if `WPLANG` constant is defined.
1245
- - WooCommerce Analytics: use core WordPress function to enqueue script asynchronously.
1246
-
1247
- ### Improved compatibility
1248
- - Ads: make sure the Ad block generates ads that are compatible with the AMP plugin.
1249
- - Image CDN: update the size of images used in AMP Stories when using the AMP plugin.
1250
- - Responsive Videos: improve compatibility and avoid validation errors when using the AMP plugin.
1251
- - WordPress.com API: avoid errors when used in combination with the Polylang plugin.
1252
- - WordPress.com API: improve compatibility with plugins that alter the behavior of search queries.
1253
-
1254
- ### Bug fixes
1255
- - Bruteforce Login Protection: fix the display of the admin notice displayed on Multisite networks.
1256
- - Contact Form: update the feedback post type capability to a valid value.
1257
- - Dashboard: improve the layout of the Connection modal on mobile devices.
1258
- - General: do not redirect during automatic upgrades.
1259
- - Image CDN: support the `medium_large` image sizes.
1260
- - Related Posts: ensure Related Posts can be displayed when using the AMP plugin and Jetpack's Sharing feature.
1261
- - Search: authenticated search requests will now display non-public content.
1262
- - Sitemaps: improve the display of descriptions in video sitemaps, when they include HTML content.
1263
- - Stats: load RTL stylesheet for dashboard widget, to fix layout issues on RTL language sites.
1264
- - WordPress.com API: fix API responses which contain malformed (non-UTF-8) data.
1265
- - WordPress.com Toolbar: limit access to Stats and Plan menu items.
1266
-
1267
- ## [7.6] - 2019-08-06
1268
- ### Enhancements
1269
- - Backups: add ability to send SSH credentials.
1270
- - Blocks: allow the insertion and preview of any Jetpack block in the editor, even when the block is only available via a Paid plan.
1271
- - Carousel: use a pointer cursor when hovering over galleries that utilise the Carousel feature.
1272
- - Dashboard: improve the display of the feature cards in the main Jetpack dashboard.
1273
- - General: hide edit post link on your site when viewing it via the WordPress mobile app.
1274
- - oEmbeds: add support for Song.link service.
1275
- - Stats: improve performance of the Stats tracking pixel by eliminating blocking JavaScript.
1276
- - Stats: improve Cache performance by switching from the WordPress Options API to the WordPress Transient API.
1277
- - Support links: use the Beta support form when on a development version.
1278
- - Sync: add a term taxonomy blacklist option, and start blacklisting taxonomies that do not need to be synchronized with WordPress.com.
1279
- - Sync: improve reliability of the synchronization of taxonomies.
1280
- - Videos: ensure any deprecations added in the core video block are not overwritten.
1281
- - Widgets: allow the customization of avatar image options in the Top Posts Widget, via a filter.
1282
- - Widgets: add option to open Flickr gallery images in a new tab.
1283
- - WordPress.com Activity Log: avoid display issues with WooCommerce Product Reviews.
1284
-
1285
- ### Improved compatibility
1286
- - AMP: ensure CSS compatibility with the Sharing buttons.
1287
- - AMP: ensure full compatibility with Jetpack's Image CDN.
1288
- - Dashboard: fix layout issues when viewing the dashboard on WordPress.com Business sites.
1289
- - Compatibility suite for shared libraries: fix PHP notice when running suite.
1290
- - Contact Form: ensure the Date picker field does not cause any AMP validation errors.
1291
-
1292
- ### Bug fixes
1293
- - Admin Page: fix the behaviour of the Jetpack Videos button in the "My Plan" tab.
1294
- - Admin Page: fix a typo in the Magic Links modal.
1295
- - Connection process: bring back the ability to connect to WordPress.com via XML-RPC or REST API.
1296
- - Custom CSS: fix Media Width label layout issue in Firefox.
1297
- - Dashboard Notices: fix layout issues on sites using an RTL language.
1298
- - Sync: fix home and Site URL synchronization issues on sites with custom Cron implementations.
1299
- - WordPress.com Activity Log: add Action Scheduler to the list of blacklisted post types
1300
-
1301
- ## [7.5.3] - 2019-07-17
1302
- ### Bug fixes
1303
- - General: Fixes plugin activation/deactivation hooks that were accidentally disabled.
1304
- - General: Fixes fatal errors that were possible when using pre-7.5 Jetpack internal API.
1305
-
1306
- ## [7.5.2] - 2019-07-04
1307
- ### Bug fixes
1308
- - General: Fixes an error when a site's connection to WordPress.com is set to "Safe Mode".
1309
-
1310
- ## [7.5.1] - 2019-07-02
1311
- ### Bug fixes
1312
- - General: Fixes an error when trying to delete the Jetpack plugin.
1313
- - General: Fixes supported PHP version declaration.
1314
-
1315
- ## [7.5] - 2019-07-02
1316
- ### Enhancements
1317
- - Admin Page: add an option to send a magic link that will help you log in to the mobile apps in one click.
1318
- - Admin Page: improve style and wording of many different sections of the dashboard to clarify the role of each feature.
1319
- - Admin Page: remove feature that would offer you to activate a list of recommended features upon connecting your site to WordPress.com.
1320
- - Backups: include updates to term relationships when backing up Post object changes.
1321
- - Backups: synchronize ABSPATH value to help setting up SSH credentials when using Jetpack Backups.
1322
- - Faceboook Embeds: support new video URL format.
1323
- - Lazy Load: allow adding event handlers to images.
1324
- - Recurring Payments Block: improve the display of the block in the editor.
1325
- - WordAds: update link to daily earnings stats on WordPress.com.
1326
- - WordAds: provide additional details for custom ads.txt entries in the Jetpack dashboard.
1327
- - WordPress.com Toolbar: add colors to Recovery Mode button.
1328
-
1329
- ### Improved compatibility
1330
- - Admin Page: improve display of the Jetpack Dashboard in IE11.
1331
- - Sharing: avoid displaying extra list items below the sharing buttons when using the AMP plugin.
1332
- - Staging enviroments: add staging enviroment detection for DreamPress sites.
1333
-
1334
- ### Bug fixes
1335
- - Admin Page: fix display of backup details in the Jetpack dashboard.
1336
- - Admin Page: do not disable Widget Visibility and Widgets toggles in Development mode.
1337
- - Sitemaps: ensure links to sitemaps appear in robots.txt
1338
- - Slideshow Block: fix CSS class name.
1339
- - Videos: ensure that Video Poster images are always displayed properly.
1340
-
1341
- ## [7.4.1] - 2019-06-17
1342
- ### Bug fix
1343
- - Contact Form Block: avoid errors when trying to edit a form block, when using the Gutenberg plugin.
1344
-
1345
- ## [7.4] - 2019-06-04
1346
- ### Enhancements
1347
- - About Page: remove submenu and add link to page in the footer of Jetpack's dashboard.
1348
- - Admin Page: remove Themes card on Plans tab.
1349
- - Admin Page: consolidate the look of the different discussion settings.
1350
- - Admin Page: add Security Checklist information.
1351
- - Business Hours Block: improve the display of Business Hours.
1352
- - Business Hours Block: Simplify hours format.
1353
- - Comment Form: use HTTP 4xx status codes for comment errors.
1354
- - Contact Form Block: improve styles for better display on mobile devices.
1355
- - General: introduce a new Jetpack Logo package, to make it easier to share and re-use.
1356
- - Multisite: Use modern `wp_initialize_site` hook when automatically connecting new sites.
1357
- - Recurring Payments Block: automatically add button to the post content once you create it.
1358
- - Recurring Payments Block: improve the display of the renewal frequency in button list.
1359
- - Recurring Payments Block: require a paid plan to use the button.
1360
- - Recurring Payments Block: improve the look of the payment modal on mobile devices.
1361
- - Search: add new option for cross-site search permissions.
1362
- - Sharing: update default sharing settings to include buttons.
1363
- - Sitemaps: rename the `jetpack_sitemap_generate` and `jetpack_news_sitemap_generate` filters to the more accurate `jetpack_sitemap_include_in_robotstxt` and `jetpack_news_sitemap_include_in_robotstxt`.
1364
- - Slideshow Block: depending on viewport, display prev/next arrows.
1365
- - Slideshow Block: remove outline when focussing on the block.
1366
- - Sync: offer posts, comments, and comment meta checksums when providing sync status.
1367
- - Tiled Galleries: add `srcset` in the editor for an improved editing experience.
1368
- - WordPress.com Block Editor: allow managing reusable blocks in the WordPress.com interface.
1369
- - WordPress.com Toolbar: display hamburger icon in toolbar when in the block editor.
1370
- - WordPress.com Toolbar: display a link to exit recovery mode when it is active on the site.
1371
-
1372
- ### Improved compatibility
1373
- - Display Posts Widget: remove overly opinionated CSS.
1374
- - General: Jetpack now requires PHP 5.3.2, and will display a notice if your site uses an older version of PHP.
1375
- - General: display a notice and log an error if your version of WordPress is not supported by Jetpack.
1376
- - General: Update `Jetpack::get_content_width()` to ensure that only numeric values are used.
1377
- - GIF Block: improve compatibility with the AMP plugin.
1378
- - Shortcodes: bring more of our shortcodes to meet current WordPress Coding Standards to help us maintain these features in the future.
1379
- - Site Health: improve Jetpack errors' messaging in WordPress' new Site Health tools.
1380
-
1381
- ### Bug fixes
1382
- - Admin Page: make sure the Jetpack Dashboard is displayed properly in IE11.
1383
- - Admin Page: do not show Plugin Autoupdates card on admin searches.
1384
- - Carousel: avoid scrolling back to the top of the page when you close the Carousel view.
1385
- - Connect Flow: sanitize from parameter when building connection URL.
1386
- - Mobile Themes: fix "View Full Site" and "View Mobile Site" links when WordPress lives in a subdirectory.
1387
- - Recurring Payments Block: avoid invalid subscription amounts.
1388
- - Recurring Payments Block: allow line breaks in the payment button.
1389
- - Related Posts: do not add markup to attachment pages by default.
1390
- - SEO Tools: support taxonomy archive pages in page titles.
1391
- - Sharing: make sure the Whatsapp button works well in all browsers, including Firefox on desktop.
1392
- - Shortcodes: update embed type detection for Medium Collections.
1393
- - Social Icons SVG: switch to the presentation role for better accessibility.
1394
- - Subscriptions: display checkboxes above the comment submit button.
1395
- - Sync: add new WP Cli commands to help in monitoring and updating sync settings.
1396
- - Tracks: limit the length of the strings saved for feature searches.
1397
- - Unit Tests: add support for testing using VVV 3.0.
1398
- - Verification Tools: make sure the feature can be disabled by override.
1399
- - WooCommerce Analytics: remove duplicate self-executing anonymous function.
1400
- - WordPress.com Interface: make sure navigation menu items match the one available in the WordPress.com interface.
1401
- - WordPress.com Toolbar: restore the previous layout.
1402
- - WordPress.com Toolbar: ensure you are properly logged out of your WordPress.com account when you sign out of your site using the toolbar.
1403
- - WP Cli: ensure that WP Cli commands added by Jetpack include translator comments when necessary, to help with translations.
1404
-
1405
- ## [7.3.1] - 2019-05-14
1406
- ### Bug fixes
1407
- - Admin Experience: Correct underline location under a dollar sign.
1408
- - Deprecated Hooks: Do not offer a replacement for jetpack_json_manage_api_enabled since there isn't an equal replacement.
1409
- - Debugger: Clarify labels in the Site Health Info section.
1410
- - Likes and Sharing: Remove duplicate control in the block editor for Likes/Sharing. We added a native block editor plugin, but left the old fallback.
1411
- - WordPress.com Editor: Redirect to a login page when logging out from the block editor on WordPress.com.
1412
- - WordPress.com Toolbar: Add menu icon for smaller screen widths to restore wp-admin navigation menu.
1413
-
1414
- ## [7.3] - 2019-05-07
1415
- ### Major Enhancements
1416
- - We streamlined the default features of Jetpack to make the "out of the box" experience better.
1417
- - WordPress 5.2 will add a new Site Health section to your dashboard. Jetpack already integrates with it, letting you know that your Jetpack features are working!
1418
-
1419
- ### Enhancements
1420
- - Admin Experience: Improve our "just in time messages" and "Recommended Features" for new sites setting up Jetpack for the first time.
1421
- - Admin Experience: Add an "About Jetpack" page to let folks know more about Automattic, the company behind WordPress.com and Jetpack.
1422
- - Admin Experience: Add a link to the full list of Jetpack features in the footer of Jetpack dashboard pages.
1423
- - Backups: Add SSH CLI command for hosting integration support.
1424
- - Block Editor: Compose posts with the Block Editor posts via WordPress.com for their Jetpack sites!
1425
- - Block Editor: Transform core images to Tiled Galleries or Slideshow blocks and back!
1426
- - Block Editor: Provide an option to disable particular extensions.
1427
- - Contact Form: Add a "grunion_after_message_sent" hook for after a form submission is e-mailed. Thanks Tim Nolte for contributing to Jetpack!
1428
- - Contact Form: Do not prefill for administrators on their own sites.
1429
- - Grammar and Spelling: Remove from Jetpack. We've chekced the spelling alot over the years, but now time to retire.
1430
- - Membership Block: Add a new block behind the JETPACK_BETA_BLOCKS constant. Stay tuned!
1431
- - Photon: Remove jQuery dependency for photon.js. Same Image CDN awesomeness with less overhead.
1432
- - Portfolios: Remove the "Portfolio Items" description that would display on some themes.
1433
- - Sharing: Add a "sharing_ajax_action" to to allow other plugins and scripts to render sharing buttons. Thanks Darren Cooney!
1434
- - Social Icons: Add Stack Overflow support. Welcome to the Jetpack contributor ranks Muhammad Osama Arshad!
1435
- - Sync: Report details on what is queued up to sync on the status endpoint.
1436
- - Sync: Improve importer detection so we can better handle cases of imported content.
1437
- - Sync: Add an option to disable sync for an entire network.
1438
- - Sync: Adds new WP-CLI Jetpack Sync commands: settings, enable, disable, reset.
1439
- - Testimonials: Sort by menu order to give site owners more flexibility for display. Thanks Felipe Elia!
1440
- - Tiled Galleries: Add improved layout for when images are in the process of uploading.
1441
- - Tiled Galleries: Add responsive imaging (srcset) support to the Tiled Gallery block.
1442
- - WordAds: Add location id (e.g. under the post) to the ad calls.
1443
- - WordPress.com API: Add behind the scene improvements to support the WordPress.com site management experience.
1444
- - WordPress.com API: Add the public property to the Post Types endpoint response.
1445
- - WordPress.com Menu Bar: Redesign to direct navigation items to WordPress.com instead of duplicating experiences.
1446
-
1447
- ### Improved compatibility
1448
- - Blocks: Use the Editor's "BlockIcon" for native placeholder icons instead of custom CSS.
1449
- - Blocks: Drop i18n wrapper, use @wordpress/i18n directly. This means it will be easier and faster to provide translated bits of text.
1450
- - Blocks: Move block development to the Jetpack repo. You shouldn't see any changes, but this helps us make Jetpack Blocks better faster.
1451
- - Block Editor: Improve the experience of using the Block Editor via the WordPress.com dashboard.
1452
- - Browser Compatibility: Remove legacy code for Internet Explorer 10.
1453
- - Coding Standards: Update our code to match the latest WordPress coding standards in various places.
1454
- - Likes and Sharing: Add Likes and Sharing settings as a Block Editor extension.
1455
- - Related Posts: Improve the internationalization of the "in X category" text.
1456
- - Simple Payments: Easily convert old shortcode-style Simple Payment buttons to a block.
1457
-
1458
- ### Bug fixes
1459
- - Admin Dashboard: Improve headings when searching for Jetpack features.
1460
- - Admin Dashboard: Remove legacy views no longer used in Jetpack.
1461
- - Blocks: Fix some design oddities in Form and Contact Info blocks.
1462
- - Carousel: Allow any title to be displayed. We used to try to be smart about default file names, but that caused some problems.
1463
- - Development Mode: Display fewer sections of the Admin Dashboard. Some simply don't apply in Development Mode.
1464
- - Google Plus: Remove from Social Icons and Sharing since the service has retired.
1465
- - Internationalization: Translate various sections missed, such as "just in time messages" and block search keywords.
1466
- - Manage: Remove Manage as an independent module. These features have been fully integrated for a few versions now.
1467
- - Multisite: Restore ability to connect subsites via the Network Admin.
1468
- - Open Graph Tags: Prevent a PHP notice on some author pages.
1469
- - Sharing: Improve accessibility of sharing buttons by increasing contrast ratio. Props https://titan.as
1470
- - Sharing: Fix the alignment of the official buttons for LinkedIn and Pinterest.
1471
- - Shortcodes: Retire the Google Video, Jetpack Subscribe, and Digg shortcodes.
1472
- - Slideshow: Fix a JavaScript error that occurs when block is first added.
1473
- - Slideshow: Add slideshow images to Open Graph tags when using the Slideshow block.
1474
- - Social Icons: Remove Google+, uses the generic Google now.
1475
- - Subscriptions: Correct conflicts that were possible with the checkboxes after a comment submission form.
1476
- - Theme Tools: Ensure Featured Content tag is retained on a post after saving. Thanks Anis Ladram, you're a Jetpack contributor now!
1477
- - Uninstalling Jetpack: Prevent notice about JETPACK__PLUGIN_DIR already being defined when programmatically uninstalling Jetpack. (But why would you uninstall?)
1478
- - Widgets: Remove the Cookies & Consents Banner (not just hide it) after consenting. Thanks Tony Tettinger!
1479
-
1480
- ## [7.2.1] - 2019-04-04
1481
-
1482
- - Feature Hints: display suggestions only for features available under the site's current plan.
1483
- - Feature Hints: improve visual display to make more distinct from search results.
1484
- - Feature Hints: disable hints once administrators have dismissed three hints.
1485
- - Slideshow Block: resolve an issue that broke navigating between images.
1486
-
1487
- ## [7.2] - 2019-04-02
1488
- ### Major Enhancements
1489
- - Adds a Repeat Visitor block that controls block visibility based on how often a visitor has viewed the page.
1490
- - New option to disable Ads blocks for visitors on mobile devices.
1491
-
1492
- ### Enhancements
1493
- - Admin Dashboard: improve text and design to make your administration experience all the better.
1494
- - Jumpstart: streamline what features are suggested to be activated when setting up Jetpack for the first time.
1495
- - Password Checker: adds a password checker class that will help Jetpack let you know if you're using a weak password. More about this coming in a future release!
1496
- - Plans: refactor how Jetpack Plans are coded within Jetpack to improve performance and help prevent any future bugs.
1497
- - Post Images: provide the image itself when requesting an attachment's post image.
1498
- - REST API: Enable Likes and Sharing meta field for all post types.
1499
- - Related Posts: improve HTML markup for related posts, with emphasis on accessibility.
1500
- - Search: add an easy way to see the raw Jetpack Search query results in the search page's source code.
1501
- - Shortcodes: allow links in Quiz shortcode explanations.
1502
- - Widgets: improve the text for the Blog Stats widget when stats data can not be retrieved from WordPress.com.
1503
-
1504
- ### Improved compatibility
1505
- - General: require WordPress 5.0! To celebrate, we cleaned out some compatibility code that supported older versions. We know how to party.
1506
- - General: update various parts of Jetpack to fully align with WordPress coding standards to make developing Jetpack easier!
1507
- - Connection: notify site owners when a plugin or theme is double-encoding URL redirects.
1508
- - Shortcodes: update the Ustream shortcode to use the HTML5 player for a better experience on all browsers.
1509
- - Shortcodes: add AMP support for Crowdsignal polls and shortcodes.
1510
- - Sitemaps: add thumbnails to video sitemaps to improve compatibility with Google Search Console. Props Adam Heckler!
1511
- - Sync: improve performance when using the VIP Legacy Redirect plugin.
1512
- - Twenty Nineteen Compatibility: prevent sharing buttons overlapping with the Like button. Props Torres!
1513
- - VideoPress: update right-to-left language CSS to remove extra styles only used on browsers no longer supported.
1514
- - Widgets: improve rendering of Contact Info widget map when using the AMP plugin.
1515
-
1516
- ### Bug fixes
1517
- - Admin Dashboard: fix an error that you'd see in the console when changing your Carousel settings.
1518
- - Blocks: fix an issue where sometimes we would attempt to register a particular block twice. I'm looking at you, Related Posts.
1519
- - Blocks: display all Business Hours details, even if they're the default set.
1520
- - Blocks: fix an error that occurred when loading some translations in the Block Editor.
1521
- - Blocks: resolve a conflict between the Ads block and infinite scroll that would cause new posts to sometimes not load.
1522
- - General: ensure the proper Jetpack plan is reflected throughout Jetpack and the administrative dashboard.
1523
- - Plugin Search: display Akismet and VaultPress plugin cards when WordPress.org suggests them.
1524
- - Publicize: remove unused assets, like images and JavaScript that aren't needed anymore.
1525
- - Related Posts: restore use of the jetpack_relatedposts_filter_options filter.
1526
- - Security: Improvements to the Likes feature and the Slideshow block.
1527
- - Sharing: update WhatsApp to be more consistent with the other sharing buttons.
1528
- - Shortcodes: remove Lytro service, which closed in March.
1529
- - Stats: properly handle an error from the REST API that sometimes caused issues with the Stats Dashboard.
1530
- - Widgets: display all characters in an address from Contact Info correctly when sometimes we encoded those that we'd expect in an URL.
1531
- - Widgets: improve the performance of the Contact Info widget by eliminating unused JavaScript.
1532
-
1533
- ## [7.1.1] - 2019-03-06
1534
- ### Bug fixes
1535
- - General: avoid conflicting with other plugins when suggesting Jetpack features on the Plugins screen.
1536
- - Publicize: avoid errors when the feature is not active on a site.
1537
- - Widgets: improve performance of the Top Posts and the Blog Stats widgets on high-traffic sites.
1538
- - Subscriptions: fix an issue that prevented displaying subscribers count in the subscription forms.
1539
- - Tiled Galleries / Slideshows: ensure they can be displayed properly in Internet Explorer 11.
1540
-
1541
- ## [7.1] - 2019-03-05
1542
- ### Major Enhancements
1543
- - Block Editor: this release introduces 6 new blocks:
1544
- - the Ads block allows you to insert different ads from [our WordAds program](https://jetpack.com/support/ads/) within your posts and pages.
1545
- - the Mailchimp block allows your readers to easily subscribe to your Mailchimp newsletter.
1546
- - the Video block supports VideoPress videos if you've purchased our Premium or Professional plan.
1547
- - the Slideshow block allows you to insert beautiful slideshows in your posts and pages.
1548
- - The Business Hours blocks is useful for companies who want to display their business's Opening Hours on their site.
1549
- - The Contact Info block is useful for any business who may want to display useful information on a post or page.
1550
-
1551
- ### Enhancements
1552
- - Admin Page: move Carousel settings from Performance to Writing section.
1553
- - Ads: include search results pages under the `Archive` toggle.
1554
- - Block Editor: improve block registration structure for better management of block availability.
1555
- - General: remove IE8 support fallbacks.
1556
- - General: add feature suggestions to the plugin search screen.
1557
- - Image CDN: add new mode that disables the creation of resized images, thus saving disk space.
1558
- - Instagram: update embed to support Instagram TV URLs.
1559
- - Post Images detection: add support for alt text.
1560
- - Plans: clarify upgrade prompts in the Jetpack dashboard's Plans page.
1561
- - Publicize: remove the Google+ interface as the Social Network is now deprecated.
1562
- - Related Posts: update block to allow for up to 6 related posts.
1563
- - Social Menus & Icons: add Discord Support.
1564
- - Support: add additional tests to check when Jetpack isn't working as expected and ensures all current debugging platforms use the same testing list.
1565
- - Simple Payments: add generic currency fallback symbol.
1566
- - Sync: further performance improvements in PHP 7+ environments.
1567
- - Woocommerce Analytics: include product type with analytics data.
1568
-
1569
- ### Improved compatibility
1570
- - General: replace all .dev TLD references by .test as the .dev TLD will soon become available for registration.
1571
- - PHP 7.3: introduce automated testing for PHP 7.3.
1572
- - Site Accelerator: ensure compatibility with the AMP plugin.
1573
- - Twenty Nineteen: fix Top Posts and Pages Widget image list margins.
1574
- - WordPress 5.1 Compatibility: update usage of `wp_schedule_single_event` to match changes in WordPress.
1575
-
1576
- ### Bug fixes
1577
- - Copy Post: ensure the feature can be used when using non-standard post formats.
1578
- - Infinite Scroll: fix vertical spacing for new posts loaded with Infinite Scroll.
1579
- - Internationalization: fix minor problem affecting translations in the block editor.
1580
- - Mobile Theme: fix PHP notices when trying to display gallery images.
1581
- - Mobile Theme: fix redirection issues when clicking on the "Desktop version" links.
1582
- - Photon: add paypalobjects.com to the list of banned domains, as this domain already relies on a CDN.
1583
- - Publicize / Subscriptions: do not show message at the top of the editor when creating a private post.
1584
- - Spelling / Grammar: fix error when spellchecking the contents of a Classic block in the block editor.
1585
- - Top Posts: allow fetching posts from a long timeframe when using the `jetpack_top_posts_days` filter.
1586
- - Related Posts: avoid display a dulplicated set of related posts when using the Related Posts block.
1587
- - REST API: fix a bug causing Likes settings on a post to sometimes be flipped.
1588
- - Security: fix an XSS vulnerability in the "My Community" widget.
1589
- - Security: avoid bypassing Protect's Math Fallback challenge.
1590
- - Site Stats: do not show the Jetpack logo in the Stats dashboard widget title in the Screen Options tab.
1591
- - Theme Tools: support alternative Pinterest domain extensions in the Social Menus tool.
1592
- - Widgets: support alternative Pinterest domain extensions in the Social Icons Widget.
1593
- - Widgets: update the Cookies & Consents Banner to be fully accessible on mobile devices.
1594
-
1595
- ## [7.0.1] - 2019-02-14
1596
- ### Improved compatibility
1597
- - Publicize: update LinkedIn connections to use newer API, anticipating changes with LinkedIn's API v1 on March 1st.
1598
- - Publicize: display a message inviting site owners to reconnect their site to their LinkedIn profile.
1599
- - Publicize: remove section in Settings > Sharing in the dashboard.
1600
-
1601
- ### Bug fixes
1602
- - Tiled Galleries: avoid errors when converting a tiled gallery into a block.
1603
- - Security: ensure json_encode()d data safely output to the page.
1604
- - Shortlinks: do not show Jetpack Sidebar in the block editor if Shortlinks are not available.
1605
- - Sync: avoid errors in WordPress' code editor, for sites using PHP 7 with `fastcgi_finish_request` enabled.
1606
-
1607
- ## [7.0] - 2019-02-05
1608
- ### Major Enhancements
1609
- - Block Editor: introduce a new Gif block to help you quickly search and add Gif images to your posts.
1610
- - Copy Post: this new feature allows you to quickly create a new draft based on a post that's already published.
1611
-
1612
- ### Enhancements
1613
- - Block Editor: update the way we check for available blocks and extensions.
1614
- - Connection flow: display a notice upon connection when the site is suspended.
1615
- - Contact Form: add more options to customize the look of the submit button.
1616
- - Likes / Publicize: in the Jetpack Dashboard, add explanation to clarify the role of the features.
1617
- - REST API: add likes and sharing settings to the REST API Post response.
1618
- - Sharing: deprecate the Google+ sharing Button.
1619
- - Sharing: deprecate the Google+ embed shortcode.
1620
- - Shortcodes: rely on WordPress Core to handle SlideShare slideshow embeds.
1621
- - Shortcodes: cache the output of the Twitter shortcode.
1622
- - Subscriptions: remove obsolete polyfill JavaScript from the Subscriptions form.
1623
- - Subscriptions: allow more customization of the subscription form's submit button.
1624
- - Sync: improvements to the synchronization of plugin and theme updates.
1625
- - Sync: improve performance for sites using PHP 7, with `fastcgi_finish_request` enabled.
1626
- - Sync: synchronize plugin and theme fatal errors reported by WordPress 5.1.
1627
- - Widgets: deprecate the Google+ widgets.
1628
- - WordPress.com: allow the display of plugin action links in the WordPress.com plugins' interface.
1629
-
1630
- ### Improved compatibility
1631
- - Lazy Images: fix a compatibility issue with themes that overwrite classes on html.
1632
- - Contact Form: ensure contact form submissions with long words do not break the site layout, regardless of the theme.
1633
- - Publicize: remove the option to connect your site to a Google+ account, in anticipation of the service's shutdown.
1634
-
1635
- ### Bug fixes
1636
- - Admin Page: avoid PHP notices when looking at non-Jetpack admin pages.
1637
- - Carousel: fix display issue when viewing images with long captions.
1638
- - Carousel: avoid errors when fetching comments in the Carousel modal.
1639
- - CSS: fix the behavior of the CSS concatenation filter.
1640
- - Multisite: fix the display of the main connection banner.
1641
- - Protect: ensure the Math fallback is displayed when necessary.
1642
- - Publicize: avoid Fatal Errors on sites using Development Mode.
1643
- - Responsive videos: do not apply for videos that benefit from WordPress' own Responsive Embeds solution.
1644
- - Shortcodes: only load Mailchimp CSS when needed.
1645
- - Subscriptions: display subscription options below the comment form, even when you are logged in to your WordPress account.
1646
- - WordPress.com REST API: add new endpoint to allow the creation of a WooCommerce connection via the API.
1647
-
1648
- ## [6.9] - 2019-01-10
1649
- ### Major Enhancements
1650
- - Block Editor: this release introduces new blocks: a Subcription form block, a Tiled Gallery block, and a Related Posts block.
1651
-
1652
- ### Enhancements
1653
- - Admin Page: several changes to improve navigation and connection flows for new and existing Jetpack site owners.
1654
- - Admin Page: make the Jetpack dashboard wider on large screens for a better experience.
1655
- - Affiliate tools: offer options for affiliate partners to manage affiliation links on their site.
1656
- - Carousel: add support for the new Tiled Gallery block.
1657
- - Contact Form: use the comment blacklist to filter contact form submissions.
1658
- - Dashboard notices: automatically dismiss notices once a feature has been activated.
1659
- - Dashboard notices: fix styling to work better with the Hello Dolly plugin.
1660
- - Internationalization: add new locales, ensure existing ones are up to date.
1661
- - REST API: new endpoint to expose Gutenberg block and plugin availabilty.
1662
- - Search: add hook to get_filters() to allow the use of custom filters.
1663
- - Shortcodes: add new Mailchimp shortcode to insert Mailchimp subscription forms anywhere in your posts and pages.
1664
- - SSO: offer message introducing the feature to new users.
1665
- - Stats: improve the design of the Stats dashboard widget.
1666
- - Widgets: add filter to set DoNotTrack in Twitter Timeline widget.
1667
- - WordPress.com REST API: add new option to set sites to private.
1668
-
1669
- ### Improved compatibility
1670
- - AMP: ensure that all Jetpack features are compatible with the latest version of the AMP plugin. Solves issues previously encountered with sharing buttons and stats.
1671
- - Images: ensure that images inserted with new block editor can be used in Open Graph Meta tags, Related Posts, and Publicized posts.
1672
- - PHP 7.3: avoid PHP warnings so the plugin can be fully compatible with the latest version of PHP.
1673
- - Sharing: do not add Jetpack's Twitter Meta Tags when the WP To Twitter plugin is active.
1674
- - Twenty Nineteen: additional style adjustments to make sure all Jetpack widgets look good with the theme.
1675
- - WooCommerce: do not include product reviews in comment counts in the WordPress.com REST API.
1676
-
1677
- ### Bug fixes
1678
- - Admin Page: update feature limits mentioned when disconnecting Jetpack from WordPress.com
1679
- - Block Editor: fix loading of translations in the editor when Jetpack's Site Accelerator feature is active.
1680
- - Carousel: ensure that Carousel works well with the Gallery block in the new block editor.
1681
- - Carousel: do not open modal when clicking on a link in a caption
1682
- - Publicize: improve synchronization of sharing settings with WordPress.com.
1683
- - Publicize: only display Gutenberg Publicize UI to users with the correct permissions.
1684
- - Responsive videos: don't load if theme supports core responsive embeds.
1685
- - Search: fix fatal error when the Search Widget is enabled while the site is in Development Mode.
1686
- - Sharing: update Tumblr official sharing button.
1687
- - Shortcodes: update YouTube shortcode to support more video link formats.
1688
- - Shortlinks: add the option to view shortlinks in the block editor.
1689
- - Simple Payments: only register block when all needed data is available.
1690
- - Widgets: only load Social Icons widget scripts and styles when necessary.
1691
- - WooCommerce Analytics: avoid Fatal Errors in some specific site setups.
1692
- - WooCommerce Analytics: improve performance by avoiding unnecessary calls to the feature when it is not needed.
1693
-
1694
- ## [6.8.1] - 2018-12-06
1695
- ### Bug fixes
1696
- - Contact Form: security changes to improve the display of success messages after submitting a form.
1697
- - Publicize: avoid Fatal errors when trying to create or edit posts from a Custom Post Type that supports Publicize.
1698
- - Sync: improve synchronization of WooCommerce events.
1699
- - WordPress.com REST API: handle WooCommerce Product reviews for a better display in apps that use the API.
1700
-
1701
- ## [6.8] - 2018-11-27
1702
- ### Major Enhancements
1703
- - This release introduces the first wave of Jetpack blocks built for the new block editor, available in WordPress 5.0.
1704
-
1705
- ### Enhancements
1706
- - General: improve ability to create and troubleshoot Jetpack connections.
1707
- - REST API: new endpoint for testing the Jetpack connection.
1708
-
1709
- ### Improved compatibility
1710
- - Akismet: improve caching of all queries for Akismet status.
1711
- - Spellcheck / Grammar: we've made sure the Jetpack feature did not create any error when using the block editor.
1712
- - Twenty Nineteen: ensure compatibility with Jetpack's widgets.
1713
-
1714
- ### Bug fixes
1715
- - Asset CDN: do not try to serve assets from non-public versions.
1716
- - Carousel: handle galleries created via the Gallery block in the new block editor.
1717
- - Photon: make sure our image CDN is fully compatible with the block editor.
1718
-
1719
- ## [6.7] - 2018-11-06
1720
- ### Major Enhancements
1721
- - Site acceleration: new toggle to serve both your images and static files (like CSS and JavaScript) from our CDN.
1722
- - Activity: update Jetpack dashboard to include links to our Activity page, where you can view a record of every change and update on your site.
1723
-
1724
- ### Enhancements
1725
- - Admin page: add site Activity card.
1726
- - Blocks: provide a mechanism so editor blocks can be translated.
1727
- - Blocks: enqueue Jetpack blocks in the block editor when blocks are available.
1728
- - Debug tools: add information about missing XML extension in self-help tools.
1729
- - REST API: introduce endpoint for retrieving related posts of a particular post.
1730
- - Search: add an advanced `excess_boost` param which can be adjusted with filters to fine tune query scoring.
1731
- - Sharing / Publicize: change the icons used in the Jetpack dashboard to clarify where the configuration links lead.
1732
- - Secure Sign On: update wording on admin pages to avoid confusion.
1733
- - Shortcodes: update the Polldaddy shortcode to use the new brand, Crowdsignal.
1734
- - Sitemaps: coding standards changes.
1735
- - Site Verification Tools: improve display of the tool's description on mobile devices.
1736
- - Unit Tests: improve process for faster tests.
1737
-
1738
- ### Improved compatibility
1739
- - Themes: ensure compatibility between Jetpack features and the new WordPress default theme, Twenty Nineteen.
1740
- - AMP: add support for GitHub's Gist shortcodes.
1741
- - PHP 7.3: update Infinite Scroll to avoid PHP warnings when using the latest version of PHP.
1742
- - Protect: fix output of Protect's Math challenge on login forms created by third-party plugins.
1743
- - Plugins: add a WordPress.com themed plugins page for users managing their plugins via the WordPress.com interface.
1744
- - Site Verification Tools: do not enable Google's Auto-verification option when a site using a maintenance / coming soon plugin.
1745
-
1746
- ### Bug fixes
1747
- - Blocks: update the VR block to be fully compatible with the latest version of WordPress and Gutenberg.
1748
- - Comment Likes: only prefetch domains used by the feature.
1749
- - CSS Concatenation: make sure all concatenated CSS is up to date.
1750
- - Featured Content: no longer hides the "featured" tag from the WordPress.com Editor or the mobile apps.
1751
- - Geolocation: avoid a PHP notice when setting location for a post in the WordPress.com post editor.
1752
- - Likes: ensure that the Likes column is accessible.
1753
- - REST API: Ensure only strings as escaped as URLs.
1754
- - Search: avoid PHP warning with Search widget.
1755
- - Sharing: improve accessibility of email sharing button.
1756
- - Simple Payments / Widget Visibility: avoid potential Fatal errors on some specific server configurations when updating Jetpack.
1757
- - Sitemaps: remove double encoding of site name in news sitemap.
1758
- - Sitemaps: ensure homepage is only included once.
1759
- - Sitemaps: provide richer "not found" message to site admins.
1760
- - Sitemaps: ensure sitemap is refreshed faster after upgrading Jetpack.
1761
- - Sitemaps: avoid protocol mismatches between the sitemaps and the site.
1762
- - Site Verification Tools: make sure we validate meta tags when saving.
1763
-
1764
- ## [6.6.1] - 2018-10-10
1765
- ### Bug fixes
1766
- - Sitemaps: improve initial sitemap creation process.
1767
- - Widgets: fix missing CSS for the Social Icons Widgets.
1768
-
1769
- ## [6.6] - 2018-10-09
1770
- ### Major Enhancements
1771
- - Verification Tools: enable one-click site verification and sitemap.xml registration with Google.
1772
-
1773
- ### Enhancements
1774
- - Admin Interface: update all Jetpack settings screens to use a similar design.
1775
- - API: add flags to determine if Jetpack Search is enabled and supported.
1776
- - CDN: First Beta version of the Photon CDN -- Speed up sites and increase max concurrent connections through Photon by cloud-hosting Jetpack and WordPress Core scripts, styles, and assets.
1777
- - Contact Form: add filters to allow customizing the class attributes of inputs and buttons.
1778
- - General: add more constants to error log for the Jetpack test suite.
1779
- - Gutenberg: add infrastructure necessary to add new blocks via Jetpack.
1780
- - Lazy Images: load the placeholder via the `srcset` attribute instead of the `src` attribute.
1781
- - Masterbar: add link to Activity Log.
1782
- - Publicize: the Path Social Network is closing in October. The option has consequently been removed from the Publicize interface.
1783
- - Search: improve the feature activation process.
1784
- - Search: update the admin interface to give more information about what the feature does and how it can be used.
1785
- - Simple Payments: update all mentions of the product for a more consistent naming convention and less confusion for both site owners and translators.
1786
- - Sync: log action when an attachment is added to a post for the first time.
1787
- - Sync: add URL details to synchronization requests.
1788
- - Sync: detect if a post is saved via Gutenberg when synchronizing post events.
1789
-
1790
- ### Improved compatibility
1791
- - Shortcodes: update Mailchimp shortcode to match the new format offered by Mailchimp.
1792
-
1793
- ### Bug fixes
1794
- - CSS Concatenation: add Authors and Social Icons widgets to concatenated styles.
1795
- - Featured Content: avoid registering duplicate Post Types.
1796
- - Geo Location: only enqueue Dashicons when necessary.
1797
- - Google Analytics: do not output tracking code when the "Enhanced eCommerce" option is active, but the WooCommerce plugin is not.
1798
- - Infinite Scroll: add a Privacy Link to the site's footer if a Privacy Policy was set up via WordPress's privacy options.
1799
- - Infinite Scroll: fix video playback of VideoPress videos loaded via Infinite Scroll.
1800
- - Protect: fix layout of legend that prompts the user to solve the math fallback so it works better in all languages.
1801
- - Responsive Videos: avoid PHP notice.
1802
- - Sharing: do not record stats if the stats module is disabled.
1803
- - Sharing: allow saving sharing button options on media edit page as well.
1804
- - Shortcodes: ensure we build minified and RTL stylesheets for slideshows.
1805
- - Simple Payments: Stop contributors from creating inaccessible buttons with a "pending" post status.
1806
- - Sitemaps: no longer add images attached to non-published posts to the image sitemap.
1807
- - Slideshows: ensure arrows point in the right direction for RTL Languages.
1808
- - Sync: avoid PHP notices when synchronizing user information.
1809
- - VideoPress: avoid duplicate rel attributes in links.
1810
- - VideoPress: do not block access to the Video settings for our customers using a 2-year plan.
1811
-
1812
- ## [6.5] - 2018-09-04
1813
- ### Major Enhancements
1814
- - WordAds: Added ability to include custom ads.txt entries in the ads module.
1815
-
1816
- ### Enhancements
1817
- - Admin Page: Added ability to disable backups UI by filter when VaultPress is not activated.
1818
- - Comments: Moved the Subscription checkboxes on a comment form from after the submit button to before the submit button.
1819
- - General: Removed the outdated "Site Verification Services" card in Tools.
1820
- - General: Removed jetpack_enable_site_verification filter. We recommend filtering access to verification tools using jetpack_get_available_modules instead.
1821
- - General: Simplified the logic of Jetpack's signed HTTP requests code.
1822
- - Lazy Images: Updated lazy images to use a default base64 encoded transparent to reduce a network request.
1823
-
1824
- ### Improved compatibility
1825
- - Geo Location: Fixed a compatibility issue with other plugins that added meta attributes to site feeds with the `rss2_ns`, `atom_ns` or `rdf_ns` filters.
1826
-
1827
- ### Bug fixes
1828
- - AMP: Fix PHP notice when rendering AMP images with unknown width and height.
1829
- - Contact Forms: We fixed an issue where personal data eraser requests didn't erase all requested feedback.
1830
- - General: Improves compatibility with the upcoming PHP 7.3.
1831
- - General: Updated input validation for meta tags given in site verification.
1832
- - Lazy Images: Deprecated jetpack_lazy_images_skip_image_with_atttributes filter in favor of jetpack_lazy_images_skip_image_with_attributes to address typo.
1833
- - Sharing: Fixed duplicate rel tags on Sharing links.
1834
- - Search: Fixed an issue where a CSS and JavaScript file could be enqueued unnecessarily if the Search module was activated and if the site was using the Query Monitor plugin.
1835
- - Shortcodes: Updated Wufoo Shortcode to always load over https and use async form embed.
1836
- - Widgets: Fixed excessive logging issue with Twitter Timeline widget.
1837
- - Widgets: Removed cutoff date check for Twitter Timeline widget as it is no longer necessary.
1838
- - Widgets: Added decimal precision validator to Simple Payments Widget price field on the Customizer for supporting Japanese Yen.
1839
-
1840
- ## [6.4.2] - 2018-08-10
1841
- ### Bug fixes
1842
- - Comments: We fixed an error that broke functionality of Social Login for comments.
1843
-
1844
- ## [6.4.1] - 2018-08-08
1845
- ### Bug fixes
1846
- - Comments: We fixed an error that broke functionality of nested comments.
1847
-
1848
- ## [6.4] - 2018-08-07
1849
- ### Enhancements
1850
- - Connection: Updated connect splash screen with new content.
1851
- - Sharing: Sharing section in wp-admin will now redirect to Calypso instead.
1852
- - Docs: Added documentation for retrieving provision status of a site.
1853
- - Shortcodes: Added oEmbed support for flat.io.
1854
- - Widgets: Added `jetpack_top_posts_widget_layout` filter that allows you to create a custom display layout for the Top posts widget.
1855
- - Privacy tools: Identify the data export/erasure callbacks for Feedback posts using associative keys, to better match the convention in Core.
1856
- - Privacy tools: Added the `grunion_contact_form_delete_feedback_post` filter hook to allow specific Feedback posts to be bypassed during data erasure requests, similar to the `wp_anonymize_comment` filter in Core.
1857
- - Contact Fork: Disabled random table optimizations on core tables.
1858
-
1859
- ### Improved compatibility
1860
- - AMP: Improved AMP compatibility for Comments iframe.
1861
- - General: The SEO Framework is no longer a conflicting Open Graph plugin and is now better compatible with Jetpack.
1862
-
1863
- ### Bug fixes
1864
- - Shortcodes: Removed extra black bars from YouTube embeds as controls are inside the container now.
1865
- - Simple Payments: Fixed the custom post type bug that affected Simple Payments widget for 2 year subscriptions.
1866
- - Simple Payments: Fixed site failure which happens on Multisite installation with Simple Payments widget.
1867
- - Simple Payments: Fixed syntax and misc compatibility issues with Simple Payments widget on PHP 5.2.
1868
- - Simple Payments: Added warning for admin users if Simple Payments is not enabled but there are products published on pages/posts as a widget.
1869
- - Lazy Images: Fixed an issue with images not loading while updating quantity in WooCommerce shopping cart.
1870
- - Lazy Images: Fixed centered images that do not crop properly when no JavaScript is enabled.
1871
- - General: Fixed auto scrolling to top when following the Quick Tour buttons.
1872
- - General: Removed ability to set custom name for Site Identity section.
1873
- - General: Added advanced control capabilities to image extraction from posts.
1874
-
1875
- ## [6.3.3] - 2018-07-30
1876
- ### Facebook API Maintenance
1877
- - On the 1st of August, 2018 Facebook sunsets its API allowing to post updates to your Profile Page. Only the API allowing to post to Facebook Pages will remain. This required several changes to Jetpack that we are presenting in this release:
1878
- - Publicize: making sure we are handling existing connections gracefully.
1879
- - Publicize: using logo font instead of images to make the UI up to date and mobile ready.
1880
- - Publicize: removing the ability to select Facebook Profile connections in the UI.
1881
-
1882
- ### Bug fixes
1883
- - General: properly handle Jetpack connection owner transition process.
1884
-
1885
- ## [6.3.2] - 2018-07-04
1886
- ### Bug fixes
1887
- - Simple Payment: Fix compatibility issues with PHP versions 5.3 and below
1888
-
1889
- ## [6.3] - 2018-07-03
1890
- ### Major Enhancements
1891
- - Simple Payment: Added Simple Payment Products as Widgets, with the option to manage them via the Customizer.
1892
-
1893
- ### Enhancements
1894
- - Connection: Added a new connect splash screen content.
1895
- - Jetpack Dashboard: We removed the labels reading 'PAID' in order to introduce a better way to remark paid features.
1896
- - General: Added support to display geo-location data added to posts and pages with Calypso.
1897
-
1898
- ### Improved compatibility
1899
- - Protect: We solved an issue related to interaction with bbPress when trying to log in via a bbPress login widget. You would get redirected a few times to log in again after solving the math puzzle.
1900
-
1901
- ### Bug fixes
1902
- - Comments: Implemented Core WordPress' Comment Cookie Consent Checkbox in Jetpack Comments.
1903
- - General: We solved an issue that arised when using the Front End Editor feature plugin. A fatal error wass thrown due to us assuming the `enter_title_here` filter would only run within wp-admin.
1904
- - General: Fixed a compatibility problem between WordPress TinyMCE and Jetpack Markdown when visiting the WordPress Dashboard.
1905
- - Lazy Images: Fixed behavior for when JavaScript is disabled.
1906
- - Markdown: We fixed the naming of the class used for code blocks that specify a language.
1907
- - Simple Payments: Fixed an error when the user had published Simple Payment Products but their Professional Subscription had expired.
1908
- - Sitemap: We fixed the format of the date shown for videos on the video sitemap.
1909
- - Stats: We fixed the width of the Stats page for wide screens.
1910
-
1911
- ## [6.2.1] - 2018-06-08
1912
- ### Bug fixes
1913
- - AMP: We fixed the rendering of the stats pixel for legacy, non-paired, non-canonical AMP pages.
1914
- - Shortcodes: Fixed a fatal coming form the VR shortcode when using the Gutenberg editor in the frontend.
1915
-
1916
- ## [6.2] - 2018-06-05
1917
- ### Major Enhancements
1918
- - Shortcodes: Added Gutenberg block for the [vr] shortcode.
1919
-
1920
- ### Enhancements
1921
- - AMP: Allow Jetpack features to work on AMP pages, and prevent Jetpack features from rendering to the front end at all.
1922
- - Content Options: We now exclude Custom Post Types like Portfolio and Testimonial when we toggle content/excerpt via the Blog Display option in the customizer.
1923
- - Cookies & Consent Widget: Added a "top" option for the cookie widget position. The existing bottom of the screen position is the default.
1924
- - Tiled Galleries: use Photon if active when a Tiled Gallery links to media file.
1925
-
1926
- ### Improved compatibility
1927
- - Widgets: Deprecated the use of Widget IDs in the Twitter Timeline Widget given that Twitter deprecates Widget IDs on July, 27th 2018.
1928
-
1929
- ### Bug fixes
1930
- - Contact Form: Fixed an issue with undefined variables and a warning being logged when submitting the Contact Form.
1931
- - Contact Form: Fixed scrolling/height for very large contact forms.
1932
- - Widgets: Fixed Cookies & Consent Widget's bottom margin for themes that set a specific margin for forms.
1933
- - Related Posts: Made it not try to fetch related posts for an unpublished post.
1934
- - Sharing: Fixed an issue that resulted in wrong URLs for sharing on WhatsApp.
1935
- - Sharing: Fixed the way we check if Akismet is active and has a valid key by caching the result of the verification.
1936
- - Shortcodes: Fixed the Facebook shortcode in wp-admin.
1937
- - Widget Visibility: Fixed styling for MS Edge.
1938
- - Widgets: Removed .widget class from Cookies and Consent widget styles since .widget is not used in every theme.
1939
-
1940
- ## [6.1.1] - 2018-05-22
1941
- ### Enhancements
1942
- - Ads: Added new setting for Banner consent expiration. Added new filter jetpack_disable_eu_cookie_law_widget, which can be used to disable the banner.
1943
- - Ads: Added a new personalized-ads-consent cookie for ads-enabled sites.
1944
- - Ads: Added requirement and notice, and button-click opt-in for ads module users.
1945
- - Ads: When a user site has a Privacy Policy page set (introduced in 4.9.6), we now default to using that privacy policy as a custom policy URL.
1946
- - GDPR: A new warning is displayed while configuring an instance of the EU Cookie Law widget: "Caution: The default policy URL only covers cookies set by Jetpack. If you're running other plugins, custom cookies, or third-party tracking technologies, you should create and link to your own cookie statement."
1947
- - GDPR: Added Feedback data (i.e., Contact Form Submissions) to the Personal Data exported and/or erased by the latest version of WordPress core.
1948
-
1949
- ### Bug fixes
1950
- - Ads: We updated Ads behavior to not show unless the visitor is on the main query within the loop.
1951
- - General: We fixed a bug that resulted in an alert box showing for sites set to languages deriving from main ones.
1952
- - Lazy Images: Fixed a bug where images would disappear when scrolling.
1953
- - Sharing: make sure JS files can be loaded on development sites.
1954
- - Sharing: Added check for validating Akismet key before allowing sharing by email.
1955
- - WooCommerce Analytics: Fixed PHP warning when attemping to get a list of plugins.
1956
-
1957
- ## [6.1] - 2018-05-01
1958
- ### Major Enhancements
1959
- - WordAds: Introduced shortcode for inline Ad placement.
1960
- - WordAds: Added support for the ads.txt file.
1961
-
1962
- ### Enhancements
1963
- - Dashboard: We improved the styles of status numbers so it doesn't look like floating.
1964
- - JSON API: Added support for Google My Business integration available on WordPress.com.
1965
- - Masterbar: We removed the Next Steps link from the Account sidebar.
1966
- - Publicize: Let the user know that we are going to send emails to subscribers and publicize to the different accounts.
1967
- - Settings: Added "Privacy Information" links to each Jetpack module/feature card.
1968
- - Shortcodes: Mixcloud shortcode now uses oEmbed.
1969
- - Stats: Added a new filter jetpack_honor_dnt_header_for_stats, which if enabled would not track stats for visitors with DNT enabled.
1970
- - Sync: Removed requirement for gzencode.
1971
- - Widgets: always load script via HTTPS for Gravatar Hovercards.
1972
-
1973
- ### Improved compatibility
1974
- - Social Icons Widget: Improved support on screen reader text for themes that do not provide support out of the box.
1975
- - Sharing: Removed the sharing and like display functionality from Cart, Checkout, and Account WooCommerce pages.
1976
-
1977
- ### Bug fixes
1978
- - Admin Page: We fixed the internationalization of the plans page.
1979
- - Ads: We fixed a problem that impeded Premium Plan customers to activate Google Analytics.
1980
- - Auto Updates: We fixed a warning being thrown due to a bad concatenation of strings.
1981
- - General: Fixed a warning that was being logged due to attempting to use in_array() over a variable that didn't always contain an array.
1982
- - General: Fixed Warning: count(): Parameter must be an array or an object that implements Countable showing on PHP 7.x.
1983
- - JSON API: Fixed internationalization on embed endpoint.
1984
- - Theme Tools: Show featured images in WooCommerce pages when Display on blog and archives is turned off for Themes that support this feature.
1985
- - Publicize: Avoid adding Publicize post meta when a post transitions to publish and it is not a publicize-able post type.
1986
- - Settings: Fixed the icon representing the minimum plan needed for SEO and Google Analytics features.
1987
- - Slideshow: Fixed an invalid argument supplied for foreach() warning.
1988
- - SSO: We fixed the name of a filter which contained a typo before. The filter is now named: `jetpack_sso_auth_cookie_expiration`.
1989
- - SSO: Fixed some cases where we were not handling secure cookies for sites running over https.
1990
- - Sync: Fixed Warning: Invalid argument supplied for foreach().
1991
- - Sync: Fixed Warning: Warning: json_encode(): recursion detected.
1992
- - WooCommerce Analytics: fixed broken Remove From Cart link.
1993
-
1994
- ## [6.0] - 2018-04-03
1995
- ### Major Enhancements
1996
- - Admin Page: Introduced a new Privacy admin page linked at the bottom of the Jetpack dashboard.
1997
- - Admin Page: Introduced a Privacy toggle that allows the user to disable event tracking.
1998
- - Widgets: Added new Social Icons widget and deprecated old Social Media Icons widget.
1999
-
2000
- ### Enhancements
2001
- - Activity Log: Started syncing comment untrashed and comment unspammed events.
2002
- - Admin Page: Added inline module settings for plan welcome page.
2003
- - Admin Page: Removed Javascript patterns previously used in the Admin Page that should improve performance lightly (bind pattern).
2004
- - Admin Page: Made Jetpack Monitor setting management easier by adding a simple toggle.
2005
- - Admin Page: Moved the button for closing the Jumpstart modal closer to the dialog so it's more visible.
2006
- - Admin Page: Updated the "install and activate" link in the Backups card to be a functional link matching the "Set up" button.
2007
- - Admin Page: Updated notices style to be more accessible.
2008
- - Admin Page: We now show a link to see all plans on small screens.
2009
- - Admin Page: Settings in Jetpack dashboard now feature contextual help and a link to learn more about it.
2010
- - Ads: Added site id to head meta.
2011
- - Comments: Improved accessibility of comments form by adding title attributes.
2012
- - Connect: Removed account creation links from below the Set Up Jetpack buttons.
2013
- - General: Show correct available status in Jetpack modules list if module is not supported by current plan.
2014
- - General: Removed holiday snow module.
2015
- - General: Return error in wp-cli if activating a module that is not supported by the current plan.
2016
- - Google Translate Widget: Made sure the widget is responsive by default.
2017
- - JITM: We now allow specifying that a jitm can be opened in a new window, or the same window.
2018
- - JITM: We now don't use all caps for buttons text.
2019
- - Likes: Removed Likes from Jumpstart.
2020
- - Likes/Sharing: Moved metabox in post editor to the right side for a better fit.
2021
- - Masterbar: Made the Sign Out link in the Master always log you out from WordPress.com.
2022
- - Publicize: Made styling of Publicize more consistent with wp-admin.
2023
- - Protect: Started blocking XML RPC requests when they get marked as blocked by Protect.
2024
- - Search: Made the Search widget available whether or not Extra Sidebar Widgets is enabled.
2025
- - SEO Tools: Removed SEO Tools from Jumpstart
2026
- - Shortcodes: We now load Twitters widget.js over https.
2027
- - Subscriptions: We've made it a better experience if you try to subscribe to a site you are already subscribed to.
2028
- - Sync: Stopped syncing personal data coming from WooCommerce orders.
2029
- - VideoPress: Default to grid view when linking to upload videos
2030
- - Warm Welcome: Added Search to the features listed on the Warm Welcome dialog for Professional Plan.
2031
- - Widgets: Added rel=noopener attribute to links in the Display WordPress Posts widget if set to open in a new window.
2032
-
2033
- ### Improved compatibility
2034
- - bbPress: Markdown support added for bbPress CPTs.
2035
- - PHP 7.1: Fixed an error coming from one of our json-api endpoints.
2036
-
2037
- ### Bug fixes
2038
- - Admin Page: Fixed Dashboard connection card from showing text that overflows the card.
2039
- - Admin Page: Fixed directory separator character used when displaying the site URL on the disconnect dialog.
2040
- - Admin Page: Fixed an issue by which clicking the back button on a page visited after the Admin Page would result in the Admin Page being rendered with cached data.
2041
- - Admin Page: Don't show a Set Up button when searching for modules that are inactive in Jetpack Settings page. The Set Up button is meant for paid features coming from plugins.
2042
- - Admin Page: Make it clear when tracking begins in the connetion dialog.
2043
- - Admin Page: Hide the date range tabs when the initial dialog is shown.
2044
- - Admin Page: Fixed the positioning of popovers in the Jetpack Settings page.
2045
- - Admin Page: Fixed a bug with the Ads settings toggle.
2046
- - Admin Page: Fixed a display issue for the custom user capability "jetpack_connect".
2047
- - Admin Page: Made sure translations are properly applied to several phrases.
2048
- - Connection Banner: Updated style to better fit wide screens.
2049
- - Connection Banner: Added illustration SVGs.
2050
- - Contact Form: Fixed width style of input for Website address.
2051
- - Google Analytics: fix PHP notice on search pages.
2052
- - Infinite Scroll: Fixed issues where the first was being duplicated on scroll.
2053
- - Likes: Made manually enabled likes remain being likeable if Likes are enabled for all posts
2054
- - Masterbar: Fixed a javascript error that would pop up with the Grammarly extension enabled on Chrome macOS.
2055
- - Search: Added default values for the Search widget so it can be added from the Customizer.
2056
- - Settings: Fixed overflow/overlap when there are many ignored phrases in spelling options.
2057
- - Settings: Updated SEO/analytics links to avoid unnecessary redirects.
2058
- - Stats: Fixed column spacing styling issues in WP Dashboard box for Jetpack stats.
2059
- - VaultPress: Remove menu item that links nowhere when Rewind is enabled.
2060
- - Widgets: Fixed issue with custom URL choice and selective refresh in the EU Cookie Law widget.
2061
- - WooCommerce Analytics: Fixed PHP warning coming from str_replace usage.
2062
- - WooCommerce Analytics: Started tracking all possible ways to add a product to a cart.
2063
-
2064
- ## [5.9] - 2018-03-06
2065
- ### Major Enhancements
2066
- - WooCommerce Analytics: Added a new module for WooCommerce analytics that will use Jetpack's analytics functionality to help you track activity on your WooCommerce store.
2067
- - Custom Content Types: Added support for excerpts on Testimonial and Portfolio.
2068
-
2069
- ### Enhancements
2070
- - Activity Log: Improved the way we show failed login attempts in Jetpack's Activity Log.
2071
- - Admin Page: We now hide settings for Lazy Images and Photon in the Admin page when the modules are not enabled due to being filtered out by jetpack_get_available_modules.
2072
- - Admin Page: Now we only show the dismissal button in Apps card of the Jetpack Dashboard for admin users.
2073
- - Build: Added a pre-commit hook for linting the Jetpack Admin Page source code. This aids in finding common syntax and style problems before having to wait for automated tests to run.
2074
- - JSON API: We removed an obsolete endpoint for updating invites.
2075
- - Onboarding: Added the ability to configure the country for a business address the using the Onboarding functionality of Jetpack.
2076
- - Onboarding: Added the ability to enable the stats module when using the Onboarding functionality.
2077
- - Onboarding: We now delete the onboarding token when the site gets connected.
2078
- - Jetpack Start: Updated scripts for partners allowing to pass a tracking ID when provisioning or cancelling a plan which will help in debugging.
2079
- - Jetpack Start: Improved the documentation for partners so they're now able to get them right on the Jetpack's Github repository under the docs/partners directory.
2080
- - Plans: Correctly forward the client IP address for currency localization.
2081
- - Plans: Updated the copy-text on Jetpack's Admin page for plans to be more concise on the features of each plan.
2082
- - REST API: Added a plans endpoint to Jetpack's REST API to better handle the features of each Jetpack plan internally.
2083
- - Search Implicitly activate Jetpack Search when attempting to add the Jetpack Search widget.
2084
- - Search: Updated the Jetpack Search settings card to be more helpful in setting up the widget.
2085
- - Search: We made the "Add Jetpack Search Widget" link in the Search module settings card open the widgets section of the customizer.
2086
- - Search: Move any active search widgets to the inactive list if you disable the search module.
2087
- - Search: Only log mysql and ES query times that are less than 60 seconds. There are some outliers that mess up our stats.
2088
- - Sync: Improved the way widget titles are synchronized to WordPress.com servers when widgets are saved or updated.
2089
- - Twitter Cards: Added new jetpack_twitter_image_default filter to allow themes and plugins to customize twitter:image when no suitable image is found automatically.
2090
- - We updated the way we handle Jetpack's green color in out stylesheets for better compatibility with Jetpack's new logo.
2091
-
2092
- ### Improved compatibility
2093
- - Admin Page: Jetpack's Admin Page javascript code is now fully compatible with React 16.
2094
- - JSON API: Updated the modules endpoint Jetpack's JSON API to reply with a new property `override` that indicates if a module was either enabled or disabled by a filter.
2095
- - Lazy Images: Updated the library used as IntersectionObserver for Lazy Images. We now use the W3C IntersectionObserver polyfill.
2096
- - Lazy Images: Jetpack now allows the lazy images module to skip images with the skip-lazy css class or any given class of your choice by using the jetpack_lazy_images_blacklisted_classes filter.
2097
- - Masterbar: Updated the sign out button behavior of the Masterbar to not sign you out of WordPress.com when you sign out of your site for regular Jetpack sites.
2098
- - REST API: Updated the modules endpoint in Jetpack's REST API to be aware of modules that have been filtered through option_jetpack_active_modules allowing for better compatibility with custom Jetpack installation where the administrator decides to filter out specific Jetpack modules.
2099
- - Sync: Added the jetpack_sync_action_before_enqueue action that's done when anything gets enqueued before being synchronized to WordPress.com servers.
2100
-
2101
- ### Bug fixes
2102
- - Admin Page: Removed all linting warnings for the JS code of the Admin page. These were only shown in development builds.
2103
- - Connect: Fixed an issue that sometimes resulted in a notice being shown about another user already having connected a Jetpack site when attempting to connect your site to WordPress.com
2104
- - General: Added suppress_filters param to get_posts / get_children function calls.
2105
- - Markdown: Updated WordAds code to not use create_function which is getting deprecated in PHP 7.2.
2106
- - Sync: Fixed a problem in Jetpack Sync code when trying to get property of non-object in the post syncing file.
2107
- - Sync: Stopped synchronizing the sitemap post types to WordPress.com servers as it was an issue given the size of these.
2108
- - Tracks events: Track events are logged now only if the user has accepted ToS and not just if Jetpack is connected.
2109
- - Widget Visibility: Added a decodeEntities function in widget-conditions.js to handle entity decoding for the minor conditions dropdown.
2110
- - WordAds: Updated WordAds code to not use create_function which is getting deprecated in PHP 7.2.
2111
-
2112
- ## [5.8] - 2018-02-06
2113
- ### Major Enhancements
2114
- - [Lazy Images](https://jetpack.com/support/lazy-images/): after a Beta
2115
- period, you can now enable this new feature from Jetpack > Settings in your
2116
- dashboard.
2117
- - [Elasticsearch-powered search](https://jetpack.com/features/design/elasticsearch-powered-search/):
2118
- also out of Beta! We've improved the way data is indexed behind the scenes,
2119
- and made changes to the Search widget and its filters. (Elasticsearch is a
2120
- trademark of Elasticsearch BV, registered in the U.S. and in other countries.)
2121
-
2122
- ### Enhancements
2123
- - Comment moderation tools: moderation emails now point to WordPress.com when
2124
- using the `edit_links_calypso_redirect` option.
2125
- - Custom CSS: add CSS Grid Layout support.
2126
- - Dashboard: update list of features available in Paid plans.
2127
- - Dashboard: improve the display of notices inside the Jetpack dashboard.
2128
- - Dashboard: update content displayed in the Jetpack dashboard when not
2129
- connected to WordPress.com.
2130
- - Development mode: improve the display of the development notice.
2131
- - General: add a new filter, `jetpack_active_modules`, allowing site owners to
2132
- filter the list of active modules.
2133
- - Notices: add rel tags to notice links to avoid issues when links open in a
2134
- new window.
2135
- - Onboarding: add functionality for saving Business Address in the Contact
2136
- Info widget.
2137
- - Onboarding: save site type during site setup process.
2138
- - Onboarding: enable loading of specific modules when using the Onboarding
2139
- process.
2140
- - Post Images: allow passing size when searching for images in HTML.
2141
- - REST API: update the plugin installation process to use a new library.
2142
- - REST API: allow changing the number of posts displayed in the RSS feed, and
2143
- whether feeds display full text or a summary.
2144
- - REST API: simplify our invites endpoint.
2145
- - Sharing: make sure the Whatsapp button works on mobile and on desktop.
2146
- - Sharing: add new filter, `wp_sharing_email_send_post_subject`, to allow
2147
- modifying the email sharing subject line.
2148
- - Shortcodes: update the GettyImages shortcode to use the new format required
2149
- by GettyImages.
2150
- - Site Settings: add support for site language and timezone settings.
2151
- - Sync: improve synchronization of user actions, theme and plugin edits /
2152
- updates, post status, updates on Multisite networks, Protect events, and
2153
- WooCommerce's meta data.
2154
- - WordAds: enable the Ads in the header by default.
2155
- - WordAds: add filters so site owners can control the display of the ads via
2156
- code as well.
2157
-
2158
- ### Improved compatibility
2159
- - Lazy Images: fix issues with the Gazette theme.
2160
- - Open Graph: add Open Graph Metabox to the list of conflicting plugins.
2161
- - Masterbar: fix incompatibility with BeaverBuilder plugin.
2162
- - PHP 7.2: fix issues when running Jetpack with PHP 7.2.
2163
-
2164
- ### Bug fixes
2165
- - Carousel: fix PHP Notice with images using custom meta.
2166
- - Dashboard: make sure all links to WordPress.com point to the right site's
2167
- settings on WordPress.com.
2168
- - Dashboard: update links to the plugin interface on WordPress.com to load the
2169
- full plugin management page.
2170
- - General: fix images shown in the dashboard when Jetpack is installed in a
2171
- directory different than `jetpack`.
2172
- - Lazy Images: make sure Lazy Load can be triggered even when images are added
2173
- to the content very late.
2174
- - Stats: make sure the Stats script is XHTML compliant.
2175
- - Widgets: Mailchimp - avoid conflicts with jQuery UI.
2176
-
2177
- ## [5.7.1] - 2018-01-16
2178
- ### Bug Fixes
2179
- - Protect: Fixed the math problem fallback for logging into Multisite installations.
2180
- - Settings: Made sure that the Security tab is no longer constantly updating the displayed information.
2181
-
2182
- ## [5.7] - 2018-01-02
2183
- ### Enhancements
2184
- - Added ability to create revisions of Portfolio Projects.
2185
- - Users hosting their sites with our Pressable partner who have Rewind access can now jump from the new Activity card in the Jetpack dashboard to the Activity Log in WordPress.com and restore or download backups for the site.
2186
- - Comments: Edit links for comments in the frontend can redirect to calypso if the Jetpack option `edit_links_calypso_redirect` is enabled.
2187
- - Protect: Updated the styling of the Protect page for recovering access to your site when you're locked out of it.
2188
- - Search: Improved the UI for customizing the Search widget.
2189
-
2190
- ### Improved compatibility
2191
- - Comments: Updated our filtering behavior for Jetpack comments so other plugins appending html to the comments section are able to do it instead of being filtered out by Jetpack.
2192
- - Widgets: We updated Goodreads URLs to support https schema.
2193
- - Masterbar: We now hide the Masterbar settings card in Jetpack’s Admin Page for sites that are set to always show the Masterbar.
2194
- - Lazy Images: Added a callback for processing image attributes array when attempting to lazy load images are loaded via `wp_get_attachment_image`.
2195
- - Search: Added hooks to the search filters widget so that other plugins/themes can hook in and change its output.
2196
-
2197
- ### Bug fixes
2198
- - REST API: Added a check for avoiding a fatal error when attempting to include Akismet class files in case the Akismet plugin files are present but the permissions on the files there are set to be not readable
2199
- - Markdown: Fixed bug where code inside shortcodes wasn't correctly restored from the hash.
2200
- - Search: Fixed the link that acts as a month and year filter removal toggle.
2201
-
2202
- ## [5.6.1] - 2017-12-14
2203
- ### Security Improvements
2204
- - Contact Forms: Hardened security in Contact Form processing.
2205
-
2206
- ### Enhancements
2207
- - Sharing: Bumped the character limit to 280 when sharing a post to Twitter.
2208
-
2209
- ### Bug fixes
2210
- - Widget Visibility: Fixed a bug that disabled "saving" the widget when removing a Widget Visibility rule.
2211
-
2212
- ## [5.6] - 2017-12-05
2213
- ### Major Enhancements
2214
- - Google Analytics: Add support for universal analytics for WooCommerce.
2215
- - Performance: minify all JavaScript files used in the plugin.
2216
- - Performance: add new Lazy Images module.
2217
- - Protect: add new mechanism allowing you to send yourself an email with a
2218
- link to the form when you are locked out of your site.
2219
-
2220
- ### Enhancements
2221
- - Custom CSS: add new set of font properties that can be used in the CSS
2222
- editor.
2223
- - Photon: do not remove `width` and `height` attributes from image tags when
2224
- known.
2225
- - Sitemaps: add CLI commands to purge and built the sitemaps.
2226
- - Sitemaps: only display the reporter log success messages if
2227
- `JETPACK_DEV_DEBUG` is defined.
2228
- - WordPress.com API: add new endpoints to allow for better comment management
2229
- in third party interfaces like WordPress.com.
2230
- - WordPress.com Toolbar: prevent dns prefetching for logged out users.
2231
-
2232
- ### Improved compatibility
2233
- - Stats: remove function deprecated in PHP 7.2.
2234
-
2235
- ### Bug fixes
2236
- - Comment Likes: make sure Like text is properly translated.
2237
- - General: only load stats code when necessary.
2238
- - Related Posts: allow site owners to exclude multiple blog posts from the
2239
- list of Related Posts.
2240
- - Sharing: remove inline JavaScript used in the email sharing form.
2241
- - Search: Maintain ordering of the search filters in the widget.
2242
- - Sync: avoid PHP notices during the synchronization process.
2243
-
2244
- ## [5.5.1] - 2017-11-21
2245
- ### Bug fixes
2246
- - In Jetpack 5.5 we made some changes that created errors if you were using other plugins that added custom links to the Plugins menu. This is now fixed.
2247
- - We have fixed a problem that did not allow to upload plugins using API requests.
2248
- - Open Graph links in post headers are no longer invalid in some special cases.
2249
- - We fixed warnings happening when syncing users with WordPress.com.
2250
- - We updated the way the Google+ button is loaded to match changes made by Google, to ensure the button is always displayed properly.
2251
- - We fixed conflicts between Jetpack's Responsive Videos and the updates made to Video players in WordPress 4.9.
2252
- - We updated Publicize's message length to match Twitter's new 280 character limit.
2253
-
2254
- ## [5.5] - 2017-11-07
2255
- ### Major Enhancements
2256
- - Jetpack is now fully compatible with WordPress's [new Gallery Widget](https://make.wordpress.org/core/2017/09/25/introducing-the-gallery-widget/). Your old Gallery widgets powered by Jetpack will switch to the new Widget when you update to WordPress 4.9.
2257
-
2258
- ### Enhancements
2259
- - We have improved the performance when loading the Jetpack Settings in the dashboard by optimizing the number of calls made when loading the page.
2260
- - We have updated the plugin to do a better job of cleaning up after itself whenever you decide to remove Jetpack from your site.
2261
- - We made some changes to reduce the number of connection issues that may happen on a site when switching from HTTP to HTTPs.
2262
- - We made some performance improvements to the Jetpack dashboard interface, to make sure your options and settings are loaded faster there.
2263
- - Error messages are also better in the Jetpack Dashboard; whenever you can't update settings, Jetpack will provide you with more information about why.
2264
- - We improved the Jetpack update process to make sure updating Jetpack does not stress your database during it, even on high-traffic sites.
2265
- - The next version of WordPress, 4.9, will be released very soon and will include [a lot of changes to its code editors](https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/). Jetpack's Custom CSS will be fully compatible with the new editors and their syntax highlighting feature.
2266
- - We also made changes to make sure Jetpack was fully compatible with the [role and capability changes](https://make.wordpress.org/core/2017/10/15/improvements-for-roles-and-capabilities-in-4-9/) in WordPress 4.9.
2267
- - We have made some performance improvements to the Carousel feature.
2268
- - Contact Form: do not process shortcodes in widgets when WordPress itself does, starting in 4.9.
2269
- - Contact Form: we have improved the "website" field to display better error messages when you don't supply a URL. We have also improved the look of the date picker for the date field.
2270
- - Contact Form: avoid duplicate slashes when loading editor style.
2271
- - Masterbar: update the "Plugins" menu item to match the updated design on WordPress.com.
2272
- - Open Graph: do not display images smaller than Facebook's required size.
2273
- - Sharing: use Google's minified libraries to improve performance when loading Google buttons.
2274
- - Sharing: update Open Graph Image tags appearing on the home page to offer better alternatives based on your site settings in Appearance > Customize.
2275
- - We improved the way sitemaps are built so they do not consume too much memory when they are generated.
2276
- - WP.me Shorlinks: those links will now always use HTTPS.
2277
- - Spellchecker: we improved the admin interface to make it more clear when adding ignored phrases and saving them.
2278
- - Subscriptions: we added a filter so third party developers can track comment subscription activations.
2279
- - Sync: synchronize plugin action links to add that information to WordPress.com.
2280
- - Sync: improvements to better track theme and widget changes.
2281
- - VideoPress: we removed Jetpack version locking for directly embedded VideoPress videos to ensure all users receive the newest version of the player.
2282
- - We added a new filter (`jetpack_google_translate_widget_layout`) to the Google Translate Widget to allow you to change its layout.
2283
- - WordPress.com REST API: improve comment management for all roles, including post authors.
2284
- - WordPress.com REST API: allow site owners to manage comments on attachment pages from WordPress.com.
2285
- - WordPress.com REST API: improve the response from the API when WordPress' autoupdates are disabled.
2286
-
2287
- ### Improved compatibility
2288
- - You can now use Jetpack's contact form and Yoast SEO's Focus keywords on the same page without any issues in the editor.
2289
- - Top Posts Widget: avoid Fatal Errors when the widget is used on a site using WPML, and when a popular post cannot be found by WPML.
2290
- - Sync: add more Custom Post Types from third-party plugins to the list of things we do not synchronize with WordPress.com, to improve sync performance.
2291
- - Sharing: since [Press This is now a plugin and not part of WordPress itself](https://make.wordpress.org/core/2017/11/02/press-this-in-4-9/), we removed the Press This sharing button if you are not using the plugin.
2292
-
2293
- ### Bug fixes
2294
- - We now avoid displaying notices to user roles that cannot benefit or act based on the info in the notices.
2295
- - Gravatar Hovercards: avoid PHP Notices when the user info is an object.
2296
- - Infinite Scroll: avoid PHP notices when a site customizes galleries thanks to the `post_gallery` filter.
2297
- - Mailchimp: make sure subscription forms can still be embedded in posts and pages.
2298
- - Mailchimp: do not require the use of the shortcodes feature to use the Mailchimp widget.
2299
- - Mailchimp: fix issue where Mailchimp form code could not be added to the Mailchimp widget.
2300
- - Masterbar: avoid JavaScript errors by always loading jQuery.
2301
- - Post By Email: do not display any content in the email address field if no email address has ever been set before.
2302
- - Publicize: avoid errors when DOMDocument is not available.
2303
- - Publicize: we now hide the feature activation toggle if you are not allowed to manage Jetpack features.
2304
- - Search: make sure module cannot be activated when the site does not use a Plan.
2305
- - SEO Tools: do not output any custom meta tags if another SEO plugin is already active.
2306
- - Sharing: make sure Twitter Cards can be displayed even when a post does not include a title.
2307
- - Sharing: fix alignment of sharing buttons in the admin preview when using custom sharing buttons.
2308
- - Sitemaps: wait a minute before to generate sitemaps when the feature is activated, to avoid performance issues.
2309
- - Sync: avoid synchronization issues on Multisite networks using custom domains.
2310
- - Top Posts Widget: display the default title when it is set to empty.
2311
- - Milestone Widget: make sure the widget is displayed properly and can easily be translated into other languages.
2312
- - Verification Tools: avoid notices when saving changes on a Multisite network admin page.
2313
- - VideoPress: avoid missing file warning in the editor when using an RTL language.
2314
- - Upcoming events Widget: avoid PHP notices on sites using a custom timezone setting.
2315
- - WordPress.com REST API: avoid errors when installing plugins via the WordPress.com API.
2316
-
2317
- ## [5.4] - 2017-10-03
2318
- ### Major Enhancements
2319
- - Multiple improvements to the connection process, to allow more people to use the Jetpack plugin, even on very specific server configurations.
2320
- - Add a new Welcome screen to guide site owners after they have purchased a Jetpack plan.
2321
-
2322
- ### Enhancements
2323
- - Add Schema.org markup to the Contact Info Widget.
2324
- - Add a new "Date" field to the Contact Form.
2325
- - Do not show any update notices when in [development mode](http://jetpack.com/support/development-mode).
2326
- - Improve our documentation to help contributors set up a unit testing environment.
2327
- - Avoid conflicts between Jetpack's Infinite Scroll and other Infinite Scroll plugins.
2328
- - Improvements to the WordPress.com REST API to avoid issues when interacting with your site's categories and tags on WordPress.com.
2329
- - Allow third party plugin and theme authors to add new menu items to the WordPress.com toolbar.
2330
- - Improve the Content Options panel displayed in the Customizer with certain themes.
2331
- - Add architecture for the Jetpack Search feature, available for Jetpack Professional users.
2332
- - Simple Payments: improve the display of the payment items when used on your site.
2333
- - Ensure a proper display of the Recipe shortcode on sites using an RTL language.
2334
- - Improve the display of the Facebook posts, images, and all other Facebook embeds in your posts.
2335
- - Synchronize the author information for all published posts.
2336
- - Record how Jetpack was discovered and activated to better understand how site owners first discover Jetpack.
2337
- - Improve the display and options offered with the Milestone Widget.
2338
-
2339
- ### Bug fixes
2340
- - We fixed layout issues appearing in the admin interface for IE11 users.
2341
- - Comment Form: avoid whitespace sometimes appearing below the form with some themes.
2342
- - Contact Form: avoid errors in the post editor on sites using RTL languages.
2343
- - Toolbar: always display the Toolbar when it's active, regardless of other admin bar settings.
2344
- - Widget Visibility: make sure rules are correctly migrated from the old Jetpack image widget to the new WordPress Image Widget.
2345
- - Avoid errors showing that Jetpack is out of date on WordPress.com, when running a Multisite network.
2346
- - WP CLI: avoid warnings when using the `wp jetpack protect whitelist list` command to list the whitelisted IP addresses in the Protect feature.
2347
- - Avoid displaying raw HTML in the Stats Configuration screen.
2348
- - Comment edits are reflected properly in wordpress.com.
2349
-
2350
- ## [5.3] - 2017-09-05
2351
- ### Major Enhancements
2352
- - Full PHP 7.1 compatibility.
2353
- - It's now possible to preview your site within WordPress.com.
2354
-
2355
- ### Enhancements
2356
- - The Ads feature now gives you more options and control over the ads displayed on your site.
2357
- - Increased performance in the admin by cutting back on unnecessary requests.
2358
- - Loading comment avatars from Facebook and Twitter through a more secure https.
2359
- - Admin UI is much friendlier on initial activation when there are no stats to display.
2360
- - You're now able to stop VideoPress from looping a video during autoplay through the shortcode.
2361
- - Made some optimizations to the Jetpack connection process which means connecting your site more is more reliable.
2362
- - The EU Cookie Law widget got some styling improvements and looks better in any theme.
2363
- - There's a new Jetpack CLI command to allow testing of the Jetpack connection.
2364
- - Added the Likes and Monitor features to our recommended features list, making it easier to activate for new sites.
2365
- - Improvements made that makes sure we have the most up-to-date version of your site when managing from WordPress.com.
2366
- - Added a link to view your Comments in the WordPress.com toolbar.
2367
- - Lots of minor design improvements to the Jetpack admin area.
2368
- - We've found a few places where we were able to optimize the loading of css files.
2369
- - Removed the Omnisearch feature.
2370
-
2371
- ### Bug fixes
2372
- - Fixed compatibility issues with plugins using TinyMCE.
2373
- - Contact Form submission emails have been fixed for sites hosted on SiteGround.
2374
- - Updating WordPress.com themes will no longer have any problems.
2375
- - The Sitemaps feature will no longer error with posts/images with special characters in the title.
2376
- - There are no more conflicts with the ACF plugin when adding a new custom field.
2377
- - Fixed a bug that would cause some plugins to throw warnings with the Shortcode feature.
2378
- - We're no longer loading a font on the front-end for the Likes feature, which will also have some performance benefits.
2379
- - The Jetpack admin UI had some bugs that were causing some features to not display the correct active status, which are squashed now.
2380
- - Cleaned up our markup to avoid XHTML validation errors.
2381
- - Brought back a filter for the Widget Visibility feature that was accidentally removed.
2382
- - Managing your comments and comment authors more reliable from WordPress.com.
2383
-
2384
- ## [5.2.1] - 2017-08-02
2385
- ### Bug fixes
2386
- - Solves an issue that caused widgets to lose their content when saved in WP Admin or Customizer.
2387
-
2388
- ## [5.2] - 2017-08-01
2389
- ### Major Enhancements
2390
- - Contact Forms now sports a fancy new interface that allows you to visually compose your form in the editor.
2391
- - We have a new and slick way to showcase and explain the features we recommend to activate to new users.
2392
-
2393
- ### Enhancements
2394
- - Reduced 500kb from plugin zip file, which means faster updates.
2395
- - Refactored and reduced code for Comment Likes so it's faster and lighter.
2396
-
2397
- ### Bug fixes
2398
- - An inconsistency experienced in WordPress.com dashboard when Related Posts settings were set in the local site's WP Admin is now fixed.
2399
- - Fixed a 404 when loading Open Sans font from a stylesheet plus now it's only enqueued if it will be used.
2400
- - Solve PHP warnings when Image widget wasn't migrated.
2401
-
2402
- ## [5.1] - 2017-07-05
2403
- ### Major Enhancements
2404
- - You and your readers can now show appreciation to particularly clever comments with the new Comment Likes feature.
2405
-
2406
- ### Enhancements
2407
- - Quickly visit your current site's front-end directly from the Masterbar's new "View Site" item.
2408
- - Site data fetch from /me/sites REST API endpoint now includes `blog_public` in the list of returned options.
2409
- - The Flickr widget now automatically displays images in a grid if there's enough room.
2410
- - E-mail sharing is now disabled by default unless it's explicitly enabled by a filter or Akismet is active.
2411
-
2412
- ### Compatibility Improvements
2413
- - Updated instructions in Flickr widget to reflect recent changes to the Flickr UI.
2414
-
2415
- ### Bug fixes
2416
- - EU Cookie Law Banner cookie no longer cached.
2417
- - WP Admin menu can now be accessed in mobile when Masterbar is displayed.
2418
- - We now sync the `order_id` for `order_items` in older WooCommerce versions.
2419
- - UI now handles VaultPress connection or registration problems gracefully.
2420
- - Photon now works correctly with images uploaded before WordPress 2.7.
2421
-
2422
- ## [5.0] - 2017-06-06
2423
- ### Enhancements
2424
- - Several changes to the Jetpack dashboard and notices: alignment tweaks, code refactor, text simplification, and more.
2425
- - Changes to the communication layer between your site and WordPress.com, to improve performance and allow you to do more to manage your site from WordPress.com.
2426
- - Social menu gets icons for Etsy, Meetup, 500px, and Goodreads.
2427
- - Jetpack data sync now better supports WordPress updates, themes changes, widgets, and multisite networks.
2428
- - Video is updated to be fully compatible with the upcoming Media Widget.
2429
- - Force secure WordPress.com API requests for request body, remove deprecated stats methods, and add new endpoints for post listing and user invitations.
2430
- - Jetpack's Command Line tools can now output information about the primary Jetpack site owner. Try `wp jetpack status`!
2431
- - Custom CSS now supports the `animation-fill-mode`, `fill`, and `stroke` properties.
2432
- - Remove the "Menus" item from the WordPress.com toolbar for parity with the toolbar on WordPress.com.
2433
- - Improve the display of the Omnisearch results page on sites using an RTL language.
2434
- - Trim any white space when adding new email address in the Contact Info Widget.
2435
- - Improve the look of your recipes in search engine result pages, when you use the Recipe shortcode.
2436
-
2437
- ### Compatibility Improvements
2438
- - Improve the connection process for end users and hosts.
2439
- - Improve compatibility of Jetpack data sync with WooCommerce and Pet Manager plugins.
2440
- - Make sure Jetpack's SEO Tools don't conflict with other SEO plugins that may already be active on the site, like Yoast SEO or All In One SEO Pack.
2441
-
2442
- ### Bug Fixes
2443
- - Add a "Set Up" button when a Personal plan is purchased, but VaultPress isn't active yet.
2444
- - When the Ads feature is active, do not display Ads in RSS feeds.
2445
- - Comments do not use Photon for Facebook and Twitter avatars and now avoid non-secure warnings when submitting comments on a HTTP site in Safari.
2446
- - Contact form emails are now sent in a way that ensures they are correctly rendered as HTML.
2447
- - Properly print the full list of modules when using the sync command in Jetpack's Command Line Interface (CLI).
2448
- - Avoid errors when reordering a lot of Restaurant menu items at once.
2449
- - Add a mechanism to detect broken connection states and resolve them.
2450
- - Autosaves can now be restored as Markdown.
2451
- - Photon no longer conflicts with Facebook's CDN, local images, and plugins that customize reponsive images.
2452
- - Avoid potential PHP notice in Publicize.
2453
- - Fix bad jQuery selector in Presentations shortcode.
2454
- - Avoid fatal errors for Social Links on sites running PHP 7.1.
2455
- - Properly escape button attribute in spellchecker.
2456
- - Avoid PHP notices for stats on some sites when user roles are not attributed properly.
2457
- - No longer attempt to sync options that do not exist and avoid fatal errors when de/activating plugins.
2458
- - Avoid errors when Social Menu functions have already been defined in the theme or in another plugin.
2459
- - VideoPress media items now always return their unique ID, and do not trigger any PHP notice.
2460
- - Fix style of the EU Cookie Law Widget on themes with specific positioning.
2461
- - Use correct time constant to define an hour in Upcoming Events Widget.
2462
- - Avoid HTML encoding issues in sitemaps.
2463
-
2464
- ## [4.9] - 2017-05-02
2465
- ### Major Enhancements
2466
- - New "EU Cookie Law Banner", Flickr, and "Internet Defense League" widgets.
2467
-
2468
- ### Slightly Less Exciting Enhancements
2469
- - Success notices are automatically dismissed after a short period.
2470
- - Removed unused code from "My Jetpack" interface and deprecated an XML-RPC method.
2471
- - Contact Form now adds display names to email addresses in the `To` header.
2472
- - Added an updated multiple unit tests increasing code coverage.
2473
- - Development mode now also shows module list.
2474
- - Updated the list of locales available in Jetpack.
2475
- - Plugin auto-updates only triggered from WordPress.com and now trigger WordPress' maintenance mode.
2476
-
2477
- ### Performance Improvements
2478
- - Record comment content modifications and moderation events to make sure comments are always up to date on WordPress.com.
2479
- - Sync post deletions, changes to sidebar, user events (addition, removal, and update) and theme installation.
2480
- - We now distinguish between a new and an updated attachment.
2481
- - Sync plugin and theme names when a related event is triggered including theme updates.
2482
-
2483
- ### Compatibility Improvements
2484
- - Protect avoid conflicts with other plugins hooking into the log in form.
2485
- - Contact Form not auto-activated when Ninja Forms is active.
2486
- - WordPess.com REST API now allows `HTTP PUT` requests.
2487
-
2488
- ### Bug Fixes
2489
- - Fixed wording in Post By Email button when no email address has been generated.
2490
- - Fixed a notice in the subscription widget in PHP 7.1
2491
- - Properly display VaultPress notices in the Jetpack dashboard.
2492
- - VideoPress now included in search results for "video" and fixed positioning of search icon on mobile screens.
2493
- - Protect supports IPv6 addresses properly.
2494
- - Dashboard avoids API requests being cached on some hosts and avoids errors when Spellchecker is inactive.
2495
- - Contact Form message content type is now set properly to restore compatibility with email plugins.
2496
- - Ads not displayed in the portfolio projects custom content type.
2497
- - Display all sites available in a network, even on large multisite installations.
2498
- - Featured Image is always used in tweets posted via Publicize.
2499
- - Avoid fatal errors when the exclusion parameter in Related Posts is not a string.
2500
- - Allow the removal of all custom title settings in the SEO feature.
2501
- - Make sure images are not distorted when Tiled Galleries uses Photon.
2502
- - Avoid PHP warnings and errors in the Stats dashboard on Multisite.
2503
- - Avoid errors when the Jetpack plugin is deleted.
2504
-
2505
- ## [4.8.2] - 2017-04-07
2506
- ### Bug Fixes
2507
- - Fixed a bug that prevented activating/deactivating of some features in PHP versions below 5.4.
2508
- - Removed an unused function that was also incompatible with PHP versions below 5.4.
2509
- - Fixed a bug that was causing a blank Jetpack admin area.
2510
-
2511
- ## [4.8.1] - 2017-04-05
2512
- ### Bug Fixes
2513
- - An incompatibility with PHP versions lower than 5.4 was introduced in the last release, causing a fatal error and we've immediately fixed this.
2514
- - Sitemaps: Some plugins were relying on a function that was removed in the last release, which has been fixed.
2515
- - General: Clicking on the info icon in the settings area will no longer jump to the top of the page.
2516
- - General: The Anti-spam card will always display the correct status in the Jetpack dashboard.
2517
-
2518
- ## [4.8] - 2017-04-04
2519
- ### Major Enhancements
2520
- - Easier to navigate Jetpack's feature settings in your dashboard and WordPress.com.
2521
- - New WordPress.com Toolbar provides quick access to site management, stats, and other services.
2522
- - New MailChimp Subscribe Popup widget.
2523
- - Sitemaps are faster and now support sites with a very large amount of posts.
2524
- - Contact Form now has a plain-text alternative and better avoids spam filters.
2525
- - Debug form includes extra information to better prioritize your support requests.
2526
- - Photon can now be used within the dashboard, and supports bbPress topics and replies.
2527
-
2528
- ### Slightly Less Exciting Enhancements
2529
- - Improved previously confusing wording in Stats dashboard, and Featured Content options.
2530
- - You can now embed Apple Keynotes straight from icloud.com in your posts and pages.
2531
- - Changed Infinite Scroll button text on taxonomy page and added a new filter to short-circuit the `is_last_batch()` method.
2532
- - Open Graph now uses transients to save image IDs.
2533
- - You can now use full URLs in the Social Media Icons widget.
2534
- - Milestone widget now allows custom links to open in a new window.
2535
- - VideoPress videos can be used as headers in themes that support it, like Twenty Seventeen.
2536
- - Extracted the timezone offset method from the Upcoming Events widget so it can be used by other features.
2537
-
2538
- ### Performance Improvements
2539
- - Database load is reduced during updates on large sites with multiple servers by retaining hashes for current and current-1 versions.
2540
- - Disk storage is reduced on large multisite networks by storing the `jetpack_file_data` option in the `wp_sitemeta` table.
2541
- - Jetpack plan data now uses the WordPress.com REST API.
2542
- - Slovakian language files now rely on WordPress.org's language packs.
2543
-
2544
- ### Accessibility Improvements
2545
- - Improved post details clipping for better screen reader support.
2546
- - Updated custom language packs for multiple languages.
2547
-
2548
- ### Security Improvements
2549
- - We now avoid path disclosure via cookies in PHP error messages.
2550
-
2551
- ### Compatibility Improvements
2552
- - Removed deprecated functions `get_theme` and `get_current_theme`.
2553
- - Publicize now works with third-party plugins like WP Recipe Maker.
2554
- - Open Graph Meta Tags are now enabled when you use the "Head, Footer and Post Injections" plugin.
2555
- - Better support for WooCommerce data sync and backup.
2556
- - We now also sync the `sync_via_cron` setting, the user's chosen language, and WP Super Cache's globals and constants.
2557
- - We no longer sync post types from the WordPress Automatic Plugin and RSS AutoPilot to avoid synchronization issues.
2558
- - Sync settings can now be edited from the WordPress.com REST API to better troubleshoot sync issues.
2559
-
2560
- ### Bug Fixes
2561
- - Gravatar is always displayed in Settings.
2562
- - Submenu items always use relative links.
2563
- - Contact Form avoids PHP notices when using the form in a Text widget.
2564
- - Content Options now correctly displays single characters word count on sites with multibyte languages.
2565
- - Administrator area translations fixed for several languages.
2566
- - Added proper support for Formal/Informal translation versions for languages that support them.
2567
- - Site Icons are always used as fallback Open Graph Image tags.
2568
- - Protect removes port number when server returns a port alongside a stored IP address.
2569
- - Filters ensure that more than 1,024 posts can be excluded from Related Posts.
2570
- - When the email is already subscribed we now show the correct notification in the subscription form.
2571
- - When using the Email sharing button, we now avoid syntax errors due to unexpected characters in the from name.
2572
- - Remove deprecated `jetpack_publicize_post` action.
2573
- - VideoPress now avoids PHP Notices when fetching video information.
2574
- - Instagram base URL now uses `www` in the Social Media Icons widget.
2575
- - All values entered in Facebook Page Plugin widget settings are now escaped.
2576
- - Widget Visibility now avoids memory issues on sites with a lot of registered users.
2577
-
2578
- ## [4.7.1] - 2017-03-14
2579
- ### Bug Fixes
2580
- - Carousel: avoid javascript errors that may cause issues with Slideshows or Tiled Galleries.
2581
- - Markdown: always enable Markdown for posts whenever the module is active.
2582
- - Sharing: make sure that sharing buttons open in a small pop-up instead of a separate window.
2583
- - SSO: Avoid token or nonce errors when trying to log in to your site via the Secure Sign On option.
2584
- - VideoPress: add in the ability to get video thumbnails from the WordPress.com REST API.
2585
- - Widgets: improve rendering of the Image Widget via Photon.
2586
- - Widget Visibility: avoid empty widget visibility rules after updating to Jetpack 4.7.
2587
- - Widget Visibility: restore the option to make widgets appear on archive pages of different Custom Post Types.
2588
- - Widget Visibility: migrate widget visibility settings to the new major Page rule for Custom Post Types.
2589
- - Widget Visibility: add missing CSS for widget visibility settings on sites using an RTL language.
2590
-
2591
- ## [4.7] - 2017-03-07
2592
- ### Enhancements
2593
- - Quickly jump to post specific stats on WordPress.com with a new link.
2594
- - We've added more information to our debug tools to improve your support experience.
2595
- - New HTML5 versions of our house ads are out.
2596
- - Display custom copyright EXIF information in the Carousel with this new filter.
2597
- - We've highlighted the ability to export Contact Form feedback as it was being overlooked.
2598
- - If you have images on WordPress.com we're going to skip using Photon when the images include resize parameters.
2599
- - It is now possible to use the Sharing filter to customize the emails sent from the Email Sharing button.
2600
- - We've updated the library powering the Print link in the Recipe shortcode.
2601
- - Customize the speed and display of your slideshows with new Slideshow shortcode filters.
2602
- - The Twitch.tv shortcode now uses Twitch's new embedded player.
2603
- - Social Menus now come with the option to use SVG icons.
2604
- - Customize the content of the Display Posts Widget with a new filter.
2605
- - We've added a new email field to the Contact Info Widget.
2606
- - The Image and the Text widgets now use Photon if it is enabled.
2607
- - The WordPress.com REST API got several updates including using `register_rest_route()` consistently for registering, new date and time format settings, a filter for theme info results, new links and endpoints, and more.
2608
- - We cleaned up the Google+ Shortcode JS library and added a way to filter the SlideShare shortcode.
2609
-
2610
- ### Performance Improvements
2611
- - Experience better performance with single page load caching of the media summary.
2612
- - We made some improvements to avoid slow queries on sites with thousands of images.
2613
- - The Top Posts widget now utilizes an endpoint from the WP.com REST API improving performance.
2614
- - Improve development mode performance by only calling `site_url()` once.
2615
- - We rewrote the way major/minor rules lists are generated to save bandwidth, and memory for sites using Widget Visibility.
2616
- - We've removed sync options that weren't needed to save memory during the sync process.
2617
-
2618
- ### Accessibility
2619
- - We've improved the highlight of the stats range for a better visual experience and to make it consistent with other areas of the dashboard.
2620
- - Added a missing label to one of the fields in the Email sharing dialog.
2621
- - We've enabled keyboard focus styling in the new admin interface.
2622
- - Increased padding to sharing buttons on mobile to avoid usability issues.
2623
- - We've replaced Widget Visibility text labels with icons to improve usability on smaller devices.
2624
-
2625
- ### Slightly Less Exciting Enhancements
2626
- - We've added a filter to allow you to remove the Comment Form title.
2627
- - The Development Mode notice got an update to include all possible options to activate Development mode.
2628
- - Jetpack registration function got an update and cleanup.
2629
- - A notice displayed to WooCommerce store owners now detects when WooCommerce Services is installed, but not active.
2630
- - We've removed the Holiday Snow settings until you need them.
2631
- - Improved Infinite Scroll settings to reduce confusion.
2632
- - The HTML classes `infinite-scroll` and `neverending` are now applied using JS instead of PHP.
2633
- - We've updated the support link appearing when you're locked out of your site.
2634
- - New Unit Tests were added to make sure Publicize doesn't break when making changes to the Publicize process.
2635
- - We've added a sync filter to allow customizing timeout.
2636
- - The Top Posts widget now supports non-square image sizes.
2637
- - Added the Video GUID to the media API endpoint.
2638
-
2639
- ### Improved Compatibility
2640
- - Fixed some W3C validation errors in Comments.
2641
- - Infinite Scroll now works beautifully with the Twenty Seventeen Theme.
2642
- - Translate new terms easier with an improvement to the translator comments.
2643
- - We switched to use Core functions to retrieve the list of sites in a multisite network for more accurate results.
2644
- - We added Product visibility to post meta whitelist, for better control of products displayed in Related Posts.
2645
- - We no longer sync specific post meta data added by Postman or WP RSS Multi Importer to avoid performance issues during the sync process.
2646
- - We're now avoiding conflicts with plugins adding the core Video upload library to the post editor.
2647
- - Removed deprecated compatibility code for older versions of WordPress.
2648
- - We had some Shortcode conflicts with WordPress Post embeds, but that's been fixed.
2649
-
2650
- ### Bug Fixes
2651
- - The Carousel `jp_carousel_load_for_images_linked_to_file` filter wasn't working well with Photon, this has been fixed.
2652
- - Carousel is now working well when loaded from infinite scroll.
2653
- - We removed double slashes from file paths in the Contact Form to avoid errors in specific server environments.
2654
- - Fixed a problem where CSS was being stripped when migrating from Jetpack's Custom CSS to Core's CSS editor.
2655
- - Our Debug Tool is now reporting the correct URL when WordPress lives in a subdirectory.
2656
- - Found and fixed a PHP error when uninstalling Jetpack.
2657
- - Infinite Scroll is no longer buggy when displaying the last page, and is more compatible with certain themes that were returning posts when there were none left to show.
2658
- - We're now skipping Photon for .ashx files.
2659
- - The Twitter character counter in Publicize got a fix to display info correctly.
2660
- - Related Posts are now displaying correctly for everyone, and we brought back the `jetpack_sharing_headline_html` filter.
2661
- - We've improved Sharing to render custom sharing services correctly, include Open Graph Meta Tags, and avoid JavaScript errors when jQuery is enqueued in the footer.
2662
- - Synchronization scheduling issues have been resolved.
2663
- - We're now trimming spaces in URLs for Image and Display Posts Widgets.
2664
- - Widget Visibility wasn't playing nice on taxonomy pages, this is no longer the case.
2665
- - The WordPress.com REST API received a couple of fixes to remove PHP errors when editing via the WordPress.com interface, authentication errors when using third-party apps, and permission errors when trying to preview edited posts in the WordPress.com editor.
2666
-
2667
- ## [4.6] - 2017-02-07
2668
- ### New Features and Improvements
2669
- - Enable Google Analytics without touching a line of code with this new Jetpack feature.
2670
-
2671
- ### Performance Improvements
2672
- - We've updated all outbound links to use HTTPS to improve performance and security.
2673
- - Photon now leverages a new WordPress core function to improve performance a bit.
2674
-
2675
- ### Enhancements
2676
- - Keep an eye out for a note from WooCommerce on how your e-commerce store may benefit from our new USPS and CanadaPost shipping functionality.
2677
- - We've added an error message if Publicize isn't functioning as it should be.
2678
- - The Twitter Widget timeline now displays the tweet limit count as 20, prior to this it appeared to have no limit.
2679
-
2680
- ### Slightly Less Exciting Enhancements
2681
- - In an effort to help us better understand features that are being used, Twitter's timeline widget and Twitter's shortcodes now pass Jetpack's partner ID.
2682
- - We've added new API endpoints allowing us to enable translation auto-updates and pull post rows and metadata for backups.
2683
- - We're now retrieving all feature settings in the readable `/settings` endpoint.
2684
-
2685
- ### Improved Compatibility
2686
- - We've eliminated some notices and warnings when using Jetpack on a server running PHP 7.1 or on servers where `print_r()` is disabled.
2687
- - Photon now avoids PHP notices when your site is using plugins that do srcset CDN replacement.
2688
- - When the sharing options appear to be incorrect due to site configuration issues we force it to retrieve the right options avoiding potential fatal errors.
2689
- - We've added some shortcode CSS and widget class names prefixes to avoid conflicts with other plugins.
2690
-
2691
- ### Bug Fixes
2692
- - Some sites were using illegal multibyte characters and failing to sync posts, this has been fixed.
2693
- - IE11 was giving our admin layout a bit of a problem but we rectified that.
2694
- - There were some PHP notices popping up when a site has no posts so we got rid of them.
2695
- - The new Jetpack Ads feature will auto disable itself if your Jetpack plan doesn't support the feature.
2696
- - We fixed a few PHP notices and warnings related to the Custom CSS feature.
2697
- - The connection banner's "dismiss" icon was giving us a little trouble, but we got it fixed right up.
2698
- - The Likes feature was showing a PHP notice when there was no $post object, this has been fixed.
2699
- - We've brought back the Twitter Widget "noscrollbar" option.
2700
- - We're now forcing only Photon URLs to HTTPS as your custom CDN URLs may use a different protocol.
2701
- - If a Publicize connection is not shared with all users on the site, do not trigger Publicize for the other users.
2702
- - Publicize was having trouble working with scheduled posts, this should be fixed now.
2703
- - SSO may not have been displaying the login form when using JSON API authorization. Sorry about that, we've fixed it.
2704
- - We've eliminated some PHP notices that were showing with some Shortcodes.
2705
- - There was a Top Posts Widget image size issue when using list layouts, but is no longer causing issues.
2706
- - We fixed some notices and warnings when updating data from the WordPress.com central interface.
2707
-
2708
- ## [4.5] - 2017-01-17
2709
-
2710
- This release introduces a brand-new module, Jetpack Ads, a brand-new VideoPress feature, and a lot of new shortcodes and widgets.
2711
-
2712
- ### Exciting New Features and Improvements
2713
- - Generate revenue from your site with an all-new WordAds feature, which when enabled displays high-quality ads for your visitors.
2714
- - Today we are proud to release a fully redesigned VideoPress interface for easy uploading, management, and add-free playback of your fantastic videos now fully integrated with your Jetpack Premium or Professional plans.
2715
- - Spice up your sidebar with new widgets that display blog stats, author info, "Follow my blog" buttons, and even an event countdown.
2716
- - Embed your amazing 360° photos with the VR shortcode
2717
- - Link your visitors to your Tumblr or Twitch pages using the new icons in the Social Media Icons Widget.
2718
-
2719
- ### Enhancements
2720
- - Use the beautiful Jetpack carousel feature to display single images.
2721
- - Turn on and update Related Posts right from the Customizer.
2722
- - Customize the output of the Related Posts headline using a new filter.
2723
-
2724
- ### Performance and Security Improvements
2725
- - Your Custom CSS will now be served in a separate stylesheet when it is more than 2,000 characters.
2726
- - Your Stats queries are now always being made over HTTPS.
2727
- - Holiday Snow files now load in the footer, but rest assured the snow still falls from above.
2728
- - We have improved Jetpack's synchronization process to support more plugins and use less resources.
2729
- - The jQuery Cycle script used by slideshow galleries is now minified, resulting in faster loading times.
2730
-
2731
- ### Slightly Less Exciting Enhancements
2732
- - The JSON API now allows updating translations and alternative theme installation methods.
2733
- - Public Custom Post Types are now automatically available via the WordPress.com REST API.
2734
- - We've added a token-based authentication mechanism to the REST API in order for the site to be able to receive authenticated requests from WordPress.com.
2735
- - Use `sync` commands in Jetpack's WP CLI.
2736
- - You can now set the value for options directly in the Contact Form shortcode.
2737
- - Updated some verbiage around IP Whitelisting on the Protect settings screen.
2738
- - Custom sharing buttons got some new variables.
2739
- - RIP blip.tv — we've removed your shortcode.
2740
- - Improved Image and Display Posts Widget settings to provide more explanation and better error messages.
2741
- - We've added a few new Content Options to the Customizer for supported themes.
2742
- - Improved the Facebook Widget to avoid confusion when editing width and height settings.
2743
- - Added and improved a few shortcodes.
2744
-
2745
- ### Improved Compatibility
2746
- - If your server is misconfigured and we can't get an IP address we're going to deactivate Protect and send you a notice so you're in the loop.
2747
- - The WPML compatibility file wasn't loading at the right time, but we've fixed that.
2748
- - We've improved compatibility with tools like Cavalcade to avoid stuck Cron jobs.
2749
- - Some selected WooCommerce data (order items and order item meta) are now syncing to WordPress.com.
2750
-
2751
- ### Bug Fixes
2752
- - You'll notice numerous design improvements to the Jetpack UI.
2753
- - Accessibility is important to us so we've made some improvements there.
2754
- - Missing attachments in the Carousel were causing an infinite loop, but we've corrected that.
2755
- - Eliminated a PHP Notice when running the CLI `wp jetpack` command.
2756
- - PHP warnings in the Restaurant Menu Post type have seen their last day with us.
2757
- - Fixed a bug that displayed the wrong connected user for up to 24 hours after they disconnected.
2758
- - Removed a deprecated function to prevent notices when using Infinite Scroll in the Customizer.
2759
- - Long titles in Jetpack widgets weren't looking so great, so we cleaned them up.
2760
- - Before now you weren't able to create a child category from WordPress.com. Now you can!
2761
- - Rogue colons were showing up in the related posts area on sites with the Twenty Fourteen and Twenty Sixteen themes.
2762
- - Fixed a ReCaptcha error on the Email sharing button.
2763
- - Confirmed Instagram embeds actually load when using Infinite Scroll.
2764
- - Site Icons now display on the WordPress.com site management interface.
2765
- - Set a default time limit of 30 seconds when sending sync requests via Cron.
2766
- - Synchronized supported shortcodes on a site.
2767
- - Fixed an issue where empty categories weren't showing with the Widget Visibility feature dropdown.
2768
- - Fixed various little bugs when working with multiple widgets in the Customizer and in the Widgets admin screen.
2769
- - Added a Translate Widget default title in case you haven't defined one.
2770
- - The Top Posts Widget now avoids layout issues when using the Grid layout while displaying a post without an image.
2771
-
2772
- ## [4.4.2] - 2016-12-06
2773
-
2774
- This release improves Jetpack compatibility with WordPress 4.7.
2775
-
2776
- ### Compatibility changes
2777
- - Custom CSS: Made the Custom CSS feature of Jetpack compatible with the CSS Customizer editor in WordPress 4.7.
2778
- - Sync: improved compatibility with the wp-missed-schedule plugin.
2779
-
2780
- ### Bug fixes
2781
- - Featured Content: made sure there is no infinite loop when removing the featured tag from the tag list.
2782
- - Admin: made sure help tabs are not being hidden.
2783
- - Admin: made At a Glance page work nicely when there is no backup data yet.
2784
- - Sync: now making sure that needed classes are loaded, preventing errors.
2785
- - Sync: cleared out unneeded scheduled jobs.
2786
-
2787
- ## [4.4.1] - 2016-11-22
2788
- ### Bug Fixes
2789
- - Fixed an issue where some users with slower servers would get an error on
2790
- the Jetpack dashboard when `WP_DEBUG` was enabled.
2791
- - Fixed an issue where users on a Jetpack Professional plan who were paying
2792
- monthly (as opposed to annually) wouldn’t be able to enable SEO Tools.
2793
-
2794
- ## [4.4] - 2016-11-21
2795
- ### Enhancements
2796
- - Additional unit tests have been added to improve Jetpack's development process and stability.
2797
- - Custom post types have been added to the WP REST API output.
2798
- - Many of the screenshots throughout the plugin have been replaced by SVGs in order to make Jetpack smaller.
2799
- - New endpoints have been added to allow the installation of plugin and theme zip files via the API.
2800
- - Twelve new filters to make Jetpack more extensible! See: http://wp.me/p5U9nj-2Ow.
2801
- - New widget: "Google Translate" to allow users to translate your site into their own language.
2802
- - New widget: "My Community" where you can see who recently interacted with your site.
2803
- - One of the biggest issues facing Jetpack users for years now has been difficulties in moving sites from one domain name to another. This update makes strides towards improving that process.
2804
- - Photon now uses HTTPS by default. Secure all the things!
2805
- - There are now helpful hints throughout the admin interface to make Jetpack easier to use.
2806
- - We now allow you to embed pins, boards and profiles from Pinterest.
2807
- - We've added a new feature: SEO Tools, available to Jetpack Professional subscribers. You can read more about our plans here: https://jetpack.com/features/
2808
- - We've made numerous improvements to the data sync process.
2809
-
2810
- ### Bug Fixes
2811
- - Fixed link to Akismet settings.
2812
- - Improved compatibility between Infinite Scroll and WPML.
2813
- - Move email notification settings back with the other email settings in the Discussion Settings.
2814
- - Various minor performance/compatibility fixes.
2815
-
2816
- ## 4.3.2 - 2016-10-13
2817
- ### Enhancements
2818
- - Unsaved changes were getting lost when users were navigating away from settings so we put in a confirmation message to prevent this from happening.
2819
- - We've stopped counting carousel views in stats by default, you can use the `jetpack_enable_carousel_stats` filter to enable counting them again.
2820
- - Stats are now responding faster.
2821
- - There were several improvements and repairs made to sync including additional endpoints, performance enhancements, whitelisted data, better decision making around when to sync information, and more.
2822
- - Markdown now has a CSS class on footnotes.
2823
-
2824
- ### Improved Compatibility
2825
- - We've improved compatibility with Kinsta by automatically turning on Staging Mode for Jetpack when in a staging environment.
2826
-
2827
- ### Bug Fixes
2828
- - Several fixes have been made to sync to repair issues with Publicize, Notifications, and Subscriptions.
2829
- - We removed PHP warnings by checking to make sure json language files like jetpack-en_US.json are readable before we load them.
2830
- - We found an unused option in Gravatar Hovercard settings and removed it.
2831
- - The correct support link is now being used to make it easier for you to connect with the Jetpack team if you need us.
2832
- - The permissions check for plugin information retrieval was fixed as well.
2833
- - Some plugins were adding content on outbound http requests causing an infinite loop we fixed this right up.
2834
- - We removed some warnings that were occurring when translations didn't exist by adding a fallback.
2835
- - We've added Moroccan Arabic translations, and switched to language packs for Croatian, Spanish (Chile) and Greek.
2836
- - Sync was running into issues so we've limited dequeue time to 1/3 of PHP's max execution time, which has unclogged the problem.
2837
- - We're now sending full and incremental queues separately so that a failure in one doesn't block the other.
2838
- - There was a JavaScript enqueuing error with our Sharing feature that has been repaired.
2839
- - The Top Posts widget now includes the ability to list attachment (media) pages.
2840
- - We weren't building CPT links correctly resulting in bad navigation, which is now fixed.
2841
- - We removed the form legend for default Tiled Gallery settings as it doesn't relate.
2842
- - With shortcodes we now return early from processing them if no string is passed, as they are required.
2843
-
2844
- ## 4.3.1 - 2016-09-08
2845
- ### Support Enhancements
2846
- - We're now syncing data about hosts so that we can provide better support
2847
- when needed.
2848
- - Minor update to inline docs to match version numbers.
2849
-
2850
- ### Bug Fixes
2851
- - Admin Page: fix error when Admin Page resources could not be fetched with
2852
- `wp_remote_get` due to unique host configurations.
2853
- - Admin Page: fix error when Post By Email could not be enabled when the
2854
- browser's dev console was enabled.
2855
- - Admin Page: make sure all translated strings are encoded properly.
2856
- - Admin Page: only use POST requests for updating the state of Jetpack, to
2857
- avoid issues on servers not allowing PUT requests.
2858
- - Admin Page: search icon no longer overlaps the global notices.
2859
- - Admin Page: make sure that non-admins can also modify Spellchecking
2860
- settings.
2861
- - Admin Page: check that a json language file like jetpack-en_US.json is
2862
- readable before loading its contents and thus avoid a PHP warning.
2863
- - General: Improve random number generation for compatibility with more hosts.
2864
- - General: Add deprecated PHP file (class.jetpack-landing-page.php) back as an
2865
- empty file, to avoid generating fatal errors on sites with aggressive caching.
2866
- - General: Ensure concatenated CSS is generated for RTL languages.
2867
- - Security: Ensure that all options are included on the security tab.
2868
- - Stats: fix display for sites with pretty permalinks disabled.
2869
- - Subscriptions: ensure that no email is sent when updating a published post.
2870
- - Sync: To improve performance, add snapTW to the list of post meta data that
2871
- won't be synchronized for each post.
2872
- - Sync: do not schedule a full sync after each import.
2873
- - Verification Tools: in the Settings card, use appropriate link for each
2874
- service.
2875
-
2876
- ## 4.3 - 2016-09-06
2877
- ### Exciting Performance and UI Improvements
2878
- - We have launched the all new React powered interface, a year in the making,
2879
- designed to give you better control of your favorite Jetpack features.
2880
-
2881
- ## 4.2.2 - 2016-08-19
2882
- ### Bug Fixes
2883
- - We fixed the code which displays the Facebook share count to accomodate
2884
- Facebook's new data structure.
2885
- - We fixed an issue which caused PHP notices to get logged for users of the
2886
- Twenty Fourteen theme.
2887
- - We fixed an issue with the Minileven mobile theme which was preventing it
2888
- from loading.
2889
- - Improved Sync performance.
2890
- - Increase security by sanitizing a URL used in the SSO process.
2891
-
2892
- ## 4.2.1 - 2016-08-17
2893
- ### Bug Fixes
2894
- - We fixed a conflict between Jetpack and W3 Total Cache.
2895
- - We fixed some issues with Publicize and Custom Post Types.
2896
- - Very large Multisite networks with lots of users can now be synchronized
2897
- with WordPress.com.
2898
- - We improved the synchronization process between your site and WordPress.com.
2899
-
2900
- ## 4.2 - 2016-08-10
2901
- ### Performance Enhancements
2902
- - We’ve improved Jetpack’s performance by making calls to the database more
2903
- efficient; essentially, Jetpack is doing less on each page load, making things
2904
- faster. #4281, #4316
2905
- - We’ve ensured that every feature uses information that is up to date by
2906
- completely refactoring the way information was synchronized between your site
2907
- and WordPress.com.
2908
- - We've improved the way Jetpack queries for information about features, which
2909
- results in less overall queries.
2910
-
2911
- ### Exciting Feature and UI Improvements
2912
- - We now track your visitor views of Carousel images in stats.
2913
- - You can now customize advanced typographic settings like ligatures in the
2914
- Custom CSS editor with new support for the `font-feature-settings` property.
2915
- - We’ve improved the experience when you don’t actually have enough posts to
2916
- Infinitely Scroll.
2917
- - Our Contact Info Widget allows you to enter a Google Maps API Key which is
2918
- now required by Google if you want to display a map.
2919
-
2920
- ### Security
2921
- - We’re continuing our efforts to harden Jetpack security, by implementing the
2922
- `hash_equals()` function to avoid timing attacks when comparing strings. We
2923
- also improved security on CSVs exported from your contact form.
2924
-
2925
- ### Slightly Less Exciting Feature Improvements
2926
- - The Cartodb shortcode has been changed to match the new product name, Carto.
2927
- - The YouTube shortcode now uses the content width defined by the theme when
2928
- available, even if an embed size was defined in an old version of WordPress.
2929
- - Breadcrumbs now support hierarchical post types and taxonomies.
2930
- - We’ve added the Portfolio Post Type to the WordPress.com REST API whitelist.
2931
- - There are a few new parameters for the Dailymotion shortcode.
2932
-
2933
- ### Improved Compatibility
2934
- - We now work well with WP Stagecoach staging sites, so you should not see any
2935
- future impact on production sites.
2936
- - We had some PHP notices popping up in the WooCommerce plugin wizard screen,
2937
- these are gone.
2938
-
2939
- ### Bug Fixes
2940
- - We stopped loading compatibility stylesheets on the default theme's singular
2941
- views for Infinite Scroll.
2942
- - Debug tests forwarded through the contact form in the Jetpack Debug menu are
2943
- now successfully sent to the support team.
2944
- - We’ve removed the PHP notices you might have seen when moderating comments.
2945
- - There are no longer PHP notices cropping up when publishing via Cron.
2946
- - We’ve fixed the official Sharing buttons so they now line up just right.
2947
- - The PHP warnings of Sitemaps stylesheets have been eliminated.
2948
- - We’ve done away with the warnings that appeared when Tonesque processes a
2949
- file which claims to be one filetype, but is actually another.
2950
- - We’ve exterminated PHP notices that appeared when using Random Redirect, as
2951
- well as when the author wasn't set.
2952
-
2953
- ## 4.1.1 - 2016-07-07
2954
- ### Bug Fixes
2955
- - SSO: Use high-resolution Gravatar images on the log-in form on Retina
2956
- devices.
2957
- - Publicize: improve reliability of Publicize when publishing new posts.
2958
-
2959
- ## [4.1] - 2016-07-06
2960
- ### Performance Enhancements
2961
- - Carousel no longer loads full-size images in the previous and next previews,
2962
- increasing the speed and performance of slideshows.
2963
- - We’ve improved Jetpack’s performance by making calls to the database more
2964
- efficient; essentially, Jetpack is doing less on each page load, making things
2965
- faster.
2966
- - We’ve improved Photon dev mode, eliminating unnecessary attempts to sync
2967
- images.
2968
-
2969
- ### Exciting Feature and UI Improvements
2970
- - A new look: SSO, redesigned and refactored, provides a new and improved
2971
- experience.
2972
- - Tracking made simple: quickly view the number of unread feedback submissions
2973
- in your sidebar.
2974
- - Getting support just got easier! Access improved self-help tools in the
2975
- Jetpack Debug menu.
2976
- - Greater control over Infinite Scroll: pause and resume Infinite Scroll with
2977
- two new JavaScript methods.
2978
- - Improved Sharing: we’ve swapped image icons for icon fonts and added
2979
- Telegram and WhatsApp buttons.
2980
- - Untappd shortcode: now you can sip and share your favorite craft brews.
2981
- Cheers!
2982
- - Recipes, revamped: we’ve added new recipe shortcodes and options to create
2983
- more detailed recipes.
2984
- - Improved Gallery Widgets now use Photon to resize and serve images.
2985
-
2986
- ### Security
2987
- - We’re continuing our efforts to harden Jetpack security by implementing the
2988
- `hash_equals()` function in an effort to avoid timing attacks when comparing
2989
- strings.
2990
- - We’ve made it easier to use SSL connections on ports `80` and `443`,
2991
- improving our ability to communicate with an increased number of secure
2992
- websites.
2993
- - You will now receive a warning for any failed attempts when connecting your
2994
- website via SSL.
2995
-
2996
- ### Slightly Less Exciting Feature Improvements
2997
- - Updated the Infinite Scroll settings verbiage, which was a bit confusing.
2998
- - Removed Jetpack Audio Shortcode, which is no longer in use.
2999
- - Redesigned Jetpack banner notices to match core notification styles.
3000
- - Added an icon on a connected Jetpack user’s profile page, next to their
3001
- name.
3002
- - Added the ability to edit Portfolio custom-post-type options in the
3003
- Customizer.
3004
- - Added a new filter called `jetpack_publicize_capability` which allows you to
3005
- override user role restrictions for Publicize.
3006
- - Improved the connection process between Jetpack and WordPress.com making it
3007
- easier to start using Manage.
3008
- - Updated the Top Posts Widget so you can use and display posts that are older
3009
- than 10 days.
3010
- - Updated the Twitter Timeline Widget to support updates made by Twitter.
3011
- - Improved the VideoPress Shortcode modal.
3012
- - Updated VideoPress, which now defaults to HTML5 videos when the `freedom`
3013
- shortcode parameter is in use.
3014
- - Improved how Jetpack syncs by removing mock options.
3015
- - Updated the naming convention for feedback posts.
3016
- - Updated several JSON API endpoints to match WordPress.com endpoints, added
3017
- support for custom taxonomies, and enabled trash as a valid status for the
3018
- post update endpoint.
3019
-
3020
- ### Improved Compatibility
3021
- - A community member found and fixed a compatibility issue with our Open Graph
3022
- Meta Tags and Bitly’s older plugin -- we now check to make sure we don’t
3023
- create conflicts.
3024
- - We’ve fixed a rare scenario where an error would occur when other plugins or
3025
- sites were using the `JETPACK__GLOTPRESS_LOCALES_PATH` constant.
3026
-
3027
- ### Bug Fixes
3028
- - Comment avatars are now retrieved in a manner more consistent with the login
3029
- avatar, improving consistency and eliminating the possibility of a future bug.
3030
- - We eliminated PHP notices that were appearing when Custom Content Types were
3031
- defined without labels or sections.
3032
- - PHP memory limits were reached in rare cases when a website had thousands of
3033
- revisions of their Custom CSS. The issue is fixed -- happy editing!
3034
- - jQuery deprecated the `size()` function -- as a result, we’ve stopped using
3035
- it as well.
3036
- - A PHP notice popped up when plugins were updated from the WordPress.com
3037
- plugin management interface -- these notices will no longer appear.
3038
- - We fixed a bug where Photon wasn’t providing the original size for images
3039
- that were being used outside of the post content.
3040
- - We eliminated the PHP notices that displayed when posts with slideshows were
3041
- added to a sitemap.
3042
- - We fixed an error that was showing up in Sitemaps when a website permalink
3043
- structure used `index.php`.
3044
- - We eliminated JavaScript errors that displayed when tiled galleries were
3045
- viewed.
3046
- - We fixed an issue where image dimensions weren’t properly saved when added
3047
- to a new widget.
3048
- - Since Google Maps API keys are now required to use maps, we’ve updated the
3049
- Contact Info Widget to allow site owners to set up their keys.
3050
- - We fixed a bug where multiple `display` properties weren’t able to be saved
3051
- in Custom CSS.
3052
-
3053
- ## [4.0.4] - 2016-06-20
3054
- ### Security
3055
- - Post By Email: Added an additional layer of security to prevent unauthorized
3056
- changes to Post By Email settings.
3057
- - Likes: Fixed an XSS vulnerability in the Likes module.
3058
- - REST API/Contact Form: We've eliminated unauthenticated access to Feedback
3059
- posts.
3060
-
3061
- ### Feature Improvements
3062
- - Customizing Protect: We've increased Protect’s response time and added a new
3063
- filter, `jetpack_protect_connect_timeout`, reducing the likelihood of seeing
3064
- the fall back form.
3065
- - Connection Process: Your site url and icon are displayed on the Jetpack
3066
- connection screens to help improve communication.
3067
- - Jetpack for Multisite: It’s now easier to manage your Jetpack connections on
3068
- the network admin screen.
3069
- - Photon Responsive Image Improvements: We’re now auto-generating new scrset
3070
- options, improving how images served from Photon are handled.
3071
- - Developing on Kinsta: A new constant has been added to improve developing
3072
- with Jetpack on a staging environment hosted with Kinsta.
3073
-
3074
- ### Jetpack UI Improvements
3075
- - Better Access to Our Support Team: We wanted to make it easier for you to
3076
- get help so we added a contact form in the admin that links directly to our
3077
- Jetpack Support Team.
3078
-
3079
- ### Improved Compatibility
3080
- - We’ve stopped adding Open Graph Meta tags if you’re using the SEO Framework
3081
- plugin.
3082
- - Having both GlotPress and Jetpack active at the same time was causing
3083
- errors, we’ve eliminated them.
3084
-
3085
- ### Bug Fixes
3086
- - Fixed the handling of special characters like ampersands in Carousel Titles
3087
- and Descriptions.
3088
- - When visitors tried to view a Carousel image with a hash in the URL, a
3089
- JavaScript error would occur; we’ve fixed that.
3090
- - Jetpack Comment form fields now use the default language you’ve set for
3091
- WordPress, previously the verbiage was always in English.
3092
- - Custom CSS wasn’t handling slashes and quotes properly; we’ve squashed that
3093
- bug.
3094
- - There were some rare cases where PHP notices were popping up when a Contact
3095
- Form was submitted. These instances have been identified and eliminated.
3096
- - We’ve replaced a bit of code with a Jetpack native function to fix a bug
3097
- that was breaking things during an API request for available updates.
3098
- - We accidentally removed the ability for Open Graph to select images from
3099
- slideshows, it’s up and running again.
3100
- - There was an issue where Open Graph meta tags weren’t being set when your
3101
- homepage is a “Static Front Page”, it’s working again.
3102
- - In rare cases when developers were customizing Photon they were seeing a PHP
3103
- notice when arguments were passed as a string rather than an array. This has
3104
- been fixed.
3105
- - We’ve fixed an issue where Protect’s backup math form wasn’t showing on
3106
- custom front end login forms.
3107
- - When setting up WooCommerce you might have seen a Related Posts notice which
3108
- didn’t belong. We’ve eliminated them.
3109
- - If you’ve been using our sharing tool with unofficial sharing buttons you
3110
- might have noticed your sharing numbers were missing. They’re now back.
3111
- - In unique situations where special characters were used in sitemap
3112
- stylesheets an error would occur; that has been remedied.
3113
- - We’ve fixed a problem with mismatching HTML tags in our Spelling and Grammar
3114
- feature.
3115
- - We’ve ensured that the `jetpack_disable_twitter_cards` filter actually
3116
- removes Twitter cards.
3117
- - We’ve fixed some JavaScript errors that would crop up if you were editing a
3118
- custom-post-type post that didn’t support the core media editor — say that 10
3119
- times fast.
3120
- - We had some JavaScript errors when you were using the customizer to modify
3121
- widgets. They are no longer with us.
3122
-
3123
- ## [4.0.3] - 2016-05-26
3124
-
3125
- - Important security update. Please upgrade immediately.
3126
-
3127
- ## 4.0.2 - 2016-04-21
3128
- ### Bug Fix
3129
- - Addresses an issue where Jetpack 4.0 caused a fatal error on sites with
3130
- specific configurations.
3131
-
3132
- ## [4.0] - 2016-04-20
3133
- ### Performance Enhancements
3134
- - Protect: the routine that verifies your site is protected from brute-force
3135
- attacks got some love and is more efficient.
3136
- - Contact Forms: cleaning the database of spam form submission records is more
3137
- efficient.
3138
-
3139
- ### Feature Improvements
3140
- - VideoPress: edit your VideoPress shortcode in the editor with a fancy new
3141
- modal options window.
3142
- - Custom Content Types are now classier: a new CSS class on Testimonial
3143
- featured images — has-testimonial-thumbnail — allows you to customize Jetpack
3144
- custom post types as you see fit.
3145
- - Sharing: social icons are now placed under the "add to cart” singular
3146
- product views in WooCommerce, making it easier for customers to share your
3147
- products on social media.
3148
- - Theme Tools: search engines will now have an easier time knowing what page
3149
- they are on, and how that page relates to the other pages in your site
3150
- hierarchy with improved schema.org microdata for breadcrumbs.
3151
- - Widget Visibility: now you can select widgets and when to show or hide them
3152
- right from custom post type single and archive views.
3153
-
3154
- ### Jetpack UI Improvements
3155
- - What’s in it for me? We’ve done a better job explaining the benefits of
3156
- Jetpack and connecting it to WordPress.com.
3157
- - Shortcodes: handy links to shortcode documentation convey the types of media
3158
- you can quickly and safely embed.
3159
- - Widgets: As of WordPress 4.5, Jetpack widgets now refresh in the customizer
3160
- without making you refresh the entire page. Live previews, yes indeed.
3161
-
3162
- ### Bug Fixes
3163
- - Comments: we fixed a mistake where a comment subscription checkbox appeared
3164
- on custom post types — despite the fact you couldn’t actually subscribe to
3165
- those types of comments. Our bad.
3166
- - Contact Forms: we fixed a bug where the telephone field (which can only be
3167
- added manually) rendered incorrectly — breaking some forms in the process.
3168
- - General: we blocked direct access to the Jetpack_IXR_Client class which
3169
- caused fatal PHP errors in some server setups.
3170
- - Shortcodes: we removed the frameborder attribute in the YouTube embed code.
3171
- It was deprecated in HTML 5.
3172
- - Unminified responsive-videos.min.js in order to address a false positive
3173
- virus alert in ClamAV. Expect it to be re-minified in 4.0.3 once we resolve
3174
- the issue with ClamAV.
3175
-
3176
- ## [3.9.6] - 2016-03-31
3177
-
3178
- Bug fix: Shortcodes: fixed incorrect Vimeo embed logic.
3179
-
3180
- ## [3.9.5] - 2016-03-31
3181
-
3182
- This release features several WordPress 4.5 compatibility changes that make
3183
- several Jetpack features work properly in the Customizer view. Big thanks to
3184
- @westonruter for contributing the code!
3185
-
3186
- ### Other enhancements and bug fixes
3187
- - Contact Form: no longer calling the datepicker method if it's not available.
3188
- - SSO: settings checkboxes now honor filters and constants that restrict
3189
- certain sign-in modes.
3190
- - Shortcodes: fixed a problem with Gist fetching.
3191
- - Shortcodes: fixed invalid HTML5 markup in YouTube embed code.
3192
- - Shortcodes: made the Vimeo links work properly in case of multiple mixed
3193
- uses in one post.
3194
-
3195
- ## [3.9.4] - 2016-03-10
3196
-
3197
- Bug fix: Shortcodes: Addresses an issue with embedded Vimeo content
3198
-
3199
- ## [3.9.3] - 2016-03-09
3200
- ### Featured
3201
- - Site Logo now supports Custom Logo - a theme tool to be introduced in
3202
- WordPress 4.5.
3203
-
3204
- ### Enhancements
3205
- - Carousel: Made the full size image URL use a Photon URL if enabled.
3206
- - Comments: Removed an unnecessary redirect by always connecting via HTTPS.
3207
- - General: Added new actions that fire before automatic updates.
3208
- - Infinite Scroll: Introduced a later filter for settings.
3209
- - Infinite Scroll: Removed code that is now redundant due to WordPress Core.
3210
- - Markdown: Removed deprecated markup from the output.
3211
- - Publicize: Improved handling of featured images in posts.
3212
- - Shortcodes: Added houzz.com support.
3213
- - Sitemaps: Added a language attribute to the news sitemap.
3214
- - Sitemaps: Improved the image retrieval mechanism for posts.
3215
- - Widgets: Added new filters in the Top Posts Widget code.
3216
- - Widgets: Cleaned up the CSS for the Subscription widget.
3217
-
3218
- ### Bug Fixes
3219
- - Comments: No longer reloading the page on clicking the reply button.
3220
- - Contact Forms: Fixed a fatal error on missing metadata.
3221
- - Contact Forms: Fixed message formatting for plaintext email clients.
3222
- - Shortcodes: Fixed dimensions of Vimeo embeds in certain cases.
3223
- - Shortcodes: Fixed warnings and allowed shorter style Vimeo embeds.
3224
- - Shortcodes: Removed alignment markup from feeds for YouTube embeds.
3225
- - Sitemaps: Made URLs display properly according to the permalink structure.
3226
- - Stats: Fixed non-XHTML-valid markup.
3227
- - Widgets: No longer showing errors when adding new instances of the Display
3228
- Post Widget.
3229
-
3230
- ## [3.9.2] - 2016-02-25
3231
-
3232
- Maintenance and Security Release
3233
-
3234
- ### Featured
3235
- - Beautiful Math: fix XSS vulnerability when parsing LaTeX markup within HTML
3236
- elements.
3237
- - Contact Form: do not save private site credentials in post meta. Thanks to
3238
- @visualdatasolutions.
3239
-
3240
- ### Enhancements
3241
- - Contact Info: Added two hooks for adding arbitrary information to the
3242
- widget.
3243
- - Development: Added new possibilities for REST API debugging.
3244
- - Embeds: Added Codepen embeds support.
3245
- - Embeds: Added Sketchfab embeds support.
3246
- - I18n: Added support for translation packages for the Finnish language.
3247
- - Markdown: Added a filter to enable skipping processing of developer supplied
3248
- patterns.
3249
- - Related Posts: Added a filter to change heading markup.
3250
- - Staging: Added a constant to force staging mode.
3251
- - Staging: Added a notice to make staging mode more obvious.
3252
- - Top Posts Widget: Added a new `[jetpack_top_posts_widget]` shortcode.
3253
-
3254
- ### Bug Fixes
3255
- - Custom Post Types: Nova: Fixed a JavaScript bug on adding multiple items.
3256
- - Embeds: Allowing embeds from Instagram with a www in an URL.
3257
- - General: Fixed untranslated module names on the Settings screen.
3258
- - General: Improved module descriptions and fixed misleading or broken links
3259
- in descriptions.
3260
- - General: No more notices on module deprecation on older installations.
3261
- - General: Only showing one prompt to enable Photon when uploading several new
3262
- images.
3263
- - Multisite: Fixed a problem with site lists for older WordPress
3264
- installations.
3265
- - OpenGraph: Fixed a bug to properly fallback to a WordPress Site Icon image.
3266
- - Photon: Improve performance for images over a secure connection.
3267
- - Photon: No longer including links from data attributes.
3268
- - Publicize: Fixed problems for en_AU and en_CA locales with Facebook.
3269
- - Related Posts: Fixed a notice on certain requests.
3270
- - Site Logo: It's no longer possible to choose a non-image.
3271
- - Widget Visibility: No longer confusing page IDs and titles in certain cases.
3272
-
3273
- ## 3.9.1 - 2016-01-21
3274
- ### Bug Fixes
3275
- - General: Addresses a namespacing issue which was causing conflicts on some
3276
- hosting providers.
3277
- - Sitemaps: Added MSM-Sitemap to the list of plugins which, if installed, will
3278
- prevent Jetpack Sitemaps from being used
3279
-
3280
- ## [3.9] - 2016-01-20
3281
- ### Featured
3282
- - New sharing button: let users share your content using Skype.
3283
- - New "Social Menu" theme tool that uses Genericons to display Social Links.
3284
- - Sitemap support for better search engine indexing.
3285
-
3286
- ### Enhancements
3287
- - Contact Form: Added a new filter that allows you to change the "Required"
3288
- text.
3289
- - General: Hidden archived sites in multisite site list.
3290
- - General: Removed several function calls that would be deprecated in
3291
- WordPress 4.5.
3292
- - Infinite Scroll: Added a new filter to check if Infinite Scroll has been
3293
- triggered.
3294
- - Likes: Added a conditional to ensure WordPress 4.5 compatibility.
3295
- - Photon: Improved compatibility with responsive images feature added in
3296
- WordPress 4.4.
3297
- - Photon: Now enabled by default on sites using HTTPS.
3298
- - REST API: Extended the ability to manage users from WordPress.com.
3299
- - REST API: Increased the performance of the plugin update endpoint.
3300
- - Responsive Videos: Centering videos when they are wrapped in a centered
3301
- paragraph.
3302
- - Sharing: Added a new filter to customize the default OpenGraph description.
3303
- - Shortcodes: Added Wistia oEmbed support.
3304
- - Shortcodes: Bandcamp: Added support for new attributes for tracks approved
3305
- by artists.
3306
- - Shortcodes: Improved Medium path format recognition.
3307
- - Slideshow: Improved compatibility with older IE versions.
3308
- - Staging: Improved staging environment detection.
3309
- - Widgets: Added "width" option to the Facebook Page widget.
3310
- - Widgets: Added size parameters to tags in Top Posts to avoid warnings.
3311
- - Widgets: Introduced major performance and stability improvements to the
3312
- Display Posts Widget.
3313
- - Widgets: Refactored to remove deprecated code patterns.
3314
-
3315
- ### Bug Fixes
3316
- - AtD: Fixed replacing emojis with images in the text editor in Chrome.
3317
- - AtD: Made pre tags be excluded from spell-checking.
3318
- - CPT: Not registering Nova if it is already registered.
3319
- - Carousel: Fixed a bug where full size images were not always served by
3320
- Photon.
3321
- - Carousel: Reverted a change that broke direct link to carousel image.
3322
- - Contact Form: Fixed a CSV export bug with multiple choice questions.
3323
- - Contact Form: Fixed notices when creating feedback entries without a contact
3324
- form.
3325
- - General: Fixed a scrolling bug on modal window closing.
3326
- - Infinite Scroll: Disabled in the Customizer when previewing a non-active
3327
- theme.
3328
- - Publicize: Fixed notices appearing with bbPress or BuddyPress installed.
3329
- - Publicize: Showing options only to users that can change them.
3330
- - Related Posts: Fixed incorrect URLs generated for posts.
3331
- - Responsive Videos: Fixed warnings in debug mode.
3332
- - Shortcodes: Bandcamp: Fixed a problem with large track IDs.
3333
- - Shortcodes: Fixed a problem with dynamic Gist embeds.
3334
- - Stats: Fixed dashboard widget resize problem.
3335
- - Widgets: Added a fallback to English US when a locale isn't supported by
3336
- Facebook.
3337
- - Widgets: Fixed layout for Twenty Sixteen.
3338
-
3339
- ## [3.8.2] - 2015-12-17
3340
-
3341
- Jetpack 3.8.2 is here to squash a few annoying bugs.
3342
-
3343
- ### Bug Fixes
3344
- - Photon: Fixed a bug where some custom thumbnail image sizes weren't being
3345
- sized properly.
3346
- - Shortcodes: Fixed an incompatibility with how WordPress renders the YouTube
3347
- shortcode.
3348
- - Shortcodes: Tightened up security in the Wufoo shortcode.
3349
- - Image Widget: Now shows the caption.
3350
- - Fixed typos in inline docs.
3351
- - Very minor fixes to: Carousel, Publicize, Google+, and Infinite Scroll.
3352
-
3353
- ## [3.8.1] - 2015-12-01
3354
-
3355
- Jetpack 3.8.1 is here and is fully compatible with WordPress 4.4.
3356
-
3357
- ### Featured
3358
- - Photon + Responsive Images FTW.
3359
- - Fully compatible with Twenty Sixteen.
3360
- - More accessibility enhancements.
3361
- - Dropped some weight by optimizing Jetpack's plugin images.
3362
-
3363
- ### Enhancements
3364
- - Comments: filter to allow disabling comments per post type.
3365
-
3366
- ### Bug Fixes
3367
- - Carousel: Stop page from scrolling to top when Carousel is closed.
3368
- - Carousel: Browser compatibility fixes with older version of IE.
3369
- - Markdown: Fixed a bug that would strip markdown when saving in "Quick Edit"
3370
- mode.
3371
- - Single Sign On: Fixed login always redirecting to the admin dashboard.
3372
- - Subscriptions: Filter to allow per-post emails fixed for use in themes.
3373
-
3374
- ## [3.8.0] - 2015-11-04
3375
-
3376
- We're happy to introduce Jetpack 3.8, which has significant contributions from
3377
- the Jetpack community. Read more about it here: http://wp.me/p1moTy-1VN
3378
-
3379
- ### Feature enhancements
3380
- - New Google+ Badge Widget. Display your profile, page, or community Google+
3381
- badge.
3382
- - New twitch.tv shortcode embeds. Display a Twitch.tv stream in your posts.
3383
- - Accessibility enhancements.
3384
- - A handful of new filters to allow further customization of Jetpack.
3385
-
3386
- ### Other enhancements
3387
- - Carousel: Added support to retrieve image dimensions from an image url.
3388
- - Carousel: Simpler algorithm to detect shutter speeds.
3389
- - Contact Form: New "Checkbox with Multiple Items" field available in the
3390
- Contact Form.
3391
- - Contact Form: Allow pre-filling form fields with URL parameters.
3392
- - Contact Form: Better styling of the emailed form responses.
3393
- - Performance: Replaced some custom-built functions with core's native
3394
- functions.
3395
- - Related Posts: New filter to add post classes to post's container class.
3396
- - Sharing: New filter to choose if sharing meta box should be shown.
3397
- - Sharing: New filter to allow sharing button markup to be editable.
3398
- - Sharing: New filter to allow you to specify a custom Facebook app ID.
3399
- - Social Media Icons Widget: Added option for YouTube username as well as
3400
- Channel ID.
3401
- - Social Media Icons Widget: Added Google+ icon.
3402
- - Social Media Icons Widget: New filter to allow you to add your own social
3403
- media icons and links.
3404
- - Subscriptions: Better errors to your visitors if their subscription sign-up
3405
- fails.
3406
- - Subscriptions: Removed "widget" class from Subs shortcode form.
3407
-
3408
- ### Bug fixes
3409
- - Carousel: Fixed browser back/forward button behavior.
3410
- - Contact Form: Allow the email field to be set to empty when building form in
3411
- post editor.
3412
- - Facebook Likebox Widget: Fixed an issue where some languages were not
3413
- translating.
3414
- - Facebook Likebox Widget: Return a language when none found.
3415
- - General: Fixed some minor styling issues in the Jetpack admin areas.
3416
- - General: Add missing parameter to the_title filter call.
3417
- - General: Prevent scrolling of body when the Jetpack admin modals are opened.
3418
- - General: Update doc to reflect that Open Graph filter
3419
- jetpack_enable_opengraph has been deprecated in favor of
3420
- jetpack_enable_open_graph.
3421
- - Infinite Scroll: Fixed an error that sometimes occurred that would stop
3422
- posts from loading.
3423
- - JSON API: Fixed some undefined notices when publishing a post with the API.
3424
- - Open Graph: Fixed bug where facebook description content was sometimes being
3425
- polluted by a filter.
3426
- - Sharing: Use full SSL Pinterest url instead of protocol relative.
3427
- - Sharing: Fixed plus signs appearing in tweets shared from iOS.
3428
- - Shortcodes: Prefer HTTPS for video embeds to avoid mixed content warnings.
3429
- - Subscriptions Widget: Fix HTML Validation error.
3430
- - Theme Tools: Check oEmbeds for the presence of a video before adding the
3431
- responsive videos filter.
3432
- - Tiled Galleries: Add image alt attribute if there is a title set. This was
3433
- breaking some screen reader functionality.
3434
-
3435
- ## [3.7.2] - 2015-09-29
3436
-
3437
- - Bug Fix: REST API: Fixed an error when saving drafts and publishing posts
3438
-
3439
- ## [3.7.1] - 2015-09-28
3440
-
3441
- - Enhancement: General: Added inline documentation for various filters and
3442
- functions
3443
- - Enhancement: General: Added custom capabilities for module management on
3444
- multi-site installs
3445
- - Enhancement: General: Cleaned up old changelog entries from readme
3446
- - Enhancement: General: Cleaned up unused i18n textdomains
3447
- - Enhancement: General: Updated the new settings page to look better in
3448
- various translations
3449
- - Enhancement: REST API: Added new endpoints to manage users
3450
- - Enhancement: Sharing: Updated the Google logo
3451
- - Bug Fix: Carousel: Page scroll no longer disappears after closing the
3452
- carousel
3453
- - Bug Fix: Contact Form: Fields are sent and displayed in the correct order
3454
- - Bug Fix: Contact Form: No longer showing a notice on AJAX actions in
3455
- feedback lists
3456
- - Bug Fix: Contact Form: Made using more than two notification emails possible
3457
- - Bug Fix: Contact Form: Mitigate a potential stored XSS vulnerability. Thanks
3458
- to Marc-Alexandre Montpas (Sucuri)
3459
- - Bug Fix: General: Mitigate a potential information disclosure. Thanks to
3460
- Jaime Delgado Horna
3461
- - Bug Fix: General: Fixed a locale error in the notifications popout
3462
- - Bug Fix: General: Fixed a possible fatal error in the client area
3463
- - Bug Fix: General: Fixed compatibility issues with certain use cases
3464
- - Bug Fix: General: Disabled connection warnings for multisites with domain
3465
- mapping
3466
- - Bug Fix: General: Updated translations for correct link display in admin
3467
- notices
3468
- - Bug Fix: REST API: Fixed a fatal error in one of the endpoints
3469
- - Bug Fix: Sharing: Fixed OpenGraph tags for Instagram embeds
3470
- - Bug Fix: Sharing: Fixed compatibility issues with bbPress
3471
- - Bug Fix: Widget Visibility: Fixed a fatal error in case of a missing tag
3472
-
3473
- ## [3.7.0] - 2015-09-09
3474
- ### Feature Enhancements
3475
- - New admin page interface to easily configure Jetpack
3476
- - Added staging site support for testing a connected Jetpack site
3477
-
3478
- ### Additional changes
3479
- - Enhancement: CLI: Added a possibility to change all options with
3480
- confirmation for some of them
3481
- - Enhancement: Gallery: Added filters to allow new gallery types to be
3482
- declared
3483
- - Enhancement: General: Added inline documentation for actions, filters, etc.
3484
- - Enhancement: General: Changed class variable declarations keyword from var
3485
- to public
3486
- - Enhancement: General: Made the Settings page module toggle buttons more
3487
- accessible
3488
- - Enhancement: General: The admin bar now loads new notifications popout
3489
- - Enhancement: General: Renamed some modules to avoid redundant prefixes
3490
- - Enhancement: General: Switched to the WordPress Core's spinner image
3491
- - Enhancement: General: Updated the bot list
3492
- - Enhancement: Manage: Added the ability to activate a network-wide plugin on
3493
- a single site from WordPress.com
3494
- - Enhancement: Photon: Added a way to check image URLs against custom domains
3495
- - Enhancement: Photon: Added prompts on the media upload page telling the user
3496
- about Photon
3497
- - Enhancement: Publicize: Added width and height values to OpenGraph tags for
3498
- default images
3499
- - Enhancement: Related Posts: Added a filter to allow disabling nofollow
3500
- - Enhancement: REST API: Added new API endpoints to extend API functionality
3501
- - Enhancement: REST API: Added new fields to existing API endpoints
3502
- - Enhancement: Sharing: Added a possibility to opt-out of sharing for a single
3503
- post
3504
- - Enhancement: Sharing: Added bbPress support
3505
- - Enhancement: Sharing: Added more configuration to the Likes modal
3506
- - Enhancement: Sharing: Made the reddit button open a new tab
3507
- - Enhancement: Sharing: Removed unused files
3508
- - Enhancement: Shortcodes: Added auto embed option inside comments
3509
- - Enhancement: Shortcodes: Added autohide parameter to the YouTube shortcode
3510
- - Enhancement: Subscriptions: added an action that triggers at the end of the
3511
- subscription process
3512
- - Enhancement: VideoPress: Videos are now embedded using a new player
3513
- - Enhancement: Widget Visibility: Added parent page logic
3514
- - Enhancement: Widget Visibility: Added support for split terms
3515
- - Enhancement: Widgets: Added actions to the Social Media widget
3516
- - Enhancement: Widgets: Switched the Display Posts widget to the new API
3517
- version
3518
- - Bug Fix: General: Fixed scrolling to top after modal window closing
3519
- - Bug Fix: Infinite Scroll: Added a check for cases when output buffering is
3520
- disabled
3521
- - Bug Fix: Infinite Scroll: Added translation to the copyright message
3522
- - Bug Fix: Manage: Fixed automatic update synchronization on WordPress
3523
- multisite network admin
3524
- - Bug Fix: Manage: Redirects back to WordPress.com are allowed from the
3525
- customizer view
3526
- - Bug Fix: Media: Fixed duplicate images bug in the Media Extractor
3527
- - Bug Fix: Publicize: Made it possible to remove previously set message
3528
- - Bug Fix: Sharing: Added a thumbnail image to OpenGraph tags on pages with
3529
- DailyMotion embeds
3530
- - Bug Fix: Sharing: Fixed Twitter Cards tags escaping
3531
- - Bug Fix: Sharing: Made OpenGraph tags for title and description use proper
3532
- punctuation
3533
- - Bug Fix: Sharing: Made sure Likes can be disabled on the front page
3534
- - Bug Fix: Shortcodes: Fixed Facebook embeds by placing the scipt in the
3535
- footer
3536
- - Bug Fix: Shortcodes: Fixed PollDaddy shortcode issues over SSL connections
3537
- - Bug Fix: Shortcodes: Made responsive video wrappers only wrap video embeds
3538
- - Bug Fix: Shortcodes: Made SoundCloud accept percents for dimensions
3539
- - Bug Fix: Social Links: Fixed a possible conflict with another class
3540
- - Bug Fix: Stats: Made sure the Stats URL is always escaped properly
3541
-
3542
- ## 3.6.1 - 2015-07-24
3543
-
3544
- - Enhancement: Fully compatible with upcoming WordPress 4.3
3545
- - Enhancement: Site Icon: Start to deprecate Site Icon in favor of Core's
3546
- version (if available)
3547
- - Bug Fix: Subscriptions: You can now use more than one Subscription form on a
3548
- single page
3549
- - Bug Fix: Quieted PHP notices and warnings with the JSON API, Display Posts
3550
- Widget and Gallery Widget (slideshow mode)
3551
- - Bug Fix: Correct permissions check for connection panel
3552
- - Hardening: Increase permissions checks
3553
-
3554
- ## [3.6] - 2015-07-06
3555
- ### Feature Enhancements
3556
- - CLI: Add a number of Jetpack CLI improvements: see
3557
- http://jetpack.com/support/jetpack-cli
3558
- - New Jetpack admin page for connection management
3559
- - New Social Media Icons widget
3560
- - FB Like Box: A visual refresh of the Facebook likebox widget
3561
- - Protect: When your IP is blocked, use a math captcha as a fallback instead
3562
- of a complete block
3563
-
3564
- ### Additional changes
3565
- - Enhancement: Custom CSS: Add more Flexbox support and other enhancements
3566
- - Enhancement: Extra Sidebar Widgets: Top Posts Widget: Choose what Post Types
3567
- to display
3568
- - Enhancement: General: Save on some requests! print CSS inline when there
3569
- isn't much of it
3570
- - Enhancement: Likes: Likes can now be shown on all post types
3571
- - Enhancement: Minileven: Add Featured Image to Gallery Post Format and Pages
3572
- - Enhancement: Mobile Theme: Add div wrapping View Mobile Site link to allow
3573
- for easier CSS customizations
3574
- - Enhancement: Omnisearch: Link to edit post in titles
3575
- - Enhancement: Protect: Learn Trusted Headers locally and cache blocks
3576
- properly
3577
- - Enhancement: REST API: Add locale support
3578
- - Enhancement: Sharing: Retire StumbleUpon
3579
- - Enhancement: Sharing: Upgrade to reCAPTCHA 2.0 for Email Sharing
3580
- - Enhancement: Shortcode Embeds: Add Mesh oembed support
3581
- - Enhancement: Shortcode Embeds: New Wufoo Shortcode from WordPress.com
3582
- - Enhancement: Shortcode Embeds: Mixcloud: handle accented characters in URLs
3583
- - Enhancement: Site Logo: Adding itemprops to support logo schema.
3584
- - Enhancement: Slideshow Gallery: New parameters *size* and *autostart*
3585
- - Enhancement: Slideshow Gallery: Use more reliable CSS for resizing instead
3586
- of js
3587
- - Enhancement: Stats: No longer track stats for preview pages
3588
- - Enhancement: Tiled Gallery: Improve the shapes and distributions of shapes
3589
- in the Tiled Gallery, based on observations for its usage.
3590
- - Enhancement: Protect: Whitelist for multisite globally and locally
3591
- - Enhancement: Sharing: LinkedIn always uses https for share counts. (saved
3592
- extra http request)
3593
- - Bug Fix: Carousel: Jetpack Carousel now supports HTML5 gallery
3594
- - Bug Fix: Extra Sidebar Widgets: Choose Images button works in accessibility
3595
- mode
3596
- - Bug Fix: General: Fix: Cannot remove hooks from filter
3597
- 'jetpack_get_available_modules'
3598
- - Bug Fix: Infinite Scroll: Check that search terms exist before matching
3599
- against post title. fixes #2075
3600
- - Bug Fix: Likes: Never double show on search results
3601
- - Bug Fix: Notifications: Notifications didn't load on wp-admin/network pages
3602
- - Bug Fix: Sharing: Fix Facebook share button not showing for Australian &
3603
- Canadian locale
3604
- - Bug Fix: Shortcode Embed: Slideshare Shortcode now fixed
3605
- - Bug Fix: SSO: Hide login no matter what when using the filter to do so
3606
- - Bug Fix: Subs Widget: Don't hide email input if submit failed
3607
- - Bug Fix: Tiled Gallery: Show columns setting for Thumbnail Grid when Tiled
3608
- Mosaic galleries are the default
3609
- - Bug Fix: Twitter Cards: Remove deprecated card types
3610
-
3611
- ## 3.5.3 - 2015-05-06
3612
-
3613
- - Security Hardening: Remove Genericons example.html file.
3614
-
3615
- ## 3.5.2 - 2015-05-05
3616
-
3617
- - Bug Fix: Sharing: Changes Facebook share count endpoint
3618
-
3619
- ## 3.5.1 - 2015-05-05
3620
-
3621
- - Enhancement: Sharing: Changes Facebook share count method per Facebook API
3622
- change
3623
- - Enhancement: General: Remove .po files to reduce plugin size
3624
- - Bug Fix: General: Remove identity crisis notification
3625
- - Bug Fix: Subscriptions: Correct required input validation
3626
- - Security hardening
3627
-
3628
- ## [3.5] - 2015-04-23
3629
-
3630
- Jetpack 3.5 introduces the ability to manage your site's menus directly from
3631
- WordPress.com and several bug fixes and enhancements. This upgrade is
3632
- recommended for all users.
3633
-
3634
- - Enhancement: General: Change security reporting to use a transient instead
3635
- of option to reduce backup load
3636
- - Enhancement: General: Improve module search
3637
- - Enhancement: JSON API: Allow users to manage menus through WordPress.com
3638
- - Enhancement: Sharing: Reduce spam through email sharing
3639
- - Bug Fix: Custom CSS: Improve recall of CSS revisions
3640
- - Bug Fix: Extra Sidebar Widgets: Change class name for Contact Info widget
3641
- - Bug Fix: Extra Sidebar Widgets: Fix errors when adding widgets via the
3642
- customizer
3643
- - Bug Fix: Extra Sidebar Widgets: Fix PHP notices in RSS widget
3644
- - Bug Fix: General: Fix redirect loop on activation
3645
- - Bug Fix: General: Styling fixes
3646
- - Bug Fix: Protect: Add IP translation fallback when inet_pton is not
3647
- available
3648
- - Bug Fix: Protect: Always allow login from local IDs
3649
- - Bug Fix: Protect: Sanitize displayed IP after block
3650
- - Bug Fix: Publicize: Prevent generating Facebook profile links for app-scoped
3651
- user IDs
3652
- - Bug Fix: Subscriptions: Improve error handling
3653
- - Bug Fix: Theme Tools: Include breadcrumb code
3654
- - Misc: Extra Sidebar Widgets: Remove Readmill Widget
3655
-
3656
- ## [3.4.3] - 2015-04-20
3657
-
3658
- - Security hardening.
3659
-
3660
- ## [3.4.2] - 2015-04-19
3661
-
3662
- - Bug Fix: Contact info widget namespacing
3663
- - Bug Fix: Javascript errors on wp-admin due to stats display code
3664
- - Bug Fix: Potential fatal error from improperly called function
3665
- - Bug Fix: Potential fatal error when protect servers are unreachable for
3666
- WordPress Multisite
3667
-
3668
- ## 3.4.1 - 2015-03-19
3669
-
3670
- - Bug Fix: General: Modules not displaying properly in non-English installs
3671
- - Bug Fix: Manage: Some installs showing a transient fatal error
3672
- - Bug Fix: Protect: Protect module not auto-activating for users who upgrade
3673
- - Bug Fix: Omnisearch: Some installs not properly reporting WP version number,
3674
- causing Omnisearch error
3675
- - Bug Fix: Stats: Top posts/pages widget not loading
3676
- - Bug Fix: Contact Info Widget: Fix conflict with Avada theme
3677
-
3678
- ## [3.4] - 2015-03-18
3679
-
3680
- - Enhancement: Config Settings: provide a notification for users that update
3681
- features settings
3682
- - Enhancement: Config Settings: provide a notification for users that update
3683
- features settings
3684
- - Enhancement: Contact Form: Use the predefined $title variable in the anchor
3685
- tag in grunion contact form button
3686
- - Enhancement: Contact Form: Use the predefined $title variable in the anchor
3687
- tag in the button on admin
3688
- - Enhancement: Custom Content Type: Add all Custom Post Types to Omnisearch
3689
- - Enhancement: Custom Content Type: Add option to add Testimonial Custom
3690
- Content Type in admin
3691
- - Enhancement: Custom Content Type: bring consistency between the portfolio
3692
- and testimonial shared codebase
3693
- - Enhancement: Custom Content Type: code cleanup
3694
- - Enhancement: Custom Content Type: register namespaced 'jetpack_portfolio'
3695
- shortcode/use a prefix for shortcode for Portfolio
3696
- - Enhancement: Custom Content Type: set shortcode image size to 'large' and
3697
- add jetpack_portfolio_thumbnail_size filter to allow themes to set their own
3698
- size for Portfolio
3699
- - Enhancement: Custom Content Type: testimonial shortcode enhancement
3700
- - Enhancement: Extra Sidebar Widgets: Add subscription widget wildcard
3701
- - Enhancement: Extra Sidebar Widgets: Likes and Sharing Shortcodes
3702
- - Enhancement: Extra Sidebar Widgets: Minor fixes to Facebook widget plugin
3703
- for SSL
3704
- - Enhancement: Fix/update jetpack version
3705
- - Enhancement: General: Add DNS Prefetching
3706
- - Enhancement: General: Add Jetpack admin dashboard widget
3707
- - Enhancement: GlotPress: Update GP_Locales and GP_Locale classes
3708
- - Enhancement: Improved control over Nova Theme Menu output markup
3709
- - Enhancement: Infinite Scroll: Adds a `button` wrapper for the infinity
3710
- handle.
3711
- - Enhancement: Infinite Scroll: Check for response.html before using indexOf
3712
- - Enhancement: Integrate BruteProtect for protection against Brute Force
3713
- attacks
3714
- - Enhancement: JSON API Manage: Added Mock Jetpack Option to Sync options that
3715
- don't have to live in the Database
3716
- - Enhancement: JSON API: Add/empty trash days option to sync
3717
- - Enhancement: Jump Start: Add "Jump Start" interface for new users
3718
- - Enhancement: Manage: Add "modified_before" and "modified_after" parameters
3719
- to /sites/%s/posts/ via JSON API
3720
- - Enhancement: Mobile Theme: Add filter for choosing mobile theme menu
3721
- - Enhancement: Notifications: Changes to load the new notifications client.
3722
- - Enhancement: Protect: Add a filter so that user can add thier own bots
3723
- - Enhancement: Protect: Add security reporting
3724
- - Enhancement: Protect: Add/whitelist endpoints via JSON API for Jetpack
3725
- Protect
3726
- - Enhancement: Publicize: update connection confirmation message
3727
- - Enhancement: Sharing: Add custom service name as a class
3728
- - Enhancement: Sharing: display name of custom service in link title
3729
- - Enhancement: Sharing: Remove default post types for showing share links
3730
- - Enhancement: Sharing: use Jetpack version number when enqueing sharing.js
3731
- - Enhancement: Shortcodes Team Partnerships: Backport fixes from SoundCloud
3732
- 2.3.1 through 3.0.2
3733
- - Enhancement: Shortlinks: use HTTPS when possible
3734
- - Enhancement: Stats: Make loading of stats async
3735
- - Enhancement: Subscriptions: Added settings field for comment sub text
3736
- - Enhancement: Subscriptions: Hide Form After Submit
3737
- - Enhancement: Subscriptions: remove label from widget title
3738
- - Enhancement: Subscriptions: Update subscriptions.php
3739
- - Bug Fix: Contact form: Increase CSS specificity for Contact Forms in widgets
3740
- - Bug Fix: Custom Content Type: Testimonial Custom Content Type: use core
3741
- `WP_Customize_Image_Control` instead of custom...
3742
- - Bug Fix: Extra Sidebar Widgets: add missing & to if statement for widget
3743
- visibility
3744
- - Bug Fix: Extra Sidebar Widgets: Don't require height/width values in the
3745
- Twitter Timeline widget
3746
- - Bug Fix: Extra Sidebar Widgets: Upload images from the customizer/Extra
3747
- Sidebar Widgets Tiled Galleries for Gallery Widget
3748
- - Bug Fix: General: Fix bug that was preventing modules from displaying
3749
- properly
3750
- - Bug Fix: Manage: When calling /sites/%s/posts/ include all attachments not
3751
- just the first five via JSON API
3752
- - Bug Fix: Mobile Theme: Minileven; Start after DOM ready
3753
- - Bug Fix: Sharing: Open sharing in same window
3754
- - Bug Fix: Stats language
3755
- - Bug Fix: Subscritpions: fix invalid field when no email address
3756
-
3757
- ## 3.3.2 - 2015-02-19
3758
-
3759
- - Enhancement: Updated translation files.
3760
- - Enhancement: Heartbeat: Correctly stat new datasets.
3761
- - Bug Fix: Widget Visibility: Correct some caching of visibility results that
3762
- may get evaluated too soon.
3763
- - Bug Fix: Contact Form: Hardening.
3764
- - Bug Fix: Photon: Make sure our gallery filter can parse array inputs as well
3765
- as the default html.
3766
-
3767
- ## 3.3.1 - 2015-02-11
3768
-
3769
- - Bug Fix: JSON API: Minor versioning data.
3770
- - Bug Fix: Markdown: Re-run KSES after processing to account for syntax
3771
- changes.
3772
- - Bug Fix: Media Extractor: Don't call a gallery a gallery if it hasn't got
3773
- any pictures!
3774
- - Bug Fix: Module Management: Handle a core api change for folks running
3775
- trunk.
3776
- - Bug Fix: Related Posts: CSS -- better clear rows.
3777
- - Bug Fix: Sharing: Including sharing account on Pinterest unofficial buttons
3778
- as well.
3779
- - Bug Fix: Sharing: Properly version external assets by Jetpack release
3780
- version.
3781
- - Bug Fix: Shortcodes: Soundcloud: Backport API compatibility fixes.
3782
- - Bug Fix: Shortcodes: Flickr: Tidy up our regex url pattern matching.
3783
- - Bug Fix: Subscriptions: Don't add 'Email Address' as the value -- we have
3784
- placeholders!
3785
- - Bug Fix: Widgets: Gallery Widget: Allow folks to upload images from the
3786
- widget area in the customizer.
3787
-
3788
- ## [3.3] - 2014-12-15
3789
-
3790
- - Enhancement: Adds responsive video support to BuddyPress.
3791
- - Enhancement: Custom Content Types: Added 'order' and 'orderby' options to
3792
- portfolio shortcode.
3793
- - Enhancement: Display notice when Jetpack Development Mode is on.
3794
- - Enhancement: General: Update compatibility with Twenty Fifteen.
3795
- - Enhancement: Image URL can now be overwritten with the
3796
- `jetpack_images_fit_image_url_override` filter after dimensions are set by
3797
- Photon.
3798
- - Enhancement: JSON API: Add Endpoint for trigger Plugin Autoupdates.
3799
- - Enhancement: JSON API: General Improvements. Documentation on
3800
- http://developer.wordpress.com/
3801
- - Enhancement: Likes: Updated the code to accept arbitrary CPTs.
3802
- - Enhancement: Related Posts: Allow filter by `post_format`.
3803
- - Enhancement: Sharing: add new `jetpack_sharing_counts` filter for option to
3804
- turn off sharing counts.
3805
- - Enhancement: Sharing: Use the Site Logo Theme Tool and the Site Icon as
3806
- fallbacks for image tags.
3807
- - Enhancement: Shortcodes: Made the code more readable by using output buffers
3808
- instead of string concatenation.
3809
- - Enhancement: Site Logo: Add alias functions to provide backward
3810
- compatibility for themes expecting the old function calls.
3811
- - Enhancement: Slideshow: Add title and alt text to images.
3812
- - Enhancement: Subscription Form: Do not display the logged in user's email
3813
- address by default.
3814
- - Enhancement: Top Posts Widget: Refactor to allow conditional loading of the
3815
- css.
3816
- - Enhancement: Top Posts: Add `jetpack_top_posts_widget_count` filter to
3817
- control number of displayed posts.
3818
- - Bug Fix: Change subscribe_text from `p` to `div` so that it can contain
3819
- block-level elements.
3820
- - Bug Fix: Fonts: Change path to look for the svg in the right directory.
3821
- - Bug Fix: Increase CSS specificity for Contact Forms in widgets.
3822
- - Bug Fix: JSON API: Plugins Update: Make sure the plugin doesn't get
3823
- deactivated.
3824
- - Bug Fix: Likes: Fixes issues where likes don't load, load master iframe
3825
- after scripts are loaded.
3826
- - Bug Fix: Notes Module: Avoid a PHP Notice in cli scripts when the request
3827
- doesn't contain a User-Agent header.
3828
- - Bug Fix: Nova Menu CPT: fix notice when we have no taxonomies.
3829
- - Bug Fix: Nova Menus: Use current instance to maintain object context.
3830
- - Bug Fix: Related Posts: Add filter for `_enabled_for_request()`.
3831
- - Bug Fix: Sharing: Prevent duplicate @ in shared Tweets.
3832
- - Bug Fix: Site Logo: `get_site_logo()` now properly returns the site logo ID
3833
- when provided in the `$show` argument.
3834
- - Bug Fix: Site Logo: Correct evaluation of the Display Header Text in
3835
- Customizer preview.
3836
-
3837
- ## 3.2.1 - 2014-11-14
3838
-
3839
- - Enhancement: Updated translation files.
3840
- - Enhancement: JSON API: More object vars passed back to some queries.
3841
- Documentation on http://developer.wordpress.com/
3842
- - Bug Fix: JSON API: Pass back correct author in `me/posts` data.
3843
- - Bug Fix: JSON API: Don't check if a post is freshly pressed on remote
3844
- Jetpack sites where the function doesn't exist.
3845
- - Bug Fix: Site Logo: Add backward-compatible template tags to match the
3846
- standalone release.
3847
- - Bug Fix: Don't use `__DIR__` -- it's 5.3+ only, and WordPress supports back to
3848
- 5.2.
3849
- - Bug Fix: Retool how we remove the source styles when using the concatenated
3850
- version.
3851
- - Bug Fix: Shortcodes: TED: Correct default language code from `eng` to `en`.
3852
- - Bug Fix: Gallery Widget: Add a default background color.
3853
- - Bug Fix: Subscription Notifications: Remove the label.
3854
- - Bug Fix: Sharing: enqueue Genericons on static front page as well if
3855
- selected.
3856
-
3857
- ## [3.2] - 2014-10-29
3858
-
3859
- - Enhancement: Speed Improvements (woohoo!).
3860
- - Enhancement: Add site icons: an avatar for your blog.
3861
- - Enhancement: Improvements to API endpoints.
3862
- - Enhancement: Add oEmbed sources (Twitter, SoundCloud, Instagram,
3863
- DailyMotion, Vine).
3864
- - Enhancement: Add indicators to make it easier to see which modules are
3865
- active.
3866
- - Enhancement: Improve debug tool.
3867
- - Enhancement: Add new 'Site Logos' code to theme tools, for themes that opt
3868
- in to support it.
3869
- - Enhancement: Improved caching for related posts.
3870
- - Enhancement: Added "Remember Me" functionality to Single Sign On.
3871
- - Enhancement: Improved accessibility.
3872
- - Enhancement: Added additional filters to Widget Visibility.
3873
- - Bug Fix: Fixed PHP Notice errors for Likes, Widget Visibility.
3874
- - Bug Fix: Improvements to the testimonials CPT.
3875
- - Bug Fix: Improved RTL on VideoPress admin.
3876
- - Bug Fix: Removed Google+ Authorship module (discontinued by Google).
3877
- - Bug Fix: Fixed use of deprecated function in mobile theme.
3878
- - Bug Fix: Various fixes to Tiled Galleries.
3879
- - Bug Fix: Various fixes to Contact Form.
3880
- - Bug Fix: Various fixes to oEmbed.
3881
- - Bug Fix: Various fixes to Single Sign On.
3882
- - Bug Fix: Fixed styles in ShareDaddy.
3883
- - Bug Fix: Better match protocols (http/https) to the site.
3884
-
3885
- ## 3.1.1 - 2014-08-07
3886
-
3887
- - Enhancement: Update translation files for strings that had been
3888
- submitted/approved since release.
3889
- - Bug Fix: Social Links: Add a function check to better degrade if Publicize
3890
- isn't around.
3891
- - Bug Fix: Open Graph: Add WordPress SEO back to the blacklist, until they
3892
- update how they opt us out.
3893
- - Bug Fix: Asset Minification: Add another caveat ( empty $plugin ) to short
3894
- out on.
3895
- - Bug Fix: Deprecated Hooks: Fixing our expectations where something that
3896
- should be an array occasionally wasn't.
3897
- - Bug Fix: Custom CSS: Add extra whitelist rule for -o-keyframe rules.
3898
-
3899
- ## [3.1] - 2014-07-31
3900
-
3901
- - Enhancement: New Custom Content Types module.
3902
- - Enhancement: New Jetpack Logo.
3903
- - Enhancement: New optional JSON API endpoints for viewing updates and
3904
- managing plugins and themes.
3905
- - Enhancement: New Custom Post Type: Portfolio!
3906
- - Enhancement: Rearranged buttons on the modules modals for easier management.
3907
- - Enhancement: Jetpack Settings have improved keyboard accessibility.
3908
- - Enhancement: Improved RTL support for After the Deadline, Carousel, Contact
3909
- Form, Comics CPT, Custom CSS, Omnisearch, Publicize, Related Posts, Slideshow
3910
- short code, Tiled Gallery, Widget-Visibility and Widgets Gallery.
3911
- - Enhancement: Contact Form: Add an "Empty Spam" option.
3912
- - Enhancement: i18n: Change the priority of where plugin_textdomain is hooked
3913
- so that the plugins can better translate Jetpack.
3914
- - Enhancement: Monitor: Displays how often the site is checked for downtime.
3915
- - Enhancement: Shortcode: Added Mixcloud shortcode and oEmbed support.
3916
- - Enhancement: Social Links: Improved handling of customizer hooks in
3917
- non-admin context.
3918
- - Enhancement: Stats: The smiley image is gone by default.
3919
- - Enhancement: Stats: Added link to the configure page for stats so that the
3920
- stats settings page is easier to find.
3921
- - Enhancement: Theme Tools: Added the responsive videos to theme tools so that
3922
- themes can support responsive videos more easily.
3923
- - Update: Updated Genericons to version 3.1, new icons for website, ellipsis,
3924
- foursquare, x-post, sitemap, hierarchy and paintbrush.
3925
- - Bug Fix: Contact Form: Prefix function to avoid conflicts with other
3926
- plugins.
3927
- - Bug Fix: Custom CSS: Admin UI has a responsive layout.
3928
- - Bug Fix: Custom CSS: Custom $content_width value doesn't overwrite theme's
3929
- $content_width.
3930
- - Bug Fix: Contact Form: Feedback link takes you to the form page.
3931
- - Bug Fix: Carousel: Confirms an avatar is returned by get_avatar before
3932
- displaying.
3933
- - Bug Fix: Featured Content: Don't remove setting validation.
3934
- - Bug Fix: Infinite Scroll: Google Universal Analytics support added.
3935
- - Bug Fix: Multisite: Add message when updating multisite settings.
3936
- - Bug Fix: Photon: Photon will no longer upscale images larger than the
3937
- original size.
3938
- - Bug Fix: Photon: Check that the image exists before rewriting the image URL
3939
- to utilize Photon.
3940
- - Bug Fix: Sharing: Pinterest adds attribute to display share count.
3941
- - Bug Fix: Sharing: Respect an empty sharing title.
3942
- - Bug Fix: Sharing: Share buttons now appear in the bbPress forms.
3943
- - Bug Fix: Sharing: Support for multiple meta html tag og:image values.
3944
- - Bug Fix: Single Sign On: Logout allows override of forcing Single Sign On.
3945
- - Bug Fix: Single Sign On: Remove the lost password link on auto-forward
3946
- logout.
3947
- - Bug Fix: Social Links: Do not use anonymous function for compatibility with
3948
- PHP 5.2.
3949
- - Bug Fix: Tiled Galleries: Update jQuery mouseover caption effect to reduce
3950
- flickering.
3951
- - Bug Fix: Widgets Visibility: Works better in the customizer admin view.
3952
-
3953
- ## 3.0.2 - 2014-06-17
3954
-
3955
- - Enhancement: General: Make module categories filter more visible when
3956
- active.
3957
- - Enhancement: General: Updated translation files with more strings added
3958
- since the last release.
3959
- - Enhancement: General: Allow deep-linking to the Contact Support form.
3960
- - Bug Fix: General: RTL Jetpack Admin UI looks better.
3961
- - Bug Fix: General: Fixed PHP warning when bulk deactivating modules.
3962
- - Bug Fix: General: Removed an unnecessary description.
3963
- - Bug Fix: General: Resolved an SSL error on Jetpack Admin UI.
3964
- - Bug Fix: General: Fix error comparing signatures when the WordPress
3965
- installation is using site_url filters (applied mostly to WPEngine sites).
3966
- - Bug Fix: General: Resolved PHP strict error on the mobile menu.
3967
- - Bug Fix: General: Fix timing of conditional checks, so that calling
3968
- developer mode via a plugin works again.
3969
- - Bug Fix: General: Main page categories tab now properly translates module
3970
- names.
3971
- - Bug Fix: Related Posts: Fix a typo, the "more info" link now works.
3972
- - Bug Fix: Likes: Improve button styling.
3973
- - Bug Fix: Likes: Remove unused UI for Reblog settings on social settings
3974
- page.
3975
- - Bug Fix: Contact Form: Updated to no longer use a deprecated Akismet
3976
- function.
3977
- - Bug Fix: Contact Form: Sends email to the administrator that is not marked
3978
- as spam again.
3979
- - Bug Fix: Open Graph: Resolved PHP warning on open graph gallery pages when
3980
- the gallery is empty.
3981
-
3982
- ## 3.0.1 - 2014-05-22
3983
-
3984
- - Bug Fix: AtD: A wpcom-only function got synced by mistake and caused a few
3985
- errors. Fixed.
3986
- - Bug Fix: Post By Email: Add static keyword to a function.
3987
- - Bug Fix: ShareDaddy: In the admin-side configuration of sharing links, we
3988
- used a Path icon instead of Pinterest. Oops!
3989
- - Bug Fix: ShareDaddy: We inadvertently appended `via @jetpack` to some
3990
- twitter shares. This is no longer the case.
3991
- - Bug Fix: Related Posts: Tidying up and relocation of the `resync` button
3992
- formerly on the more info modal.
3993
- - Bug Fix: Infinite Scroll: Work better with core's MediaElement.js
3994
- - Bug Fix: Heartbeat: Undeclared variable fixed.
3995
-
3996
- ## [3.0] - 2014-05-20
3997
-
3998
- - New User Interface for managing modules and settings
3999
- - New Module: Verfication Tools
4000
- - Enhancement: New look for the Sharing module
4001
- - Enhancement: Multiple improvements on which Twitter handle a Twitter card
4002
- will display
4003
- - Enhancement: Add option to hide Google+ Authorship banner while still
4004
- receiving the benefits
4005
- - Enhancement: Many Infinite Scroll enhancements to improve performance
4006
- - Enhancement: Infinite Scroll will use your CPT's display name instead of
4007
- "Older Posts"
4008
- - Enhancement: JSON API added /media/new endpoint
4009
- - Enhancement: Added filter to assign new default image for Open Graph tags
4010
- - Enhancement: New [jetpack-related-posts] shortcode to add Related Posts to
4011
- page instead of default placement
4012
- - Enhancement: Added SSO option to turn off login form completely, to use
4013
- WordPress.com login exclusively
4014
- - Enhancement: The [googlemaps] shortcode allows for Google Maps Engine
4015
- - Enhancement: YouTube shortcode allows HD playback
4016
- - Enhancement: Smoother, Faster Tiled Galleries!
4017
- - Enhancement: New languages! Use Jetpack in Irish, Fulah, and Tigrinya
4018
- - Bug Fix: Use your browser's Back and Forward buttons when naviagating a
4019
- Carousel
4020
- - Bug Fix: Various Related Posts fixes and improvements for added flexibility
4021
- - Bug Fix: WordPress 3.9: Restores ability to edit Contact Forms
4022
- - Bug Fix: WordPress 3.9: Restores Gallery Widget compatability
4023
- - Bug Fix: Ensure Markdown is kept when Bulk Editing posts
4024
- - Bug Fix: Improved Jetpack's Multisite Network Admin page for networks with a
4025
- large number of sites
4026
- - Bug Fix: Ensure Sharing settings persist when Bulk Editing a post
4027
- - Bug Fix: Various other shortcode improvements
4028
-
4029
- ## [2.9.3] - 2014-04-10
4030
-
4031
- - Important security update. CVE-2014-0173
4032
-
4033
- ## 2.9.2 - 2014-03-17
4034
-
4035
- - Bug Fix: Publicize: When publishing from a mobile app or third-party client,
4036
- Publicize now works again.
4037
-
4038
- ## 2.9.1 - 2014-03-06
4039
-
4040
- - Bug Fix: After the Deadline: Fix a Javascript glitch that could prevent
4041
- publishing of posts.
4042
- - Bug Fix: SSO: Disable the implementation of an option that had been removed
4043
- before release. This would have only been an issue if a site administrator
4044
- had enabled the module during an early beta of 2.9.
4045
-
4046
- ## [2.9] - 2014-02-26
4047
-
4048
- - Added Multisite network functionality
4049
- - New Module: Related Posts
4050
- - Enhancement: Single Sign On
4051
- - Enhancement: Mixcloud shortcode and oEmbed
4052
- - Enhancement: Gist shortcode and oEmbed
4053
- - Enhancement: Modify Facebook Like Box widget to support new Facebook
4054
- parameters
4055
- - Enhancement: Rolled the Push Notifications module into the Notes module
4056
- - Enhancement: Update kses with Markdown
4057
- - Enhancement: Adding keyboard accessibility to sharing buttons config page
4058
- - Enhancement: Pull WordPress testing bits from the new official git mirror at
4059
- WordPress.org
4060
- - Bug Fix: Widget Visibility
4061
- - Bug Fix: Revisions box in Custom CSS
4062
- - Bug Fix: Fix several bugs in the WordPress Posts Widget so that it correctly
4063
- updates
4064
- - Bug Fix: Limit Login Attempts no longer generates false positives from
4065
- xmlrpc.
4066
- - Bug Fix: Clear max_posts transient on theme switch.
4067
- - Bug Fix: Lower priority of sync to allow all CPTs to be registered.
4068
- - Bug Fix: Contact form fields emailed in correct order.
4069
-
4070
- Other bugfixes and enhancements at https://github.com/Automattic/jetpack/commits/2.9
4071
-
4072
- ## [2.8] - 2014-01-31
4073
-
4074
- - New Module: Markdown
4075
- - Module Update: Jetpack Monitor
4076
- - Enhancement: Infinite Scroll: Keep track of $current_day between requests so
4077
- the_date() works well.
4078
- - Enhancement: Embeds: New filter to turn off embeds in comments.
4079
- - Enhancement: Contact Form: Add placeholder support.
4080
- - Enhancement: Widget: Gravatar Profile: Added filters to allow users to
4081
- customize headings and fixed output of personal links.
4082
- - Enhancement: Facebook OG Tags: Add `published_time`, `modified_time`, and
4083
- `author` if the post type supports it.
4084
- - Enhancement: Sharing: Display buttons on CPT archive pages.
4085
- - Enhancement: Sharing: Add `get_share_title` function and filter.
4086
- - Enhancement: Sharing: Add filter `sharing_display_link`.
4087
- - Enhancement: Twitter Timeline: Flesh out tweet limit option.
4088
- - Enhancement: Social Links: Add Google+ to the list of supported services.
4089
- - Enhancement: Stats: Improve dashboard styles in 3.8.
4090
- - Enhancement: Stats: No longer use Quantcast.
4091
- - Enhancement: Top Posts: Add `jetpack_top_posts_days` filter.
4092
- - Enhancement: AtD: Add TinyMCE 4 compatibility for its pending arrival in
4093
- WordPress 3.9
4094
- - Enhancement: Genericons: Update to v3.0.3
4095
- - Enhancement: Tiled Galleries: Add alt attributes to images.
4096
- - Enhancement: Shortcode: YouTube: Accept protocol-relative URLs.
4097
- - Enhancement: Shortcode: Slideshow: Add white background option.
4098
- - Enhancement: Shortcode: YouTube: Add support for the two closed-caption
4099
- arguments.
4100
- - Enhancement: Shortcode: Vimeo: Update the regex to support the new embed
4101
- code.
4102
- - Enhancement: Shortcode: Google Maps: Update the regex to handle new format
4103
- for embeds.
4104
- - Enhancement: Likes: Avoid a PHP Notice when $_POST['post_type'] is not set
4105
- in meta_box_save.
4106
- - Enhancement: Smush images to save on file size.
4107
- - Enhancement: Publicize: Enable opt-in publicizing of custom post types.
4108
- - Bug Fix: Random Redirect: Further namespace to avoid conflicts.
4109
- - Bug Fix: Twitter Timeline: Resolve undefined index notice.
4110
- - Bug Fix: Featured Content: Add extra class_exists() check to be extra
4111
- careful.
4112
- - Bug Fix: Facebook OG Tags: Change OG type of Home and Front Page to
4113
- 'website'
4114
- - Bug Fix: Widget Visibility: Add support for old-style single use widgets.
4115
- - Bug Fix: Google Authorship: Support apostrophe in author names.
4116
- - Bug Fix: Media Extractor: Assorted graceful failure caveats.
4117
- - Bug Fix: Carousel: 'Link to None' bug fixed.
4118
- - Bug Fix: Embeds: Bandcamp: Switch escaping function for album and track IDs
4119
- to handle (int)s greater than PHP_INT_MAX
4120
- - Bug Fix: Some plugins trying to catch brute-force attacks mistakenly flagged
4121
- the Jetpack connection as one.
4122
-
4123
- ## [2.7] - 2013-12-11
4124
-
4125
- - Enhancement: Google+ Publicize
4126
- - Enhancement: Add Cloudup as an oEmbed provider
4127
- - Enhancement: Subscriptions: Add subscribe_field_id filter to allow updated
4128
- ids when using multiple widgets
4129
- - Enhancement: Infinite Scroll: TwentyFourteen Support
4130
- - Bug Fix: Contact Form: Fix warning when form is called outside the loop
4131
- - Bug Fix: Featured Content: Moving Settings to Customizer, provide option to
4132
- set default tag as fallback, specify all supported post-types rather than just
4133
- additional ones. Description Updates
4134
- - Bug Fix: Featured Content: Compat with 'additional_post_types' theme support
4135
- argument. Comment updates
4136
- - Bug Fix: Featured Content: Make sure $term is an object before we treat it
4137
- as one
4138
- - Bug Fix: GlotPress: Merge with latest GlotPress
4139
- - Bug Fix: Infinite Scroll: prevent Undefined index notice that can cause IS
4140
- to fail when user has WP_DEBUG set to true
4141
- - Bug Fix: Infinite Scroll: Improved compatibility with Carousel, Tiled
4142
- Galleries, VideoPress, and the `[audio]` and `[video]` shortcodes
4143
- - Bug Fix: Likes: Stop manually including version.php and trust the global.
4144
- Some whitespace fixes, and if it's an attachment, follow the post_status of
4145
- the parent post
4146
- - Bug Fix: Mobile Theme: Display password field for Gallery format protected
4147
- posts
4148
- - Bug Fix: Sharing: Add new translation width for share button, and Google
4149
- Plus icons
4150
- - Bug Fix: Shortcodes: Support Ineternational Google domains for maps
4151
- - Bug Fix: Shortcodes: Facebook Embeds: Register alternate permalink.php URL
4152
- for posts
4153
- - Bug Fix: Subscriptions: Moved inline styles from widget email input to
4154
- separate css file
4155
- - Bug Fix: Theme Tools: Fix glitch where random-redirect.php also showed as a
4156
- plugin being deleted if you were deleting Jetpack
4157
- - Bug Fix: Misc: Internationalization & RTL updates
4158
- - Bug Fix: Misc: Prevent collisions with 'Facebook Featured Image & OG Meta
4159
- Tags' plugin
4160
-
4161
- ## 2.6.1 - 2013-12-03
4162
-
4163
- - Bug Fix: minor styling fix in pre- and post-MP6/3.8 UI changes.
4164
- - Bug Fix: Stats: spinner gif url fix when the user is viewing it over https.
4165
- - Bug Fix: Stats: Switch to esc_html from htmlspecialchars in error message --
4166
- better to be native
4167
- - Bug Fix: Media Extractor: some hosts don't compile unicode for
4168
- preg_match_all, so we temporarily removed the block that depended on it.
4169
- - Bug Fix: Media Extractor: Add in some error handling for malformed URLs.
4170
- - Bug Fix: Twitter Cards: treat single-image galleries as a photo-type.
4171
- - Bug Fix: Update conflicting plugins for OG tags and Twitter Cards.
4172
- - Bug Fix: Correct max supported version number -- had been 3.6, update to
4173
- 3.7.1
4174
-
4175
- ## [2.6] - 2013-11-28
4176
-
4177
- - Enhancement: WPCC / now called [SSO](http://jetpack.com/support/sso/):
4178
- refactored.
4179
- - Enhancement: Monitor: new module which will notify you if your site goes
4180
- down(http://jetpack.com/support/monitor/).
4181
- - Enhancement: Custom CSS: replace Ace editor with Codemirror.
4182
- - Enhancement: Widgets: new “Display Posts” widget.
4183
- - Enhancement: WP-CLI: add commands to disconnect a site and manage modules.
4184
- - Enhancement: Contact Form: new filters, `grunion_contact_form_field_html`
4185
- and `grunion_should_send_email`.
4186
- - Enhancement: Custom Post Types: new restaurant post type.
4187
- - Enhancement: Genericons: update to version 3.0.2.
4188
- - Enhancement: Infinite Scroll: many improvements and fixes.
4189
- - Enhancement: Likes: performance improvements.
4190
- - Enhancement: MP6: Jetpack icons are now compatible with WordPress 3.8.
4191
- - Enhancement: Open Graph: better descriptions, fallback images, and media
4192
- extraction from video posts.
4193
- - Enhancement: Publicize: new background token tests for connected publicize
4194
- services and display problems on settings sharing and add new post.
4195
- - Enhancement: Shortcodes: updated Bandcamp shortcode to support the
4196
- `tracklist` and `minimal` attributes, as well as more `artwork` attribute
4197
- values.
4198
- - Enhancement: Shortlinks: add Custom Post Type support.
4199
- - Enhancement: Subscriptions: add more ways to customize the subscriptions
4200
- widget.
4201
- - Enhancement: Twitter Cards: better media management and card type detection,
4202
- and better handling of conflicts with other Twitter Cards plugins.
4203
- - Enhancement: better handling of conflicts with other plugins.
4204
- - Bug Fix: After the Deadline: add a typeof check for `tinyMCEPreInit.mceInit`
4205
- to prevent js errors.
4206
- - Bug Fix: Carousel: speed improvements and several bugfixes.
4207
- - Bug Fix: Contact Form: remove nonce creating issues with caching plugins.
4208
- - Bug Fix: Custom Post Types: Testimonials: return if featured image is empty
4209
- so it can be removed after it’s been set.
4210
- - Bug Fix: Featured Content: add additional post type support through the
4211
- `additional_post_types` argument.
4212
- - Bug Fix: Google Authorship: support apostrophes in Google+ profiles.
4213
- - Bug Fix: Google Authorship: use a regexp Instead of using
4214
- `mb_convert_encoding`, which doesn’t enjoy universal support.
4215
- - Bug Fix: Heartbeat: ensure that it never triggers more than once per week.
4216
- - Bug Fix: JSON API: add new `?meta=` parameter that allows you to expand the
4217
- data found in the `meta->links` responses.
4218
- - Bug Fix: JSON API: add new `is_private` response to the sites endpoint and
4219
- `global_ID` response to the reader and post endpoints.
4220
- - Bug Fix: Mobile Theme: allow small images to display inline.
4221
- - Bug Fix: Mobile Theme: fix fatal errors for missing `minileven_header`
4222
- function.
4223
- - Bug Fix: Photon: fix errors when an image is not uploaded properly.
4224
- - Bug Fix: Shortcodes: improvements to Archives, Google+, Presentations, Vine
4225
- and Youtube.
4226
- - Bug Fix: Tiled Galleries: improve display of panoramic images and fix errors
4227
- when an image is not uploaded properly.
4228
-
4229
- ## [2.5] - 2013-09-19
4230
-
4231
- - Enhancement: Connect your Google+ profile and WordPress site to prove
4232
- authorship of posts.
4233
- - Enhancement: Improved sharing buttons display.
4234
- - Enhancement: Comment on your posts using Google+ to signin.
4235
- - Enhancement: Embed Google+ posts into your posts.
4236
- - Enhancement: Added event logging capabilities for debugging
4237
- - Enhancement: LaTeX is now available in dev mode
4238
- - Enhancement: Introduced gallery widget
4239
- - Enhancement: Added new module: VideoPress
4240
- - Enhancement: Updated identity crisis checker
4241
- - Enhancement: Tiled Gallery widget added
4242
- - Enhancement: Google +1 button changed to Google+ Share button, to avoid
4243
- confusion
4244
- - Enhancement: Added check to ensure Google+ authorship accounts have
4245
- disconnected properly
4246
- - Enhancement: Updated identity crisis checker
4247
- - Enhancement: Tiled Gallery widget added
4248
- - Enhancement: Google +1 button changed to Google+ Share button, to avoid
4249
- confusion
4250
- - Enhancement: Added the ability to embed Facebook posts
4251
- - Bug Fix: Redirect issue with G+ authorship when WordPress is not in the root
4252
- directory
4253
- - Enhancement: Better security if carousel to prevent self-XSS
4254
- - Enhancement: Better handling of cookies for subsites on multisite installs
4255
- - Bug Fix: Check for post in G+ authorship before accessing it
4256
-
4257
- ## 2.4.2 - 2013-09-05
4258
-
4259
- - Enhancement: Converted to module headers to detect Auto-Activating modules.
4260
- - Enhancement: WPCC: Added 'Close' link to deactivate WPCC in the admin nag.
4261
- - Enhancement: JSON API: Add User Nicename to the user data.
4262
- - Bug Fix: Contact Form: Stopped using a short tag.
4263
- - Bug Fix: Changed CSS selector to catch MP6 stylings.
4264
- - Bug Fix: Dropped `__FILE__` references in class.jetpack.php in favor of
4265
- JETPACK__PLUGIN_DIR constant, now code that deactivates the plugin from the
4266
- connect nag works again.
4267
- - Bug Fix: Random Redirect: Add random-redirect to the plugins overriden list,
4268
- in case someone is using Matt's Random Redirect plugin.
4269
- - Bug Fix: Tiled Gallery: Revert r757178 relating to tiled gallery defaults.
4270
- - Bug Fix: Return false, not zero, if $GLOBALS['content_width'] isn't defined.
4271
- - Bug Fix: WPCC: Don't call wp_login_url() in the constructor -- if someone is
4272
- running a custom login page, that can break things if their plugin runs
4273
- get_permalink as a filter before init.
4274
- - Bug Fix: Tiled Gallery: Add fallback if post_parent == 0 due to
4275
- infinite_scroll_load_other_plugins_scripts.
4276
- - Bug Fix: Custom CSS: Set the ACE gutter z-index to 1.
4277
- - Bug Fix: Custom Post Types: Switch from wp_redirect() to wp_safe_redirect().
4278
- - Bug Fix: Likes: Set overflow:hidden; on the likes adminbar item.
4279
- - Bug Fix: Mobile Theme: Migrate where/when the custom header stuff is
4280
- included.
4281
- - Bug Fix: Slideshow Shortcode: Add a height of 410px.
4282
-
4283
- ## 2.4.1 - 2013-09-04
4284
-
4285
- - Enhancement: Don't auto-activate WPCC.
4286
-
4287
- ## [2.4] - 2013-08-30
4288
-
4289
- - Enhancement: WordPress.com Connect (WPCC): New Module.
4290
- - Enhancement: Widget Visibility: New Module.
4291
- - Enhancement: Shortcode: Addition of new Twitter Timeline shortcode.
4292
- - Enhancement: Shortcode: Addition of new Presentation shortcode.
4293
- - Enhancement: Shortcode: Addition of new Vine shortcode.
4294
- - Enhancement: Custom Post Types: CPTs are available.
4295
- - Enhancement: Subscriptions: Add 'jetpack_is_post_mailable' filter.
4296
- - Enhancement: OpenGraph: Add Twitter Cards meta tags as well.
4297
- - Enhancement: Custom CSS: Update lessc and scssc preprocessors to 0.4.0 and
4298
- 0.0.7 respectively.
4299
- - Enhancement: Omnisearch: Add Media results.
4300
- - Enhancement: Likes: Use a protocol-agnostic iframe, instead of forced HTTPS.
4301
- - Enhancement: Top Posts: Increase post limit.
4302
- - Enhancement: Publicize: Updated JS and UI.
4303
- - Enhancement: Photon: New filter to let site admins/owners enable photon for
4304
- HTTPS urls.
4305
- - Enhancement: New jetpack_get_available_modules filter.
4306
- - Enhancement: Subscriptions: Antispam measures.
4307
- - Bug Fix: Add inline style to keep plugins/themes from inadvertently hiding
4308
- the Connect box.
4309
- - Bug Fix: Custom CSS: Respect the new wp_revisions_to_keep filter.
4310
- - Bug Fix: Photon: Only hook jetpack_photon_url into the filter if the user
4311
- has Photon active.
4312
- - Bug Fix: Heartbeat: Used wrong object, occasinally fatal-erroring out for
4313
- the cron.
4314
- - Bug Fix: Add an empty debug.php file to the /modules/ folder, to solve some
4315
- update issues where it never got deleted.
4316
-
4317
- ## [2.3.5] - 2013-08-12
4318
-
4319
- - Enhancement: Added Path support to Publicize.
4320
-
4321
- ## [2.3.4] - 2013-08-06
4322
-
4323
- - Bug Fix: Correct when output occurs with CSV export for feedback.
4324
- - Bug Fix: Tidy up the Heartbeat API.
4325
- - Enhancement: User Agent: Improve detecting of bots.
4326
- - Enhancement: Genericons: Make sure we're pulling the freshest version from
4327
- genericons.com on each release.
4328
- - Enhancement: JSON API: Open up replies/new endpoints so that users can
4329
- comment on blogs that are not in their access token.
4330
- - Enhancement: Photon: Apply to `get_post_gallery()` function as well.
4331
- - Enhancement: Tiled Galleries: Add a default bottom margin to be more robust
4332
- out of the box.
4333
- - Translations: Adding in fresher translation files.
4334
- - Deprecation: Removing the retinization code for 3.4, as it was included in
4335
- WordPress trunk from 3.5 onwards.
4336
-
4337
- ## [2.3.3] - 2013-07-26
4338
-
4339
- - Bug Fix: We were inadvertently overwriting cron schedules with our Jetpack
4340
- heartbeat. This should now be fixed.
4341
- - Enhancement: New Facebook Sharing icons.
4342
- - Enhancement: Minor update to the Minileven stylesheet.
4343
-
4344
- ## [2.3.2] - 2013-07-25
4345
-
4346
- - Bug Fix: Fixed an issue where Facebook Pages were not available when
4347
- connecting a Publicize account.
4348
- - Bug Fix: For some web hosts, fixed an issue where 'Jetpack ID' error would
4349
- occur consistently on connecting to WordPress.com.
4350
- - Enhancement: Adding some new stats and heartbeat checking to Jetpack.
4351
-
4352
- ## [2.3.1] - 2013-07-02
4353
-
4354
- - Enhancement: Social Links: Retooling the class for better consistency and
4355
- performance behind the scenes.
4356
- - Enhancement: Omnisearch: Make it easier to search Custom Post Types. No
4357
- longer need to extend the class, if all you want is a basic display. Just
4358
- call `new Jetpack_Omnisearch_Posts( 'cpt' );`
4359
- - Enhancement: Sharing Buttons: LinkedIn: Use the official button's sharing
4360
- link on the Jetpack implementation for a more consistent sharing experience
4361
- and produce better results on LinkedIn's end.
4362
- - Enhancement: Debug / Connection: Better logic in determining whether the
4363
- server can use SSL to connect to WPCOM servers.
4364
- - Enhancement: Sharing: Twitter: Calculate the size of the Tweet based on the
4365
- short URL rather than the full URL size.
4366
- - Enhancement: Debug: More readable and understandable messages.
4367
- - Enhancement: Likes: Including some MP6 styles.
4368
- - Enhancement: Comments: Add new core classes to comment form. See
4369
- http://core.trac.wordpress.org/changeset/24525
4370
- - Bug Fix: Omnisearch: Don't load everything initially, run the providers off
4371
- admin_init, and then issue an action for folks to hook into.
4372
- - Bug Fix: Omnisearch: Modify some child class functions to match the parent's
4373
- parameters and avoid strict notices in newer versions of PHP.
4374
- - Bug Fix: Omnisearch: Hide the search form in the module description if the
4375
- current user can't use it.
4376
- - Bug Fix: Comment Form: Use edit_pages, not edit_page (fixes glitch in
4377
- previous beta, never publicly released).
4378
- - Bug Fix: Twitter Timeline Widget: Additional testing of values and casting
4379
- to default if they are nonconforming.
4380
- - Bug Fix: Sharing: Pinterest: Make the button wider if there's a count to
4381
- avoid overlapping with others.
4382
- - Bug Fix: Post By Email: Change configuration_redirect to static.
4383
- - Bug Fix: Likes: Don't call configuration_redirect as a static, do it as a
4384
- method.
4385
- - Bug Fix: Add some further security measures to module activation.
4386
-
4387
- ## [2.3] - 2013-06-19
4388
-
4389
- - Enhancement: Omnisearch: Search once, get results from everything!
4390
- Omnisearch is a single search box that lets you search many different things
4391
- - Enhancement: Debugger: this module helps you debug connection issues right
4392
- from your dashboard, and contact the Jetpack support team if needed
4393
- - Enhancement: Social Links: this module is a canonical source, based on
4394
- Publicize, that themes can use to let users specify where social icons should
4395
- link to
4396
- - Enhancement: It’s now easier to find out if a module is active or note,
4397
- thanks to the new Jetpack::is_module_active()
4398
- - Enhancement: Contact Form: You are now able to customize the submit button
4399
- text thanks to the submit_button_text parameter
4400
- - Enhancement: Comments: We've added a filter to let users customize the
4401
- Comment Reply label, and users can now also customize the prompt on the
4402
- comment form again.
4403
- - Enhancement: Mobile Theme: Add genericons.css and registering it so it’s
4404
- easily accessible to other modules that may want it
4405
- - Enhancement: Tiled Galleries: You can now customize the captions, thanks to
4406
- the jetpack_slideshow_slide_caption filter
4407
- - Enhancement: Widgets: Twitter Timeline: Add the noscrollbar option
4408
- - Enhancement: Widgets: Facebook Like Box Widget: add a show_border attribute
4409
- - Enhancement: Widgets: FB Like Box: let Jetpack users override the iframe
4410
- background color set in an inline style attribute by using the
4411
- jetpack_fb_likebox_bg filter
4412
- - Bug Fix: Carousel: Fix a bug where double-clicking a gallery thumbnail broke
4413
- the carousel functionality
4414
- - Bug Fix: Comments: Change “must-log-in” to class from ID
4415
- - Bug Fix: Contact Form: Make the Add Contact Form link a button, ala Add
4416
- Media in core
4417
- - Bug Fix: Contact Form: Fix encoding of field labels
4418
- - Bug Fix: Contact Form: Remove references to missing images
4419
- - Bug Fix: Fix 2 XSS vulnerabilities
4420
- - Bug Fix: JSON API: Minor fixes for bbPress compatibility
4421
- - Bug Fix: JSON API: Fix metadata bugs
4422
- - Bug Fix: JSON API: Add a new hook that is fired when a post is posted using
4423
- the API
4424
- - Bug Fix: JSON API: Prefork/REST: update path normalizer to accept versions
4425
- other than 1
4426
- - Bug Fix: JSON API: Remove extra parenthesis in CSS
4427
- - Bug Fix: Custom CSS: Move content width filters higher up so that they’re
4428
- active for all users, not just logged-in admins.
4429
- - Bug Fix: Custom CSS: All CSS properties that accept images as values need to
4430
- be allowed to be declared multiple times so that cross-browser gradients work
4431
- - Bug Fix: Infinite Scroll: Allow themes to define a custom function to render
4432
- the IS footer
4433
- - Bug Fix: Infinite Scroll: Fix up Twenty Thirteen styles for RTL and small
4434
- viewports.
4435
- - Bug Fix: Likes: Fix ‘Call to undefined function’
4436
- - Bug Fix: Likes: Add scrolling no to iframe to make sure that like button in
4437
- admin bar does not show scrollbars
4438
- - Bug Fix: Likes: Remove setInterval( JetpackLikesWidgetQueueHandler, 250 )
4439
- call that was causing heavy CPU load
4440
- - Bug Fix: Mobile Theme: Remove unused variable & function call
4441
- - Bug Fix: Publicize: Fix LinkedIn profile URL generation
4442
- - Bug Fix: Publicize: Better refresh handling for services such as LinkedIn
4443
- and Facebook
4444
- - Bug Fix: Shortcodes: Audio shortcode: Treat src as element 0. Fixes audio
4445
- shortcodes created by wp_embed_register_handler when an audio url is on a line
4446
- by itself
4447
- - Bug Fix: Bandcamp: Updates to the Bandcamp shortcode
4448
- - Bug Fix: Stats: Fix missing function get_editable_roles on non-admin page
4449
- loads
4450
- - Bug Fix: Widgets: Twitter Timeline: Fix HTML links in admin; set default
4451
- values for width/height; change some of the sanitization functions
4452
- - Bug Fix: Widgets: Top Posts Widget: Exclude attachments
4453
- - Bug Fix: Widgets: Top Posts Widget: fix data validation for number of posts
4454
- - Bug Fix: Fix PHP warnings non-static method called dynamically
4455
- - Bug Fix: Fixed an issue in image extraction from HTML content
4456
- - Bug Fix: Open Graph: Change default minimum size for og:image too 200×200
4457
- - Note: The old Twitter widget was removed in favour of Twitter Timeline
4458
- widget
4459
- - Note: Add is_module_active() to make it easier to detect what is and what
4460
- isn’t
4461
- - Note: Compressing images via lossless methods
4462
- - Note: Tidying up jetpack’s CSS
4463
- - Note: Set the max DB version for our retina overrides that were meant to
4464
- stop for WordPress 3.5
4465
- - Note: Updating spin.js to the current version, and shifting to the canonical
4466
- jquery.spin.js library
4467
- - Note: Adding Jetpack_Options class, and abstracting out options functions to
4468
- it
4469
-
4470
- ## [2.2.5] - 2013-05-01
4471
-
4472
- - Enhancement: Stats: Counting of registered users' views can now be enabled
4473
- for specific roles
4474
- - Bug Fix: Security tightening for metadata support in the REST API
4475
- - Bug Fix: Update the method for checking Twitter Timeline widget_id and
4476
- update coding standards
4477
- - Bug Fix: Custom CSS: Allow the content width setting to be larger than the
4478
- theme's content width
4479
- - Bug Fix: Custom CSS: Fix possible missing argument warning.
4480
-
4481
- ## [2.2.4] - 2013-04-26
4482
-
4483
- - Bug Fix: JSON API compat file include was not assigning a variable
4484
- correctly, thus throwing errors. This has been resolved.
4485
-
4486
- ## [2.2.3] - 2013-04-26
4487
-
4488
- - Enhancement: Comments - Add the reply-title H3 to the comment form so that
4489
- themes or user CSS can style it
4490
- - Enhancement: Custom CSS - Support for the CSS @viewport
4491
- - Enhancement: JSON API - Support for i_like, is_following, and is_reblogged
4492
- - Enhancement: JSON API: Custom Post Type Support
4493
- - Enhancement: JSON API: Meta Data Support
4494
- - Enhancement: JSON API: Bundled Support for bbPress
4495
- - Enhancement: JSON API: Additions of following, reblog, and like status for
4496
- post endpoints.
4497
- - Enhancement: Shortcodes - Add Bandcamp shortcode
4498
- - Enhancement: Tiled Galleries - Add code to get blog_id
4499
- - Bug Fix: Carousel - Support relative image paths incase a plugin is
4500
- filtering attachment URLs to be relative instead of absolute
4501
- - Bug Fix: Carousel - Add likes widget to images / Respect comment settings
4502
- for name/email
4503
- - Bug Fix: Carousel - Make name and email optional if the setting in the admin
4504
- area says they are
4505
- - Bug Fix: Contact Form - Bug fixes, including a fix for WP-CLI
4506
- - Bug Fix: Contact Form - Remove deprecated .live calls, delegate lazily to
4507
- jQuery(document) since it's all in an iframe modal
4508
- - Bug Fix: Contact Form - RTL styles
4509
- - Bug Fix: Contact Form - Better handle MP6 icons
4510
- - Bug Fix: Custom CSS - array_shift() took a variable by reference, so avoid
4511
- passing it the result of a function
4512
- - Bug Fix: Custom CSS - Allow case-insensitive CSS properties (<a
4513
- href="https://wordpress.org/support/topic/two-issues-with-jetpack-css-module?replies=9">ref</a>)
4514
- - Bug Fix: Infinite Scroll - Maintain main query's `post__not_in` values when
4515
- querying posts for IS
4516
- - Bug Fix: Infinite Scroll - Ensure that IS's `pre_get_posts` method isn't
4517
- applied in the admin. Also fixes an incorrect use of `add_filter()` where
4518
- `add_action()` was meant. Fixes #1696-plugins
4519
- - Bug Fix: Infinite Scroll - CSS update - IS footer was too large in Firefox
4520
- - Bug Fix: Infinite Scroll - Add bundled support for Twenty Thirteen default
4521
- theme
4522
- - Bug Fix: Infinite Scroll - Include posts table's prefix when modifying the
4523
- SQL WordPress generates to retrieve posts for Infinite Scroll
4524
- - Bug Fix: JSON API - Use wp_set_comment_status to change the comment status,
4525
- to make sure actions are run where needed
4526
- - Bug Fix: Likes - Update style and logic for matching id's
4527
- - Bug Fix: Mobile Theme - Ensure that
4528
- <code>minileven_actual_current_theme()</code> is child-theme compatible +
4529
- other updates
4530
- - Bug Fix: Mobile Theme - Update method for finding currently active theme.
4531
- - Bug Fix: Notifications - Remove the postmessage.js enqueue since this
4532
- feature solely supports native postMessage
4533
- - Bug Fix: Notifications - Clean up script enqueues and use core versions of
4534
- underscore and backbone on wpcom as fallbacks
4535
- - Bug Fix: Notifications - Enqueue v2 scripts and style
4536
- - Bug Fix: Notifications - Prefix module-specific scripts and style to prevent
4537
- collision
4538
- - Bug Fix: Notifications - Include lang and dir attributes on
4539
- #wpnt-notes-panel so the notifications iframe can use these to display
4540
- correctly
4541
- - Bug Fix: Open Graph: Use the profile OG type instead of author. Add tags for
4542
- first/last names
4543
- - Bug Fix: Publicize - Remove the Yahoo! service because they stopped
4544
- supporting that API entirely
4545
- - Bug Fix: Publicize - fix fatal errors caused by using a method on a
4546
- non-object. Props @ipstenu
4547
- - Bug Fix: Sharing - Adding 2x graphics for Pocket sharing service
4548
- - Bug Fix: Sharing - Bug fixes, and a new filter
4549
- - Bug Fix: Shortcodes - Audio: make sure that the Jetpack audion shortcode
4550
- does not override the 3.6 core audio shortcode. Also, we need to filter the
4551
- old Jetpack-style shortcode to properly set the params for the Core audio
4552
- shortcode.
4553
- - Bug Fix: Shortcodes - Audio: Re-enable the flash player
4554
- - Bug Fix: Shortcodes - Slideshow: RTL styling update
4555
- - Bug Fix: Tiled Galleries - Fix IE8 display bug where it doesn't honor inline
4556
- CSS for width on images
4557
- - Bug Fix: Tiled Galleries - Remove depreacted hover call, use mouseenter
4558
- mouseleave instead
4559
- - Enhancement: Twitter Timeline Widget: New JavaScript based widget. Old one
4560
- will discontinue May 7th.
4561
-
4562
- ## 2.2.2 - 2013-04-05
4563
-
4564
- - Enhancement: Mobile Theme: Add controls for custom CSS.
4565
- - Enhancement: Sharing: Add Pocket to the available services.
4566
- - Bug Fix: Custom CSS: Update the method for generating content width setting.
4567
- - Bug Fix: JSON API: Security updates.
4568
- - Bug Fix: Likes: Add settings for email notifications and misc style updates.
4569
- - Bug Fix: Notifications: Add the post types to sync after init.
4570
- - Bug Fix: Publicize: RTL styling.
4571
- - Bug Fix: Shortcodes: security fixes and function prefixing.
4572
- - Bug Fix: Widgets: Update wording on the Top Posts widget for clarity.
4573
- - Bug Fix: Jetpack Post Images security fixes.
4574
-
4575
- ## [2.2.1] - 2013-03-28
4576
-
4577
- - Enhancement: Development Mode: Define the `JETPACK_DEV_DEBUG` constant to
4578
- `true` to enable an offline mode for localhost development. Only modules that
4579
- don't require a WordPress.com connection can be enabled in this mode.
4580
- - Enhancement: Likes: Added the number of likes to the wp-admin/edit.php
4581
- screens.
4582
- - Enhancement: Mobile Theme - design refresh
4583
- - Enhancement: Shortcodes - Add a filter to the shortcode loading section so
4584
- that a plugin can override what Jetpack loads for shortcodes
4585
- - Enhancement: Widgets - Filter Jetpack's widgets so that a plugin can control
4586
- which widgets get loaded
4587
- - Bug Fix: Comments - Add in a wrapper div with id='commentform'
4588
- - Bug Fix: Contact Form - Added date field with datepicker
4589
- - Bug Fix: Contact Form - Allowed non-text widgets to use contact forms by
4590
- running their output through the widget_text filter
4591
- - Bug Fix: Custom CSS - Allowing color values to be defined multiple times
4592
- - Bug Fix: Custom CSS - Dynamically loading the correct CSS/LESS/SCSS mode for
4593
- the CSS editor if the user changes the preprocessor
4594
- - Bug Fix: Custom CSS - Using the unminified worker CSS
4595
- - Bug Fix: Custom CSS - Added rule: reminder about using .custom-background on
4596
- body selector
4597
- - Bug Fix: Custom CSS - Modified rule: Removed portion of overqualification
4598
- rule that deems 'a.foo' overqualified if there are no other 'a' rules
4599
- - Bug Fix: Custom CSS - Ensuring that the editor and the textarea behind it
4600
- are using the same font so that the cursor appears in the correct location
4601
- - Bug Fix: Custom CSS - Fix a bug that caused some sites to always ignore the
4602
- base theme's CSS when in preview mode
4603
- - Bug Fix: Custom CSS - Run stripslashes() before passing CSS to save()
4604
- - Bug Fix: Custom CSS - Moving inline CSS and JavaScript into external files
4605
- - Bug Fix: Infinite Scroll - Use the `is_main_query()` function and query
4606
- method
4607
- - Bug Fix: Infinite Scroll - Remove unused styles and an unnecessary margin
4608
- setting
4609
- - Bug Fix: Infinite Scroll - Allow the query used with IS to be filtered, so
4610
- IS can be applied to a new query within a page template
4611
- - Bug Fix: JSON API - Catch the 'User cannot view password protected post'
4612
- error from can_view_post and bypass it for likes actions if the user has the
4613
- password entered
4614
- - Bug Fix: Likes - Bump cache buster, Don't show likes for password protected
4615
- posts
4616
- - Bug Fix: Notifications - Remove a redundant span closing tag
4617
- - Bug Fix: Photon - If an image is already served from Photon but the anchor
4618
- tag that surrounds it hasn't had its `href` value rewritten to use Photon, do
4619
- so. Accounts for WP galleries whose individual items are linked to the
4620
- original image files
4621
- - Bug Fix: Publicize - Allows GLOBAL_CAP to be filtered, Adds an AYS to
4622
- connection deletion, UI improvement for MP6 (and in general)
4623
- - Bug Fix: Sharedaddy - Fire the sharing redirect earlier for increased plugin
4624
- compatibility
4625
- - Bug Fix: Stats - Move the display:none CSS output to wp_head so it gets
4626
- written inside the HEAD tag if the option to hide the stats smilie is active
4627
- - Bug Fix: Tiled Galleries - A more descriptive name for the default gallery
4628
- type
4629
- - Bug Fix: Tiled Galleries - Hide the Columns setting for gallery types that
4630
- don't support it
4631
- - Bug Fix: Run the admin_menu action late so that plugins hooking into it get
4632
- a chance to run
4633
- - Bug Fix: Prophylactic strict equality check
4634
-
4635
- ## [2.2] - 2013-02-26
4636
-
4637
- - Enhancement: Likes: Allow your readers to show their appreciation of your
4638
- posts.
4639
- - Enhancement: Shortcodes: SoundCloud: Update to version 2.3 of the SoundCloud
4640
- plugin (HTML5 default player, various fixes).
4641
- - Enhancement: Shortcodes: Subscriptions: Add a shortcode to enable placement
4642
- of a subscription signup form in a post or page.
4643
- - Enhancement: Sharedaddy: Allow selecting multiple images from a post using
4644
- the Pinterest share button.
4645
- - Enhancement: Contact Form: Allow feedbacks to be marked spam in bulk.
4646
- - Enhancement: Widgets: Readmill Widget: Give your visitors a link to send
4647
- your book to their Readmill library.
4648
- - Note: Notifications: Discontinue support for Internet Explorer 7 and below.
4649
- - Bug Fix: JSON API: Fix authorization problems that some users were
4650
- experiencing.
4651
- - Bug Fix: JSON API: Sticky posts were not being sorted correctly in /posts
4652
- requests.
4653
- - Bug Fix: Stats: sync stats_options so server has roles array needed for
4654
- view_stats cap check.
4655
- - Bug Fix: Infinite Scroll: Display improvements.
4656
- - Bug Fix: Infinite Scroll: WordPress compatibility fixes.
4657
- - Bug Fix: Photon: Only rewrite iamge urls if the URL is compatible with
4658
- Photon.
4659
- - Bug Fix: Photon: Account for registered image sizes with one or more
4660
- dimesions set to zero.
4661
- - Bug Fix: Subscriptions: Make HTML markup more valid.
4662
- - Bug Fix: Subscriptions: Fixed notices displayed in debug mode.
4663
- - Bug Fix: Custom CSS: CSS warnings and errors should now work in environments
4664
- where JavaScript is concatenated or otherwise modified before being served.
4665
- - Bug Fix: Hovercards: WordPress compatibility fixes.
4666
- - Bug Fix: Improved image handling for the Sharing and Publicize modules.
4667
- - Bug Fix: Carousel: Display and Scrollbar fixes.
4668
- - Bug Fix: Tiled Galleries: Restrict images in tiled galleries from being set
4669
- larger than their containers.
4670
- - Bug Fix: Widgets: Gravatar Profile: CSS fixes.
4671
- - Bug Fix: Publicize: Strip HTML comments from the data we send to the third
4672
- party services.
4673
- - Bug Fix: Notifications: Dropped support for IE7 and below in the
4674
- notifications menu.
4675
- - Bug Fix: Custom CSS Editor: Allow custom themes to save CSS more easily.
4676
- - Bug Fix: Infinite Scroll: Waits until the DOM is ready before loading the
4677
- scrolling code.
4678
- - Bug Fix: Mobile Theme: If the user has disabled the custom header text
4679
- color, show the default black header text color.
4680
- - Bug Fix: Mobile Theme: Fix for the "View Full Site" link.
4681
- - Bug Fix: Mobile Theme: Use a filter to modify the output of wp_title().
4682
- - Bug Fix: Publicize: Twitter: Re-enable character count turning red when more
4683
- than 140 characters are typed.
4684
-
4685
- ## 2.1.2 - 2013-02-05
4686
-
4687
- - Enhancement: Infinite Scroll: Introduce filters for Infinite Scroll.
4688
- - Enhancement: Shortcodes: TED shortcode.
4689
- - Bug Fix: Carousel: Make sure to use large image sizes.
4690
- - Bug Fix: Carousel: Clicking the back button in your browser after exiting a
4691
- carousel gallery brings you back to the gallery.
4692
- - Bug Fix: Carousel: Fix a scrollbar issue.
4693
- - Bug Fix: Comments: Move the get_avatar() function out of the base class.
4694
- - Bug Fix: Contact Form: Prevent the form from displaying i18n characters.
4695
- - Bug Fix: Contact Form: Remove the !important CSS rule.
4696
- - Bug Fix: Infinite Scroll: Main query arguments are not respected when using
4697
- default permalink.
4698
- - Bug Fix: JSON API: Trap 'wp_die' for new comments and image uploads.
4699
- - Bug Fix: JSON API: Use a better array key for the user_ID.
4700
- - Bug Fix: JSON API: Make the class instantiable only once, but multi-use.
4701
- - Bug Fix: JSON API: Fix lookup of pages by page slug.
4702
- - Bug Fix: JSON API: Updates for post likes.
4703
- - Bug Fix: Mobile Theme: Remove Android download link for BB10 and Playbook.
4704
- - Bug Fix: Open Graph: Stop using Loop functions to get post data for meta
4705
- tags.
4706
- - Bug Fix: Photon: Suppress and check for warnings when pasing_url and using
4707
- it.
4708
- - Bug Fix: Photon: Ensure full image size can be used.
4709
- - Bug Fix: Photon: Resolve Photon / YouTube embed conflict.
4710
- - Bug Fix: Photon: Fix dimension parsing from URLs.
4711
- - Bug Fix: Photon: Make sure that width/height atts are greater than zero.
4712
- - Bug Fix: Sharedaddy: Layout fixes for share buttons.
4713
- - Bug Fix: Sharedaddy: Always send Facebook a language locale.
4714
- - Bug Fix: Sharedaddy: Don't look up share counts for empty URLs.
4715
- - Bug Fix: Shortcodes: Ensure that images don't overflow their containers in
4716
- the slideshow shortcode.
4717
- - Bug Fix: Shortcodes: only enqueue jquery if archive supports Infinite Scroll
4718
- in the Audio Shortcode.
4719
- - Bug Fix: Tiled Galleries: Use a more specific class for gallery item size to
4720
- avoid conflicts.
4721
- - Bug Fix: Tiled Galleries: Fixing scrolling issue when tapping on a Tiled
4722
- Gallery on Android.
4723
- - Bug Fix: Widgets: Gravatar profile widget typo.
4724
- - Bug Fix: Widgets: Add (Jetpack) to widget titles.
4725
- - Bug Fix: Widgets: Twitter wasn't wrapping links in the t.co shortener.
4726
- - Bug Fix: Widgets: Facebook Likebox updates to handling the language locale.
4727
- - Bug Fix: Widgets: Top Posts: Fixed a WP_DEBUG notice.
4728
- - Bug Fix: Widgets: Gravatar Profile Widget: transient names must be less than
4729
- 45 characters long.
4730
- - Bug Fix: typo in delete_post_action function.
4731
- - Bug Fix: Load rendered LaTeX image on same protocol as its page.
4732
-
4733
- ## [2.1.1] - 2013-01-05
4734
-
4735
- - Bug Fix: Fix for an error appearing for blogs updating from Jetpack 1.9.2 or
4736
- earlier to 2.1.
4737
-
4738
- ## [2.1] - 2013-01-04
4739
-
4740
- - Enhancement: Tiled Galleries: Show off your photos with cool mosaic
4741
- galleries.
4742
- - Enhancement: Slideshow gallery type: Display any gallery as a slideshow.
4743
- - Enhancement: Custom CSS: Allow zoom property.
4744
- - Enhancement: Stats: Show WordPress.com subscribers in stats.
4745
- - Bug Fix: Fix errors shown after connecting Jetpack to WordPress.com.
4746
- - Bug Fix: Photon: Fix bug causing errors to be shown in some posts.
4747
- - Bug Fix: Photon: Convert all images in posts when Photon is active.
4748
- - Bug Fix: Infinite Scroll: Improved compatibility with the other modules.
4749
- - Bug Fix: Custom CSS: Updated editor to fix missing file errors.
4750
- - Bug Fix: Publicize: Don't show the Facebook profile option if this is a
4751
- Page-only account.
4752
- - Bug Fix: Photon: A fix for photos appearing shrunken if they didn't load
4753
- quickly enough.
4754
- - Bug Fix: Sharing: A compatibility fix for posts that only have partial
4755
- featured image data.
4756
- - Bug Fix: Publicize/Sharing: For sites without a static homepage, don't set
4757
- the OpenGraph url value to the first post permalink.
4758
- - Bug Fix: Mobile Theme: Better compatibility with the customizer on mobile
4759
- devices.
4760
- - Bug Fix: Sharing: Don't show sharing options on front page if that option is
4761
- turned off.
4762
- - Bug Fix: Contact Form: Fix PHP warning shown when adding a Contact Form in
4763
- WordPress 3.5.
4764
- - Bug Fix: Photon: Handle images with relative paths.
4765
- - Bug Fix: Contact Form: Fix compatibility with the Shortcode Embeds module.
4766
-
4767
- ## [2.0.4] - 2012-12-14
4768
-
4769
- - Bug Fix: Open Graph: Correct a bug that prevents Jetpack from being
4770
- activated if the SharePress plugin isn't installed.
4771
-
4772
- ## [2.0.3] - 2012-12-14
4773
-
4774
- - Enhancement: Infinite Scroll: support
4775
- [VideoPress](https://wordpress.org/plugins/video/) plugin.
4776
- - Enhancement: Photon: Apply to all images retrieved from the Media Library.
4777
- - Enhancement: Photon: Retina image support.
4778
- - Enhancement: Custom CSS: Refined editor interface.
4779
- - Enhancement: Custom CSS: Support [Sass](http://sass-lang.com/) and
4780
- [LESS](http://lesscss.org/) with built-in preprocessors.
4781
- - Enhancement: Open Graph: Better checks for other plugins that may be loading
4782
- Open Graph tags to prevent Jetpack from doubling meta tag output.
4783
- - Bug Fix: Infinite Scroll: Respect relative image dimensions.
4784
- - Bug Fix: Photon: Detect custom-cropped images and use those with Photon,
4785
- rather than trying to use the original.
4786
- - Bug Fix: Custom CSS: Fix for bug preventing @import from working with
4787
- url()-style URLs.
4788
-
4789
- ## [2.0.2] - 2012-11-21
4790
-
4791
- - Bug Fix: Remove an erroneous PHP short open tag with the full tag to correct
4792
- fatal errors under certain PHP configurations.
4793
-
4794
- ## [2.0.1] - 2012-11-21
4795
-
4796
- - Enhancement: Photon: Support for the [Lazy
4797
- Load](https://wordpress.org/plugins/lazy-load/) plugin.
4798
- - Bug Fix: Photon: Fix warped images with un- or under-specified dimensions.
4799
- - Bug Fix: Photon: Fix warped images with pre-photonized URLs; don't try to
4800
- photonize them twice.
4801
- - Bug Fix: Infinite Scroll: Check a child theme's parent theme for infinite
4802
- scroll support.
4803
- - Bug Fix: Infinite Scroll: Correct a bug with archives that resulted in posts
4804
- appearing on archives that they didn't belong on.
4805
- - Bug Fix: Publicize: Send the correct shortlink to Twitter (et al.) if your
4806
- site uses a shortener other than wp.me.
4807
- - Bug Fix: Sharing: Improved theme compatibility for the Google+ button.
4808
- - Bug Fix: Notifications: Use locally-installed Javascript libraries if
4809
- available.
4810
-
4811
- ## [2.0] - 2012-11-08
4812
-
4813
- - Enhancement: Publicize: Connect your site to popular social networks and
4814
- automatically share new posts with your friends.
4815
- - Enhancement: Post By Email: Publish posts to your blog directly from your
4816
- personal email account.
4817
- - Enhancement: Photon: Images served through the global WordPress.com cloud.
4818
- - Enhancement: Infinite Scroll: Better/faster browsing by pulling the next set
4819
- of posts into view automatically when the reader approaches the bottom of the
4820
- page.
4821
- - Enhancement: Open Graph: Provides more detailed information about your posts
4822
- to social networks.
4823
- - Enhancement: JSON API: New parameters for creating and viewing posts.
4824
- - Enhancement: Improved compatibility for the upcoming WordPress 3.5.
4825
- - Bug Fix: Sharing: When you set your sharing buttons to use icon, text, or
4826
- icon + text mode, the Google+ button will display accordingly.
4827
- - Bug Fix: Gravatar Profile Widget: Allow basic HTML to be displayed.
4828
- - Bug Fix: Twitter Widget: Error handling fixes.
4829
- - Bug Fix: Sharing: Improved theme compatibility
4830
- - Bug Fix: JSON API: Fixed error when creating some posts in some versions of
4831
- PHP.
4832
-
4833
- ## 1.9.2 - 2012-10-29
4834
-
4835
- - Bug Fix: Only sync options on upgrade once.
4836
-
4837
- ## [1.9.1] - 2012-10-29
4838
-
4839
- - Enhancement: Notifications feature is enabled for logged-out users when the
4840
- module is active & the toolbar is shown by another plugin.
4841
- - Bug Fix: Use proper CDN addresses to avoid SSL cert issues.
4842
- - Bug Fix: Prioritize syncing comments over deleting comments on
4843
- WordPress.com. Fixes comment notifications marked as spam appearing to be
4844
- trashed.
4845
-
4846
- ## [1.9] - 2012-10-26
4847
-
4848
- - Enhancement: Notifications: Display Notifications in the toolbar and support
4849
- reply/moderation of comment notifications.
4850
- - Enhancement: Mobile Push Notifications: Added support for mobile push
4851
- notifications of new comments for users that linked their accounts to
4852
- WordPress.com accounts.
4853
- - Enhancement: JSON API: Allows applications to send API requests via
4854
- WordPress.com (see [the docs](http://developer.wordpress.com/docs/api/) )
4855
- - Enhancement: Sync: Modules (that require the data) sync full Post/Comment to
4856
- ensure consistent data on WP.com (eg Stats)
4857
- - Enhancement: Sync: Improve syncing of site options to WP.com
4858
- - Enhancement: Sync: Sync attachment parents to WP.com
4859
- - Enhancement: Sync: Add signing of WP.com user ids for Jetpack Comments
4860
- - Enhancement: Sync: Mark and obfuscate private posts.
4861
- - Enhancement: Privacy: Default disable enhanced-distribution and json-api
4862
- modules if site appears to be private.
4863
- - Enhancement: Custom CSS: allow applying Custom CSS to mobile theme.
4864
- - Enhancement: Sharing: On HTTPS pageloads, load as much of the sharing embeds
4865
- as possible from HTTPS URLs.
4866
- - Enhancement: Contact Form: Overhaul of the contact form code to fix
4867
- incompatibilites with other plugins.
4868
- - Bug Fix: Only allow users with manage_options permission to enable/disable
4869
- modules
4870
- - Bug Fix: Custom CSS: allow '/' in media query units; e.g.
4871
- (-o-min-device-pixel-ratio: 3/2)
4872
- - Bug Fix: Custom CSS: leave comments alone in CSS when editing but minify on
4873
- the front end
4874
- - Bug Fix: Sharing: Keep "more" pane open so Google+ Button isn't obscured
4875
- - Bug Fix: Carousel: Make sure the original size is used, even when it is
4876
- exceedingly large.
4877
- - Bug Fix: Exclude iPad from Twitter on iPhone mobile browsing
4878
- - Bug Fix: Sync: On .org user role changes synchronize the change to .com
4879
- - Bug Fix: Contact Form: Fix a bug where some web hosts would reject mail from
4880
- the contact form due to email address spoofing.
4881
-
4882
- ## 1.8.3 - 2012-10-23
4883
-
4884
- - Bug Fix: Subscriptions: Fix a bug where subscriptions were not being sent
4885
- from the blog.
4886
- - Bug Fix: Twitter: Fix a bug where the Twitter username was being saved as
4887
- blank.
4888
- - Bug Fix: Fix a bug where Contact Form notification emails were not being
4889
- sent.
4890
-
4891
- ## [1.8.2] - 2012-10-04
4892
-
4893
- - Bug Fix: Subscriptions: Fix a bug where subscriptions were not sent for
4894
- posts and comments written by some authors.
4895
- - Bug Fix: Widgets: Fix CSS that was uglifying some themes (like P2).
4896
- - Bug Fix: Widgets: Improve Top Posts and Pages styling.
4897
- - Bug Fix: Custom CSS: Make the default "Welcome" message translatable.
4898
- - Bug Fix: Fix Lithuanian translation.
4899
-
4900
- ## [1.8.1] - 2012-09-28
4901
-
4902
- - Bug Fix: Stats: Fixed a bug preventing some users from viewing stats.
4903
- - Bug Fix: Mobile Theme: Fixed some disabled toolbar buttons.
4904
- - Bug Fix: Top Posts widget: Fixed a bug preventing the usage of the Top Posts
4905
- widget.
4906
- - Bug Fix: Mobile Theme: Fixed a bug that broke some sites when the
4907
- Subscriptions module was not enabled and the Mobile Theme module was enabled.
4908
- - Bug Fix: Mobile Theme: Made mobile app promos in the Mobile Theme footer
4909
- opt-in.
4910
- - Bug Fix: Twitter Widget: A fix to prevent malware warnings.
4911
- - Bug Fix: Mobile Theme: Fixed a bug that caused errors for some users with
4912
- custom header images.
4913
-
4914
- ## [1.8] - 2012-09-27
4915
-
4916
- - Enhancement: Mobile Theme: Automatically serve a slimmed down version of
4917
- your site to users on mobile devices.
4918
- - Enhancement: Multiuser: Allow multiple users to link their accounts to
4919
- WordPress.com accounts.
4920
- - Enhancement: Custom CSS: Added support for object-fit, object-position,
4921
- transition, and filter properties.
4922
- - Enhancement: Twitter Widget: Added Follow button
4923
- - Enhancement: Widgets: Added Top Posts and Pages widget
4924
- - Enhancement: Mobile Push Notifications: Added support for mobile push
4925
- notifications on new comments.
4926
- - Enhancement: VideoPress: Shortcodes now support the HD option, for default
4927
- HD playback.
4928
- - Bug Fix: Twitter Widget: Fixed tweet permalinks in the Twitter widget
4929
- - Bug Fix: Custom CSS: @import rules and external images are no longer
4930
- stripped out of custom CSS
4931
- - Bug Fix: Custom CSS: Fixed warnings and notices displayed in debug mode
4932
- - Bug Fix: Sharing: Fixed double-encoding of image URLs
4933
- - Bug Fix: Sharing: Fix Google +1 button HTML validation issues (again :))
4934
- - Bug Fix: Gravatar Profile Widget: Reduce size of header margins
4935
-
4936
- ## [1.7] - 2012-08-23
4937
-
4938
- - Enhancement: CSS Editor: Customize your site's design without modifying your
4939
- theme.
4940
- - Enhancement: Comments: Submit the comment within the iframe. No more full
4941
- page load to jetpack.wordpress.com.
4942
- - Enhancement: Sharing: Share counts for Twitter, Facebook, LinkedIn
4943
- - Enhancement: Sharing: Improve styling
4944
- - Enhancement: Sharing: Add support for ReCaptcha
4945
- - Enhancement: Sharing: Better extensability through filters
4946
- - Enhancement: Widgets: Twitter: Attempt to reduce errors by storing a long
4947
- lasting copy of the data. Thanks, kareldonk :)
4948
- - Regression Fix: Sharing: Properly store and display the sharing label
4949
- option's default value.
4950
- - Bug Fix: Contact Form: remove worse-than-useless nonce.
4951
- - Bug Fix: Subscriptions: remove worse-than-useless nonce.
4952
- - Bug Fix: Sharing: Don't show sharing buttons twice on attachment pages.
4953
- - Bug Fix: Sharing: Increase width of Spanish Like button for Facebook.
4954
- - Bug Fix: Sharing: Use the correct URL to the throbber.
4955
- - Bug Fix: Stats: Fix notice about undefined variable $alt
4956
- - Bug Fix: Subscriptions: Make Subscriptions module obey the settings of the
4957
- Settngs -> Discussion checkboxes for Follow Blog/Comments
4958
- - Bug Fix: Shortcodes: VideoPress: Compatibility with the latest version of
4959
- VideoPress
4960
- - Bug Fix: Shortcodes: Audio: Include JS File for HTML5 audio player
4961
- - Bug Fix: Hovercards: Improve cache handling.
4962
- - Bug Fix: Widgets: Gravatar Profle: Correctly display service icons in edge
4963
- cases.
4964
- - Bug Fix: Widgets: Gravatar Profle: Prevent ugly "flash" of too-large image
4965
- when page first loads on some sites
4966
- - Bug Fix: Carousel: CSS Compatibility with more themes.
4967
-
4968
- ## 1.6.1 - 2012-08-04
4969
-
4970
- - Bug Fix: Prevent Fatal error under certain conditions in sharing module
4971
- - Bug Fix: Add cachebuster to sharing.css
4972
- - Bug Fix: Disable via for Twitter until more robust code is in place
4973
-
4974
- ## [1.6] - 2012-08-02
4975
-
4976
- - Enhancement: Carousel: Better image resolution selection based on available
4977
- width/height.
4978
- - Enhancement: Carousel: Load image caption, metadata, comments, et alii when
4979
- a slide is clicked to switch to instead of waiting.
4980
- - Enhancement: Carousel: Added a "Comment" button and handling to scroll to
4981
- and focus on comment textarea.
4982
- - Enhancement: Widgets: Facebook Likebox now supports a height parameter and a
4983
- better width parameter.
4984
- - Enhancement: Widgets: Better feedback when widgets are not set up properly.
4985
- - Enhancement: Shortcodes: Google Maps shortcode now supports percentages in
4986
- the width.
4987
- - Enhancement: Shortcodes: Update Polldaddy shortcode for more efficient
4988
- Javascript libraries.
4989
- - Enhancement: Shortcodes: Youtube shortcode now has playlist support.
4990
- - Enhancement: Add Gravatar Profile widget.
4991
- - Enhancement: Update Sharedaddy to latest version, including Pinterest
4992
- support.
4993
- - Enhancement: Retinize Jetpack and much of WordPress.
4994
- - Bug Fix: Shortcodes: Fix Audio shortcode color parameter and rename encoding
4995
- function.
4996
- - Bug Fix: Shortcodes: Don't output HTML 5 version of the Audio shortcode
4997
- because of a bug with Google Reader.
4998
- - Bug Fix: Jetpack Comments: Don't overlead the addComments object if it
4999
- doesn't exist. Fixes spacing issue with comment form.
5000
- - Bug Fix: Contact Form: If send_to_editor() exists, use it. Fixes an IE9 text
5001
- area issue.
5002
-
5003
- ## [1.5] - 2012-07-31
5004
-
5005
- - Enhancement: Add Gallery Carousel feature
5006
- - Note: the Carousel module bundles http://fgnass.github.com/spin.js/ (MIT
5007
- license)
5008
-
5009
- ## 1.4.2 - 2012-06-20
5010
-
5011
- - Bug Fix: Jetpack Comments: Add alternative Javascript event listener for
5012
- Internet 8 users.
5013
- - Enhancement: Remove more PHP 4 backwards-compatible code (WordPress
5014
- andJetpack only support PHP 5).
5015
- - Enhancement: Remove more WordPress 3.1 and under backwards-compatible code.
5016
-
5017
- ## 1.4.1 - 2012-06-15
5018
-
5019
- - Bug Fix: Jetpack Comments / Subscriptions: Add checkboxes and logic control
5020
- for the Subscription checkboxes.
5021
-
5022
- ## [1.4] - 2012-06-14
5023
-
5024
- - Enhancement: Add Jetpack Comments feature.
5025
- - Bug Fix: Sharing: Make the sharing_label translatable.
5026
- - Bug Fix: Sharing: Fixed the file type on the LinkedIn graphic.
5027
- - Bug Fix: Sharing: Fixes for the Faceboox Like button language locales.
5028
- - Bug Fix: Sharing: Updates for the "more" button when used with touch screen
5029
- devices.
5030
- - Bug Fix: Sharing: Properly scope the More button so that multiple More
5031
- buttons on a page behave properly.
5032
- - Bug Fix: Shortcodes: Update the YouTube and Audio shortcodes to better
5033
- handle spaces in the URLs.
5034
- - Bug Fix: Shortcodes: Make the YouTube shortcode respect embed settings in
5035
- Settings -> Media when appropriate.
5036
- - Bug Fix: Shortcodes: Removed the Slide.com shortcode; Slide.com no longer
5037
- exists.
5038
- - Bug Fix: Shortcodes: Match both http and https links in the [googlemaps]
5039
- shortcode.
5040
- - Bug Fix: After the Deadline: Code clean up and removal of inconsistencies.
5041
-
5042
- ## 1.3.4 - 2012-05-24
5043
-
5044
- - Bug Fix: Revert changes to the top level menu that are causing problems.
5045
-
5046
- ## 1.3.3 - 2012-05-22
5047
-
5048
- - Bug Fix: Fix notices caused by last update
5049
-
5050
- ## 1.3.2 - 2012-05-22
5051
-
5052
- - Bug Fix: Fix Jetpack menu so that Akismet and VaultPress submenus show up.
5053
-
5054
- ## 1.3.1 - 2012-05-22
5055
-
5056
- - Enhancement: Add a new widget, the Facebook Likebox
5057
- - Bug Fix: Sharing: Sharing buttons can now be used on custom post types.
5058
- - Bug Fix: Contact Forms: Make Contact Forms widget shortcode less aggressive
5059
- about the shortcodes it converts.
5060
- - Bug Fix: Ensure contact forms are parsed correctly in text widgets.
5061
- - Bug Fix: Connection notices now only appear on the Dashboard and plugin
5062
- page.
5063
- - Bug Fix: Connection notices are now dismissable if Jetpack is not network
5064
- activated.
5065
- - Bug Fix: Subscriptions: Fix an issue that was causing errors with new
5066
- BuddyPress forum posts.
5067
-
5068
- ## [1.3] - 2012-04-25
5069
-
5070
- - Enhancement: Add Contact Forms feature. Formerly Grunion Contact Forms.
5071
- - Bug Fix: Tweak YouTube autoembedder to catch more YouTube URLs.
5072
- - Bug Fix: Correctly load the Sharing CSS files.
5073
-
5074
- ## 1.2.4 - 2012-04-06
5075
-
5076
- - Bug Fix: Fix rare bug with static front pages
5077
-
5078
- ## [1.2.3] - 2012-04-05
5079
-
5080
- - Enhancement: Twitter Widget: Expand t.co URLs
5081
- - Bug Fix: Various PHP Notices.
5082
- - Bug Fix: WordPress Deprecated `add_contextual_help()` notices
5083
- - Bug Fix: Don't display unimportant DB errors when processing Jetpack nonces
5084
- - Bug Fix: Correctly sync data during certain MultiSite cases.
5085
- - Bug Fix: Stats: Allow sparkline img to load even when there is a DB upgrade.
5086
- - Bug Fix: Stats: Replace "loading title" with post title regardless of type
5087
- and status.
5088
- - Bug Fix: Stats: Avoid edge case infinite redirect for `show_on_front=page`
5089
- sites where the `home_url()` conatins uppercase letters.
5090
- - Bug Fix: Subscriptions: Don't send subscriptions if the feature is turned
5091
- off in Jetpack.
5092
- - Bug Fix: Subscriptions: Fix pagination of subscribers.
5093
- - Bug Fix: Subscriptions: Sync data about categories/tags as well to improve
5094
- subscription emails.
5095
- - Bug Fix: Subscriptions: Better styling for the subscription success message.
5096
- - Bug Fix: Shortcodes: Support for multiple Google Maps in one post. Support
5097
- for all Google Maps URLs.
5098
- - Bug Fix: Shortcodes: Improved support for youtu.be URLs
5099
- - Bug Fix: Shortcodes: Improved Vimeo embeds.
5100
- - Bug Fix: Sharing: Switch to the 20px version of Google's +1 button for
5101
- consistency.
5102
- - Bug Fix: Sharing: Fix Google +1 button HTML validation issues.
5103
- - Bug Fix: Sharing: Disable sharing buttons during preview.
5104
- - Bug Fix: Spelling and Grammar: Properly handle proofreading settings.
5105
- - Bug Fix: Spelling and Grammar: Don't prevent post save when proofreading
5106
- service is unavailable.
5107
-
5108
- ## [1.2.2] - 2011-12-06
5109
-
5110
- - Bug Fix: Ensure expected modules get reactivated correctly during upgrade.
5111
- - Bug Fix: Don't send subscription request during spam comment submission.
5112
- - Bug Fix: Increased theme compatibility for subscriptions.
5113
- - Bug Fix: Remove reference to unused background image.
5114
-
5115
- ## [1.2.1] - 2011-11-18
5116
-
5117
- - Bug Fix: Ensure Site Stats menu item is accessible.
5118
- - Bug Fix: Fixed errors displayed during some upgrades.
5119
- - Bug Fix: Fix inaccurate new modules "bubble" in menu for some upgrades.
5120
- - Bug Fix: Fix VaultPress detection.
5121
- - Bug Fix: Fix link to http://jetpack.com/faq/
5122
-
5123
- ## [1.2] - 2011-11-17
5124
-
5125
- - Enhancement: Add Subscriptions: Subscribe to site's posts and posts'
5126
- comments.
5127
- - Enhancement: Add Google Maps shortcode.
5128
- - Enhancement: Add Image Widget.
5129
- - Enhancement: Add RSS Links Widget.
5130
- - Enhancement: Stats: More responsive stats dashboard.
5131
- - Enhancement: Shortcodes: Google Maps, VideoPress
5132
- - Enhancement: Sharing: Google+, LinkedIn
5133
- - Enhancement: Enhanced Distribution: Added Jetpack blogs to
5134
- https://en.wordpress.com/firehose/
5135
- - Bug Fix: Spelling and Grammar: WordPress 3.3 compatibility.
5136
- - Bug Fix: Translatable module names/descriptinos.
5137
- - Bug Fix: Correctly detect host's ability to make outgoing HTTPS requests.
5138
-
5139
- ## [1.1.3] - 2011-07-19
5140
-
5141
- - Bug Fix: Increase compatibility with WordPress 3.2's new
5142
- `wp_remote_request()` API.
5143
- - Bug Fix: Increase compatibility with Admin Bar.
5144
- - Bug Fix: Stats: Improved performance when creating new posts.
5145
- - Bug Fix: Twitter Widget: Fix PHP Notice.
5146
- - Bug Fix: Sharedaddy: Fix PHP Warning.
5147
- - Enhancement: AtD: Add spellcheck button to Distraction Free Writing screen.
5148
- - Translations: Added: Bosnian, Danish, German, Finnish, Galician, Croatian,
5149
- Indonesian, Macedonian, Norwegian (Bokmål), Russian, Slovak, Serbian, Swedish
5150
- - Translations: Updated: Spanish, French, Italian, Japanese, Brazilian
5151
- Portuguese, Portuguese
5152
-
5153
- ## [1.1.2] - 2011-07-06
5154
-
5155
- - Bug Fix: Note, store, and keep fresh the time difference between the Jetpack
5156
- site's host and the Jetpack servers at WordPress.com. Should fix all
5157
- "timestamp is too old" errors.
5158
- - Bug Fix: Improve experience on hosts capable of making outgoing HTTPS
5159
- requests but incapable of verifying SSL certificates. Fixes some
5160
- "register_http_request_failed", "error setting certificate verify locations",
5161
- and "error:14090086:lib(20):func(144):reason(134)" errors.
5162
- - Bug Fix: Better fallback when WordPress.com is experiencing problems.
5163
- - Bug Fix: It's Jetpack, not JetPack :)
5164
- - Bug Fix: Remove PHP Warnings/Notices.
5165
- - Bug Fix: AtD: JS based XSS bug. Props markjaquith.
5166
- - Bug Fix: AtD: Prevent stored configuration options from becoming corrupted.
5167
- - Bug Fix: Stats: Prevent missing old stats for some blogs.
5168
- - Bug Fix: Twitter Widget: Fix formatting of dates/times in PHP4.
5169
- - Bug Fix: Twitter Widget: Cache the response from Twitter to prevent "Twitter
5170
- did not respond. Please wait a few minutes and refresh this page." errors.
5171
- - Enhancement: Slightly improved RTL experience. Jetpack 1.2 should include a
5172
- much better fix.
5173
- - Enhancement: Sharedaddy: Improve localization for Facebook Like button.
5174
- - Enhancement: Gravatar Hovercards: Improved experience for Windows browsers.
5175
-
5176
- ## [1.1.1] - 2011-03-19
5177
-
5178
- - Bug Fix: Improve experience on hosts capable of making outgoing HTTPS
5179
- requests but incapable of verifying SSL certificates. Fixes most "Your Jetpack
5180
- has a glitch. Connecting this site with WordPress.com is not possible. This
5181
- usually means your site is not publicly accessible (localhost)." errors.
5182
- - Bug Fix: Sharedaddy: Fatal error under PHP4. Disable on PHP4 hosts.
5183
- - Bug Fix: Stats: Fatal error under PHP4. Rewrite to be PHP4 compatible.
5184
- - Bug Fix: Stats: Fatal error on some sites modifying/removing core WordPress
5185
- user roles. Add sanity check.
5186
- - Bug Fix: Stats: Replace debug output with error message in dashboard widget.
5187
- - Bug Fix: Stats: Rework hook priorities so that stats views are always
5188
- counted even if a plugin (such as Paginated Comments) bails early on
5189
- template_redirect.
5190
- - Bug Fix: Identify the module that connot be activated to fatal error during
5191
- single module activation.
5192
- - Bug Fix: `glob()` is not always available. Use `opendir()`, `readdir()`,
5193
- `closedir()`.
5194
- - Bug Fix: Send permalink options to Stats Server for improved per post
5195
- permalink calculation.
5196
- - Bug Fix: Do not hide Screen Options and Help links during Jetpack call to
5197
- connect.
5198
- - Bug Fix: Improve readablitiy of text.
5199
- - Bug Fix: AtD: Correctly store/display options.
5200
- - Enhancement: Output more informative error messages.
5201
- - Enhancement: Improve CSS styling.
5202
- - Enhancement: Stats: Query all post types and statuses when getting posts for
5203
- stats reports.
5204
- - Enhancement: Improve performance of LaTeX URLs be using cookieless CDN.
5205
-
5206
- ## [1.1] - 2011-03-09
5207
-
5208
- - Initial release
5209
-
5210
- [9.5]: https://wp.me/p1moTy-uSv
5211
- [9.4]: https://wp.me/p1moTy-tOv
5212
- [9.3]: https://wp.me/p1moTy-sgZ
5213
- [9.2]: https://wp.me/p1moTy-scn
5214
- [9.1]: https://wp.me/p1moTy-s0E
5215
- [9.0]: https://wp.me/p1moTy-rLy
5216
- [8.9]: https://wp.me/p1moTy-rAs
5217
- [8.8]: https://wp.me/p1moTy-rs2
5218
- [8.7]: https://wp.me/p1moTy-qiH
5219
- [8.6]: https://wp.me/p1moTy-pb1
5220
- [8.5]: https://wp.me/p1moTy-p00
5221
- [8.4]: https://wp.me/p1moTy-oPp
5222
- [8.3]: https://wp.me/p1moTy-nZT
5223
- [8.2]: https://wp.me/p1moTy-mVu
5224
- [8.1.1]: https://wp.me/p1moTy-lJT
5225
- [8.1]: https://wp.me/p1moTy-lJT
5226
- [8.0]: https://wp.me/p1moTy-lGH
5227
- [7.9.1]: https://wp.me/p1moTy-lHA
5228
- [7.9]: https://wp.me/p1moTy-lzt
5229
- [7.8]: https://wp.me/p1moTy-lvE
5230
- [7.7]: https://wp.me/p1moTy-log
5231
- [7.6]: https://wp.me/p1moTy-ljs
5232
- [7.5.3]: https://wp.me/p1moTy-k9A
5233
- [7.5.2]: https://wp.me/p1moTy-k9A
5234
- [7.5.1]: https://wp.me/p1moTy-k9A
5235
- [7.5]: https://wp.me/p1moTy-k9A
5236
- [7.4.1]: https://wp.me/p1moTy-kvz
5237
- [7.4]: https://wp.me/p1moTy-jgZ
5238
- [7.3.1]: https://wp.me/p1moTy-jgO
5239
- [7.3]: https://wp.me/p1moTy-ipR
5240
- [7.2.1]: https://wp.me/p1moTy-h7o
5241
- [7.2]: https://wp.me/p1moTy-foe
5242
- [7.1.1]: https://wp.me/p1moTy-foJ
5243
- [7.1]: https://wp.me/p1moTy-e9x
5244
- [7.0.1]: https://wp.me/p1moTy-eFX
5245
- [7.0]: https://wp.me/p1moTy-dqO
5246
- [6.9]: https://wp.me/p1moTy-cEZ
5247
- [6.8.1]: https://wp.me/p1moTy-d3t
5248
- [6.8]: https://wp.me/p1moTy-cee
5249
- [6.7]: https://wp.me/p1moTy-aEq
5250
- [6.6.1]: https://wp.me/p1moTy-aEt
5251
- [6.6]: https://wp.me/p1moTy-aa1
5252
- [6.5]: https://wp.me/p1moTy-a7U
5253
- [6.4.2]: https://wp.me/p1moTy-9pL
5254
- [6.4.1]: https://wp.me/p1moTy-9pc
5255
- [6.4]: https://wp.me/p1moTy-9md
5256
- [6.3.3]: https://wp.me/p1moTy-9n0
5257
- [6.3.2]: https://wp.me/p1moTy-96E
5258
- [6.3]: https://wp.me/p1moTy-8ag
5259
- [6.2.1]: https://wp.me/p1moTy-8am
5260
- [6.2]: https://wp.me/p1moTy-88v
5261
- [6.1.1]: https://wp.me/p1moTy-85t
5262
- [6.1]: https://wp.me/p1moTy-7Sj
5263
- [6.0]: https://wp.me/p1moTy-7xM
5264
- [5.9]: https://wp.me/p1moTy-7mW
5265
- [5.8]: https://wp.me/p1moTy-731
5266
- [5.7.1]: https://wp.me/p1moTy-7aS
5267
- [5.7]: https://wp.me/p1moTy-6FR
5268
- [5.6.1]: https://wp.me/p1moTy-6Jk
5269
- [5.6]: https://wp.me/p1moTy-6zt
5270
- [5.5.1]: https://wp.me/p1moTy-6Bd
5271
- [5.5]: https://wp.me/p1moTy-6rk
5272
- [5.4]: http://wp.me/p1moTy-67V
5273
- [5.3]: http://wp.me/p1moTy-5Xv
5274
- [5.2.1]: https://jetpack.com/?p=22686
5275
- [5.2]: https://jetpack.com/?p=22509
5276
- [5.1]: https://jetpack.com/?p=20888
5277
- [5.0]: http://wp.me/p1moTy-5hK
5278
- [4.9]: http://wp.me/p1moTy-4Rl
5279
- [4.8.2]: http://wp.me/p1moTy-4P0
5280
- [4.8.1]: http://wp.me/p1moTy-4N5
5281
- [4.8]: http://wp.me/p1moTy-4gA
5282
- [4.7.1]: http://wp.me/p1moTy-48Y
5283
- [4.7]: http://wp.me/p1moTy-46L
5284
- [4.6]: http://wp.me/p1moTy-40g
5285
- [4.5]: http://wp.me/p1moTy-3Kc
5286
- [4.4.2]: http://wp.me/p1moTy-3JR
5287
- [4.4.1]: http://wp.me/p1moTy-3JR
5288
- [4.4]: http://wp.me/p5U9nj-2Ow
5289
- [4.1]: http://wp.me/p1moTy-3jd
5290
- [4.0.4]: http://wp.me/p1moTy-3eT
5291
- [4.0.3]: http://wp.me/p1moTy-3hm
5292
- [4.0]: http://wp.me/p1moTy-3dL
5293
- [3.9.6]: http://wp.me/p1moTy-3bz
5294
- [3.9.5]: http://wp.me/p1moTy-3bz
5295
- [3.9.4]: http://wp.me/p1moTy-396
5296
- [3.9.3]: http://wp.me/p1moTy-396
5297
- [3.9.2]: http://wp.me/p1moTy-2Ei
5298
- [3.9]: http://wp.me/p1moTy-29R
5299
- [3.8.2]: http://wp.me/p1moTy-26v
5300
- [3.8.1]: http://wp.me/p1moTy-23V
5301
- [3.8.0]: http://wp.me/p1moTy-1VN
5302
- [3.7.2]: http://wp.me/p1moTy-1LB
5303
- [3.7.1]: http://wp.me/p1moTy-1LB
5304
- [3.7.0]: http://wp.me/p1moTy-1JB
5305
- [3.6]: http://wp.me/p1moTy-1ua
5306
- [3.5]: http://wp.me/p1moTy-1jF
5307
- [3.4.3]: http://wp.me/p1moTy-1jb
5308
- [3.4.2]: http://wp.me/p1moTy-1j6
5309
- [3.4]: http://wp.me/p1moTy-1fU
5310
- [3.3]: http://wp.me/p1moTy-1aF
5311
- [3.2]: http://wp.me/p1moTy-181
5312
- [3.1]: http://wp.me/p1moTy-129
5313
- [3.0]: http://wp.me/p1moTy-Wi
5314
- [2.9.3]: http://wp.me/p1moTy-U2
5315
- [2.9]: http://wp.me/p1moTy-RN
5316
- [2.8]: http://wp.me/p1moTy-Pd
5317
- [2.7]: http://wp.me/p1moTy-Mk
5318
- [2.6]: http://wp.me/p1moTy-KE
5319
- [2.5]: http://wp.me/p1moTy-xS
5320
- [2.4]: http://wp.me/p1moTy-wv
5321
- [2.3.5]: http://wp.me/p1moTy-vf
5322
- [2.3.4]: http://wp.me/p1moTy-uL
5323
- [2.3.3]: http://wp.me/p1moTy-uv
5324
- [2.3.2]: http://wp.me/p1moTy-uv
5325
- [2.3.1]: http://wp.me/p1moTy-t9
5326
- [2.3]: http://wp.me/p1moTy-rX
5327
- [2.2.5]: http://wp.me/p1moTy-p8
5328
- [2.2.4]: http://wp.me/p1moTy-oU
5329
- [2.2.3]: http://wp.me/p1moTy-oR
5330
- [2.2.1]: http://wp.me/p1moTy-ob
5331
- [2.2]: http://wp.me/p1moTy-ns
5332
- [2.1.1]: http://wp.me/p1moTy-ng
5333
- [2.1]: http://wp.me/p1moTy-m3
5334
- [2.0.4]: http://wp.me/p1moTy-lT
5335
- [2.0.3]: http://wp.me/p1moTy-lJ
5336
- [2.0.2]: http://wp.me/p1moTy-lu
5337
- [2.0.1]: http://wp.me/p1moTy-lc
5338
- [2.0]: http://wp.me/p1moTy-jg
5339
- [1.9.1]: http://wp.me/p1moTy-iC
5340
- [1.9]: http://wp.me/p1moTy-hC
5341
- [1.8.2]: http://wp.me/p1moTy-gI
5342
- [1.8.1]: http://wp.me/p1moTy-gx
5343
- [1.8]: http://wp.me/p1moTy-fV
5344
- [1.7]: http://wp.me/p1moTy-eq
5345
- [1.6]: http://wp.me/p1moTy-e0
5346
- [1.5]: http://wp.me/p1moTy-d7
5347
- [1.4]: http://wp.me/p1moTy-cz
5348
- [1.3]: http://wp.me/p1moTy-bq
5349
- [1.2.3]: http://wp.me/p1moTy-b4
5350
- [1.2.2]: http://wp.me/p1moTy-ax
5351
- [1.2.1]: http://wp.me/p1moTy-9H
5352
- [1.2]: http://wp.me/p1moTy-8x
5353
- [1.1.3]: http://wp.me/p1moTy-90
5354
- [1.1.2]: http://wp.me/p1moTy-8B
5355
- [1.1.1]: http://wp.me/p1moTy-8i
5356
- [1.1]: http://wp.me/p1moTy-7R
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
LICENSE.txt DELETED
@@ -1,357 +0,0 @@
1
- This program is free software; you can redistribute it and/or modify
2
- it under the terms of the GNU General Public License as published by
3
- the Free Software Foundation; either version 2 of the License, or
4
- (at your option) any later version.
5
-
6
- This program is distributed in the hope that it will be useful,
7
- but WITHOUT ANY WARRANTY; without even the implied warranty of
8
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9
- GNU General Public License for more details.
10
-
11
- You should have received a copy of the GNU General Public License
12
- along with this program; if not, write to the Free Software
13
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
14
-
15
-
16
- ===================================
17
-
18
-
19
- GNU GENERAL PUBLIC LICENSE
20
- Version 2, June 1991
21
-
22
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
23
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
24
- Everyone is permitted to copy and distribute verbatim copies
25
- of this license document, but changing it is not allowed.
26
-
27
- Preamble
28
-
29
- The licenses for most software are designed to take away your
30
- freedom to share and change it. By contrast, the GNU General Public
31
- License is intended to guarantee your freedom to share and change free
32
- software--to make sure the software is free for all its users. This
33
- General Public License applies to most of the Free Software
34
- Foundation's software and to any other program whose authors commit to
35
- using it. (Some other Free Software Foundation software is covered by
36
- the GNU Lesser General Public License instead.) You can apply it to
37
- your programs, too.
38
-
39
- When we speak of free software, we are referring to freedom, not
40
- price. Our General Public Licenses are designed to make sure that you
41
- have the freedom to distribute copies of free software (and charge for
42
- this service if you wish), that you receive source code or can get it
43
- if you want it, that you can change the software or use pieces of it
44
- in new free programs; and that you know you can do these things.
45
-
46
- To protect your rights, we need to make restrictions that forbid
47
- anyone to deny you these rights or to ask you to surrender the rights.
48
- These restrictions translate to certain responsibilities for you if you
49
- distribute copies of the software, or if you modify it.
50
-
51
- For example, if you distribute copies of such a program, whether
52
- gratis or for a fee, you must give the recipients all the rights that
53
- you have. You must make sure that they, too, receive or can get the
54
- source code. And you must show them these terms so they know their
55
- rights.
56
-
57
- We protect your rights with two steps: (1) copyright the software, and
58
- (2) offer you this license which gives you legal permission to copy,
59
- distribute and/or modify the software.
60
-
61
- Also, for each author's protection and ours, we want to make certain
62
- that everyone understands that there is no warranty for this free
63
- software. If the software is modified by someone else and passed on, we
64
- want its recipients to know that what they have is not the original, so
65
- that any problems introduced by others will not reflect on the original
66
- authors' reputations.
67
-
68
- Finally, any free program is threatened constantly by software
69
- patents. We wish to avoid the danger that redistributors of a free
70
- program will individually obtain patent licenses, in effect making the
71
- program proprietary. To prevent this, we have made it clear that any
72
- patent must be licensed for everyone's free use or not licensed at all.
73
-
74
- The precise terms and conditions for copying, distribution and
75
- modification follow.
76
-
77
- GNU GENERAL PUBLIC LICENSE
78
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
79
-
80
- 0. This License applies to any program or other work which contains
81
- a notice placed by the copyright holder saying it may be distributed
82
- under the terms of this General Public License. The "Program", below,
83
- refers to any such program or work, and a "work based on the Program"
84
- means either the Program or any derivative work under copyright law:
85
- that is to say, a work containing the Program or a portion of it,
86
- either verbatim or with modifications and/or translated into another
87
- language. (Hereinafter, translation is included without limitation in
88
- the term "modification".) Each licensee is addressed as "you".
89
-
90
- Activities other than copying, distribution and modification are not
91
- covered by this License; they are outside its scope. The act of
92
- running the Program is not restricted, and the output from the Program
93
- is covered only if its contents constitute a work based on the
94
- Program (independent of having been made by running the Program).
95
- Whether that is true depends on what the Program does.
96
-
97
- 1. You may copy and distribute verbatim copies of the Program's
98
- source code as you receive it, in any medium, provided that you
99
- conspicuously and appropriately publish on each copy an appropriate
100
- copyright notice and disclaimer of warranty; keep intact all the
101
- notices that refer to this License and to the absence of any warranty;
102
- and give any other recipients of the Program a copy of this License
103
- along with the Program.
104
-
105
- You may charge a fee for the physical act of transferring a copy, and
106
- you may at your option offer warranty protection in exchange for a fee.
107
-
108
- 2. You may modify your copy or copies of the Program or any portion
109
- of it, thus forming a work based on the Program, and copy and
110
- distribute such modifications or work under the terms of Section 1
111
- above, provided that you also meet all of these conditions:
112
-
113
- a) You must cause the modified files to carry prominent notices
114
- stating that you changed the files and the date of any change.
115
-
116
- b) You must cause any work that you distribute or publish, that in
117
- whole or in part contains or is derived from the Program or any
118
- part thereof, to be licensed as a whole at no charge to all third
119
- parties under the terms of this License.
120
-
121
- c) If the modified program normally reads commands interactively
122
- when run, you must cause it, when started running for such
123
- interactive use in the most ordinary way, to print or display an
124
- announcement including an appropriate copyright notice and a
125
- notice that there is no warranty (or else, saying that you provide
126
- a warranty) and that users may redistribute the program under
127
- these conditions, and telling the user how to view a copy of this
128
- License. (Exception: if the Program itself is interactive but
129
- does not normally print such an announcement, your work based on
130
- the Program is not required to print an announcement.)
131
-
132
- These requirements apply to the modified work as a whole. If
133
- identifiable sections of that work are not derived from the Program,
134
- and can be reasonably considered independent and separate works in
135
- themselves, then this License, and its terms, do not apply to those
136
- sections when you distribute them as separate works. But when you
137
- distribute the same sections as part of a whole which is a work based
138
- on the Program, the distribution of the whole must be on the terms of
139
- this License, whose permissions for other licensees extend to the
140
- entire whole, and thus to each and every part regardless of who wrote it.
141
-
142
- Thus, it is not the intent of this section to claim rights or contest
143
- your rights to work written entirely by you; rather, the intent is to
144
- exercise the right to control the distribution of derivative or
145
- collective works based on the Program.
146
-
147
- In addition, mere aggregation of another work not based on the Program
148
- with the Program (or with a work based on the Program) on a volume of
149
- a storage or distribution medium does not bring the other work under
150
- the scope of this License.
151
-
152
- 3. You may copy and distribute the Program (or a work based on it,
153
- under Section 2) in object code or executable form under the terms of
154
- Sections 1 and 2 above provided that you also do one of the following:
155
-
156
- a) Accompany it with the complete corresponding machine-readable
157
- source code, which must be distributed under the terms of Sections
158
- 1 and 2 above on a medium customarily used for software interchange; or,
159
-
160
- b) Accompany it with a written offer, valid for at least three
161
- years, to give any third party, for a charge no more than your
162
- cost of physically performing source distribution, a complete
163
- machine-readable copy of the corresponding source code, to be
164
- distributed under the terms of Sections 1 and 2 above on a medium
165
- customarily used for software interchange; or,
166
-
167
- c) Accompany it with the information you received as to the offer
168
- to distribute corresponding source code. (This alternative is
169
- allowed only for noncommercial distribution and only if you
170
- received the program in object code or executable form with such
171
- an offer, in accord with Subsection b above.)
172
-
173
- The source code for a work means the preferred form of the work for
174
- making modifications to it. For an executable work, complete source
175
- code means all the source code for all modules it contains, plus any
176
- associated interface definition files, plus the scripts used to
177
- control compilation and installation of the executable. However, as a
178
- special exception, the source code distributed need not include
179
- anything that is normally distributed (in either source or binary
180
- form) with the major components (compiler, kernel, and so on) of the
181
- operating system on which the executable runs, unless that component
182
- itself accompanies the executable.
183
-
184
- If distribution of executable or object code is made by offering
185
- access to copy from a designated place, then offering equivalent
186
- access to copy the source code from the same place counts as
187
- distribution of the source code, even though third parties are not
188
- compelled to copy the source along with the object code.
189
-
190
- 4. You may not copy, modify, sublicense, or distribute the Program
191
- except as expressly provided under this License. Any attempt
192
- otherwise to copy, modify, sublicense or distribute the Program is
193
- void, and will automatically terminate your rights under this License.
194
- However, parties who have received copies, or rights, from you under
195
- this License will not have their licenses terminated so long as such
196
- parties remain in full compliance.
197
-
198
- 5. You are not required to accept this License, since you have not
199
- signed it. However, nothing else grants you permission to modify or
200
- distribute the Program or its derivative works. These actions are
201
- prohibited by law if you do not accept this License. Therefore, by
202
- modifying or distributing the Program (or any work based on the
203
- Program), you indicate your acceptance of this License to do so, and
204
- all its terms and conditions for copying, distributing or modifying
205
- the Program or works based on it.
206
-
207
- 6. Each time you redistribute the Program (or any work based on the
208
- Program), the recipient automatically receives a license from the
209
- original licensor to copy, distribute or modify the Program subject to
210
- these terms and conditions. You may not impose any further
211
- restrictions on the recipients' exercise of the rights granted herein.
212
- You are not responsible for enforcing compliance by third parties to
213
- this License.
214
-
215
- 7. If, as a consequence of a court judgment or allegation of patent
216
- infringement or for any other reason (not limited to patent issues),
217
- conditions are imposed on you (whether by court order, agreement or
218
- otherwise) that contradict the conditions of this License, they do not
219
- excuse you from the conditions of this License. If you cannot
220
- distribute so as to satisfy simultaneously your obligations under this
221
- License and any other pertinent obligations, then as a consequence you
222
- may not distribute the Program at all. For example, if a patent
223
- license would not permit royalty-free redistribution of the Program by
224
- all those who receive copies directly or indirectly through you, then
225
- the only way you could satisfy both it and this License would be to
226
- refrain entirely from distribution of the Program.
227
-
228
- If any portion of this section is held invalid or unenforceable under
229
- any particular circumstance, the balance of the section is intended to
230
- apply and the section as a whole is intended to apply in other
231
- circumstances.
232
-
233
- It is not the purpose of this section to induce you to infringe any
234
- patents or other property right claims or to contest validity of any
235
- such claims; this section has the sole purpose of protecting the
236
- integrity of the free software distribution system, which is
237
- implemented by public license practices. Many people have made
238
- generous contributions to the wide range of software distributed
239
- through that system in reliance on consistent application of that
240
- system; it is up to the author/donor to decide if he or she is willing
241
- to distribute software through any other system and a licensee cannot
242
- impose that choice.
243
-
244
- This section is intended to make thoroughly clear what is believed to
245
- be a consequence of the rest of this License.
246
-
247
- 8. If the distribution and/or use of the Program is restricted in
248
- certain countries either by patents or by copyrighted interfaces, the
249
- original copyright holder who places the Program under this License
250
- may add an explicit geographical distribution limitation excluding
251
- those countries, so that distribution is permitted only in or among
252
- countries not thus excluded. In such case, this License incorporates
253
- the limitation as if written in the body of this License.
254
-
255
- 9. The Free Software Foundation may publish revised and/or new versions
256
- of the General Public License from time to time. Such new versions will
257
- be similar in spirit to the present version, but may differ in detail to
258
- address new problems or concerns.
259
-
260
- Each version is given a distinguishing version number. If the Program
261
- specifies a version number of this License which applies to it and "any
262
- later version", you have the option of following the terms and conditions
263
- either of that version or of any later version published by the Free
264
- Software Foundation. If the Program does not specify a version number of
265
- this License, you may choose any version ever published by the Free Software
266
- Foundation.
267
-
268
- 10. If you wish to incorporate parts of the Program into other free
269
- programs whose distribution conditions are different, write to the author
270
- to ask for permission. For software which is copyrighted by the Free
271
- Software Foundation, write to the Free Software Foundation; we sometimes
272
- make exceptions for this. Our decision will be guided by the two goals
273
- of preserving the free status of all derivatives of our free software and
274
- of promoting the sharing and reuse of software generally.
275
-
276
- NO WARRANTY
277
-
278
- 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
279
- FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
280
- OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
281
- PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
282
- OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
283
- MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
284
- TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
285
- PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
286
- REPAIR OR CORRECTION.
287
-
288
- 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
289
- WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
290
- REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
291
- INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
292
- OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
293
- TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
294
- YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
295
- PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
296
- POSSIBILITY OF SUCH DAMAGES.
297
-
298
- END OF TERMS AND CONDITIONS
299
-
300
- How to Apply These Terms to Your New Programs
301
-
302
- If you develop a new program, and you want it to be of the greatest
303
- possible use to the public, the best way to achieve this is to make it
304
- free software which everyone can redistribute and change under these terms.
305
-
306
- To do so, attach the following notices to the program. It is safest
307
- to attach them to the start of each source file to most effectively
308
- convey the exclusion of warranty; and each file should have at least
309
- the "copyright" line and a pointer to where the full notice is found.
310
-
311
- <one line to give the program's name and a brief idea of what it does.>
312
- Copyright (C) <year> <name of author>
313
-
314
- This program is free software; you can redistribute it and/or modify
315
- it under the terms of the GNU General Public License as published by
316
- the Free Software Foundation; either version 2 of the License, or
317
- (at your option) any later version.
318
-
319
- This program is distributed in the hope that it will be useful,
320
- but WITHOUT ANY WARRANTY; without even the implied warranty of
321
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
322
- GNU General Public License for more details.
323
-
324
- You should have received a copy of the GNU General Public License along
325
- with this program; if not, write to the Free Software Foundation, Inc.,
326
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
327
-
328
- Also add information on how to contact you by electronic and paper mail.
329
-
330
- If the program is interactive, make it output a short notice like this
331
- when it starts in an interactive mode:
332
-
333
- Gnomovision version 69, Copyright (C) year name of author
334
- Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
335
- This is free software, and you are welcome to redistribute it
336
- under certain conditions; type `show c' for details.
337
-
338
- The hypothetical commands `show w' and `show c' should show the appropriate
339
- parts of the General Public License. Of course, the commands you use may
340
- be called something other than `show w' and `show c'; they could even be
341
- mouse-clicks or menu items--whatever suits your program.
342
-
343
- You should also get your employer (if you work as a programmer) or your
344
- school, if any, to sign a "copyright disclaimer" for the program, if
345
- necessary. Here is a sample; alter the names:
346
-
347
- Yoyodyne, Inc., hereby disclaims all copyright interest in the program
348
- `Gnomovision' (which makes passes at compilers) written by James Hacker.
349
-
350
- <signature of Ty Coon>, 1 April 1989
351
- Ty Coon, President of Vice
352
-
353
- This General Public License does not permit incorporating your program into
354
- proprietary programs. If your program is a subroutine library, you may
355
- consider it more useful to permit linking proprietary applications with the
356
- library. If this is what you want to do, use the GNU Lesser General
357
- Public License instead of this License.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
SECURITY.md DELETED
@@ -1,38 +0,0 @@
1
- # Security Policy
2
-
3
- Full details of the Automattic Security Policy can be found on [automattic.com](https://automattic.com/security/).
4
-
5
- ## Supported Versions
6
-
7
- Generally, only the latest version of Jetpack has continued support. If a critical vulnerability is found in the current version of Jetpack, we may opt to backport any patches to previous versions.
8
-
9
- ## Reporting a Vulnerability
10
-
11
- [Jetpack](https://jetpack.com/) is an open-source plugin for WordPress. Our HackerOne program covers the plugin software, as well as a variety of related projects and infrastructure.
12
-
13
- **For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [HackerOne](https://hackerone.com/automattic) portal.**
14
-
15
- Our most critical targets are:
16
-
17
- * Jetpack and the Jetpack composer packages (all within this repo)
18
- * Jetpack.com -- the primary marketing site.
19
- * cloud.jetpack.com -- a management site.
20
- * wordpress.com -- the shared management site for both Jetpack and WordPress.com sites.
21
-
22
- For more targets, see the `In Scope` section on [HackerOne](https://hackerone.com/automattic).
23
-
24
- _Please note that the **WordPress software is a separate entity** from Automattic. Please report vulnerabilities for WordPress through [the WordPress Foundation's HackerOne page](https://hackerone.com/wordpress)._
25
-
26
- ## Guidelines
27
-
28
- We're committed to working with security researchers to resolve the vulnerabilities they discover. You can help us by following these guidelines:
29
-
30
- * Follow [HackerOne's disclosure guidelines](https://www.hackerone.com/disclosure-guidelines).
31
- * Pen-testing Production:
32
- * Please **setup a local environment** instead whenever possible. Most of our code is open source (see above).
33
- * If that's not possible, **limit any data access/modification** to the bare minimum necessary to reproduce a PoC.
34
- * **_Don't_ automate form submissions!** That's very annoying for us, because it adds extra work for the volunteers who manage those systems, and reduces the signal/noise ratio in our communication channels.
35
- * To be eligible for a bounty, all of these guidelines must be followed.
36
- * Be Patient - Give us a reasonable time to correct the issue before you disclose the vulnerability.
37
-
38
- We also expect you to comply with all applicable laws. You're responsible to pay any taxes associated with your bounties.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
_inc/accessible-focus.js DELETED
@@ -1,19 +0,0 @@
1
- var keyboardNavigation = false,
2
- keyboardNavigationKeycodes = [ 9, 32, 37, 38, 39, 40 ]; // keyCodes for tab, space, left, up, right, down respectively
3
-
4
- document.addEventListener( 'keydown', function ( event ) {
5
- if ( keyboardNavigation ) {
6
- return;
7
- }
8
- if ( keyboardNavigationKeycodes.indexOf( event.keyCode ) !== -1 ) {
9
- keyboardNavigation = true;
10
- document.documentElement.classList.add( 'accessible-focus' );
11
- }
12
- } );
13
- document.addEventListener( 'mouseup', function () {
14
- if ( ! keyboardNavigation ) {
15
- return;
16
- }
17
- keyboardNavigation = false;
18
- document.documentElement.classList.remove( 'accessible-focus' );
19
- } );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
_inc/blocks/business-hours/view.asset.php DELETED
@@ -1 +0,0 @@
1
- <?php return array('dependencies' => array('wp-polyfill'), 'version' => '70c110e2328cc6e68a7ccd4313a5b6b7');
 
_inc/blocks/business-hours/view.css DELETED
@@ -1 +0,0 @@
1
- @media (min-width:480px){.jetpack-business-hours dd,.jetpack-business-hours dt{display:inline-block}}.jetpack-business-hours dt{font-weight:700;margin-right:.5em;min-width:30%;vertical-align:top}.jetpack-business-hours dd{margin:0}@media (min-width:480px){.jetpack-business-hours dd{max-width:calc(70% - .5em)}}.jetpack-business-hours__item{margin-bottom:.5em}
 
_inc/blocks/business-hours/view.js DELETED
@@ -1 +0,0 @@
1
- !function(e,t){for(var n in t)e[n]=t[n]}(window,function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=401)}({181:function(e,t,n){},401:function(e,t,n){n(53),e.exports=n(402)},402:function(e,t,n){"use strict";n.r(t);n(181)},49:function(e,t,n){"object"==typeof window&&window.Jetpack_Block_Assets_Base_Url&&window.Jetpack_Block_Assets_Base_Url.url&&(n.p=window.Jetpack_Block_Assets_Base_Url.url)},53:function(e,t,n){"use strict";n.r(t);n(49)}}));
 
_inc/blocks/business-hours/view.rtl.css DELETED
@@ -1 +0,0 @@
1
- @media (min-width:480px){.jetpack-business-hours dd,.jetpack-business-hours dt{display:inline-block}}.jetpack-business-hours dt{font-weight:700;margin-left:.5em;min-width:30%;vertical-align:top}.jetpack-business-hours dd{margin:0}@media (min-width:480px){.jetpack-business-hours dd{max-width:calc(70% - .5em)}}.jetpack-business-hours__item{margin-bottom:.5em}
 
_inc/blocks/button/view.asset.php DELETED
@@ -1 +0,0 @@
1
- <?php return array('dependencies' => array('wp-polyfill'), 'version' => '9b263267df02d1d159a6a1773112505c');
 
_inc/blocks/button/view.css DELETED
@@ -1 +0,0 @@
1
- .amp-wp-article .wp-block-jetpack-button{color:#fff}.wp-block-jetpack-button button{border:inherit}
 
_inc/blocks/button/view.js DELETED
@@ -1 +0,0 @@
1
- !function(e,t){for(var n in t)e[n]=t[n]}(window,function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=403)}({403:function(e,t,n){n(53),e.exports=n(404)},404:function(e,t,n){"use strict";n.r(t);n(405)},405:function(e,t,n){},49:function(e,t,n){"object"==typeof window&&window.Jetpack_Block_Assets_Base_Url&&window.Jetpack_Block_Assets_Base_Url.url&&(n.p=window.Jetpack_Block_Assets_Base_Url.url)},53:function(e,t,n){"use strict";n.r(t);n(49)}}));
 
_inc/blocks/button/view.rtl.css DELETED
@@ -1 +0,0 @@
1
- .amp-wp-article .wp-block-jetpack-button{color:#fff}.wp-block-jetpack-button button{border:inherit}
 
_inc/blocks/calendly/view.asset.php DELETED
@@ -1 +0,0 @@
1
- <?php return array('dependencies' => array('wp-polyfill'), 'version' => '3e733c789c7b3aa601447e7085a1f25d');
 
_inc/blocks/calendly/view.css DELETED
@@ -1 +0,0 @@
1
- .admin-bar .calendly-overlay .calendly-popup-close{top:47px}.wp-block-jetpack-calendly.calendly-style-inline{height:630px;position:relative}.wp-block-jetpack-calendly .calendly-spinner{top:50px}.wp-block-jetpack-calendly.aligncenter{text-align:center}.wp-block-jetpack-calendly .wp-block-jetpack-button{color:#fff}
 
_inc/blocks/calendly/view.js DELETED
@@ -1 +0,0 @@
1
- !function(e,t){for(var n in t)e[n]=t[n]}(window,function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=406)}({183:function(e,t,n){},406:function(e,t,n){n(53),e.exports=n(407)},407:function(e,t,n){"use strict";n.r(t);n(183)},49:function(e,t,n){"object"==typeof window&&window.Jetpack_Block_Assets_Base_Url&&window.Jetpack_Block_Assets_Base_Url.url&&(n.p=window.Jetpack_Block_Assets_Base_Url.url)},53:function(e,t,n){"use strict";n.r(t);n(49)}}));
 
_inc/blocks/calendly/view.rtl.css DELETED
@@ -1 +0,0 @@
1
- .admin-bar .calendly-overlay .calendly-popup-close{top:47px}.wp-block-jetpack-calendly.calendly-style-inline{height:630px;position:relative}.wp-block-jetpack-calendly .calendly-spinner{top:50px}.wp-block-jetpack-calendly.aligncenter{text-align:center}.wp-block-jetpack-calendly .wp-block-jetpack-button{color:#fff}
 
_inc/blocks/components.css DELETED
@@ -1 +0,0 @@
1
- .jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper{display:flex;justify-content:space-between;align-items:center;font-size:14px;height:48px;background:#000;padding:0 20px;border-radius:2px;box-shadow:inset 0 0 1px #fff}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .banner-description,.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .banner-title{color:#fff}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__description,.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__title{margin-right:10px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button{flex-shrink:0;line-height:1;margin-left:auto;height:28px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary{background:#e34c84;color:#fff}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover{background:#eb6594}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary.is-busy{background-size:100px 100%;background-image:linear-gradient(-45deg,#e34c84 28%,#ab235a 0,#ab235a 72%,#e34c84 0)}.jetpack-upgrade-plan-banner.block-editor-block-list__block{margin-top:0;margin-bottom:0}.jetpack-upgrade-plan-banner.wp-block[data-align=left],.jetpack-upgrade-plan-banner.wp-block[data-align=right]{height:48px}.jetpack-upgrade-plan-banner.wp-block[data-align=left] .jetpack-upgrade-plan-banner__wrapper,.jetpack-upgrade-plan-banner.wp-block[data-align=right] .jetpack-upgrade-plan-banner__wrapper{max-width:580px;width:100%}.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive>*{pointer-events:auto;-webkit-user-select:auto;-ms-user-select:auto;user-select:auto}.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive:after{content:none}.block-editor-warning{border:1px solid #ddd;padding:10px 14px}.block-editor-warning .block-editor-warning__message{line-height:1.4;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.block-editor-warning .block-editor-warning__actions .components-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:inherit;text-decoration:none}
 
_inc/blocks/components.js DELETED
@@ -1,52 +0,0 @@
1
- module.exports=function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=83)}([function(e,t,n){(function(e){var r;
2
- /**
3
- * @license
4
- * Lodash <https://lodash.com/>
5
- * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
6
- * Released under MIT license <https://lodash.com/license>
7
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
8
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
9
- */(function(){var o="Expected a function",i="__lodash_placeholder__",a=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]],c="[object Arguments]",u="[object Array]",l="[object Boolean]",s="[object Date]",f="[object Error]",d="[object Function]",p="[object GeneratorFunction]",h="[object Map]",v="[object Number]",m="[object Object]",b="[object RegExp]",g="[object Set]",y="[object String]",_="[object Symbol]",w="[object WeakMap]",k="[object ArrayBuffer]",O="[object DataView]",z="[object Float32Array]",x="[object Float64Array]",j="[object Int8Array]",S="[object Int16Array]",E="[object Int32Array]",M="[object Uint8Array]",C="[object Uint16Array]",T="[object Uint32Array]",P=/\b__p \+= '';/g,H=/\b(__p \+=) '' \+/g,V=/(__e\(.*?\)|\b__t\)) \+\n'';/g,L=/&(?:amp|lt|gt|quot|#39);/g,A=/[&<>"']/g,N=RegExp(L.source),I=RegExp(A.source),R=/<%-([\s\S]+?)%>/g,D=/<%([\s\S]+?)%>/g,F=/<%=([\s\S]+?)%>/g,B=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,U=/^\w*$/,$=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,W=/[\\^$.*+?()[\]{}|]/g,q=RegExp(W.source),K=/^\s+/,Q=/\s/,G=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Z=/\{\n\/\* \[wrapped with (.+)\] \*/,Y=/,? & /,X=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,J=/[()=,{}\[\]\/\s]/,ee=/\\(\\)?/g,te=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,ne=/\w*$/,re=/^[-+]0x[0-9a-f]+$/i,oe=/^0b[01]+$/i,ie=/^\[object .+?Constructor\]$/,ae=/^0o[0-7]+$/i,ce=/^(?:0|[1-9]\d*)$/,ue=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,le=/($^)/,se=/['\n\r\u2028\u2029\\]/g,fe="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",de="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",pe="[\\ud800-\\udfff]",he="["+de+"]",ve="["+fe+"]",me="\\d+",be="[\\u2700-\\u27bf]",ge="[a-z\\xdf-\\xf6\\xf8-\\xff]",ye="[^\\ud800-\\udfff"+de+me+"\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",_e="\\ud83c[\\udffb-\\udfff]",we="[^\\ud800-\\udfff]",ke="(?:\\ud83c[\\udde6-\\uddff]){2}",Oe="[\\ud800-\\udbff][\\udc00-\\udfff]",ze="[A-Z\\xc0-\\xd6\\xd8-\\xde]",xe="(?:"+ge+"|"+ye+")",je="(?:"+ze+"|"+ye+")",Se="(?:"+ve+"|"+_e+")"+"?",Ee="[\\ufe0e\\ufe0f]?"+Se+("(?:\\u200d(?:"+[we,ke,Oe].join("|")+")[\\ufe0e\\ufe0f]?"+Se+")*"),Me="(?:"+[be,ke,Oe].join("|")+")"+Ee,Ce="(?:"+[we+ve+"?",ve,ke,Oe,pe].join("|")+")",Te=RegExp("['’]","g"),Pe=RegExp(ve,"g"),He=RegExp(_e+"(?="+_e+")|"+Ce+Ee,"g"),Ve=RegExp([ze+"?"+ge+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[he,ze,"$"].join("|")+")",je+"+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[he,ze+xe,"$"].join("|")+")",ze+"?"+xe+"+(?:['’](?:d|ll|m|re|s|t|ve))?",ze+"+(?:['’](?:D|LL|M|RE|S|T|VE))?","\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",me,Me].join("|"),"g"),Le=RegExp("[\\u200d\\ud800-\\udfff"+fe+"\\ufe0e\\ufe0f]"),Ae=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Ne=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],Ie=-1,Re={};Re[z]=Re[x]=Re[j]=Re[S]=Re[E]=Re[M]=Re["[object Uint8ClampedArray]"]=Re[C]=Re[T]=!0,Re[c]=Re[u]=Re[k]=Re[l]=Re[O]=Re[s]=Re[f]=Re[d]=Re[h]=Re[v]=Re[m]=Re[b]=Re[g]=Re[y]=Re[w]=!1;var De={};De[c]=De[u]=De[k]=De[O]=De[l]=De[s]=De[z]=De[x]=De[j]=De[S]=De[E]=De[h]=De[v]=De[m]=De[b]=De[g]=De[y]=De[_]=De[M]=De["[object Uint8ClampedArray]"]=De[C]=De[T]=!0,De[f]=De[d]=De[w]=!1;var Fe={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Be=parseFloat,Ue=parseInt,$e="object"==typeof window&&window&&window.Object===Object&&window,We="object"==typeof self&&self&&self.Object===Object&&self,qe=$e||We||Function("return this")(),Ke=t&&!t.nodeType&&t,Qe=Ke&&"object"==typeof e&&e&&!e.nodeType&&e,Ge=Qe&&Qe.exports===Ke,Ze=Ge&&$e.process,Ye=function(){try{var e=Qe&&Qe.require&&Qe.require("util").types;return e||Ze&&Ze.binding&&Ze.binding("util")}catch(t){}}(),Xe=Ye&&Ye.isArrayBuffer,Je=Ye&&Ye.isDate,et=Ye&&Ye.isMap,tt=Ye&&Ye.isRegExp,nt=Ye&&Ye.isSet,rt=Ye&&Ye.isTypedArray;function ot(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function it(e,t,n,r){for(var o=-1,i=null==e?0:e.length;++o<i;){var a=e[o];t(r,a,n(a),e)}return r}function at(e,t){for(var n=-1,r=null==e?0:e.length;++n<r&&!1!==t(e[n],n,e););return e}function ct(e,t){for(var n=null==e?0:e.length;n--&&!1!==t(e[n],n,e););return e}function ut(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(!t(e[n],n,e))return!1;return!0}function lt(e,t){for(var n=-1,r=null==e?0:e.length,o=0,i=[];++n<r;){var a=e[n];t(a,n,e)&&(i[o++]=a)}return i}function st(e,t){return!!(null==e?0:e.length)&&_t(e,t,0)>-1}function ft(e,t,n){for(var r=-1,o=null==e?0:e.length;++r<o;)if(n(t,e[r]))return!0;return!1}function dt(e,t){for(var n=-1,r=null==e?0:e.length,o=Array(r);++n<r;)o[n]=t(e[n],n,e);return o}function pt(e,t){for(var n=-1,r=t.length,o=e.length;++n<r;)e[o+n]=t[n];return e}function ht(e,t,n,r){var o=-1,i=null==e?0:e.length;for(r&&i&&(n=e[++o]);++o<i;)n=t(n,e[o],o,e);return n}function vt(e,t,n,r){var o=null==e?0:e.length;for(r&&o&&(n=e[--o]);o--;)n=t(n,e[o],o,e);return n}function mt(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}var bt=zt("length");function gt(e,t,n){var r;return n(e,(function(e,n,o){if(t(e,n,o))return r=n,!1})),r}function yt(e,t,n,r){for(var o=e.length,i=n+(r?1:-1);r?i--:++i<o;)if(t(e[i],i,e))return i;return-1}function _t(e,t,n){return t==t?function(e,t,n){var r=n-1,o=e.length;for(;++r<o;)if(e[r]===t)return r;return-1}(e,t,n):yt(e,kt,n)}function wt(e,t,n,r){for(var o=n-1,i=e.length;++o<i;)if(r(e[o],t))return o;return-1}function kt(e){return e!=e}function Ot(e,t){var n=null==e?0:e.length;return n?St(e,t)/n:NaN}function zt(e){return function(t){return null==t?void 0:t[e]}}function xt(e){return function(t){return null==e?void 0:e[t]}}function jt(e,t,n,r,o){return o(e,(function(e,o,i){n=r?(r=!1,e):t(n,e,o,i)})),n}function St(e,t){for(var n,r=-1,o=e.length;++r<o;){var i=t(e[r]);void 0!==i&&(n=void 0===n?i:n+i)}return n}function Et(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}function Mt(e){return e?e.slice(0,Kt(e)+1).replace(K,""):e}function Ct(e){return function(t){return e(t)}}function Tt(e,t){return dt(t,(function(t){return e[t]}))}function Pt(e,t){return e.has(t)}function Ht(e,t){for(var n=-1,r=e.length;++n<r&&_t(t,e[n],0)>-1;);return n}function Vt(e,t){for(var n=e.length;n--&&_t(t,e[n],0)>-1;);return n}function Lt(e,t){for(var n=e.length,r=0;n--;)e[n]===t&&++r;return r}var At=xt({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),Nt=xt({"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"});function It(e){return"\\"+Fe[e]}function Rt(e){return Le.test(e)}function Dt(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function Ft(e,t){return function(n){return e(t(n))}}function Bt(e,t){for(var n=-1,r=e.length,o=0,a=[];++n<r;){var c=e[n];c!==t&&c!==i||(e[n]=i,a[o++]=n)}return a}function Ut(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n}function $t(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=[e,e]})),n}function Wt(e){return Rt(e)?function(e){var t=He.lastIndex=0;for(;He.test(e);)++t;return t}(e):bt(e)}function qt(e){return Rt(e)?function(e){return e.match(He)||[]}(e):function(e){return e.split("")}(e)}function Kt(e){for(var t=e.length;t--&&Q.test(e.charAt(t)););return t}var Qt=xt({"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"});var Gt=function e(t){var n,r=(t=null==t?qe:Gt.defaults(qe.Object(),t,Gt.pick(qe,Ne))).Array,Q=t.Date,fe=t.Error,de=t.Function,pe=t.Math,he=t.Object,ve=t.RegExp,me=t.String,be=t.TypeError,ge=r.prototype,ye=de.prototype,_e=he.prototype,we=t["__core-js_shared__"],ke=ye.toString,Oe=_e.hasOwnProperty,ze=0,xe=(n=/[^.]+$/.exec(we&&we.keys&&we.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",je=_e.toString,Se=ke.call(he),Ee=qe._,Me=ve("^"+ke.call(Oe).replace(W,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ce=Ge?t.Buffer:void 0,He=t.Symbol,Le=t.Uint8Array,Fe=Ce?Ce.allocUnsafe:void 0,$e=Ft(he.getPrototypeOf,he),We=he.create,Ke=_e.propertyIsEnumerable,Qe=ge.splice,Ze=He?He.isConcatSpreadable:void 0,Ye=He?He.iterator:void 0,bt=He?He.toStringTag:void 0,xt=function(){try{var e=ti(he,"defineProperty");return e({},"",{}),e}catch(t){}}(),Zt=t.clearTimeout!==qe.clearTimeout&&t.clearTimeout,Yt=Q&&Q.now!==qe.Date.now&&Q.now,Xt=t.setTimeout!==qe.setTimeout&&t.setTimeout,Jt=pe.ceil,en=pe.floor,tn=he.getOwnPropertySymbols,nn=Ce?Ce.isBuffer:void 0,rn=t.isFinite,on=ge.join,an=Ft(he.keys,he),cn=pe.max,un=pe.min,ln=Q.now,sn=t.parseInt,fn=pe.random,dn=ge.reverse,pn=ti(t,"DataView"),hn=ti(t,"Map"),vn=ti(t,"Promise"),mn=ti(t,"Set"),bn=ti(t,"WeakMap"),gn=ti(he,"create"),yn=bn&&new bn,_n={},wn=Ei(pn),kn=Ei(hn),On=Ei(vn),zn=Ei(mn),xn=Ei(bn),jn=He?He.prototype:void 0,Sn=jn?jn.valueOf:void 0,En=jn?jn.toString:void 0;function Mn(e){if(Wa(e)&&!Va(e)&&!(e instanceof Hn)){if(e instanceof Pn)return e;if(Oe.call(e,"__wrapped__"))return Mi(e)}return new Pn(e)}var Cn=function(){function e(){}return function(t){if(!$a(t))return{};if(We)return We(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();function Tn(){}function Pn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=void 0}function Hn(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}function Vn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function Ln(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function An(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function Nn(e){var t=-1,n=null==e?0:e.length;for(this.__data__=new An;++t<n;)this.add(e[t])}function In(e){var t=this.__data__=new Ln(e);this.size=t.size}function Rn(e,t){var n=Va(e),r=!n&&Ha(e),o=!n&&!r&&Ia(e),i=!n&&!r&&!o&&Ja(e),a=n||r||o||i,c=a?Et(e.length,me):[],u=c.length;for(var l in e)!t&&!Oe.call(e,l)||a&&("length"==l||o&&("offset"==l||"parent"==l)||i&&("buffer"==l||"byteLength"==l||"byteOffset"==l)||ui(l,u))||c.push(l);return c}function Dn(e){var t=e.length;return t?e[Nr(0,t-1)]:void 0}function Fn(e,t){return xi(yo(e),Zn(t,0,e.length))}function Bn(e){return xi(yo(e))}function Un(e,t,n){(void 0!==n&&!Ca(e[t],n)||void 0===n&&!(t in e))&&Qn(e,t,n)}function $n(e,t,n){var r=e[t];Oe.call(e,t)&&Ca(r,n)&&(void 0!==n||t in e)||Qn(e,t,n)}function Wn(e,t){for(var n=e.length;n--;)if(Ca(e[n][0],t))return n;return-1}function qn(e,t,n,r){return tr(e,(function(e,o,i){t(r,e,n(e),i)})),r}function Kn(e,t){return e&&_o(t,wc(t),e)}function Qn(e,t,n){"__proto__"==t&&xt?xt(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}function Gn(e,t){for(var n=-1,o=t.length,i=r(o),a=null==e;++n<o;)i[n]=a?void 0:mc(e,t[n]);return i}function Zn(e,t,n){return e==e&&(void 0!==n&&(e=e<=n?e:n),void 0!==t&&(e=e>=t?e:t)),e}function Yn(e,t,n,r,o,i){var a,u=1&t,f=2&t,w=4&t;if(n&&(a=o?n(e,r,o,i):n(e)),void 0!==a)return a;if(!$a(e))return e;var P=Va(e);if(P){if(a=function(e){var t=e.length,n=new e.constructor(t);t&&"string"==typeof e[0]&&Oe.call(e,"index")&&(n.index=e.index,n.input=e.input);return n}(e),!u)return yo(e,a)}else{var H=oi(e),V=H==d||H==p;if(Ia(e))return po(e,u);if(H==m||H==c||V&&!o){if(a=f||V?{}:ai(e),!u)return f?function(e,t){return _o(e,ri(e),t)}(e,function(e,t){return e&&_o(t,kc(t),e)}(a,e)):function(e,t){return _o(e,ni(e),t)}(e,Kn(a,e))}else{if(!De[H])return o?e:{};a=function(e,t,n){var r=e.constructor;switch(t){case k:return ho(e);case l:case s:return new r(+e);case O:return function(e,t){var n=t?ho(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case z:case x:case j:case S:case E:case M:case"[object Uint8ClampedArray]":case C:case T:return vo(e,n);case h:return new r;case v:case y:return new r(e);case b:return function(e){var t=new e.constructor(e.source,ne.exec(e));return t.lastIndex=e.lastIndex,t}(e);case g:return new r;case _:return o=e,Sn?he(Sn.call(o)):{}}var o}(e,H,u)}}i||(i=new In);var L=i.get(e);if(L)return L;i.set(e,a),Za(e)?e.forEach((function(r){a.add(Yn(r,t,n,r,e,i))})):qa(e)&&e.forEach((function(r,o){a.set(o,Yn(r,t,n,o,e,i))}));var A=P?void 0:(w?f?Qo:Ko:f?kc:wc)(e);return at(A||e,(function(r,o){A&&(r=e[o=r]),$n(a,o,Yn(r,t,n,o,e,i))})),a}function Xn(e,t,n){var r=n.length;if(null==e)return!r;for(e=he(e);r--;){var o=n[r],i=t[o],a=e[o];if(void 0===a&&!(o in e)||!i(a))return!1}return!0}function Jn(e,t,n){if("function"!=typeof e)throw new be(o);return wi((function(){e.apply(void 0,n)}),t)}function er(e,t,n,r){var o=-1,i=st,a=!0,c=e.length,u=[],l=t.length;if(!c)return u;n&&(t=dt(t,Ct(n))),r?(i=ft,a=!1):t.length>=200&&(i=Pt,a=!1,t=new Nn(t));e:for(;++o<c;){var s=e[o],f=null==n?s:n(s);if(s=r||0!==s?s:0,a&&f==f){for(var d=l;d--;)if(t[d]===f)continue e;u.push(s)}else i(t,f,r)||u.push(s)}return u}Mn.templateSettings={escape:R,evaluate:D,interpolate:F,variable:"",imports:{_:Mn}},Mn.prototype=Tn.prototype,Mn.prototype.constructor=Mn,Pn.prototype=Cn(Tn.prototype),Pn.prototype.constructor=Pn,Hn.prototype=Cn(Tn.prototype),Hn.prototype.constructor=Hn,Vn.prototype.clear=function(){this.__data__=gn?gn(null):{},this.size=0},Vn.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},Vn.prototype.get=function(e){var t=this.__data__;if(gn){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return Oe.call(t,e)?t[e]:void 0},Vn.prototype.has=function(e){var t=this.__data__;return gn?void 0!==t[e]:Oe.call(t,e)},Vn.prototype.set=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=gn&&void 0===t?"__lodash_hash_undefined__":t,this},Ln.prototype.clear=function(){this.__data__=[],this.size=0},Ln.prototype.delete=function(e){var t=this.__data__,n=Wn(t,e);return!(n<0)&&(n==t.length-1?t.pop():Qe.call(t,n,1),--this.size,!0)},Ln.prototype.get=function(e){var t=this.__data__,n=Wn(t,e);return n<0?void 0:t[n][1]},Ln.prototype.has=function(e){return Wn(this.__data__,e)>-1},Ln.prototype.set=function(e,t){var n=this.__data__,r=Wn(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},An.prototype.clear=function(){this.size=0,this.__data__={hash:new Vn,map:new(hn||Ln),string:new Vn}},An.prototype.delete=function(e){var t=Jo(this,e).delete(e);return this.size-=t?1:0,t},An.prototype.get=function(e){return Jo(this,e).get(e)},An.prototype.has=function(e){return Jo(this,e).has(e)},An.prototype.set=function(e,t){var n=Jo(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},Nn.prototype.add=Nn.prototype.push=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this},Nn.prototype.has=function(e){return this.__data__.has(e)},In.prototype.clear=function(){this.__data__=new Ln,this.size=0},In.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},In.prototype.get=function(e){return this.__data__.get(e)},In.prototype.has=function(e){return this.__data__.has(e)},In.prototype.set=function(e,t){var n=this.__data__;if(n instanceof Ln){var r=n.__data__;if(!hn||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new An(r)}return n.set(e,t),this.size=n.size,this};var tr=Oo(lr),nr=Oo(sr,!0);function rr(e,t){var n=!0;return tr(e,(function(e,r,o){return n=!!t(e,r,o)})),n}function or(e,t,n){for(var r=-1,o=e.length;++r<o;){var i=e[r],a=t(i);if(null!=a&&(void 0===c?a==a&&!Xa(a):n(a,c)))var c=a,u=i}return u}function ir(e,t){var n=[];return tr(e,(function(e,r,o){t(e,r,o)&&n.push(e)})),n}function ar(e,t,n,r,o){var i=-1,a=e.length;for(n||(n=ci),o||(o=[]);++i<a;){var c=e[i];t>0&&n(c)?t>1?ar(c,t-1,n,r,o):pt(o,c):r||(o[o.length]=c)}return o}var cr=zo(),ur=zo(!0);function lr(e,t){return e&&cr(e,t,wc)}function sr(e,t){return e&&ur(e,t,wc)}function fr(e,t){return lt(t,(function(t){return Fa(e[t])}))}function dr(e,t){for(var n=0,r=(t=uo(t,e)).length;null!=e&&n<r;)e=e[Si(t[n++])];return n&&n==r?e:void 0}function pr(e,t,n){var r=t(e);return Va(e)?r:pt(r,n(e))}function hr(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":bt&&bt in he(e)?function(e){var t=Oe.call(e,bt),n=e[bt];try{e[bt]=void 0;var r=!0}catch(i){}var o=je.call(e);r&&(t?e[bt]=n:delete e[bt]);return o}(e):function(e){return je.call(e)}(e)}function vr(e,t){return e>t}function mr(e,t){return null!=e&&Oe.call(e,t)}function br(e,t){return null!=e&&t in he(e)}function gr(e,t,n){for(var o=n?ft:st,i=e[0].length,a=e.length,c=a,u=r(a),l=1/0,s=[];c--;){var f=e[c];c&&t&&(f=dt(f,Ct(t))),l=un(f.length,l),u[c]=!n&&(t||i>=120&&f.length>=120)?new Nn(c&&f):void 0}f=e[0];var d=-1,p=u[0];e:for(;++d<i&&s.length<l;){var h=f[d],v=t?t(h):h;if(h=n||0!==h?h:0,!(p?Pt(p,v):o(s,v,n))){for(c=a;--c;){var m=u[c];if(!(m?Pt(m,v):o(e[c],v,n)))continue e}p&&p.push(v),s.push(h)}}return s}function yr(e,t,n){var r=null==(e=bi(e,t=uo(t,e)))?e:e[Si(Di(t))];return null==r?void 0:ot(r,e,n)}function _r(e){return Wa(e)&&hr(e)==c}function wr(e,t,n,r,o){return e===t||(null==e||null==t||!Wa(e)&&!Wa(t)?e!=e&&t!=t:function(e,t,n,r,o,i){var a=Va(e),d=Va(t),p=a?u:oi(e),w=d?u:oi(t),z=(p=p==c?m:p)==m,x=(w=w==c?m:w)==m,j=p==w;if(j&&Ia(e)){if(!Ia(t))return!1;a=!0,z=!1}if(j&&!z)return i||(i=new In),a||Ja(e)?Wo(e,t,n,r,o,i):function(e,t,n,r,o,i,a){switch(n){case O:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case k:return!(e.byteLength!=t.byteLength||!i(new Le(e),new Le(t)));case l:case s:case v:return Ca(+e,+t);case f:return e.name==t.name&&e.message==t.message;case b:case y:return e==t+"";case h:var c=Dt;case g:var u=1&r;if(c||(c=Ut),e.size!=t.size&&!u)return!1;var d=a.get(e);if(d)return d==t;r|=2,a.set(e,t);var p=Wo(c(e),c(t),r,o,i,a);return a.delete(e),p;case _:if(Sn)return Sn.call(e)==Sn.call(t)}return!1}(e,t,p,n,r,o,i);if(!(1&n)){var S=z&&Oe.call(e,"__wrapped__"),E=x&&Oe.call(t,"__wrapped__");if(S||E){var M=S?e.value():e,C=E?t.value():t;return i||(i=new In),o(M,C,n,r,i)}}if(!j)return!1;return i||(i=new In),function(e,t,n,r,o,i){var a=1&n,c=Ko(e),u=c.length,l=Ko(t).length;if(u!=l&&!a)return!1;var s=u;for(;s--;){var f=c[s];if(!(a?f in t:Oe.call(t,f)))return!1}var d=i.get(e),p=i.get(t);if(d&&p)return d==t&&p==e;var h=!0;i.set(e,t),i.set(t,e);var v=a;for(;++s<u;){f=c[s];var m=e[f],b=t[f];if(r)var g=a?r(b,m,f,t,e,i):r(m,b,f,e,t,i);if(!(void 0===g?m===b||o(m,b,n,r,i):g)){h=!1;break}v||(v="constructor"==f)}if(h&&!v){var y=e.constructor,_=t.constructor;y==_||!("constructor"in e)||!("constructor"in t)||"function"==typeof y&&y instanceof y&&"function"==typeof _&&_ instanceof _||(h=!1)}return i.delete(e),i.delete(t),h}(e,t,n,r,o,i)}(e,t,n,r,wr,o))}function kr(e,t,n,r){var o=n.length,i=o,a=!r;if(null==e)return!i;for(e=he(e);o--;){var c=n[o];if(a&&c[2]?c[1]!==e[c[0]]:!(c[0]in e))return!1}for(;++o<i;){var u=(c=n[o])[0],l=e[u],s=c[1];if(a&&c[2]){if(void 0===l&&!(u in e))return!1}else{var f=new In;if(r)var d=r(l,s,u,e,t,f);if(!(void 0===d?wr(s,l,3,r,f):d))return!1}}return!0}function Or(e){return!(!$a(e)||(t=e,xe&&xe in t))&&(Fa(e)?Me:ie).test(Ei(e));var t}function zr(e){return"function"==typeof e?e:null==e?Kc:"object"==typeof e?Va(e)?Cr(e[0],e[1]):Mr(e):nu(e)}function xr(e){if(!pi(e))return an(e);var t=[];for(var n in he(e))Oe.call(e,n)&&"constructor"!=n&&t.push(n);return t}function jr(e){if(!$a(e))return function(e){var t=[];if(null!=e)for(var n in he(e))t.push(n);return t}(e);var t=pi(e),n=[];for(var r in e)("constructor"!=r||!t&&Oe.call(e,r))&&n.push(r);return n}function Sr(e,t){return e<t}function Er(e,t){var n=-1,o=Aa(e)?r(e.length):[];return tr(e,(function(e,r,i){o[++n]=t(e,r,i)})),o}function Mr(e){var t=ei(e);return 1==t.length&&t[0][2]?vi(t[0][0],t[0][1]):function(n){return n===e||kr(n,e,t)}}function Cr(e,t){return si(e)&&hi(t)?vi(Si(e),t):function(n){var r=mc(n,e);return void 0===r&&r===t?bc(n,e):wr(t,r,3)}}function Tr(e,t,n,r,o){e!==t&&cr(t,(function(i,a){if(o||(o=new In),$a(i))!function(e,t,n,r,o,i,a){var c=yi(e,n),u=yi(t,n),l=a.get(u);if(l)return void Un(e,n,l);var s=i?i(c,u,n+"",e,t,a):void 0,f=void 0===s;if(f){var d=Va(u),p=!d&&Ia(u),h=!d&&!p&&Ja(u);s=u,d||p||h?Va(c)?s=c:Na(c)?s=yo(c):p?(f=!1,s=po(u,!0)):h?(f=!1,s=vo(u,!0)):s=[]:Qa(u)||Ha(u)?(s=c,Ha(c)?s=cc(c):$a(c)&&!Fa(c)||(s=ai(u))):f=!1}f&&(a.set(u,s),o(s,u,r,i,a),a.delete(u));Un(e,n,s)}(e,t,a,n,Tr,r,o);else{var c=r?r(yi(e,a),i,a+"",e,t,o):void 0;void 0===c&&(c=i),Un(e,a,c)}}),kc)}function Pr(e,t){var n=e.length;if(n)return ui(t+=t<0?n:0,n)?e[t]:void 0}function Hr(e,t,n){t=t.length?dt(t,(function(e){return Va(e)?function(t){return dr(t,1===e.length?e[0]:e)}:e})):[Kc];var r=-1;return t=dt(t,Ct(Xo())),function(e,t){var n=e.length;for(e.sort(t);n--;)e[n]=e[n].value;return e}(Er(e,(function(e,n,o){return{criteria:dt(t,(function(t){return t(e)})),index:++r,value:e}})),(function(e,t){return function(e,t,n){var r=-1,o=e.criteria,i=t.criteria,a=o.length,c=n.length;for(;++r<a;){var u=mo(o[r],i[r]);if(u){if(r>=c)return u;var l=n[r];return u*("desc"==l?-1:1)}}return e.index-t.index}(e,t,n)}))}function Vr(e,t,n){for(var r=-1,o=t.length,i={};++r<o;){var a=t[r],c=dr(e,a);n(c,a)&&Br(i,uo(a,e),c)}return i}function Lr(e,t,n,r){var o=r?wt:_t,i=-1,a=t.length,c=e;for(e===t&&(t=yo(t)),n&&(c=dt(e,Ct(n)));++i<a;)for(var u=0,l=t[i],s=n?n(l):l;(u=o(c,s,u,r))>-1;)c!==e&&Qe.call(c,u,1),Qe.call(e,u,1);return e}function Ar(e,t){for(var n=e?t.length:0,r=n-1;n--;){var o=t[n];if(n==r||o!==i){var i=o;ui(o)?Qe.call(e,o,1):eo(e,o)}}return e}function Nr(e,t){return e+en(fn()*(t-e+1))}function Ir(e,t){var n="";if(!e||t<1||t>9007199254740991)return n;do{t%2&&(n+=e),(t=en(t/2))&&(e+=e)}while(t);return n}function Rr(e,t){return ki(mi(e,t,Kc),e+"")}function Dr(e){return Dn(Cc(e))}function Fr(e,t){var n=Cc(e);return xi(n,Zn(t,0,n.length))}function Br(e,t,n,r){if(!$a(e))return e;for(var o=-1,i=(t=uo(t,e)).length,a=i-1,c=e;null!=c&&++o<i;){var u=Si(t[o]),l=n;if("__proto__"===u||"constructor"===u||"prototype"===u)return e;if(o!=a){var s=c[u];void 0===(l=r?r(s,u,c):void 0)&&(l=$a(s)?s:ui(t[o+1])?[]:{})}$n(c,u,l),c=c[u]}return e}var Ur=yn?function(e,t){return yn.set(e,t),e}:Kc,$r=xt?function(e,t){return xt(e,"toString",{configurable:!0,enumerable:!1,value:$c(t),writable:!0})}:Kc;function Wr(e){return xi(Cc(e))}function qr(e,t,n){var o=-1,i=e.length;t<0&&(t=-t>i?0:i+t),(n=n>i?i:n)<0&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0;for(var a=r(i);++o<i;)a[o]=e[o+t];return a}function Kr(e,t){var n;return tr(e,(function(e,r,o){return!(n=t(e,r,o))})),!!n}function Qr(e,t,n){var r=0,o=null==e?r:e.length;if("number"==typeof t&&t==t&&o<=2147483647){for(;r<o;){var i=r+o>>>1,a=e[i];null!==a&&!Xa(a)&&(n?a<=t:a<t)?r=i+1:o=i}return o}return Gr(e,t,Kc,n)}function Gr(e,t,n,r){var o=0,i=null==e?0:e.length;if(0===i)return 0;for(var a=(t=n(t))!=t,c=null===t,u=Xa(t),l=void 0===t;o<i;){var s=en((o+i)/2),f=n(e[s]),d=void 0!==f,p=null===f,h=f==f,v=Xa(f);if(a)var m=r||h;else m=l?h&&(r||d):c?h&&d&&(r||!p):u?h&&d&&!p&&(r||!v):!p&&!v&&(r?f<=t:f<t);m?o=s+1:i=s}return un(i,4294967294)}function Zr(e,t){for(var n=-1,r=e.length,o=0,i=[];++n<r;){var a=e[n],c=t?t(a):a;if(!n||!Ca(c,u)){var u=c;i[o++]=0===a?0:a}}return i}function Yr(e){return"number"==typeof e?e:Xa(e)?NaN:+e}function Xr(e){if("string"==typeof e)return e;if(Va(e))return dt(e,Xr)+"";if(Xa(e))return En?En.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function Jr(e,t,n){var r=-1,o=st,i=e.length,a=!0,c=[],u=c;if(n)a=!1,o=ft;else if(i>=200){var l=t?null:Ro(e);if(l)return Ut(l);a=!1,o=Pt,u=new Nn}else u=t?[]:c;e:for(;++r<i;){var s=e[r],f=t?t(s):s;if(s=n||0!==s?s:0,a&&f==f){for(var d=u.length;d--;)if(u[d]===f)continue e;t&&u.push(f),c.push(s)}else o(u,f,n)||(u!==c&&u.push(f),c.push(s))}return c}function eo(e,t){return null==(e=bi(e,t=uo(t,e)))||delete e[Si(Di(t))]}function to(e,t,n,r){return Br(e,t,n(dr(e,t)),r)}function no(e,t,n,r){for(var o=e.length,i=r?o:-1;(r?i--:++i<o)&&t(e[i],i,e););return n?qr(e,r?0:i,r?i+1:o):qr(e,r?i+1:0,r?o:i)}function ro(e,t){var n=e;return n instanceof Hn&&(n=n.value()),ht(t,(function(e,t){return t.func.apply(t.thisArg,pt([e],t.args))}),n)}function oo(e,t,n){var o=e.length;if(o<2)return o?Jr(e[0]):[];for(var i=-1,a=r(o);++i<o;)for(var c=e[i],u=-1;++u<o;)u!=i&&(a[i]=er(a[i]||c,e[u],t,n));return Jr(ar(a,1),t,n)}function io(e,t,n){for(var r=-1,o=e.length,i=t.length,a={};++r<o;){var c=r<i?t[r]:void 0;n(a,e[r],c)}return a}function ao(e){return Na(e)?e:[]}function co(e){return"function"==typeof e?e:Kc}function uo(e,t){return Va(e)?e:si(e,t)?[e]:ji(uc(e))}var lo=Rr;function so(e,t,n){var r=e.length;return n=void 0===n?r:n,!t&&n>=r?e:qr(e,t,n)}var fo=Zt||function(e){return qe.clearTimeout(e)};function po(e,t){if(t)return e.slice();var n=e.length,r=Fe?Fe(n):new e.constructor(n);return e.copy(r),r}function ho(e){var t=new e.constructor(e.byteLength);return new Le(t).set(new Le(e)),t}function vo(e,t){var n=t?ho(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function mo(e,t){if(e!==t){var n=void 0!==e,r=null===e,o=e==e,i=Xa(e),a=void 0!==t,c=null===t,u=t==t,l=Xa(t);if(!c&&!l&&!i&&e>t||i&&a&&u&&!c&&!l||r&&a&&u||!n&&u||!o)return 1;if(!r&&!i&&!l&&e<t||l&&n&&o&&!r&&!i||c&&n&&o||!a&&o||!u)return-1}return 0}function bo(e,t,n,o){for(var i=-1,a=e.length,c=n.length,u=-1,l=t.length,s=cn(a-c,0),f=r(l+s),d=!o;++u<l;)f[u]=t[u];for(;++i<c;)(d||i<a)&&(f[n[i]]=e[i]);for(;s--;)f[u++]=e[i++];return f}function go(e,t,n,o){for(var i=-1,a=e.length,c=-1,u=n.length,l=-1,s=t.length,f=cn(a-u,0),d=r(f+s),p=!o;++i<f;)d[i]=e[i];for(var h=i;++l<s;)d[h+l]=t[l];for(;++c<u;)(p||i<a)&&(d[h+n[c]]=e[i++]);return d}function yo(e,t){var n=-1,o=e.length;for(t||(t=r(o));++n<o;)t[n]=e[n];return t}function _o(e,t,n,r){var o=!n;n||(n={});for(var i=-1,a=t.length;++i<a;){var c=t[i],u=r?r(n[c],e[c],c,n,e):void 0;void 0===u&&(u=e[c]),o?Qn(n,c,u):$n(n,c,u)}return n}function wo(e,t){return function(n,r){var o=Va(n)?it:qn,i=t?t():{};return o(n,e,Xo(r,2),i)}}function ko(e){return Rr((function(t,n){var r=-1,o=n.length,i=o>1?n[o-1]:void 0,a=o>2?n[2]:void 0;for(i=e.length>3&&"function"==typeof i?(o--,i):void 0,a&&li(n[0],n[1],a)&&(i=o<3?void 0:i,o=1),t=he(t);++r<o;){var c=n[r];c&&e(t,c,r,i)}return t}))}function Oo(e,t){return function(n,r){if(null==n)return n;if(!Aa(n))return e(n,r);for(var o=n.length,i=t?o:-1,a=he(n);(t?i--:++i<o)&&!1!==r(a[i],i,a););return n}}function zo(e){return function(t,n,r){for(var o=-1,i=he(t),a=r(t),c=a.length;c--;){var u=a[e?c:++o];if(!1===n(i[u],u,i))break}return t}}function xo(e){return function(t){var n=Rt(t=uc(t))?qt(t):void 0,r=n?n[0]:t.charAt(0),o=n?so(n,1).join(""):t.slice(1);return r[e]()+o}}function jo(e){return function(t){return ht(Fc(Hc(t).replace(Te,"")),e,"")}}function So(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var n=Cn(e.prototype),r=e.apply(n,t);return $a(r)?r:n}}function Eo(e){return function(t,n,r){var o=he(t);if(!Aa(t)){var i=Xo(n,3);t=wc(t),n=function(e){return i(o[e],e,o)}}var a=e(t,n,r);return a>-1?o[i?t[a]:a]:void 0}}function Mo(e){return qo((function(t){var n=t.length,r=n,i=Pn.prototype.thru;for(e&&t.reverse();r--;){var a=t[r];if("function"!=typeof a)throw new be(o);if(i&&!c&&"wrapper"==Zo(a))var c=new Pn([],!0)}for(r=c?r:n;++r<n;){var u=Zo(a=t[r]),l="wrapper"==u?Go(a):void 0;c=l&&fi(l[0])&&424==l[1]&&!l[4].length&&1==l[9]?c[Zo(l[0])].apply(c,l[3]):1==a.length&&fi(a)?c[u]():c.thru(a)}return function(){var e=arguments,r=e[0];if(c&&1==e.length&&Va(r))return c.plant(r).value();for(var o=0,i=n?t[o].apply(this,e):r;++o<n;)i=t[o].call(this,i);return i}}))}function Co(e,t,n,o,i,a,c,u,l,s){var f=128&t,d=1&t,p=2&t,h=24&t,v=512&t,m=p?void 0:So(e);return function b(){for(var g=arguments.length,y=r(g),_=g;_--;)y[_]=arguments[_];if(h)var w=Yo(b),k=Lt(y,w);if(o&&(y=bo(y,o,i,h)),a&&(y=go(y,a,c,h)),g-=k,h&&g<s){var O=Bt(y,w);return No(e,t,Co,b.placeholder,n,y,O,u,l,s-g)}var z=d?n:this,x=p?z[e]:e;return g=y.length,u?y=gi(y,u):v&&g>1&&y.reverse(),f&&l<g&&(y.length=l),this&&this!==qe&&this instanceof b&&(x=m||So(x)),x.apply(z,y)}}function To(e,t){return function(n,r){return function(e,t,n,r){return lr(e,(function(e,o,i){t(r,n(e),o,i)})),r}(n,e,t(r),{})}}function Po(e,t){return function(n,r){var o;if(void 0===n&&void 0===r)return t;if(void 0!==n&&(o=n),void 0!==r){if(void 0===o)return r;"string"==typeof n||"string"==typeof r?(n=Xr(n),r=Xr(r)):(n=Yr(n),r=Yr(r)),o=e(n,r)}return o}}function Ho(e){return qo((function(t){return t=dt(t,Ct(Xo())),Rr((function(n){var r=this;return e(t,(function(e){return ot(e,r,n)}))}))}))}function Vo(e,t){var n=(t=void 0===t?" ":Xr(t)).length;if(n<2)return n?Ir(t,e):t;var r=Ir(t,Jt(e/Wt(t)));return Rt(t)?so(qt(r),0,e).join(""):r.slice(0,e)}function Lo(e){return function(t,n,o){return o&&"number"!=typeof o&&li(t,n,o)&&(n=o=void 0),t=rc(t),void 0===n?(n=t,t=0):n=rc(n),function(e,t,n,o){for(var i=-1,a=cn(Jt((t-e)/(n||1)),0),c=r(a);a--;)c[o?a:++i]=e,e+=n;return c}(t,n,o=void 0===o?t<n?1:-1:rc(o),e)}}function Ao(e){return function(t,n){return"string"==typeof t&&"string"==typeof n||(t=ac(t),n=ac(n)),e(t,n)}}function No(e,t,n,r,o,i,a,c,u,l){var s=8&t;t|=s?32:64,4&(t&=~(s?64:32))||(t&=-4);var f=[e,t,o,s?i:void 0,s?a:void 0,s?void 0:i,s?void 0:a,c,u,l],d=n.apply(void 0,f);return fi(e)&&_i(d,f),d.placeholder=r,Oi(d,e,t)}function Io(e){var t=pe[e];return function(e,n){if(e=ac(e),(n=null==n?0:un(oc(n),292))&&rn(e)){var r=(uc(e)+"e").split("e");return+((r=(uc(t(r[0]+"e"+(+r[1]+n)))+"e").split("e"))[0]+"e"+(+r[1]-n))}return t(e)}}var Ro=mn&&1/Ut(new mn([,-0]))[1]==1/0?function(e){return new mn(e)}:Xc;function Do(e){return function(t){var n=oi(t);return n==h?Dt(t):n==g?$t(t):function(e,t){return dt(t,(function(t){return[t,e[t]]}))}(t,e(t))}}function Fo(e,t,n,a,c,u,l,s){var f=2&t;if(!f&&"function"!=typeof e)throw new be(o);var d=a?a.length:0;if(d||(t&=-97,a=c=void 0),l=void 0===l?l:cn(oc(l),0),s=void 0===s?s:oc(s),d-=c?c.length:0,64&t){var p=a,h=c;a=c=void 0}var v=f?void 0:Go(e),m=[e,t,n,a,c,p,h,u,l,s];if(v&&function(e,t){var n=e[1],r=t[1],o=n|r,a=o<131,c=128==r&&8==n||128==r&&256==n&&e[7].length<=t[8]||384==r&&t[7].length<=t[8]&&8==n;if(!a&&!c)return e;1&r&&(e[2]=t[2],o|=1&n?0:4);var u=t[3];if(u){var l=e[3];e[3]=l?bo(l,u,t[4]):u,e[4]=l?Bt(e[3],i):t[4]}(u=t[5])&&(l=e[5],e[5]=l?go(l,u,t[6]):u,e[6]=l?Bt(e[5],i):t[6]);(u=t[7])&&(e[7]=u);128&r&&(e[8]=null==e[8]?t[8]:un(e[8],t[8]));null==e[9]&&(e[9]=t[9]);e[0]=t[0],e[1]=o}(m,v),e=m[0],t=m[1],n=m[2],a=m[3],c=m[4],!(s=m[9]=void 0===m[9]?f?0:e.length:cn(m[9]-d,0))&&24&t&&(t&=-25),t&&1!=t)b=8==t||16==t?function(e,t,n){var o=So(e);return function i(){for(var a=arguments.length,c=r(a),u=a,l=Yo(i);u--;)c[u]=arguments[u];var s=a<3&&c[0]!==l&&c[a-1]!==l?[]:Bt(c,l);if((a-=s.length)<n)return No(e,t,Co,i.placeholder,void 0,c,s,void 0,void 0,n-a);var f=this&&this!==qe&&this instanceof i?o:e;return ot(f,this,c)}}(e,t,s):32!=t&&33!=t||c.length?Co.apply(void 0,m):function(e,t,n,o){var i=1&t,a=So(e);return function t(){for(var c=-1,u=arguments.length,l=-1,s=o.length,f=r(s+u),d=this&&this!==qe&&this instanceof t?a:e;++l<s;)f[l]=o[l];for(;u--;)f[l++]=arguments[++c];return ot(d,i?n:this,f)}}(e,t,n,a);else var b=function(e,t,n){var r=1&t,o=So(e);return function t(){var i=this&&this!==qe&&this instanceof t?o:e;return i.apply(r?n:this,arguments)}}(e,t,n);return Oi((v?Ur:_i)(b,m),e,t)}function Bo(e,t,n,r){return void 0===e||Ca(e,_e[n])&&!Oe.call(r,n)?t:e}function Uo(e,t,n,r,o,i){return $a(e)&&$a(t)&&(i.set(t,e),Tr(e,t,void 0,Uo,i),i.delete(t)),e}function $o(e){return Qa(e)?void 0:e}function Wo(e,t,n,r,o,i){var a=1&n,c=e.length,u=t.length;if(c!=u&&!(a&&u>c))return!1;var l=i.get(e),s=i.get(t);if(l&&s)return l==t&&s==e;var f=-1,d=!0,p=2&n?new Nn:void 0;for(i.set(e,t),i.set(t,e);++f<c;){var h=e[f],v=t[f];if(r)var m=a?r(v,h,f,t,e,i):r(h,v,f,e,t,i);if(void 0!==m){if(m)continue;d=!1;break}if(p){if(!mt(t,(function(e,t){if(!Pt(p,t)&&(h===e||o(h,e,n,r,i)))return p.push(t)}))){d=!1;break}}else if(h!==v&&!o(h,v,n,r,i)){d=!1;break}}return i.delete(e),i.delete(t),d}function qo(e){return ki(mi(e,void 0,Li),e+"")}function Ko(e){return pr(e,wc,ni)}function Qo(e){return pr(e,kc,ri)}var Go=yn?function(e){return yn.get(e)}:Xc;function Zo(e){for(var t=e.name+"",n=_n[t],r=Oe.call(_n,t)?n.length:0;r--;){var o=n[r],i=o.func;if(null==i||i==e)return o.name}return t}function Yo(e){return(Oe.call(Mn,"placeholder")?Mn:e).placeholder}function Xo(){var e=Mn.iteratee||Qc;return e=e===Qc?zr:e,arguments.length?e(arguments[0],arguments[1]):e}function Jo(e,t){var n,r,o=e.__data__;return("string"==(r=typeof(n=t))||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==n:null===n)?o["string"==typeof t?"string":"hash"]:o.map}function ei(e){for(var t=wc(e),n=t.length;n--;){var r=t[n],o=e[r];t[n]=[r,o,hi(o)]}return t}function ti(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return Or(n)?n:void 0}var ni=tn?function(e){return null==e?[]:(e=he(e),lt(tn(e),(function(t){return Ke.call(e,t)})))}:iu,ri=tn?function(e){for(var t=[];e;)pt(t,ni(e)),e=$e(e);return t}:iu,oi=hr;function ii(e,t,n){for(var r=-1,o=(t=uo(t,e)).length,i=!1;++r<o;){var a=Si(t[r]);if(!(i=null!=e&&n(e,a)))break;e=e[a]}return i||++r!=o?i:!!(o=null==e?0:e.length)&&Ua(o)&&ui(a,o)&&(Va(e)||Ha(e))}function ai(e){return"function"!=typeof e.constructor||pi(e)?{}:Cn($e(e))}function ci(e){return Va(e)||Ha(e)||!!(Ze&&e&&e[Ze])}function ui(e,t){var n=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==n||"symbol"!=n&&ce.test(e))&&e>-1&&e%1==0&&e<t}function li(e,t,n){if(!$a(n))return!1;var r=typeof t;return!!("number"==r?Aa(n)&&ui(t,n.length):"string"==r&&t in n)&&Ca(n[t],e)}function si(e,t){if(Va(e))return!1;var n=typeof e;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=e&&!Xa(e))||(U.test(e)||!B.test(e)||null!=t&&e in he(t))}function fi(e){var t=Zo(e),n=Mn[t];if("function"!=typeof n||!(t in Hn.prototype))return!1;if(e===n)return!0;var r=Go(n);return!!r&&e===r[0]}(pn&&oi(new pn(new ArrayBuffer(1)))!=O||hn&&oi(new hn)!=h||vn&&"[object Promise]"!=oi(vn.resolve())||mn&&oi(new mn)!=g||bn&&oi(new bn)!=w)&&(oi=function(e){var t=hr(e),n=t==m?e.constructor:void 0,r=n?Ei(n):"";if(r)switch(r){case wn:return O;case kn:return h;case On:return"[object Promise]";case zn:return g;case xn:return w}return t});var di=we?Fa:au;function pi(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||_e)}function hi(e){return e==e&&!$a(e)}function vi(e,t){return function(n){return null!=n&&(n[e]===t&&(void 0!==t||e in he(n)))}}function mi(e,t,n){return t=cn(void 0===t?e.length-1:t,0),function(){for(var o=arguments,i=-1,a=cn(o.length-t,0),c=r(a);++i<a;)c[i]=o[t+i];i=-1;for(var u=r(t+1);++i<t;)u[i]=o[i];return u[t]=n(c),ot(e,this,u)}}function bi(e,t){return t.length<2?e:dr(e,qr(t,0,-1))}function gi(e,t){for(var n=e.length,r=un(t.length,n),o=yo(e);r--;){var i=t[r];e[r]=ui(i,n)?o[i]:void 0}return e}function yi(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}var _i=zi(Ur),wi=Xt||function(e,t){return qe.setTimeout(e,t)},ki=zi($r);function Oi(e,t,n){var r=t+"";return ki(e,function(e,t){var n=t.length;if(!n)return e;var r=n-1;return t[r]=(n>1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(G,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return at(a,(function(n){var r="_."+n[0];t&n[1]&&!st(e,r)&&e.push(r)})),e.sort()}(function(e){var t=e.match(Z);return t?t[1].split(Y):[]}(r),n)))}function zi(e){var t=0,n=0;return function(){var r=ln(),o=16-(r-n);if(n=r,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function xi(e,t){var n=-1,r=e.length,o=r-1;for(t=void 0===t?r:t;++n<t;){var i=Nr(n,o),a=e[i];e[i]=e[n],e[n]=a}return e.length=t,e}var ji=function(e){var t=za(e,(function(e){return 500===n.size&&n.clear(),e})),n=t.cache;return t}((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace($,(function(e,n,r,o){t.push(r?o.replace(ee,"$1"):n||e)})),t}));function Si(e){if("string"==typeof e||Xa(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function Ei(e){if(null!=e){try{return ke.call(e)}catch(t){}try{return e+""}catch(t){}}return""}function Mi(e){if(e instanceof Hn)return e.clone();var t=new Pn(e.__wrapped__,e.__chain__);return t.__actions__=yo(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}var Ci=Rr((function(e,t){return Na(e)?er(e,ar(t,1,Na,!0)):[]})),Ti=Rr((function(e,t){var n=Di(t);return Na(n)&&(n=void 0),Na(e)?er(e,ar(t,1,Na,!0),Xo(n,2)):[]})),Pi=Rr((function(e,t){var n=Di(t);return Na(n)&&(n=void 0),Na(e)?er(e,ar(t,1,Na,!0),void 0,n):[]}));function Hi(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=null==n?0:oc(n);return o<0&&(o=cn(r+o,0)),yt(e,Xo(t,3),o)}function Vi(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=r-1;return void 0!==n&&(o=oc(n),o=n<0?cn(r+o,0):un(o,r-1)),yt(e,Xo(t,3),o,!0)}function Li(e){return(null==e?0:e.length)?ar(e,1):[]}function Ai(e){return e&&e.length?e[0]:void 0}var Ni=Rr((function(e){var t=dt(e,ao);return t.length&&t[0]===e[0]?gr(t):[]})),Ii=Rr((function(e){var t=Di(e),n=dt(e,ao);return t===Di(n)?t=void 0:n.pop(),n.length&&n[0]===e[0]?gr(n,Xo(t,2)):[]})),Ri=Rr((function(e){var t=Di(e),n=dt(e,ao);return(t="function"==typeof t?t:void 0)&&n.pop(),n.length&&n[0]===e[0]?gr(n,void 0,t):[]}));function Di(e){var t=null==e?0:e.length;return t?e[t-1]:void 0}var Fi=Rr(Bi);function Bi(e,t){return e&&e.length&&t&&t.length?Lr(e,t):e}var Ui=qo((function(e,t){var n=null==e?0:e.length,r=Gn(e,t);return Ar(e,dt(t,(function(e){return ui(e,n)?+e:e})).sort(mo)),r}));function $i(e){return null==e?e:dn.call(e)}var Wi=Rr((function(e){return Jr(ar(e,1,Na,!0))})),qi=Rr((function(e){var t=Di(e);return Na(t)&&(t=void 0),Jr(ar(e,1,Na,!0),Xo(t,2))})),Ki=Rr((function(e){var t=Di(e);return t="function"==typeof t?t:void 0,Jr(ar(e,1,Na,!0),void 0,t)}));function Qi(e){if(!e||!e.length)return[];var t=0;return e=lt(e,(function(e){if(Na(e))return t=cn(e.length,t),!0})),Et(t,(function(t){return dt(e,zt(t))}))}function Gi(e,t){if(!e||!e.length)return[];var n=Qi(e);return null==t?n:dt(n,(function(e){return ot(t,void 0,e)}))}var Zi=Rr((function(e,t){return Na(e)?er(e,t):[]})),Yi=Rr((function(e){return oo(lt(e,Na))})),Xi=Rr((function(e){var t=Di(e);return Na(t)&&(t=void 0),oo(lt(e,Na),Xo(t,2))})),Ji=Rr((function(e){var t=Di(e);return t="function"==typeof t?t:void 0,oo(lt(e,Na),void 0,t)})),ea=Rr(Qi);var ta=Rr((function(e){var t=e.length,n=t>1?e[t-1]:void 0;return n="function"==typeof n?(e.pop(),n):void 0,Gi(e,n)}));function na(e){var t=Mn(e);return t.__chain__=!0,t}function ra(e,t){return t(e)}var oa=qo((function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,o=function(t){return Gn(t,e)};return!(t>1||this.__actions__.length)&&r instanceof Hn&&ui(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:ra,args:[o],thisArg:void 0}),new Pn(r,this.__chain__).thru((function(e){return t&&!e.length&&e.push(void 0),e}))):this.thru(o)}));var ia=wo((function(e,t,n){Oe.call(e,n)?++e[n]:Qn(e,n,1)}));var aa=Eo(Hi),ca=Eo(Vi);function ua(e,t){return(Va(e)?at:tr)(e,Xo(t,3))}function la(e,t){return(Va(e)?ct:nr)(e,Xo(t,3))}var sa=wo((function(e,t,n){Oe.call(e,n)?e[n].push(t):Qn(e,n,[t])}));var fa=Rr((function(e,t,n){var o=-1,i="function"==typeof t,a=Aa(e)?r(e.length):[];return tr(e,(function(e){a[++o]=i?ot(t,e,n):yr(e,t,n)})),a})),da=wo((function(e,t,n){Qn(e,n,t)}));function pa(e,t){return(Va(e)?dt:Er)(e,Xo(t,3))}var ha=wo((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]}));var va=Rr((function(e,t){if(null==e)return[];var n=t.length;return n>1&&li(e,t[0],t[1])?t=[]:n>2&&li(t[0],t[1],t[2])&&(t=[t[0]]),Hr(e,ar(t,1),[])})),ma=Yt||function(){return qe.Date.now()};function ba(e,t,n){return t=n?void 0:t,Fo(e,128,void 0,void 0,void 0,void 0,t=e&&null==t?e.length:t)}function ga(e,t){var n;if("function"!=typeof t)throw new be(o);return e=oc(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=void 0),n}}var ya=Rr((function(e,t,n){var r=1;if(n.length){var o=Bt(n,Yo(ya));r|=32}return Fo(e,r,t,n,o)})),_a=Rr((function(e,t,n){var r=3;if(n.length){var o=Bt(n,Yo(_a));r|=32}return Fo(t,r,e,n,o)}));function wa(e,t,n){var r,i,a,c,u,l,s=0,f=!1,d=!1,p=!0;if("function"!=typeof e)throw new be(o);function h(t){var n=r,o=i;return r=i=void 0,s=t,c=e.apply(o,n)}function v(e){return s=e,u=wi(b,t),f?h(e):c}function m(e){var n=e-l;return void 0===l||n>=t||n<0||d&&e-s>=a}function b(){var e=ma();if(m(e))return g(e);u=wi(b,function(e){var n=t-(e-l);return d?un(n,a-(e-s)):n}(e))}function g(e){return u=void 0,p&&r?h(e):(r=i=void 0,c)}function y(){var e=ma(),n=m(e);if(r=arguments,i=this,l=e,n){if(void 0===u)return v(l);if(d)return fo(u),u=wi(b,t),h(l)}return void 0===u&&(u=wi(b,t)),c}return t=ac(t)||0,$a(n)&&(f=!!n.leading,a=(d="maxWait"in n)?cn(ac(n.maxWait)||0,t):a,p="trailing"in n?!!n.trailing:p),y.cancel=function(){void 0!==u&&fo(u),s=0,r=l=i=u=void 0},y.flush=function(){return void 0===u?c:g(ma())},y}var ka=Rr((function(e,t){return Jn(e,1,t)})),Oa=Rr((function(e,t,n){return Jn(e,ac(t)||0,n)}));function za(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new be(o);var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var a=e.apply(this,r);return n.cache=i.set(o,a)||i,a};return n.cache=new(za.Cache||An),n}function xa(e){if("function"!=typeof e)throw new be(o);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}za.Cache=An;var ja=lo((function(e,t){var n=(t=1==t.length&&Va(t[0])?dt(t[0],Ct(Xo())):dt(ar(t,1),Ct(Xo()))).length;return Rr((function(r){for(var o=-1,i=un(r.length,n);++o<i;)r[o]=t[o].call(this,r[o]);return ot(e,this,r)}))})),Sa=Rr((function(e,t){return Fo(e,32,void 0,t,Bt(t,Yo(Sa)))})),Ea=Rr((function(e,t){return Fo(e,64,void 0,t,Bt(t,Yo(Ea)))})),Ma=qo((function(e,t){return Fo(e,256,void 0,void 0,void 0,t)}));function Ca(e,t){return e===t||e!=e&&t!=t}var Ta=Ao(vr),Pa=Ao((function(e,t){return e>=t})),Ha=_r(function(){return arguments}())?_r:function(e){return Wa(e)&&Oe.call(e,"callee")&&!Ke.call(e,"callee")},Va=r.isArray,La=Xe?Ct(Xe):function(e){return Wa(e)&&hr(e)==k};function Aa(e){return null!=e&&Ua(e.length)&&!Fa(e)}function Na(e){return Wa(e)&&Aa(e)}var Ia=nn||au,Ra=Je?Ct(Je):function(e){return Wa(e)&&hr(e)==s};function Da(e){if(!Wa(e))return!1;var t=hr(e);return t==f||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!Qa(e)}function Fa(e){if(!$a(e))return!1;var t=hr(e);return t==d||t==p||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Ba(e){return"number"==typeof e&&e==oc(e)}function Ua(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function $a(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function Wa(e){return null!=e&&"object"==typeof e}var qa=et?Ct(et):function(e){return Wa(e)&&oi(e)==h};function Ka(e){return"number"==typeof e||Wa(e)&&hr(e)==v}function Qa(e){if(!Wa(e)||hr(e)!=m)return!1;var t=$e(e);if(null===t)return!0;var n=Oe.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&ke.call(n)==Se}var Ga=tt?Ct(tt):function(e){return Wa(e)&&hr(e)==b};var Za=nt?Ct(nt):function(e){return Wa(e)&&oi(e)==g};function Ya(e){return"string"==typeof e||!Va(e)&&Wa(e)&&hr(e)==y}function Xa(e){return"symbol"==typeof e||Wa(e)&&hr(e)==_}var Ja=rt?Ct(rt):function(e){return Wa(e)&&Ua(e.length)&&!!Re[hr(e)]};var ec=Ao(Sr),tc=Ao((function(e,t){return e<=t}));function nc(e){if(!e)return[];if(Aa(e))return Ya(e)?qt(e):yo(e);if(Ye&&e[Ye])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[Ye]());var t=oi(e);return(t==h?Dt:t==g?Ut:Cc)(e)}function rc(e){return e?(e=ac(e))===1/0||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function oc(e){var t=rc(e),n=t%1;return t==t?n?t-n:t:0}function ic(e){return e?Zn(oc(e),0,4294967295):0}function ac(e){if("number"==typeof e)return e;if(Xa(e))return NaN;if($a(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=$a(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=Mt(e);var n=oe.test(e);return n||ae.test(e)?Ue(e.slice(2),n?2:8):re.test(e)?NaN:+e}function cc(e){return _o(e,kc(e))}function uc(e){return null==e?"":Xr(e)}var lc=ko((function(e,t){if(pi(t)||Aa(t))_o(t,wc(t),e);else for(var n in t)Oe.call(t,n)&&$n(e,n,t[n])})),sc=ko((function(e,t){_o(t,kc(t),e)})),fc=ko((function(e,t,n,r){_o(t,kc(t),e,r)})),dc=ko((function(e,t,n,r){_o(t,wc(t),e,r)})),pc=qo(Gn);var hc=Rr((function(e,t){e=he(e);var n=-1,r=t.length,o=r>2?t[2]:void 0;for(o&&li(t[0],t[1],o)&&(r=1);++n<r;)for(var i=t[n],a=kc(i),c=-1,u=a.length;++c<u;){var l=a[c],s=e[l];(void 0===s||Ca(s,_e[l])&&!Oe.call(e,l))&&(e[l]=i[l])}return e})),vc=Rr((function(e){return e.push(void 0,Uo),ot(zc,void 0,e)}));function mc(e,t,n){var r=null==e?void 0:dr(e,t);return void 0===r?n:r}function bc(e,t){return null!=e&&ii(e,t,br)}var gc=To((function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=je.call(t)),e[t]=n}),$c(Kc)),yc=To((function(e,t,n){null!=t&&"function"!=typeof t.toString&&(t=je.call(t)),Oe.call(e,t)?e[t].push(n):e[t]=[n]}),Xo),_c=Rr(yr);function wc(e){return Aa(e)?Rn(e):xr(e)}function kc(e){return Aa(e)?Rn(e,!0):jr(e)}var Oc=ko((function(e,t,n){Tr(e,t,n)})),zc=ko((function(e,t,n,r){Tr(e,t,n,r)})),xc=qo((function(e,t){var n={};if(null==e)return n;var r=!1;t=dt(t,(function(t){return t=uo(t,e),r||(r=t.length>1),t})),_o(e,Qo(e),n),r&&(n=Yn(n,7,$o));for(var o=t.length;o--;)eo(n,t[o]);return n}));var jc=qo((function(e,t){return null==e?{}:function(e,t){return Vr(e,t,(function(t,n){return bc(e,n)}))}(e,t)}));function Sc(e,t){if(null==e)return{};var n=dt(Qo(e),(function(e){return[e]}));return t=Xo(t),Vr(e,n,(function(e,n){return t(e,n[0])}))}var Ec=Do(wc),Mc=Do(kc);function Cc(e){return null==e?[]:Tt(e,wc(e))}var Tc=jo((function(e,t,n){return t=t.toLowerCase(),e+(n?Pc(t):t)}));function Pc(e){return Dc(uc(e).toLowerCase())}function Hc(e){return(e=uc(e))&&e.replace(ue,At).replace(Pe,"")}var Vc=jo((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),Lc=jo((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),Ac=xo("toLowerCase");var Nc=jo((function(e,t,n){return e+(n?"_":"")+t.toLowerCase()}));var Ic=jo((function(e,t,n){return e+(n?" ":"")+Dc(t)}));var Rc=jo((function(e,t,n){return e+(n?" ":"")+t.toUpperCase()})),Dc=xo("toUpperCase");function Fc(e,t,n){return e=uc(e),void 0===(t=n?void 0:t)?function(e){return Ae.test(e)}(e)?function(e){return e.match(Ve)||[]}(e):function(e){return e.match(X)||[]}(e):e.match(t)||[]}var Bc=Rr((function(e,t){try{return ot(e,void 0,t)}catch(n){return Da(n)?n:new fe(n)}})),Uc=qo((function(e,t){return at(t,(function(t){t=Si(t),Qn(e,t,ya(e[t],e))})),e}));function $c(e){return function(){return e}}var Wc=Mo(),qc=Mo(!0);function Kc(e){return e}function Qc(e){return zr("function"==typeof e?e:Yn(e,1))}var Gc=Rr((function(e,t){return function(n){return yr(n,e,t)}})),Zc=Rr((function(e,t){return function(n){return yr(e,n,t)}}));function Yc(e,t,n){var r=wc(t),o=fr(t,r);null!=n||$a(t)&&(o.length||!r.length)||(n=t,t=e,e=this,o=fr(t,wc(t)));var i=!($a(n)&&"chain"in n&&!n.chain),a=Fa(e);return at(o,(function(n){var r=t[n];e[n]=r,a&&(e.prototype[n]=function(){var t=this.__chain__;if(i||t){var n=e(this.__wrapped__),o=n.__actions__=yo(this.__actions__);return o.push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,pt([this.value()],arguments))})})),e}function Xc(){}var Jc=Ho(dt),eu=Ho(ut),tu=Ho(mt);function nu(e){return si(e)?zt(Si(e)):function(e){return function(t){return dr(t,e)}}(e)}var ru=Lo(),ou=Lo(!0);function iu(){return[]}function au(){return!1}var cu=Po((function(e,t){return e+t}),0),uu=Io("ceil"),lu=Po((function(e,t){return e/t}),1),su=Io("floor");var fu,du=Po((function(e,t){return e*t}),1),pu=Io("round"),hu=Po((function(e,t){return e-t}),0);return Mn.after=function(e,t){if("function"!=typeof t)throw new be(o);return e=oc(e),function(){if(--e<1)return t.apply(this,arguments)}},Mn.ary=ba,Mn.assign=lc,Mn.assignIn=sc,Mn.assignInWith=fc,Mn.assignWith=dc,Mn.at=pc,Mn.before=ga,Mn.bind=ya,Mn.bindAll=Uc,Mn.bindKey=_a,Mn.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Va(e)?e:[e]},Mn.chain=na,Mn.chunk=function(e,t,n){t=(n?li(e,t,n):void 0===t)?1:cn(oc(t),0);var o=null==e?0:e.length;if(!o||t<1)return[];for(var i=0,a=0,c=r(Jt(o/t));i<o;)c[a++]=qr(e,i,i+=t);return c},Mn.compact=function(e){for(var t=-1,n=null==e?0:e.length,r=0,o=[];++t<n;){var i=e[t];i&&(o[r++]=i)}return o},Mn.concat=function(){var e=arguments.length;if(!e)return[];for(var t=r(e-1),n=arguments[0],o=e;o--;)t[o-1]=arguments[o];return pt(Va(n)?yo(n):[n],ar(t,1))},Mn.cond=function(e){var t=null==e?0:e.length,n=Xo();return e=t?dt(e,(function(e){if("function"!=typeof e[1])throw new be(o);return[n(e[0]),e[1]]})):[],Rr((function(n){for(var r=-1;++r<t;){var o=e[r];if(ot(o[0],this,n))return ot(o[1],this,n)}}))},Mn.conforms=function(e){return function(e){var t=wc(e);return function(n){return Xn(n,e,t)}}(Yn(e,1))},Mn.constant=$c,Mn.countBy=ia,Mn.create=function(e,t){var n=Cn(e);return null==t?n:Kn(n,t)},Mn.curry=function e(t,n,r){var o=Fo(t,8,void 0,void 0,void 0,void 0,void 0,n=r?void 0:n);return o.placeholder=e.placeholder,o},Mn.curryRight=function e(t,n,r){var o=Fo(t,16,void 0,void 0,void 0,void 0,void 0,n=r?void 0:n);return o.placeholder=e.placeholder,o},Mn.debounce=wa,Mn.defaults=hc,Mn.defaultsDeep=vc,Mn.defer=ka,Mn.delay=Oa,Mn.difference=Ci,Mn.differenceBy=Ti,Mn.differenceWith=Pi,Mn.drop=function(e,t,n){var r=null==e?0:e.length;return r?qr(e,(t=n||void 0===t?1:oc(t))<0?0:t,r):[]},Mn.dropRight=function(e,t,n){var r=null==e?0:e.length;return r?qr(e,0,(t=r-(t=n||void 0===t?1:oc(t)))<0?0:t):[]},Mn.dropRightWhile=function(e,t){return e&&e.length?no(e,Xo(t,3),!0,!0):[]},Mn.dropWhile=function(e,t){return e&&e.length?no(e,Xo(t,3),!0):[]},Mn.fill=function(e,t,n,r){var o=null==e?0:e.length;return o?(n&&"number"!=typeof n&&li(e,t,n)&&(n=0,r=o),function(e,t,n,r){var o=e.length;for((n=oc(n))<0&&(n=-n>o?0:o+n),(r=void 0===r||r>o?o:oc(r))<0&&(r+=o),r=n>r?0:ic(r);n<r;)e[n++]=t;return e}(e,t,n,r)):[]},Mn.filter=function(e,t){return(Va(e)?lt:ir)(e,Xo(t,3))},Mn.flatMap=function(e,t){return ar(pa(e,t),1)},Mn.flatMapDeep=function(e,t){return ar(pa(e,t),1/0)},Mn.flatMapDepth=function(e,t,n){return n=void 0===n?1:oc(n),ar(pa(e,t),n)},Mn.flatten=Li,Mn.flattenDeep=function(e){return(null==e?0:e.length)?ar(e,1/0):[]},Mn.flattenDepth=function(e,t){return(null==e?0:e.length)?ar(e,t=void 0===t?1:oc(t)):[]},Mn.flip=function(e){return Fo(e,512)},Mn.flow=Wc,Mn.flowRight=qc,Mn.fromPairs=function(e){for(var t=-1,n=null==e?0:e.length,r={};++t<n;){var o=e[t];r[o[0]]=o[1]}return r},Mn.functions=function(e){return null==e?[]:fr(e,wc(e))},Mn.functionsIn=function(e){return null==e?[]:fr(e,kc(e))},Mn.groupBy=sa,Mn.initial=function(e){return(null==e?0:e.length)?qr(e,0,-1):[]},Mn.intersection=Ni,Mn.intersectionBy=Ii,Mn.intersectionWith=Ri,Mn.invert=gc,Mn.invertBy=yc,Mn.invokeMap=fa,Mn.iteratee=Qc,Mn.keyBy=da,Mn.keys=wc,Mn.keysIn=kc,Mn.map=pa,Mn.mapKeys=function(e,t){var n={};return t=Xo(t,3),lr(e,(function(e,r,o){Qn(n,t(e,r,o),e)})),n},Mn.mapValues=function(e,t){var n={};return t=Xo(t,3),lr(e,(function(e,r,o){Qn(n,r,t(e,r,o))})),n},Mn.matches=function(e){return Mr(Yn(e,1))},Mn.matchesProperty=function(e,t){return Cr(e,Yn(t,1))},Mn.memoize=za,Mn.merge=Oc,Mn.mergeWith=zc,Mn.method=Gc,Mn.methodOf=Zc,Mn.mixin=Yc,Mn.negate=xa,Mn.nthArg=function(e){return e=oc(e),Rr((function(t){return Pr(t,e)}))},Mn.omit=xc,Mn.omitBy=function(e,t){return Sc(e,xa(Xo(t)))},Mn.once=function(e){return ga(2,e)},Mn.orderBy=function(e,t,n,r){return null==e?[]:(Va(t)||(t=null==t?[]:[t]),Va(n=r?void 0:n)||(n=null==n?[]:[n]),Hr(e,t,n))},Mn.over=Jc,Mn.overArgs=ja,Mn.overEvery=eu,Mn.overSome=tu,Mn.partial=Sa,Mn.partialRight=Ea,Mn.partition=ha,Mn.pick=jc,Mn.pickBy=Sc,Mn.property=nu,Mn.propertyOf=function(e){return function(t){return null==e?void 0:dr(e,t)}},Mn.pull=Fi,Mn.pullAll=Bi,Mn.pullAllBy=function(e,t,n){return e&&e.length&&t&&t.length?Lr(e,t,Xo(n,2)):e},Mn.pullAllWith=function(e,t,n){return e&&e.length&&t&&t.length?Lr(e,t,void 0,n):e},Mn.pullAt=Ui,Mn.range=ru,Mn.rangeRight=ou,Mn.rearg=Ma,Mn.reject=function(e,t){return(Va(e)?lt:ir)(e,xa(Xo(t,3)))},Mn.remove=function(e,t){var n=[];if(!e||!e.length)return n;var r=-1,o=[],i=e.length;for(t=Xo(t,3);++r<i;){var a=e[r];t(a,r,e)&&(n.push(a),o.push(r))}return Ar(e,o),n},Mn.rest=function(e,t){if("function"!=typeof e)throw new be(o);return Rr(e,t=void 0===t?t:oc(t))},Mn.reverse=$i,Mn.sampleSize=function(e,t,n){return t=(n?li(e,t,n):void 0===t)?1:oc(t),(Va(e)?Fn:Fr)(e,t)},Mn.set=function(e,t,n){return null==e?e:Br(e,t,n)},Mn.setWith=function(e,t,n,r){return r="function"==typeof r?r:void 0,null==e?e:Br(e,t,n,r)},Mn.shuffle=function(e){return(Va(e)?Bn:Wr)(e)},Mn.slice=function(e,t,n){var r=null==e?0:e.length;return r?(n&&"number"!=typeof n&&li(e,t,n)?(t=0,n=r):(t=null==t?0:oc(t),n=void 0===n?r:oc(n)),qr(e,t,n)):[]},Mn.sortBy=va,Mn.sortedUniq=function(e){return e&&e.length?Zr(e):[]},Mn.sortedUniqBy=function(e,t){return e&&e.length?Zr(e,Xo(t,2)):[]},Mn.split=function(e,t,n){return n&&"number"!=typeof n&&li(e,t,n)&&(t=n=void 0),(n=void 0===n?4294967295:n>>>0)?(e=uc(e))&&("string"==typeof t||null!=t&&!Ga(t))&&!(t=Xr(t))&&Rt(e)?so(qt(e),0,n):e.split(t,n):[]},Mn.spread=function(e,t){if("function"!=typeof e)throw new be(o);return t=null==t?0:cn(oc(t),0),Rr((function(n){var r=n[t],o=so(n,0,t);return r&&pt(o,r),ot(e,this,o)}))},Mn.tail=function(e){var t=null==e?0:e.length;return t?qr(e,1,t):[]},Mn.take=function(e,t,n){return e&&e.length?qr(e,0,(t=n||void 0===t?1:oc(t))<0?0:t):[]},Mn.takeRight=function(e,t,n){var r=null==e?0:e.length;return r?qr(e,(t=r-(t=n||void 0===t?1:oc(t)))<0?0:t,r):[]},Mn.takeRightWhile=function(e,t){return e&&e.length?no(e,Xo(t,3),!1,!0):[]},Mn.takeWhile=function(e,t){return e&&e.length?no(e,Xo(t,3)):[]},Mn.tap=function(e,t){return t(e),e},Mn.throttle=function(e,t,n){var r=!0,i=!0;if("function"!=typeof e)throw new be(o);return $a(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),wa(e,t,{leading:r,maxWait:t,trailing:i})},Mn.thru=ra,Mn.toArray=nc,Mn.toPairs=Ec,Mn.toPairsIn=Mc,Mn.toPath=function(e){return Va(e)?dt(e,Si):Xa(e)?[e]:yo(ji(uc(e)))},Mn.toPlainObject=cc,Mn.transform=function(e,t,n){var r=Va(e),o=r||Ia(e)||Ja(e);if(t=Xo(t,4),null==n){var i=e&&e.constructor;n=o?r?new i:[]:$a(e)&&Fa(i)?Cn($e(e)):{}}return(o?at:lr)(e,(function(e,r,o){return t(n,e,r,o)})),n},Mn.unary=function(e){return ba(e,1)},Mn.union=Wi,Mn.unionBy=qi,Mn.unionWith=Ki,Mn.uniq=function(e){return e&&e.length?Jr(e):[]},Mn.uniqBy=function(e,t){return e&&e.length?Jr(e,Xo(t,2)):[]},Mn.uniqWith=function(e,t){return t="function"==typeof t?t:void 0,e&&e.length?Jr(e,void 0,t):[]},Mn.unset=function(e,t){return null==e||eo(e,t)},Mn.unzip=Qi,Mn.unzipWith=Gi,Mn.update=function(e,t,n){return null==e?e:to(e,t,co(n))},Mn.updateWith=function(e,t,n,r){return r="function"==typeof r?r:void 0,null==e?e:to(e,t,co(n),r)},Mn.values=Cc,Mn.valuesIn=function(e){return null==e?[]:Tt(e,kc(e))},Mn.without=Zi,Mn.words=Fc,Mn.wrap=function(e,t){return Sa(co(t),e)},Mn.xor=Yi,Mn.xorBy=Xi,Mn.xorWith=Ji,Mn.zip=ea,Mn.zipObject=function(e,t){return io(e||[],t||[],$n)},Mn.zipObjectDeep=function(e,t){return io(e||[],t||[],Br)},Mn.zipWith=ta,Mn.entries=Ec,Mn.entriesIn=Mc,Mn.extend=sc,Mn.extendWith=fc,Yc(Mn,Mn),Mn.add=cu,Mn.attempt=Bc,Mn.camelCase=Tc,Mn.capitalize=Pc,Mn.ceil=uu,Mn.clamp=function(e,t,n){return void 0===n&&(n=t,t=void 0),void 0!==n&&(n=(n=ac(n))==n?n:0),void 0!==t&&(t=(t=ac(t))==t?t:0),Zn(ac(e),t,n)},Mn.clone=function(e){return Yn(e,4)},Mn.cloneDeep=function(e){return Yn(e,5)},Mn.cloneDeepWith=function(e,t){return Yn(e,5,t="function"==typeof t?t:void 0)},Mn.cloneWith=function(e,t){return Yn(e,4,t="function"==typeof t?t:void 0)},Mn.conformsTo=function(e,t){return null==t||Xn(e,t,wc(t))},Mn.deburr=Hc,Mn.defaultTo=function(e,t){return null==e||e!=e?t:e},Mn.divide=lu,Mn.endsWith=function(e,t,n){e=uc(e),t=Xr(t);var r=e.length,o=n=void 0===n?r:Zn(oc(n),0,r);return(n-=t.length)>=0&&e.slice(n,o)==t},Mn.eq=Ca,Mn.escape=function(e){return(e=uc(e))&&I.test(e)?e.replace(A,Nt):e},Mn.escapeRegExp=function(e){return(e=uc(e))&&q.test(e)?e.replace(W,"\\$&"):e},Mn.every=function(e,t,n){var r=Va(e)?ut:rr;return n&&li(e,t,n)&&(t=void 0),r(e,Xo(t,3))},Mn.find=aa,Mn.findIndex=Hi,Mn.findKey=function(e,t){return gt(e,Xo(t,3),lr)},Mn.findLast=ca,Mn.findLastIndex=Vi,Mn.findLastKey=function(e,t){return gt(e,Xo(t,3),sr)},Mn.floor=su,Mn.forEach=ua,Mn.forEachRight=la,Mn.forIn=function(e,t){return null==e?e:cr(e,Xo(t,3),kc)},Mn.forInRight=function(e,t){return null==e?e:ur(e,Xo(t,3),kc)},Mn.forOwn=function(e,t){return e&&lr(e,Xo(t,3))},Mn.forOwnRight=function(e,t){return e&&sr(e,Xo(t,3))},Mn.get=mc,Mn.gt=Ta,Mn.gte=Pa,Mn.has=function(e,t){return null!=e&&ii(e,t,mr)},Mn.hasIn=bc,Mn.head=Ai,Mn.identity=Kc,Mn.includes=function(e,t,n,r){e=Aa(e)?e:Cc(e),n=n&&!r?oc(n):0;var o=e.length;return n<0&&(n=cn(o+n,0)),Ya(e)?n<=o&&e.indexOf(t,n)>-1:!!o&&_t(e,t,n)>-1},Mn.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=null==n?0:oc(n);return o<0&&(o=cn(r+o,0)),_t(e,t,o)},Mn.inRange=function(e,t,n){return t=rc(t),void 0===n?(n=t,t=0):n=rc(n),function(e,t,n){return e>=un(t,n)&&e<cn(t,n)}(e=ac(e),t,n)},Mn.invoke=_c,Mn.isArguments=Ha,Mn.isArray=Va,Mn.isArrayBuffer=La,Mn.isArrayLike=Aa,Mn.isArrayLikeObject=Na,Mn.isBoolean=function(e){return!0===e||!1===e||Wa(e)&&hr(e)==l},Mn.isBuffer=Ia,Mn.isDate=Ra,Mn.isElement=function(e){return Wa(e)&&1===e.nodeType&&!Qa(e)},Mn.isEmpty=function(e){if(null==e)return!0;if(Aa(e)&&(Va(e)||"string"==typeof e||"function"==typeof e.splice||Ia(e)||Ja(e)||Ha(e)))return!e.length;var t=oi(e);if(t==h||t==g)return!e.size;if(pi(e))return!xr(e).length;for(var n in e)if(Oe.call(e,n))return!1;return!0},Mn.isEqual=function(e,t){return wr(e,t)},Mn.isEqualWith=function(e,t,n){var r=(n="function"==typeof n?n:void 0)?n(e,t):void 0;return void 0===r?wr(e,t,void 0,n):!!r},Mn.isError=Da,Mn.isFinite=function(e){return"number"==typeof e&&rn(e)},Mn.isFunction=Fa,Mn.isInteger=Ba,Mn.isLength=Ua,Mn.isMap=qa,Mn.isMatch=function(e,t){return e===t||kr(e,t,ei(t))},Mn.isMatchWith=function(e,t,n){return n="function"==typeof n?n:void 0,kr(e,t,ei(t),n)},Mn.isNaN=function(e){return Ka(e)&&e!=+e},Mn.isNative=function(e){if(di(e))throw new fe("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return Or(e)},Mn.isNil=function(e){return null==e},Mn.isNull=function(e){return null===e},Mn.isNumber=Ka,Mn.isObject=$a,Mn.isObjectLike=Wa,Mn.isPlainObject=Qa,Mn.isRegExp=Ga,Mn.isSafeInteger=function(e){return Ba(e)&&e>=-9007199254740991&&e<=9007199254740991},Mn.isSet=Za,Mn.isString=Ya,Mn.isSymbol=Xa,Mn.isTypedArray=Ja,Mn.isUndefined=function(e){return void 0===e},Mn.isWeakMap=function(e){return Wa(e)&&oi(e)==w},Mn.isWeakSet=function(e){return Wa(e)&&"[object WeakSet]"==hr(e)},Mn.join=function(e,t){return null==e?"":on.call(e,t)},Mn.kebabCase=Vc,Mn.last=Di,Mn.lastIndexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=r;return void 0!==n&&(o=(o=oc(n))<0?cn(r+o,0):un(o,r-1)),t==t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,o):yt(e,kt,o,!0)},Mn.lowerCase=Lc,Mn.lowerFirst=Ac,Mn.lt=ec,Mn.lte=tc,Mn.max=function(e){return e&&e.length?or(e,Kc,vr):void 0},Mn.maxBy=function(e,t){return e&&e.length?or(e,Xo(t,2),vr):void 0},Mn.mean=function(e){return Ot(e,Kc)},Mn.meanBy=function(e,t){return Ot(e,Xo(t,2))},Mn.min=function(e){return e&&e.length?or(e,Kc,Sr):void 0},Mn.minBy=function(e,t){return e&&e.length?or(e,Xo(t,2),Sr):void 0},Mn.stubArray=iu,Mn.stubFalse=au,Mn.stubObject=function(){return{}},Mn.stubString=function(){return""},Mn.stubTrue=function(){return!0},Mn.multiply=du,Mn.nth=function(e,t){return e&&e.length?Pr(e,oc(t)):void 0},Mn.noConflict=function(){return qe._===this&&(qe._=Ee),this},Mn.noop=Xc,Mn.now=ma,Mn.pad=function(e,t,n){e=uc(e);var r=(t=oc(t))?Wt(e):0;if(!t||r>=t)return e;var o=(t-r)/2;return Vo(en(o),n)+e+Vo(Jt(o),n)},Mn.padEnd=function(e,t,n){e=uc(e);var r=(t=oc(t))?Wt(e):0;return t&&r<t?e+Vo(t-r,n):e},Mn.padStart=function(e,t,n){e=uc(e);var r=(t=oc(t))?Wt(e):0;return t&&r<t?Vo(t-r,n)+e:e},Mn.parseInt=function(e,t,n){return n||null==t?t=0:t&&(t=+t),sn(uc(e).replace(K,""),t||0)},Mn.random=function(e,t,n){if(n&&"boolean"!=typeof n&&li(e,t,n)&&(t=n=void 0),void 0===n&&("boolean"==typeof t?(n=t,t=void 0):"boolean"==typeof e&&(n=e,e=void 0)),void 0===e&&void 0===t?(e=0,t=1):(e=rc(e),void 0===t?(t=e,e=0):t=rc(t)),e>t){var r=e;e=t,t=r}if(n||e%1||t%1){var o=fn();return un(e+o*(t-e+Be("1e-"+((o+"").length-1))),t)}return Nr(e,t)},Mn.reduce=function(e,t,n){var r=Va(e)?ht:jt,o=arguments.length<3;return r(e,Xo(t,4),n,o,tr)},Mn.reduceRight=function(e,t,n){var r=Va(e)?vt:jt,o=arguments.length<3;return r(e,Xo(t,4),n,o,nr)},Mn.repeat=function(e,t,n){return t=(n?li(e,t,n):void 0===t)?1:oc(t),Ir(uc(e),t)},Mn.replace=function(){var e=arguments,t=uc(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Mn.result=function(e,t,n){var r=-1,o=(t=uo(t,e)).length;for(o||(o=1,e=void 0);++r<o;){var i=null==e?void 0:e[Si(t[r])];void 0===i&&(r=o,i=n),e=Fa(i)?i.call(e):i}return e},Mn.round=pu,Mn.runInContext=e,Mn.sample=function(e){return(Va(e)?Dn:Dr)(e)},Mn.size=function(e){if(null==e)return 0;if(Aa(e))return Ya(e)?Wt(e):e.length;var t=oi(e);return t==h||t==g?e.size:xr(e).length},Mn.snakeCase=Nc,Mn.some=function(e,t,n){var r=Va(e)?mt:Kr;return n&&li(e,t,n)&&(t=void 0),r(e,Xo(t,3))},Mn.sortedIndex=function(e,t){return Qr(e,t)},Mn.sortedIndexBy=function(e,t,n){return Gr(e,t,Xo(n,2))},Mn.sortedIndexOf=function(e,t){var n=null==e?0:e.length;if(n){var r=Qr(e,t);if(r<n&&Ca(e[r],t))return r}return-1},Mn.sortedLastIndex=function(e,t){return Qr(e,t,!0)},Mn.sortedLastIndexBy=function(e,t,n){return Gr(e,t,Xo(n,2),!0)},Mn.sortedLastIndexOf=function(e,t){if(null==e?0:e.length){var n=Qr(e,t,!0)-1;if(Ca(e[n],t))return n}return-1},Mn.startCase=Ic,Mn.startsWith=function(e,t,n){return e=uc(e),n=null==n?0:Zn(oc(n),0,e.length),t=Xr(t),e.slice(n,n+t.length)==t},Mn.subtract=hu,Mn.sum=function(e){return e&&e.length?St(e,Kc):0},Mn.sumBy=function(e,t){return e&&e.length?St(e,Xo(t,2)):0},Mn.template=function(e,t,n){var r=Mn.templateSettings;n&&li(e,t,n)&&(t=void 0),e=uc(e),t=fc({},t,r,Bo);var o,i,a=fc({},t.imports,r.imports,Bo),c=wc(a),u=Tt(a,c),l=0,s=t.interpolate||le,f="__p += '",d=ve((t.escape||le).source+"|"+s.source+"|"+(s===F?te:le).source+"|"+(t.evaluate||le).source+"|$","g"),p="//# sourceURL="+(Oe.call(t,"sourceURL")?(t.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++Ie+"]")+"\n";e.replace(d,(function(t,n,r,a,c,u){return r||(r=a),f+=e.slice(l,u).replace(se,It),n&&(o=!0,f+="' +\n__e("+n+") +\n'"),c&&(i=!0,f+="';\n"+c+";\n__p += '"),r&&(f+="' +\n((__t = ("+r+")) == null ? '' : __t) +\n'"),l=u+t.length,t})),f+="';\n";var h=Oe.call(t,"variable")&&t.variable;if(h){if(J.test(h))throw new fe("Invalid `variable` option passed into `_.template`")}else f="with (obj) {\n"+f+"\n}\n";f=(i?f.replace(P,""):f).replace(H,"$1").replace(V,"$1;"),f="function("+(h||"obj")+") {\n"+(h?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(o?", __e = _.escape":"")+(i?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+f+"return __p\n}";var v=Bc((function(){return de(c,p+"return "+f).apply(void 0,u)}));if(v.source=f,Da(v))throw v;return v},Mn.times=function(e,t){if((e=oc(e))<1||e>9007199254740991)return[];var n=4294967295,r=un(e,4294967295);e-=4294967295;for(var o=Et(r,t=Xo(t));++n<e;)t(n);return o},Mn.toFinite=rc,Mn.toInteger=oc,Mn.toLength=ic,Mn.toLower=function(e){return uc(e).toLowerCase()},Mn.toNumber=ac,Mn.toSafeInteger=function(e){return e?Zn(oc(e),-9007199254740991,9007199254740991):0===e?e:0},Mn.toString=uc,Mn.toUpper=function(e){return uc(e).toUpperCase()},Mn.trim=function(e,t,n){if((e=uc(e))&&(n||void 0===t))return Mt(e);if(!e||!(t=Xr(t)))return e;var r=qt(e),o=qt(t);return so(r,Ht(r,o),Vt(r,o)+1).join("")},Mn.trimEnd=function(e,t,n){if((e=uc(e))&&(n||void 0===t))return e.slice(0,Kt(e)+1);if(!e||!(t=Xr(t)))return e;var r=qt(e);return so(r,0,Vt(r,qt(t))+1).join("")},Mn.trimStart=function(e,t,n){if((e=uc(e))&&(n||void 0===t))return e.replace(K,"");if(!e||!(t=Xr(t)))return e;var r=qt(e);return so(r,Ht(r,qt(t))).join("")},Mn.truncate=function(e,t){var n=30,r="...";if($a(t)){var o="separator"in t?t.separator:o;n="length"in t?oc(t.length):n,r="omission"in t?Xr(t.omission):r}var i=(e=uc(e)).length;if(Rt(e)){var a=qt(e);i=a.length}if(n>=i)return e;var c=n-Wt(r);if(c<1)return r;var u=a?so(a,0,c).join(""):e.slice(0,c);if(void 0===o)return u+r;if(a&&(c+=u.length-c),Ga(o)){if(e.slice(c).search(o)){var l,s=u;for(o.global||(o=ve(o.source,uc(ne.exec(o))+"g")),o.lastIndex=0;l=o.exec(s);)var f=l.index;u=u.slice(0,void 0===f?c:f)}}else if(e.indexOf(Xr(o),c)!=c){var d=u.lastIndexOf(o);d>-1&&(u=u.slice(0,d))}return u+r},Mn.unescape=function(e){return(e=uc(e))&&N.test(e)?e.replace(L,Qt):e},Mn.uniqueId=function(e){var t=++ze;return uc(e)+t},Mn.upperCase=Rc,Mn.upperFirst=Dc,Mn.each=ua,Mn.eachRight=la,Mn.first=Ai,Yc(Mn,(fu={},lr(Mn,(function(e,t){Oe.call(Mn.prototype,t)||(fu[t]=e)})),fu),{chain:!1}),Mn.VERSION="4.17.21",at(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){Mn[e].placeholder=Mn})),at(["drop","take"],(function(e,t){Hn.prototype[e]=function(n){n=void 0===n?1:cn(oc(n),0);var r=this.__filtered__&&!t?new Hn(this):this.clone();return r.__filtered__?r.__takeCount__=un(n,r.__takeCount__):r.__views__.push({size:un(n,4294967295),type:e+(r.__dir__<0?"Right":"")}),r},Hn.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),at(["filter","map","takeWhile"],(function(e,t){var n=t+1,r=1==n||3==n;Hn.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:Xo(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}})),at(["head","last"],(function(e,t){var n="take"+(t?"Right":"");Hn.prototype[e]=function(){return this[n](1).value()[0]}})),at(["initial","tail"],(function(e,t){var n="drop"+(t?"":"Right");Hn.prototype[e]=function(){return this.__filtered__?new Hn(this):this[n](1)}})),Hn.prototype.compact=function(){return this.filter(Kc)},Hn.prototype.find=function(e){return this.filter(e).head()},Hn.prototype.findLast=function(e){return this.reverse().find(e)},Hn.prototype.invokeMap=Rr((function(e,t){return"function"==typeof e?new Hn(this):this.map((function(n){return yr(n,e,t)}))})),Hn.prototype.reject=function(e){return this.filter(xa(Xo(e)))},Hn.prototype.slice=function(e,t){e=oc(e);var n=this;return n.__filtered__&&(e>0||t<0)?new Hn(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),void 0!==t&&(n=(t=oc(t))<0?n.dropRight(-t):n.take(t-e)),n)},Hn.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Hn.prototype.toArray=function(){return this.take(4294967295)},lr(Hn.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),o=Mn[r?"take"+("last"==t?"Right":""):t],i=r||/^find/.test(t);o&&(Mn.prototype[t]=function(){var t=this.__wrapped__,a=r?[1]:arguments,c=t instanceof Hn,u=a[0],l=c||Va(t),s=function(e){var t=o.apply(Mn,pt([e],a));return r&&f?t[0]:t};l&&n&&"function"==typeof u&&1!=u.length&&(c=l=!1);var f=this.__chain__,d=!!this.__actions__.length,p=i&&!f,h=c&&!d;if(!i&&l){t=h?t:new Hn(this);var v=e.apply(t,a);return v.__actions__.push({func:ra,args:[s],thisArg:void 0}),new Pn(v,f)}return p&&h?e.apply(this,a):(v=this.thru(s),p?r?v.value()[0]:v.value():v)})})),at(["pop","push","shift","sort","splice","unshift"],(function(e){var t=ge[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);Mn.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var o=this.value();return t.apply(Va(o)?o:[],e)}return this[n]((function(n){return t.apply(Va(n)?n:[],e)}))}})),lr(Hn.prototype,(function(e,t){var n=Mn[t];if(n){var r=n.name+"";Oe.call(_n,r)||(_n[r]=[]),_n[r].push({name:t,func:n})}})),_n[Co(void 0,2).name]=[{name:"wrapper",func:void 0}],Hn.prototype.clone=function(){var e=new Hn(this.__wrapped__);return e.__actions__=yo(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=yo(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=yo(this.__views__),e},Hn.prototype.reverse=function(){if(this.__filtered__){var e=new Hn(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},Hn.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Va(e),r=t<0,o=n?e.length:0,i=function(e,t,n){var r=-1,o=n.length;for(;++r<o;){var i=n[r],a=i.size;switch(i.type){case"drop":e+=a;break;case"dropRight":t-=a;break;case"take":t=un(t,e+a);break;case"takeRight":e=cn(e,t-a)}}return{start:e,end:t}}(0,o,this.__views__),a=i.start,c=i.end,u=c-a,l=r?c:a-1,s=this.__iteratees__,f=s.length,d=0,p=un(u,this.__takeCount__);if(!n||!r&&o==u&&p==u)return ro(e,this.__actions__);var h=[];e:for(;u--&&d<p;){for(var v=-1,m=e[l+=t];++v<f;){var b=s[v],g=b.iteratee,y=b.type,_=g(m);if(2==y)m=_;else if(!_){if(1==y)continue e;break e}}h[d++]=m}return h},Mn.prototype.at=oa,Mn.prototype.chain=function(){return na(this)},Mn.prototype.commit=function(){return new Pn(this.value(),this.__chain__)},Mn.prototype.next=function(){void 0===this.__values__&&(this.__values__=nc(this.value()));var e=this.__index__>=this.__values__.length;return{done:e,value:e?void 0:this.__values__[this.__index__++]}},Mn.prototype.plant=function(e){for(var t,n=this;n instanceof Tn;){var r=Mi(n);r.__index__=0,r.__values__=void 0,t?o.__wrapped__=r:t=r;var o=r;n=n.__wrapped__}return o.__wrapped__=e,t},Mn.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof Hn){var t=e;return this.__actions__.length&&(t=new Hn(this)),(t=t.reverse()).__actions__.push({func:ra,args:[$i],thisArg:void 0}),new Pn(t,this.__chain__)}return this.thru($i)},Mn.prototype.toJSON=Mn.prototype.valueOf=Mn.prototype.value=function(){return ro(this.__wrapped__,this.__actions__)},Mn.prototype.first=Mn.prototype.head,Ye&&(Mn.prototype[Ye]=function(){return this}),Mn}();qe._=Gt,void 0===(r=function(){return Gt}.call(t,n,t,e))||(e.exports=r)}).call(this)}).call(this,n(59)(e))},function(e,t,n){"use strict";function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}n.d(t,"a",(function(){return r}))},,function(e,t,n){"use strict";n.d(t,"a",(function(){return a}));var r=n(23);var o=n(27),i=n(20);function a(e){return function(e){if(Array.isArray(e))return Object(r.a)(e)}(e)||Object(o.a)(e)||Object(i.a)(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}},function(e,t,n){"use strict";n.d(t,"e",(function(){return Be})),n.d(t,"a",(function(){return a.a})),n.d(t,"d",(function(){return Ue})),n.d(t,"b",(function(){return $e})),n.d(t,"c",(function(){return We}));var r={};n.r(r),n.d(r,"getIsResolving",(function(){return U})),n.d(r,"hasStartedResolution",(function(){return $})),n.d(r,"hasFinishedResolution",(function(){return W})),n.d(r,"isResolving",(function(){return q})),n.d(r,"getCachedResolvers",(function(){return K}));var o={};n.r(o),n.d(o,"startResolution",(function(){return Q})),n.d(o,"finishResolution",(function(){return G})),n.d(o,"invalidateResolution",(function(){return Z})),n.d(o,"invalidateResolutionForStore",(function(){return Y})),n.d(o,"invalidateResolutionForStoreSelector",(function(){return X}));var i=n(26),a=n.n(i),c=n(6),u=n(1),l=n(0),s=n(31),f=n.n(s),d=n(24),p=n.n(d);function h(e,t,n,r,o,i,a){try{var c=e[i](a),u=c.value}catch(l){return void n(l)}c.done?t(u):Promise.resolve(u).then(r,o)}function v(e){return function(){var t=this,n=arguments;return new Promise((function(r,o){var i=e.apply(t,n);function a(e){h(i,r,o,a,c,"next",e)}function c(e){h(i,r,o,a,c,"throw",e)}a(void 0)}))}}var m=n(40),b=function(){return Math.random().toString(36).substring(7).split("").join(".")},g={INIT:"@@redux/INIT"+b(),REPLACE:"@@redux/REPLACE"+b(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+b()}};function y(e){if("object"!=typeof e||null===e)return!1;for(var t=e;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t}function _(e,t,n){var r;if("function"==typeof t&&"function"==typeof n||"function"==typeof n&&"function"==typeof arguments[3])throw new Error("It looks like you are passing several store enhancers to createStore(). This is not supported. Instead, compose them together to a single function.");if("function"==typeof t&&void 0===n&&(n=t,t=void 0),void 0!==n){if("function"!=typeof n)throw new Error("Expected the enhancer to be a function.");return n(_)(e,t)}if("function"!=typeof e)throw new Error("Expected the reducer to be a function.");var o=e,i=t,a=[],c=a,u=!1;function l(){c===a&&(c=a.slice())}function s(){if(u)throw new Error("You may not call store.getState() while the reducer is executing. The reducer has already received the state as an argument. Pass it down from the top reducer instead of reading it from the store.");return i}function f(e){if("function"!=typeof e)throw new Error("Expected the listener to be a function.");if(u)throw new Error("You may not call store.subscribe() while the reducer is executing. If you would like to be notified after the store has been updated, subscribe from a component and invoke store.getState() in the callback to access the latest state. See https://redux.js.org/api-reference/store#subscribe(listener) for more details.");var t=!0;return l(),c.push(e),function(){if(t){if(u)throw new Error("You may not unsubscribe from a store listener while the reducer is executing. See https://redux.js.org/api-reference/store#subscribe(listener) for more details.");t=!1,l();var n=c.indexOf(e);c.splice(n,1)}}}function d(e){if(!y(e))throw new Error("Actions must be plain objects. Use custom middleware for async actions.");if(void 0===e.type)throw new Error('Actions may not have an undefined "type" property. Have you misspelled a constant?');if(u)throw new Error("Reducers may not dispatch actions.");try{u=!0,i=o(i,e)}finally{u=!1}for(var t=a=c,n=0;n<t.length;n++){(0,t[n])()}return e}function p(e){if("function"!=typeof e)throw new Error("Expected the nextReducer to be a function.");o=e,d({type:g.REPLACE})}function h(){var e,t=f;return(e={subscribe:function(e){if("object"!=typeof e||null===e)throw new TypeError("Expected the observer to be an object.");function n(){e.next&&e.next(s())}return n(),{unsubscribe:t(n)}}})[m.a]=function(){return this},e}return d({type:g.INIT}),(r={dispatch:d,subscribe:f,getState:s,replaceReducer:p})[m.a]=h,r}function w(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function k(e,t){var n=Object.keys(e);return Object.getOwnPropertySymbols&&n.push.apply(n,Object.getOwnPropertySymbols(e)),t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n}function O(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?k(n,!0).forEach((function(t){w(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):k(n).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function z(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return 0===t.length?function(e){return e}:1===t.length?t[0]:t.reduce((function(e,t){return function(){return e(t.apply(void 0,arguments))}}))}function x(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(e){return function(){var n=e.apply(void 0,arguments),r=function(){throw new Error("Dispatching while constructing your middleware is not allowed. Other middleware would not be applied to this dispatch.")},o={getState:n.getState,dispatch:function(){return r.apply(void 0,arguments)}},i=t.map((function(e){return e(o)}));return O({},n,{dispatch:r=z.apply(void 0,i)(n.dispatch)})}}}function j(e){return!!e&&"function"==typeof e[Symbol.iterator]&&"function"==typeof e.next}var S=n(51),E=n(32),M=n.n(E);function C(e){return Object(l.isPlainObject)(e)&&Object(l.isString)(e.type)}function T(e,t){return C(e)&&e.type===t}function P(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,n=Object(l.map)(e,(function(e,t){return function(n,r,o,i,a){if(!T(n,t))return!1;var c=e(n);return M()(c)?c.then(i,a):i(c),!0}})),r=function(e,n){return!!C(e)&&(t(e),n(),!0)};n.push(r);var o=Object(S.create)(n);return function(e){return new Promise((function(n,r){return o(e,(function(e){C(e)&&t(e),n(e)}),r)}))}}var H=function(){return function(e){return function(t){return M()(t)?t.then((function(t){if(t)return e(t)})):e(t)}}},V=n(3),L=function(e,t){return function(){return function(n){return function(r){var o=e.select("core/data").getCachedResolvers(t);return Object.entries(o).forEach((function(n){var o=Object(c.a)(n,2),i=o[0],a=o[1],u=Object(l.get)(e.stores,[t,"resolvers",i]);u&&u.shouldInvalidate&&a.forEach((function(n,o){!1===n&&u.shouldInvalidate.apply(u,[r].concat(Object(V.a)(o)))&&e.dispatch("core/data").invalidateResolution(t,i,o)}))})),n(r)}}}},A=n(35),N=n.n(A);function I(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function R(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?I(Object(n),!0).forEach((function(t){Object(u.a)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):I(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var D,F=Object(l.flowRight)([(D="selectorName",function(e){return function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0,r=n[D];if(void 0===r)return t;var o=e(t[r],n);return o===t[r]?t:R({},t,Object(u.a)({},r,o))}})])((function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:new N.a,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"START_RESOLUTION":case"FINISH_RESOLUTION":var n="START_RESOLUTION"===t.type,r=new N.a(e);return r.set(t.args,n),r;case"INVALIDATE_RESOLUTION":var o=new N.a(e);return o.delete(t.args),o}return e})),B=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"INVALIDATE_RESOLUTION_FOR_STORE":return{};case"INVALIDATE_RESOLUTION_FOR_STORE_SELECTOR":return Object(l.has)(e,[t.selectorName])?Object(l.omit)(e,[t.selectorName]):e;case"START_RESOLUTION":case"FINISH_RESOLUTION":case"INVALIDATE_RESOLUTION":return F(e,t)}return e};function U(e,t,n){var r=Object(l.get)(e,[t]);if(r)return r.get(n)}function $(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];return void 0!==U(e,t,n)}function W(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];return!1===U(e,t,n)}function q(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];return!0===U(e,t,n)}function K(e){return e}function Q(e,t){return{type:"START_RESOLUTION",selectorName:e,args:t}}function G(e,t){return{type:"FINISH_RESOLUTION",selectorName:e,args:t}}function Z(e,t){return{type:"INVALIDATE_RESOLUTION",selectorName:e,args:t}}function Y(){return{type:"INVALIDATE_RESOLUTION_FOR_STORE"}}function X(e){return{type:"INVALIDATE_RESOLUTION_FOR_STORE_SELECTOR",selectorName:e}}function J(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ee(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?J(Object(n),!0).forEach((function(t){Object(u.a)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):J(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function te(e,t,n){var i,c=t.reducer,u=function(e,t,n){var r=[L(n,e),H];if(t.controls){var o=Object(l.mapValues)(t.controls,(function(e){return e.isRegistryControl?e(n):e}));r.push(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return function(t){var n=P(e,t.dispatch);return function(e){return function(t){return j(t)?n(t):e(t)}}}}(o))}var i=[x.apply(void 0,r)];"undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION__&&i.push(window.__REDUX_DEVTOOLS_EXTENSION__({name:e,instanceId:e}));var c=t.reducer,u=t.initialState;return _(a()({metadata:B,root:c}),{root:u},Object(l.flowRight)(i))}(e,t,n),s=function(e,t){return Object(l.mapValues)(e,(function(e){return function(){return Promise.resolve(t.dispatch(e.apply(void 0,arguments)))}}))}(ee({},o,{},t.actions),u),f=function(e,t){return Object(l.mapValues)(e,(function(e){var n=function(){var n=arguments.length,r=new Array(n+1);r[0]=t.__unstableOriginalGetState();for(var o=0;o<n;o++)r[o+1]=arguments[o];return e.apply(void 0,r)};return n.hasResolver=!1,n}))}(ee({},Object(l.mapValues)(r,(function(e){return function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return e.apply(void 0,[t.metadata].concat(r))}})),{},Object(l.mapValues)(t.selectors,(function(e){return e.isRegistrySelector&&(e.registry=n),function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return e.apply(void 0,[t.root].concat(r))}}))),u);if(t.resolvers){var d=function(e,t,n){var r=Object(l.mapValues)(e,(function(e){var t=e.fulfill;return ee({},e,{fulfill:void 0===t?e:t})}));return{resolvers:r,selectors:Object(l.mapValues)(t,(function(t,o){var i=e[o];if(!i)return t.hasResolver=!1,t;var a=function(){for(var e=arguments.length,a=new Array(e),c=0;c<e;c++)a[c]=arguments[c];function u(){return l.apply(this,arguments)}function l(){return(l=v(p.a.mark((function e(){var t,c;return p.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=n.getState(),"function"!=typeof i.isFulfilled||!i.isFulfilled.apply(i,[t].concat(a))){e.next=3;break}return e.abrupt("return");case 3:if(c=n.__unstableOriginalGetState(),!$(c.metadata,o,a)){e.next=6;break}return e.abrupt("return");case 6:return n.dispatch(Q(o,a)),e.next=9,ne.apply(void 0,[n,r,o].concat(a));case 9:n.dispatch(G(o,a));case 10:case"end":return e.stop()}}),e)})))).apply(this,arguments)}return u.apply(void 0,a),t.apply(void 0,a)};return a.hasResolver=!0,a}))}}(t.resolvers,f,u);i=d.resolvers,f=d.selectors}u.__unstableOriginalGetState=u.getState,u.getState=function(){return u.__unstableOriginalGetState().root};var h=u&&function(e){var t=u.__unstableOriginalGetState();u.subscribe((function(){var n=u.__unstableOriginalGetState(),r=n!==t;t=n,r&&e()}))};return{reducer:c,store:u,actions:s,selectors:f,resolvers:i,getSelectors:function(){return f},getActions:function(){return s},subscribe:h}}function ne(e,t,n){return re.apply(this,arguments)}function re(){return(re=v(p.a.mark((function e(t,n,r){var o,i,a,c,u,s=arguments;return p.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o=Object(l.get)(n,[r])){e.next=3;break}return e.abrupt("return");case 3:for(i=s.length,a=new Array(i>3?i-3:0),c=3;c<i;c++)a[c-3]=s[c];if(!(u=o.fulfill.apply(o,a))){e.next=8;break}return e.next=8,t.dispatch(u);case 8:case"end":return e.stop()}}),e)})))).apply(this,arguments)}function oe(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ie(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?oe(Object(n),!0).forEach((function(t){Object(u.a)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):oe(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var ae=function(e){return{getSelectors:function(){return["getIsResolving","hasStartedResolution","hasFinishedResolution","isResolving","getCachedResolvers"].reduce((function(t,n){return ie({},t,Object(u.a)({},n,function(t){return function(n){for(var r,o=arguments.length,i=new Array(o>1?o-1:0),a=1;a<o;a++)i[a-1]=arguments[a];return(r=e.select(n))[t].apply(r,i)}}(n)))}),{})},getActions:function(){return["startResolution","finishResolution","invalidateResolution","invalidateResolutionForStore","invalidateResolutionForStoreSelector"].reduce((function(t,n){return ie({},t,Object(u.a)({},n,function(t){return function(n){for(var r,o=arguments.length,i=new Array(o>1?o-1:0),a=1;a<o;a++)i[a-1]=arguments[a];return(r=e.dispatch(n))[t].apply(r,i)}}(n)))}),{})},subscribe:function(){return function(){}}}};function ce(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ue(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ce(Object(n),!0).forEach((function(t){Object(u.a)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ce(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var le,se,fe=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n={},r=[];function o(){r.forEach((function(e){return e()}))}var i=function(e){return r.push(e),function(){r=Object(l.without)(r,e)}};function a(e){var r=n[e];return r?r.getSelectors():t&&t.select(e)}var u=f()((function(e){return Object(l.mapValues)(Object(l.omit)(e,["getIsResolving","hasStartedResolution","hasFinishedResolution","isResolving","getCachedResolvers"]),(function(t,n){return function(){for(var r=arguments.length,o=new Array(r),a=0;a<r;a++)o[a]=arguments[a];return new Promise((function(r){var a=function(){return e.hasFinishedResolution(n,o)},c=function(){return t.apply(null,o)},u=c();if(a())return r(u);var l=i((function(){a()&&(l(),r(c()))}))}))}}))}),{maxSize:1});function s(e){return u(a(e))}function d(e){var r=n[e];return r?r.getActions():t&&t.dispatch(e)}function p(e){return Object(l.mapValues)(e,(function(e,t){return"function"!=typeof e?e:function(){return v[t].apply(null,arguments)}}))}function h(e,t){if("function"!=typeof t.getSelectors)throw new TypeError("config.getSelectors must be a function");if("function"!=typeof t.getActions)throw new TypeError("config.getActions must be a function");if("function"!=typeof t.subscribe)throw new TypeError("config.subscribe must be a function");n[e]=t,t.subscribe(o)}var v={registerGenericStore:h,stores:n,namespaces:n,subscribe:i,select:a,__experimentalResolveSelect:s,dispatch:d,use:m};function m(e,t){return v=ue({},v,{},e(v,t))}return v.registerStore=function(e,t){if(!t.reducer)throw new TypeError("Must specify store reducer");var n=te(e,t,v);return h(e,n),n.store},h("core/data",ae(v)),Object.entries(e).forEach((function(e){var t=Object(c.a)(e,2),n=t[0],r=t[1];return v.registerStore(n,r)})),t&&t.subscribe(o),p(v)}(),de=(n(19),{getItem:function(e){return le&&le[e]?le[e]:null},setItem:function(e,t){le||de.clear(),le[e]=String(t)},clear:function(){le=Object.create(null)}}),pe=de;try{(se=window.localStorage).setItem("__wpDataTestLocalStorage",""),se.removeItem("__wpDataTestLocalStorage")}catch(qe){se=pe}function he(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ve(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?he(Object(n),!0).forEach((function(t){Object(u.a)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):he(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var me=se;function be(e){var t,n=e.storage,r=void 0===n?me:n,o=e.storageKey,i=void 0===o?"WP_DATA":o;return{get:function(){if(void 0===t){var e=r.getItem(i);if(null===e)t={};else try{t=JSON.parse(e)}catch(qe){t={}}}return t},set:function(e,n){t=ve({},t,Object(u.a)({},e,n)),r.setItem(i,JSON.stringify(t))}}}var ge=function(e,t){var n=be(t);return{registerStore:function(t,r){if(!r.persist)return e.registerStore(t,r);var o=n.get()[t];if(void 0!==o){var i=r.reducer(void 0,{type:"@@WP/PERSISTENCE_RESTORE"});r=ve({},r,{initialState:i=Object(l.isPlainObject)(i)&&Object(l.isPlainObject)(o)?Object(l.merge)({},i,o):o})}var c=e.registerStore(t,r);return c.subscribe(function(e,t,r){var o,i;if(Array.isArray(r)){var c=r.reduce((function(e,t){return Object.assign(e,Object(u.a)({},t,(function(e,n){return n.nextState[t]})))}),{});i=a()(c),o=function(e,t){return t.nextState===e?e:i(e,t)}}else o=function(e,t){return t.nextState};var l=o(void 0,{nextState:e()});return function(){var r=o(l,{nextState:e()});r!==l&&(n.set(t,r),l=r)}}(c.getState,t,r.persist)),c}}};ge.__unstableMigrate=function(e){var t=be(e),n=t.get(),r=Object(l.get)(n,["core/editor","preferences","insertUsage"]);r&&t.set("core/block-editor",{preferences:{insertUsage:r}});var o=n["core/edit-post"],i=Object.keys(n).length>0,a=Object(l.has)(n,["core/edit-post","preferences","features","fullscreenMode"]);i&&!a&&(o=Object(l.merge)({},o,{preferences:{features:{fullscreenMode:!1}}}));var c=Object(l.get)(n,["core/nux","preferences","areTipsEnabled"]),u=Object(l.has)(n,["core/edit-post","preferences","features","welcomeGuide"]);void 0===c||u||(o=Object(l.merge)({},o,{preferences:{features:{welcomeGuide:c}}})),o!==n["core/edit-post"]&&t.set("core/edit-post",o)};var ye=n(8),_e=n(5),we=n(50),ke=n(9),Oe=n(10),ze=n(11),xe=n(12),je=n(13),Se=n(17),Ee=n.n(Se);Object(we.a)((function(e){return e.prototype instanceof _e.Component?function(e){function t(){return Object(ke.a)(this,t),Object(ze.a)(this,Object(xe.a)(t).apply(this,arguments))}return Object(je.a)(t,e),Object(Oe.a)(t,[{key:"shouldComponentUpdate",value:function(e,t){return!Ee()(e,this.props)||!Ee()(t,this.state)}}]),t}(e):function(t){function n(){return Object(ke.a)(this,n),Object(ze.a)(this,Object(xe.a)(n).apply(this,arguments))}return Object(je.a)(n,t),Object(Oe.a)(n,[{key:"shouldComponentUpdate",value:function(e){return!Ee()(e,this.props)}},{key:"render",value:function(){return Object(_e.createElement)(e,this.props)}}]),n}(_e.Component)}),"pure");function Me(e,t){var n=Object(_e.useState)((function(){return{inputs:t,result:e()}}))[0],r=Object(_e.useRef)(n),o=Boolean(t&&r.current.inputs&&function(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(e[n]!==t[n])return!1;return!0}(t,r.current.inputs))?r.current:{inputs:t,result:e()};return Object(_e.useEffect)((function(){r.current=o}),[o]),o.result}var Ce="undefined"==typeof window?function(e){setTimeout((function(){return e(Date.now())}),0)}:window.requestIdleCallback||window.requestAnimationFrame,Te=Object(_e.createContext)(fe),Pe=Te.Consumer,He=(Te.Provider,Pe);function Ve(){return Object(_e.useContext)(Te)}var Le=Object(_e.createContext)(!1);Le.Consumer,Le.Provider;var Ae,Ne,Ie,Re,De="undefined"!=typeof window?_e.useLayoutEffect:_e.useEffect,Fe=(Ae=[],Ne=new WeakMap,Ie=!1,Re=function e(t){var n="number"==typeof t?function(){return!1}:function(){return t.timeRemaining()>0};do{if(0===Ae.length)return void(Ie=!1);var r=Ae.shift();Ne.get(r)(),Ne.delete(r)}while(n());Ce(e)},{add:function(e,t){Ne.has(e)||Ae.push(e),Ne.set(e,t),Ie||(Ie=!0,Ce(Re))},flush:function(e){if(!Ne.has(e))return!1;var t=Ae.indexOf(e);Ae.splice(t,1);var n=Ne.get(e);return Ne.delete(e),n(),!0}});function Be(e,t){var n,r=Object(_e.useCallback)(e,t),o=Ve(),i=Object(_e.useContext)(Le),a=Me((function(){return{queue:!0}}),[o]),u=Object(_e.useReducer)((function(e){return e+1}),0),l=Object(c.a)(u,2)[1],s=Object(_e.useRef)(),f=Object(_e.useRef)(i),d=Object(_e.useRef)(),p=Object(_e.useRef)(),h=Object(_e.useRef)();try{n=s.current!==r||p.current?r(o.select,o):d.current}catch(qe){var v="An error occurred while running 'mapSelect': ".concat(qe.message);if(p.current)throw v+="\nThe error may be correlated with this previous error:\n",v+="".concat(p.current.stack,"\n\n"),v+="Original stack trace:",new Error(v);console.error(v)}return De((function(){s.current=r,d.current=n,p.current=void 0,h.current=!0,f.current!==i&&(f.current=i,Fe.flush(a))})),De((function(){var e=function(){if(h.current){try{var e=s.current(o.select,o);if(Ee()(d.current,e))return;d.current=e}catch(qe){p.current=qe}l()}};f.current?Fe.add(a,e):e();var t=o.subscribe((function(){f.current?Fe.add(a,e):e()}));return function(){h.current=!1,t(),Fe.flush(a)}}),[o]),n}"undefined"!=typeof window?_e.useLayoutEffect:_e.useEffect,Object(we.a)((function(e){return function(t){return Object(_e.createElement)(He,null,(function(n){return Object(_e.createElement)(e,Object(ye.a)({},t,{registry:n}))}))}}),"withRegistry");var Ue=fe.select,$e=(fe.__experimentalResolveSelect,fe.dispatch),We=(fe.subscribe,fe.registerGenericStore,fe.registerStore);fe.use},function(e,t,n){"use strict";e.exports=n(57)},function(e,t,n){"use strict";n.d(t,"a",(function(){return a}));var r=n(28);var o=n(20),i=n(29);function a(e,t){return Object(r.a)(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,i=void 0;try{for(var a,c=e[Symbol.iterator]();!(r=(a=c.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(u){o=!0,i=u}finally{try{r||null==c.return||c.return()}finally{if(o)throw i}}return n}}(e,t)||Object(o.a)(e,t)||Object(i.a)()}},function(e,t,n){"use strict";n.d(t,"a",(function(){return o})),n.d(t,"b",(function(){return i})),n.d(t,"c",(function(){return a}));var r=n(5),o=function(e,t){return Object(r.createElement)("span",{dangerouslySetInnerHTML:{__html:"<?php esc_html_e( '".concat(e,"', '").concat(t,"' ) ?>")}})},i=function(e,t,n){return Object(r.createElement)("span",{dangerouslySetInnerHTML:{__html:"<?php echo esc_html( _x( '".concat(e,"', '").concat(t,"', '").concat(n,"' ) ) ?>")}})},a=function(e){return e}},function(e,t,n){"use strict";function r(){return(r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}n.d(t,"a",(function(){return r}))},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}n.d(t,"a",(function(){return r}))},function(e,t,n){"use strict";function r(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function o(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}n.d(t,"a",(function(){return o}))},function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var r=n(21),o=n(14);function i(e,t){return!t||"object"!==Object(r.a)(t)&&"function"!=typeof t?Object(o.a)(e):t}},function(e,t,n){"use strict";function r(e){return(r=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}n.d(t,"a",(function(){return r}))},function(e,t,n){"use strict";function r(e,t){return(r=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function o(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&r(e,t)}n.d(t,"a",(function(){return o}))},function(e,t,n){"use strict";function r(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}n.d(t,"a",(function(){return r}))},function(e,t,n){"use strict";n.d(t,"c",(function(){return d})),n.d(t,"a",(function(){return h})),n.d(t,"e",(function(){return v})),n.d(t,"f",(function(){return m})),n.d(t,"d",(function(){return b})),n.d(t,"b",(function(){return g}));var r=function(e){return"string"!=typeof e||""===e?(console.error("The namespace must be a non-empty string."),!1):!!/^[a-zA-Z][a-zA-Z0-9_.\-\/]*$/.test(e)||(console.error("The namespace can only contain numbers, letters, dashes, periods, underscores and slashes."),!1)};var o=function(e){return"string"!=typeof e||""===e?(console.error("The hook name must be a non-empty string."),!1):/^__/.test(e)?(console.error("The hook name cannot begin with `__`."),!1):!!/^[a-zA-Z][a-zA-Z0-9_.-]*$/.test(e)||(console.error("The hook name can only contain numbers, letters, dashes, periods and underscores."),!1)};var i=function(e){return function(t,n,i){var a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:10;if(o(t)&&r(n))if("function"==typeof i)if("number"==typeof a){var c={callback:i,priority:a,namespace:n};if(e[t]){var u,l=e[t].handlers;for(u=l.length;u>0&&!(a>=l[u-1].priority);u--);u===l.length?l[u]=c:l.splice(u,0,c),(e.__current||[]).forEach((function(e){e.name===t&&e.currentIndex>=u&&e.currentIndex++}))}else e[t]={handlers:[c],runs:0};"hookAdded"!==t&&b("hookAdded",t,n,i,a)}else console.error("If specified, the hook priority must be a number.");else console.error("The hook callback must be a function.")}};var a=function(e,t){return function(n,i){if(o(n)&&(t||r(i))){if(!e[n])return 0;var a=0;if(t)a=e[n].handlers.length,e[n]={runs:e[n].runs,handlers:[]};else for(var c=e[n].handlers,u=function(t){c[t].namespace===i&&(c.splice(t,1),a++,(e.__current||[]).forEach((function(e){e.name===n&&e.currentIndex>=t&&e.currentIndex--})))},l=c.length-1;l>=0;l--)u(l);return"hookRemoved"!==n&&b("hookRemoved",n,i),a}}};var c=function(e){return function(t,n){return void 0!==n?t in e&&e[t].handlers.some((function(e){return e.namespace===n})):t in e}};n(3);var u=function(e,t){return function(n){e[n]||(e[n]={handlers:[],runs:0}),e[n].runs++;var r=e[n].handlers;for(var o=arguments.length,i=new Array(o>1?o-1:0),a=1;a<o;a++)i[a-1]=arguments[a];if(!r||!r.length)return t?i[0]:void 0;var c={name:n,currentIndex:0};for(e.__current.push(c);c.currentIndex<r.length;){var u=r[c.currentIndex],l=u.callback.apply(null,i);t&&(i[0]=l),c.currentIndex++}return e.__current.pop(),t?i[0]:void 0}};var l=function(e){return function(){return e.__current&&e.__current.length?e.__current[e.__current.length-1].name:null}};var s=function(e){return function(t){return void 0===t?void 0!==e.__current[0]:!!e.__current[0]&&t===e.__current[0].name}};var f=function(e){return function(t){if(o(t))return e[t]&&e[t].runs?e[t].runs:0}};var d=function(){var e=Object.create(null),t=Object.create(null);return e.__current=[],t.__current=[],{addAction:i(e),addFilter:i(t),removeAction:a(e),removeFilter:a(t),hasAction:c(e),hasFilter:c(t),removeAllActions:a(e,!0),removeAllFilters:a(t,!0),doAction:u(e),applyFilters:u(t,!0),currentAction:l(e),currentFilter:l(t),doingAction:s(e),doingFilter:s(t),didAction:f(e),didFilter:f(t),actions:e,filters:t}},p=d(),h=(p.addAction,p.addFilter),v=(p.removeAction,p.removeFilter,p.hasAction),m=p.hasFilter,b=(p.removeAllActions,p.removeAllFilters,p.doAction),g=p.applyFilters;p.currentAction,p.currentFilter,p.doingAction,p.doingFilter,p.didAction,p.didFilter,p.actions,p.filters},function(e,t,n){var r;
10
- /*!
11
- Copyright (c) 2017 Jed Watson.
12
- Licensed under the MIT License (MIT), see
13
- http://jedwatson.github.io/classnames
14
- */!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var i=typeof r;if("string"===i||"number"===i)e.push(r);else if(Array.isArray(r)&&r.length){var a=o.apply(null,r);a&&e.push(a)}else if("object"===i)for(var c in r)n.call(r,c)&&r[c]&&e.push(c)}}return e.join(" ")}e.exports?(o.default=o,e.exports=o):void 0===(r=function(){return o}.apply(t,[]))||(e.exports=r)}()},function(e,t,n){"use strict";var r=n(60),o=n(61),i=Array.isArray;e.exports=function(e,t){if(e&&t){if(e.constructor===Object&&t.constructor===Object)return r(e,t);if(i(e)&&i(t))return o(e,t)}return e===t},e.exports.isShallowEqualObjects=r,e.exports.isShallowEqualArrays=o},,function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var r=n(15),o=Object.create(null);function i(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.version,i=t.alternative,a=t.plugin,c=t.link,u=t.hint,l=a?" from ".concat(a):"",s=n?" and will be removed".concat(l," in version ").concat(n):"",f=i?" Please use ".concat(i," instead."):"",d=c?" See: ".concat(c):"",p=u?" Note: ".concat(u):"",h="".concat(e," is deprecated").concat(s,".").concat(f).concat(d).concat(p);h in o||(Object(r.d)("deprecated",e,t,h),console.warn(h),o[h]=!0)}},function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var r=n(23);function o(e,t){if(e){if("string"==typeof e)return Object(r.a)(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Object(r.a)(e,t):void 0}}},function(e,t,n){"use strict";function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}n.d(t,"a",(function(){return r}))},function(e,t){function n(e,t,n,r,o,i,a){try{var c=e[i](a),u=c.value}catch(l){return void n(l)}c.done?t(u):Promise.resolve(u).then(r,o)}e.exports=function(e){return function(){var t=this,r=arguments;return new Promise((function(o,i){var a=e.apply(t,r);function c(e){n(a,o,i,c,u,"next",e)}function u(e){n(a,o,i,c,u,"throw",e)}c(void 0)}))}}},function(e,t,n){"use strict";function r(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}n.d(t,"a",(function(){return r}))},function(e,t,n){e.exports=n(70)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol?"symbol":typeof e},i=n(47),a=(r=i)&&r.__esModule?r:{default:r};var c={obj:function(e){return"object"===(void 0===e?"undefined":o(e))&&!!e},all:function(e){return c.obj(e)&&e.type===a.default.all},error:function(e){return c.obj(e)&&e.type===a.default.error},array:Array.isArray,func:function(e){return"function"==typeof e},promise:function(e){return e&&c.func(e.then)},iterator:function(e){return e&&c.func(e.next)&&c.func(e.throw)},fork:function(e){return c.obj(e)&&e.type===a.default.fork},join:function(e){return c.obj(e)&&e.type===a.default.join},race:function(e){return c.obj(e)&&e.type===a.default.race},call:function(e){return c.obj(e)&&e.type===a.default.call},cps:function(e){return c.obj(e)&&e.type===a.default.cps},subscribe:function(e){return c.obj(e)&&e.type===a.default.subscribe},channel:function(e){return c.obj(e)&&c.func(e.subscribe)}};t.default=c},function(e,t){e.exports=function(e){var t,n=Object.keys(e);return t=function(){var e,t,r;for(e="return {",t=0;t<n.length;t++)e+=(r=JSON.stringify(n[t]))+":r["+r+"](s["+r+"],a),";return e+="}",new Function("r,s,a",e)}(),function(r,o){var i,a,c;if(void 0===r)return t(e,{},o);for(i=t(e,r,o),a=n.length;a--;)if(r[c=n[a]]!==i[c])return i;return r}}},function(e,t,n){"use strict";function r(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}n.d(t,"a",(function(){return r}))},function(e,t,n){"use strict";function r(e){if(Array.isArray(e))return e}n.d(t,"a",(function(){return r}))},function(e,t,n){"use strict";function r(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}n.d(t,"a",(function(){return r}))},function(e,t,n){var r=n(65),o=n(66),i=n(67),a=n(69);e.exports=function(e,t){return r(e)||o(e,t)||i(e,t)||a()}},function(e,t,n){e.exports=function(e,t){var n,r,o,i=0;function a(){var t,a,c=r,u=arguments.length;e:for(;c;){if(c.args.length===arguments.length){for(a=0;a<u;a++)if(c.args[a]!==arguments[a]){c=c.next;continue e}return c!==r&&(c===o&&(o=c.prev),c.prev.next=c.next,c.next&&(c.next.prev=c.prev),c.next=r,c.prev=null,r.prev=c,r=c),c.val}c=c.next}for(t=new Array(u),a=0;a<u;a++)t[a]=arguments[a];return c={args:t,val:e.apply(null,t)},r?(r.prev=c,c.next=r):o=c,i===n?(o=o.prev).next=null:i++,r=c,c.val}return t&&t.maxSize&&(n=t.maxSize),a.clear=function(){r=null,o=null,i=0},a}},function(e,t){e.exports=function(e){return!!e&&("object"==typeof e||"function"==typeof e)&&"function"==typeof e.then}},function(e,t,n){var r=n(38);function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}e.exports=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?o(Object(n),!0).forEach((function(t){r(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}},function(e,t,n){"use strict";n.d(t,"b",(function(){return u})),n.d(t,"a",(function(){return l}));var r=n(1),o=n(3),i=n(0),a=n(7);function c(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:window,t=e.navigator.platform;return-1!==t.indexOf("Mac")||Object(i.includes)(["iPad","iPhone"],t)}var u=9,l=27,s="alt",f="ctrl",d="shift",p={primary:function(e){return e()?["meta"]:[f]},primaryShift:function(e){return e()?[d,"meta"]:[f,d]},primaryAlt:function(e){return e()?[s,"meta"]:[f,s]},secondary:function(e){return e()?[d,s,"meta"]:[f,d,s]},access:function(e){return e()?[f,s]:[d,s]},ctrl:function(){return[f]},alt:function(){return[s]},ctrlShift:function(){return[f,d]},shift:function(){return[d]},shiftAlt:function(){return[d,s]}},h=(Object(i.mapValues)(p,(function(e){return function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:c;return[].concat(Object(o.a)(e(n)),[t.toLowerCase()]).join("+")}})),Object(i.mapValues)(p,(function(e){return function(t){var n,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:c,u=a(),l=(n={},Object(r.a)(n,s,u?"⌥":"Alt"),Object(r.a)(n,f,u?"^":"Ctrl"),Object(r.a)(n,"meta","⌘"),Object(r.a)(n,d,u?"⇧":"Shift"),n),p=e(a).reduce((function(e,t){var n=Object(i.get)(l,t,t);return[].concat(Object(o.a)(e),u?[n]:[n,"+"])}),[]),h=Object(i.capitalize)(t);return[].concat(Object(o.a)(p),[h])}})));Object(i.mapValues)(h,(function(e){return function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:c;return e(t,n).join("")}})),Object(i.mapValues)(p,(function(e){return function(t){var n,u=arguments.length>1&&void 0!==arguments[1]?arguments[1]:c,l=u(),p=(n={},Object(r.a)(n,d,"Shift"),Object(r.a)(n,"meta",l?"Command":"Control"),Object(r.a)(n,f,"Control"),Object(r.a)(n,s,l?"Option":"Alt"),Object(r.a)(n,",",Object(a.a)("Comma")),Object(r.a)(n,".",Object(a.a)("Period")),Object(r.a)(n,"`",Object(a.a)("Backtick")),n);return[].concat(Object(o.a)(e(u)),[t]).map((function(e){return Object(i.capitalize)(Object(i.get)(p,e,e))})).join(l?" ":" + ")}})),Object(i.mapValues)(p,(function(e){return function(t,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:c,o=e(r);return!!o.every((function(e){return t["".concat(e,"Key")]}))&&(n?t.key===n:Object(i.includes)(o,t.key.toLowerCase()))}}))},function(e,t,n){"use strict";function r(e){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function o(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function i(e,t){var n=e._map,r=e._arrayTreeMap,o=e._objectTreeMap;if(n.has(t))return n.get(t);for(var i=Object.keys(t).sort(),a=Array.isArray(t)?r:o,c=0;c<i.length;c++){var u=i[c];if(void 0===(a=a.get(u)))return;var l=t[u];if(void 0===(a=a.get(l)))return}var s=a.get("_ekm_value");return s?(n.delete(s[0]),s[0]=t,a.set("_ekm_value",s),n.set(t,s),s):void 0}var a=function(){function e(t){if(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.clear(),t instanceof e){var n=[];t.forEach((function(e,t){n.push([t,e])})),t=n}if(null!=t)for(var r=0;r<t.length;r++)this.set(t[r][0],t[r][1])}var t,n,a;return t=e,(n=[{key:"set",value:function(t,n){if(null===t||"object"!==r(t))return this._map.set(t,n),this;for(var o=Object.keys(t).sort(),i=[t,n],a=Array.isArray(t)?this._arrayTreeMap:this._objectTreeMap,c=0;c<o.length;c++){var u=o[c];a.has(u)||a.set(u,new e),a=a.get(u);var l=t[u];a.has(l)||a.set(l,new e),a=a.get(l)}var s=a.get("_ekm_value");return s&&this._map.delete(s[0]),a.set("_ekm_value",i),this._map.set(t,i),this}},{key:"get",value:function(e){if(null===e||"object"!==r(e))return this._map.get(e);var t=i(this,e);return t?t[1]:void 0}},{key:"has",value:function(e){return null===e||"object"!==r(e)?this._map.has(e):void 0!==i(this,e)}},{key:"delete",value:function(e){return!!this.has(e)&&(this.set(e,void 0),!0)}},{key:"forEach",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this;this._map.forEach((function(o,i){null!==i&&"object"===r(i)&&(o=o[1]),e.call(n,o,i,t)}))}},{key:"clear",value:function(){this._map=new Map,this._arrayTreeMap=new Map,this._objectTreeMap=new Map}},{key:"size",get:function(){return this._map.size}}])&&o(t.prototype,n),a&&o(t,a),e}();e.exports=a},function(e,t,n){"use strict";n.d(t,"a",(function(){return a})),n.d(t,"b",(function(){return c})),n.d(t,"c",(function(){return u}));var r=/[\u007F-\u009F "'>/="\uFDD0-\uFDEF]/;function o(e){return e.replace(/&(?!([a-z0-9]+|#[0-9]+|#x[a-f0-9]+);)/gi,"&amp;")}function i(e){return e.replace(/</g,"&lt;")}function a(e){return function(e){return e.replace(/>/g,"&gt;")}(function(e){return e.replace(/"/g,"&quot;")}(o(e)))}function c(e){return i(o(e))}function u(e){return!r.test(e)}},function(e,t,n){"use strict";
15
- /*
16
- object-assign
17
- (c) Sindre Sorhus
18
- @license MIT
19
- */var r=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;function a(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(o){return!1}}()?Object.assign:function(e,t){for(var n,c,u=a(e),l=1;l<arguments.length;l++){for(var s in n=Object(arguments[l]))o.call(n,s)&&(u[s]=n[s]);if(r){c=r(n);for(var f=0;f<c.length;f++)i.call(n,c[f])&&(u[c[f]]=n[c[f]])}}return u}},function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t,n){"use strict";e.exports=n(56)},function(e,t,n){"use strict";(function(e){var r,o=n(52);r="undefined"!=typeof self?self:"undefined"!=typeof window||"undefined"!=typeof window?window:e;var i=Object(o.a)(r);t.a=i}).call(this,n(76)(e))},function(e,t,n){"use strict";var r,o;function i(e){return[e]}function a(){var e={clear:function(){e.head=null}};return e}function c(e,t,n){var r;if(e.length!==t.length)return!1;for(r=n;r<e.length;r++)if(e[r]!==t[r])return!1;return!0}r={},o="undefined"!=typeof WeakMap,t.a=function(e,t){var n,u;function l(){n=o?new WeakMap:a()}function s(){var n,r,o,i,a,l=arguments.length;for(i=new Array(l),o=0;o<l;o++)i[o]=arguments[o];for(a=t.apply(null,i),(n=u(a)).isUniqueByDependants||(n.lastDependants&&!c(a,n.lastDependants,0)&&n.clear(),n.lastDependants=a),r=n.head;r;){if(c(r.args,i,1))return r!==n.head&&(r.prev.next=r.next,r.next&&(r.next.prev=r.prev),r.next=n.head,r.prev=null,n.head.prev=r,n.head=r),r.val;r=r.next}return r={val:e.apply(null,i)},i[0]=null,r.args=i,n.head&&(n.head.prev=r,r.next=n.head),n.head=r,r.val}return t||(t=i),u=o?function(e){var t,o,i,c,u,l=n,s=!0;for(t=0;t<e.length;t++){if(o=e[t],!(u=o)||"object"!=typeof u){s=!1;break}l.has(o)?l=l.get(o):(i=new WeakMap,l.set(o,i),l=i)}return l.has(r)||((c=a()).isUniqueByDependants=s,l.set(r,c)),l.get(r)}:function(){return n},s.getDependants=t,s.clear=l,l(),s}},function(e,t,n){var r=n(77),o=n(78);e.exports=function(e,t,n){var i=t&&n||0;"string"==typeof e&&(t="binary"===e?new Array(16):null,e=null);var a=(e=e||{}).random||(e.rng||r)();if(a[6]=15&a[6]|64,a[8]=63&a[8]|128,t)for(var c=0;c<16;++c)t[i+c]=a[c];return t||o(a)}},function(e,t,n){var r;!function(o){var i=/^\s+/,a=/\s+$/,c=0,u=o.round,l=o.min,s=o.max,f=o.random;function d(e,t){if(t=t||{},(e=e||"")instanceof d)return e;if(!(this instanceof d))return new d(e,t);var n=function(e){var t={r:0,g:0,b:0},n=1,r=null,c=null,u=null,f=!1,d=!1;"string"==typeof e&&(e=function(e){e=e.replace(i,"").replace(a,"").toLowerCase();var t,n=!1;if(C[e])e=C[e],n=!0;else if("transparent"==e)return{r:0,g:0,b:0,a:0,format:"name"};if(t=U.rgb.exec(e))return{r:t[1],g:t[2],b:t[3]};if(t=U.rgba.exec(e))return{r:t[1],g:t[2],b:t[3],a:t[4]};if(t=U.hsl.exec(e))return{h:t[1],s:t[2],l:t[3]};if(t=U.hsla.exec(e))return{h:t[1],s:t[2],l:t[3],a:t[4]};if(t=U.hsv.exec(e))return{h:t[1],s:t[2],v:t[3]};if(t=U.hsva.exec(e))return{h:t[1],s:t[2],v:t[3],a:t[4]};if(t=U.hex8.exec(e))return{r:L(t[1]),g:L(t[2]),b:L(t[3]),a:R(t[4]),format:n?"name":"hex8"};if(t=U.hex6.exec(e))return{r:L(t[1]),g:L(t[2]),b:L(t[3]),format:n?"name":"hex"};if(t=U.hex4.exec(e))return{r:L(t[1]+""+t[1]),g:L(t[2]+""+t[2]),b:L(t[3]+""+t[3]),a:R(t[4]+""+t[4]),format:n?"name":"hex8"};if(t=U.hex3.exec(e))return{r:L(t[1]+""+t[1]),g:L(t[2]+""+t[2]),b:L(t[3]+""+t[3]),format:n?"name":"hex"};return!1}(e));"object"==typeof e&&($(e.r)&&$(e.g)&&$(e.b)?(p=e.r,h=e.g,v=e.b,t={r:255*H(p,255),g:255*H(h,255),b:255*H(v,255)},f=!0,d="%"===String(e.r).substr(-1)?"prgb":"rgb"):$(e.h)&&$(e.s)&&$(e.v)?(r=N(e.s),c=N(e.v),t=function(e,t,n){e=6*H(e,360),t=H(t,100),n=H(n,100);var r=o.floor(e),i=e-r,a=n*(1-t),c=n*(1-i*t),u=n*(1-(1-i)*t),l=r%6;return{r:255*[n,c,a,a,u,n][l],g:255*[u,n,n,c,a,a][l],b:255*[a,a,u,n,n,c][l]}}(e.h,r,c),f=!0,d="hsv"):$(e.h)&&$(e.s)&&$(e.l)&&(r=N(e.s),u=N(e.l),t=function(e,t,n){var r,o,i;function a(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}if(e=H(e,360),t=H(t,100),n=H(n,100),0===t)r=o=i=n;else{var c=n<.5?n*(1+t):n+t-n*t,u=2*n-c;r=a(u,c,e+1/3),o=a(u,c,e),i=a(u,c,e-1/3)}return{r:255*r,g:255*o,b:255*i}}(e.h,r,u),f=!0,d="hsl"),e.hasOwnProperty("a")&&(n=e.a));var p,h,v;return n=P(n),{ok:f,format:e.format||d,r:l(255,s(t.r,0)),g:l(255,s(t.g,0)),b:l(255,s(t.b,0)),a:n}}(e);this._originalInput=e,this._r=n.r,this._g=n.g,this._b=n.b,this._a=n.a,this._roundA=u(100*this._a)/100,this._format=t.format||n.format,this._gradientType=t.gradientType,this._r<1&&(this._r=u(this._r)),this._g<1&&(this._g=u(this._g)),this._b<1&&(this._b=u(this._b)),this._ok=n.ok,this._tc_id=c++}function p(e,t,n){e=H(e,255),t=H(t,255),n=H(n,255);var r,o,i=s(e,t,n),a=l(e,t,n),c=(i+a)/2;if(i==a)r=o=0;else{var u=i-a;switch(o=c>.5?u/(2-i-a):u/(i+a),i){case e:r=(t-n)/u+(t<n?6:0);break;case t:r=(n-e)/u+2;break;case n:r=(e-t)/u+4}r/=6}return{h:r,s:o,l:c}}function h(e,t,n){e=H(e,255),t=H(t,255),n=H(n,255);var r,o,i=s(e,t,n),a=l(e,t,n),c=i,u=i-a;if(o=0===i?0:u/i,i==a)r=0;else{switch(i){case e:r=(t-n)/u+(t<n?6:0);break;case t:r=(n-e)/u+2;break;case n:r=(e-t)/u+4}r/=6}return{h:r,s:o,v:c}}function v(e,t,n,r){var o=[A(u(e).toString(16)),A(u(t).toString(16)),A(u(n).toString(16))];return r&&o[0].charAt(0)==o[0].charAt(1)&&o[1].charAt(0)==o[1].charAt(1)&&o[2].charAt(0)==o[2].charAt(1)?o[0].charAt(0)+o[1].charAt(0)+o[2].charAt(0):o.join("")}function m(e,t,n,r){return[A(I(r)),A(u(e).toString(16)),A(u(t).toString(16)),A(u(n).toString(16))].join("")}function b(e,t){t=0===t?0:t||10;var n=d(e).toHsl();return n.s-=t/100,n.s=V(n.s),d(n)}function g(e,t){t=0===t?0:t||10;var n=d(e).toHsl();return n.s+=t/100,n.s=V(n.s),d(n)}function y(e){return d(e).desaturate(100)}function _(e,t){t=0===t?0:t||10;var n=d(e).toHsl();return n.l+=t/100,n.l=V(n.l),d(n)}function w(e,t){t=0===t?0:t||10;var n=d(e).toRgb();return n.r=s(0,l(255,n.r-u(-t/100*255))),n.g=s(0,l(255,n.g-u(-t/100*255))),n.b=s(0,l(255,n.b-u(-t/100*255))),d(n)}function k(e,t){t=0===t?0:t||10;var n=d(e).toHsl();return n.l-=t/100,n.l=V(n.l),d(n)}function O(e,t){var n=d(e).toHsl(),r=(n.h+t)%360;return n.h=r<0?360+r:r,d(n)}function z(e){var t=d(e).toHsl();return t.h=(t.h+180)%360,d(t)}function x(e){var t=d(e).toHsl(),n=t.h;return[d(e),d({h:(n+120)%360,s:t.s,l:t.l}),d({h:(n+240)%360,s:t.s,l:t.l})]}function j(e){var t=d(e).toHsl(),n=t.h;return[d(e),d({h:(n+90)%360,s:t.s,l:t.l}),d({h:(n+180)%360,s:t.s,l:t.l}),d({h:(n+270)%360,s:t.s,l:t.l})]}function S(e){var t=d(e).toHsl(),n=t.h;return[d(e),d({h:(n+72)%360,s:t.s,l:t.l}),d({h:(n+216)%360,s:t.s,l:t.l})]}function E(e,t,n){t=t||6,n=n||30;var r=d(e).toHsl(),o=360/n,i=[d(e)];for(r.h=(r.h-(o*t>>1)+720)%360;--t;)r.h=(r.h+o)%360,i.push(d(r));return i}function M(e,t){t=t||6;for(var n=d(e).toHsv(),r=n.h,o=n.s,i=n.v,a=[],c=1/t;t--;)a.push(d({h:r,s:o,v:i})),i=(i+c)%1;return a}d.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var e=this.toRgb();return(299*e.r+587*e.g+114*e.b)/1e3},getLuminance:function(){var e,t,n,r=this.toRgb();return e=r.r/255,t=r.g/255,n=r.b/255,.2126*(e<=.03928?e/12.92:o.pow((e+.055)/1.055,2.4))+.7152*(t<=.03928?t/12.92:o.pow((t+.055)/1.055,2.4))+.0722*(n<=.03928?n/12.92:o.pow((n+.055)/1.055,2.4))},setAlpha:function(e){return this._a=P(e),this._roundA=u(100*this._a)/100,this},toHsv:function(){var e=h(this._r,this._g,this._b);return{h:360*e.h,s:e.s,v:e.v,a:this._a}},toHsvString:function(){var e=h(this._r,this._g,this._b),t=u(360*e.h),n=u(100*e.s),r=u(100*e.v);return 1==this._a?"hsv("+t+", "+n+"%, "+r+"%)":"hsva("+t+", "+n+"%, "+r+"%, "+this._roundA+")"},toHsl:function(){var e=p(this._r,this._g,this._b);return{h:360*e.h,s:e.s,l:e.l,a:this._a}},toHslString:function(){var e=p(this._r,this._g,this._b),t=u(360*e.h),n=u(100*e.s),r=u(100*e.l);return 1==this._a?"hsl("+t+", "+n+"%, "+r+"%)":"hsla("+t+", "+n+"%, "+r+"%, "+this._roundA+")"},toHex:function(e){return v(this._r,this._g,this._b,e)},toHexString:function(e){return"#"+this.toHex(e)},toHex8:function(e){return function(e,t,n,r,o){var i=[A(u(e).toString(16)),A(u(t).toString(16)),A(u(n).toString(16)),A(I(r))];if(o&&i[0].charAt(0)==i[0].charAt(1)&&i[1].charAt(0)==i[1].charAt(1)&&i[2].charAt(0)==i[2].charAt(1)&&i[3].charAt(0)==i[3].charAt(1))return i[0].charAt(0)+i[1].charAt(0)+i[2].charAt(0)+i[3].charAt(0);return i.join("")}(this._r,this._g,this._b,this._a,e)},toHex8String:function(e){return"#"+this.toHex8(e)},toRgb:function(){return{r:u(this._r),g:u(this._g),b:u(this._b),a:this._a}},toRgbString:function(){return 1==this._a?"rgb("+u(this._r)+", "+u(this._g)+", "+u(this._b)+")":"rgba("+u(this._r)+", "+u(this._g)+", "+u(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:u(100*H(this._r,255))+"%",g:u(100*H(this._g,255))+"%",b:u(100*H(this._b,255))+"%",a:this._a}},toPercentageRgbString:function(){return 1==this._a?"rgb("+u(100*H(this._r,255))+"%, "+u(100*H(this._g,255))+"%, "+u(100*H(this._b,255))+"%)":"rgba("+u(100*H(this._r,255))+"%, "+u(100*H(this._g,255))+"%, "+u(100*H(this._b,255))+"%, "+this._roundA+")"},toName:function(){return 0===this._a?"transparent":!(this._a<1)&&(T[v(this._r,this._g,this._b,!0)]||!1)},toFilter:function(e){var t="#"+m(this._r,this._g,this._b,this._a),n=t,r=this._gradientType?"GradientType = 1, ":"";if(e){var o=d(e);n="#"+m(o._r,o._g,o._b,o._a)}return"progid:DXImageTransform.Microsoft.gradient("+r+"startColorstr="+t+",endColorstr="+n+")"},toString:function(e){var t=!!e;e=e||this._format;var n=!1,r=this._a<1&&this._a>=0;return t||!r||"hex"!==e&&"hex6"!==e&&"hex3"!==e&&"hex4"!==e&&"hex8"!==e&&"name"!==e?("rgb"===e&&(n=this.toRgbString()),"prgb"===e&&(n=this.toPercentageRgbString()),"hex"!==e&&"hex6"!==e||(n=this.toHexString()),"hex3"===e&&(n=this.toHexString(!0)),"hex4"===e&&(n=this.toHex8String(!0)),"hex8"===e&&(n=this.toHex8String()),"name"===e&&(n=this.toName()),"hsl"===e&&(n=this.toHslString()),"hsv"===e&&(n=this.toHsvString()),n||this.toHexString()):"name"===e&&0===this._a?this.toName():this.toRgbString()},clone:function(){return d(this.toString())},_applyModification:function(e,t){var n=e.apply(null,[this].concat([].slice.call(t)));return this._r=n._r,this._g=n._g,this._b=n._b,this.setAlpha(n._a),this},lighten:function(){return this._applyModification(_,arguments)},brighten:function(){return this._applyModification(w,arguments)},darken:function(){return this._applyModification(k,arguments)},desaturate:function(){return this._applyModification(b,arguments)},saturate:function(){return this._applyModification(g,arguments)},greyscale:function(){return this._applyModification(y,arguments)},spin:function(){return this._applyModification(O,arguments)},_applyCombination:function(e,t){return e.apply(null,[this].concat([].slice.call(t)))},analogous:function(){return this._applyCombination(E,arguments)},complement:function(){return this._applyCombination(z,arguments)},monochromatic:function(){return this._applyCombination(M,arguments)},splitcomplement:function(){return this._applyCombination(S,arguments)},triad:function(){return this._applyCombination(x,arguments)},tetrad:function(){return this._applyCombination(j,arguments)}},d.fromRatio=function(e,t){if("object"==typeof e){var n={};for(var r in e)e.hasOwnProperty(r)&&(n[r]="a"===r?e[r]:N(e[r]));e=n}return d(e,t)},d.equals=function(e,t){return!(!e||!t)&&d(e).toRgbString()==d(t).toRgbString()},d.random=function(){return d.fromRatio({r:f(),g:f(),b:f()})},d.mix=function(e,t,n){n=0===n?0:n||50;var r=d(e).toRgb(),o=d(t).toRgb(),i=n/100;return d({r:(o.r-r.r)*i+r.r,g:(o.g-r.g)*i+r.g,b:(o.b-r.b)*i+r.b,a:(o.a-r.a)*i+r.a})},d.readability=function(e,t){var n=d(e),r=d(t);return(o.max(n.getLuminance(),r.getLuminance())+.05)/(o.min(n.getLuminance(),r.getLuminance())+.05)},d.isReadable=function(e,t,n){var r,o,i=d.readability(e,t);switch(o=!1,(r=function(e){var t,n;t=((e=e||{level:"AA",size:"small"}).level||"AA").toUpperCase(),n=(e.size||"small").toLowerCase(),"AA"!==t&&"AAA"!==t&&(t="AA");"small"!==n&&"large"!==n&&(n="small");return{level:t,size:n}}(n)).level+r.size){case"AAsmall":case"AAAlarge":o=i>=4.5;break;case"AAlarge":o=i>=3;break;case"AAAsmall":o=i>=7}return o},d.mostReadable=function(e,t,n){var r,o,i,a,c=null,u=0;o=(n=n||{}).includeFallbackColors,i=n.level,a=n.size;for(var l=0;l<t.length;l++)(r=d.readability(e,t[l]))>u&&(u=r,c=d(t[l]));return d.isReadable(e,c,{level:i,size:a})||!o?c:(n.includeFallbackColors=!1,d.mostReadable(e,["#fff","#000"],n))};var C=d.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},T=d.hexNames=function(e){var t={};for(var n in e)e.hasOwnProperty(n)&&(t[e[n]]=n);return t}(C);function P(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function H(e,t){(function(e){return"string"==typeof e&&-1!=e.indexOf(".")&&1===parseFloat(e)})(e)&&(e="100%");var n=function(e){return"string"==typeof e&&-1!=e.indexOf("%")}(e);return e=l(t,s(0,parseFloat(e))),n&&(e=parseInt(e*t,10)/100),o.abs(e-t)<1e-6?1:e%t/parseFloat(t)}function V(e){return l(1,s(0,e))}function L(e){return parseInt(e,16)}function A(e){return 1==e.length?"0"+e:""+e}function N(e){return e<=1&&(e=100*e+"%"),e}function I(e){return o.round(255*parseFloat(e)).toString(16)}function R(e){return L(e)/255}var D,F,B,U=(F="[\\s|\\(]+("+(D="(?:[-\\+]?\\d*\\.\\d+%?)|(?:[-\\+]?\\d+%?)")+")[,|\\s]+("+D+")[,|\\s]+("+D+")\\s*\\)?",B="[\\s|\\(]+("+D+")[,|\\s]+("+D+")[,|\\s]+("+D+")[,|\\s]+("+D+")\\s*\\)?",{CSS_UNIT:new RegExp(D),rgb:new RegExp("rgb"+F),rgba:new RegExp("rgba"+B),hsl:new RegExp("hsl"+F),hsla:new RegExp("hsla"+B),hsv:new RegExp("hsv"+F),hsva:new RegExp("hsva"+B),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/});function $(e){return!!U.CSS_UNIT.exec(e)}e.exports?e.exports=d:void 0===(r=function(){return d}.call(t,n,t,e))||(e.exports=r)}(Math)},function(e,t,n){"use strict";var r=n(80),o=n(81),i=n(49);e.exports={formats:i,parse:o,stringify:r}},,function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.createChannel=t.subscribe=t.cps=t.apply=t.call=t.invoke=t.delay=t.race=t.join=t.fork=t.error=t.all=void 0;var r,o=n(47),i=(r=o)&&r.__esModule?r:{default:r};t.all=function(e){return{type:i.default.all,value:e}},t.error=function(e){return{type:i.default.error,error:e}},t.fork=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return{type:i.default.fork,iterator:e,args:n}},t.join=function(e){return{type:i.default.join,task:e}},t.race=function(e){return{type:i.default.race,competitors:e}},t.delay=function(e){return new Promise((function(t){setTimeout((function(){return t(!0)}),e)}))},t.invoke=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return{type:i.default.call,func:e,context:null,args:n}},t.call=function(e,t){for(var n=arguments.length,r=Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];return{type:i.default.call,func:e,context:t,args:r}},t.apply=function(e,t,n){return{type:i.default.call,func:e,context:t,args:n}},t.cps=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return{type:i.default.cps,func:e,args:n}},t.subscribe=function(e){return{type:i.default.subscribe,channel:e}},t.createChannel=function(e){var t=[];return e((function(e){return t.forEach((function(t){return t(e)}))})),{subscribe:function(e){return t.push(e),function(){return t.splice(t.indexOf(e),1)}}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r={all:Symbol("all"),error:Symbol("error"),fork:Symbol("fork"),join:Symbol("join"),race:Symbol("race"),call:Symbol("call"),cps:Symbol("cps"),subscribe:Symbol("subscribe")};t.default=r},function(e,t,n){"use strict";var r=Object.prototype.hasOwnProperty,o=Array.isArray,i=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),a=function(e,t){for(var n=t&&t.plainObjects?Object.create(null):{},r=0;r<e.length;++r)void 0!==e[r]&&(n[r]=e[r]);return n};e.exports={arrayToObject:a,assign:function(e,t){return Object.keys(t).reduce((function(e,n){return e[n]=t[n],e}),e)},combine:function(e,t){return[].concat(e,t)},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],n=[],r=0;r<t.length;++r)for(var i=t[r],a=i.obj[i.prop],c=Object.keys(a),u=0;u<c.length;++u){var l=c[u],s=a[l];"object"==typeof s&&null!==s&&-1===n.indexOf(s)&&(t.push({obj:a,prop:l}),n.push(s))}return function(e){for(;e.length>1;){var t=e.pop(),n=t.obj[t.prop];if(o(n)){for(var r=[],i=0;i<n.length;++i)void 0!==n[i]&&r.push(n[i]);t.obj[t.prop]=r}}}(t),e},decode:function(e,t,n){var r=e.replace(/\+/g," ");if("iso-8859-1"===n)return r.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(r)}catch(o){return r}},encode:function(e,t,n){if(0===e.length)return e;var r="string"==typeof e?e:String(e);if("iso-8859-1"===n)return escape(r).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}));for(var o="",a=0;a<r.length;++a){var c=r.charCodeAt(a);45===c||46===c||95===c||126===c||c>=48&&c<=57||c>=65&&c<=90||c>=97&&c<=122?o+=r.charAt(a):c<128?o+=i[c]:c<2048?o+=i[192|c>>6]+i[128|63&c]:c<55296||c>=57344?o+=i[224|c>>12]+i[128|c>>6&63]+i[128|63&c]:(a+=1,c=65536+((1023&c)<<10|1023&r.charCodeAt(a)),o+=i[240|c>>18]+i[128|c>>12&63]+i[128|c>>6&63]+i[128|63&c])}return o},isBuffer:function(e){return!(!e||"object"!=typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},merge:function e(t,n,i){if(!n)return t;if("object"!=typeof n){if(o(t))t.push(n);else{if(!t||"object"!=typeof t)return[t,n];(i&&(i.plainObjects||i.allowPrototypes)||!r.call(Object.prototype,n))&&(t[n]=!0)}return t}if(!t||"object"!=typeof t)return[t].concat(n);var c=t;return o(t)&&!o(n)&&(c=a(t,i)),o(t)&&o(n)?(n.forEach((function(n,o){if(r.call(t,o)){var a=t[o];a&&"object"==typeof a&&n&&"object"==typeof n?t[o]=e(a,n,i):t.push(n)}else t[o]=n})),t):Object.keys(n).reduce((function(t,o){var a=n[o];return r.call(t,o)?t[o]=e(t[o],a,i):t[o]=a,t}),c)}}},function(e,t,n){"use strict";var r=String.prototype.replace,o=/%20/g;e.exports={default:"RFC3986",formatters:{RFC1738:function(e){return r.call(e,o,"+")},RFC3986:function(e){return e}},RFC1738:"RFC1738",RFC3986:"RFC3986"}},function(e,t,n){"use strict";var r=n(0);t.a=function(e,t){return function(n){var o=e(n),i=n.displayName,a=void 0===i?n.name||"Component":i;return o.displayName="".concat(Object(r.upperFirst)(Object(r.camelCase)(t)),"(").concat(a,")"),o}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.wrapControls=t.asyncControls=t.create=void 0;var r=n(46);Object.keys(r).forEach((function(e){"default"!==e&&Object.defineProperty(t,e,{enumerable:!0,get:function(){return r[e]}})}));var o=c(n(71)),i=c(n(73)),a=c(n(75));function c(e){return e&&e.__esModule?e:{default:e}}t.create=o.default,t.asyncControls=i.default,t.wrapControls=a.default},function(e,t,n){"use strict";function r(e){var t,n=e.Symbol;return"function"==typeof n?n.observable?t=n.observable:(t=n("observable"),n.observable=t):t="@@observable",t}n.d(t,"a",(function(){return r}))},function(e,t,n){var r;/*! showdown v 1.9.1 - 02-11-2019 */
20
- (function(){function o(e){"use strict";var t={omitExtraWLInCodeBlocks:{defaultValue:!1,describe:"Omit the default extra whiteline added to code blocks",type:"boolean"},noHeaderId:{defaultValue:!1,describe:"Turn on/off generated header id",type:"boolean"},prefixHeaderId:{defaultValue:!1,describe:"Add a prefix to the generated header ids. Passing a string will prefix that string to the header id. Setting to true will add a generic 'section-' prefix",type:"string"},rawPrefixHeaderId:{defaultValue:!1,describe:'Setting this option to true will prevent showdown from modifying the prefix. This might result in malformed IDs (if, for instance, the " char is used in the prefix)',type:"boolean"},ghCompatibleHeaderId:{defaultValue:!1,describe:"Generate header ids compatible with github style (spaces are replaced with dashes, a bunch of non alphanumeric chars are removed)",type:"boolean"},rawHeaderId:{defaultValue:!1,describe:"Remove only spaces, ' and \" from generated header ids (including prefixes), replacing them with dashes (-). WARNING: This might result in malformed ids",type:"boolean"},headerLevelStart:{defaultValue:!1,describe:"The header blocks level start",type:"integer"},parseImgDimensions:{defaultValue:!1,describe:"Turn on/off image dimension parsing",type:"boolean"},simplifiedAutoLink:{defaultValue:!1,describe:"Turn on/off GFM autolink style",type:"boolean"},excludeTrailingPunctuationFromURLs:{defaultValue:!1,describe:"Excludes trailing punctuation from links generated with autoLinking",type:"boolean"},literalMidWordUnderscores:{defaultValue:!1,describe:"Parse midword underscores as literal underscores",type:"boolean"},literalMidWordAsterisks:{defaultValue:!1,describe:"Parse midword asterisks as literal asterisks",type:"boolean"},strikethrough:{defaultValue:!1,describe:"Turn on/off strikethrough support",type:"boolean"},tables:{defaultValue:!1,describe:"Turn on/off tables support",type:"boolean"},tablesHeaderId:{defaultValue:!1,describe:"Add an id to table headers",type:"boolean"},ghCodeBlocks:{defaultValue:!0,describe:"Turn on/off GFM fenced code blocks support",type:"boolean"},tasklists:{defaultValue:!1,describe:"Turn on/off GFM tasklist support",type:"boolean"},smoothLivePreview:{defaultValue:!1,describe:"Prevents weird effects in live previews due to incomplete input",type:"boolean"},smartIndentationFix:{defaultValue:!1,description:"Tries to smartly fix indentation in es6 strings",type:"boolean"},disableForced4SpacesIndentedSublists:{defaultValue:!1,description:"Disables the requirement of indenting nested sublists by 4 spaces",type:"boolean"},simpleLineBreaks:{defaultValue:!1,description:"Parses simple line breaks as <br> (GFM Style)",type:"boolean"},requireSpaceBeforeHeadingText:{defaultValue:!1,description:"Makes adding a space between `#` and the header text mandatory (GFM Style)",type:"boolean"},ghMentions:{defaultValue:!1,description:"Enables github @mentions",type:"boolean"},ghMentionsLink:{defaultValue:"https://github.com/{u}",description:"Changes the link generated by @mentions. Only applies if ghMentions option is enabled.",type:"string"},encodeEmails:{defaultValue:!0,description:"Encode e-mail addresses through the use of Character Entities, transforming ASCII e-mail addresses into its equivalent decimal entities",type:"boolean"},openLinksInNewWindow:{defaultValue:!1,description:"Open all links in new windows",type:"boolean"},backslashEscapesHTMLTags:{defaultValue:!1,description:"Support for HTML Tag escaping. ex: <div>foo</div>",type:"boolean"},emoji:{defaultValue:!1,description:"Enable emoji support. Ex: `this is a :smile: emoji`",type:"boolean"},underline:{defaultValue:!1,description:"Enable support for underline. Syntax is double or triple underscores: `__underline word__`. With this option enabled, underscores no longer parses into `<em>` and `<strong>`",type:"boolean"},completeHTMLDocument:{defaultValue:!1,description:"Outputs a complete html document, including `<html>`, `<head>` and `<body>` tags",type:"boolean"},metadata:{defaultValue:!1,description:"Enable support for document metadata (defined at the top of the document between `«««` and `»»»` or between `---` and `---`).",type:"boolean"},splitAdjacentBlockquotes:{defaultValue:!1,description:"Split adjacent blockquote blocks",type:"boolean"}};if(!1===e)return JSON.parse(JSON.stringify(t));var n={};for(var r in t)t.hasOwnProperty(r)&&(n[r]=t[r].defaultValue);return n}var i={},a={},c={},u=o(!0),l="vanilla",s={github:{omitExtraWLInCodeBlocks:!0,simplifiedAutoLink:!0,excludeTrailingPunctuationFromURLs:!0,literalMidWordUnderscores:!0,strikethrough:!0,tables:!0,tablesHeaderId:!0,ghCodeBlocks:!0,tasklists:!0,disableForced4SpacesIndentedSublists:!0,simpleLineBreaks:!0,requireSpaceBeforeHeadingText:!0,ghCompatibleHeaderId:!0,ghMentions:!0,backslashEscapesHTMLTags:!0,emoji:!0,splitAdjacentBlockquotes:!0},original:{noHeaderId:!0,ghCodeBlocks:!1},ghost:{omitExtraWLInCodeBlocks:!0,parseImgDimensions:!0,simplifiedAutoLink:!0,excludeTrailingPunctuationFromURLs:!0,literalMidWordUnderscores:!0,strikethrough:!0,tables:!0,tablesHeaderId:!0,ghCodeBlocks:!0,tasklists:!0,smoothLivePreview:!0,simpleLineBreaks:!0,requireSpaceBeforeHeadingText:!0,ghMentions:!1,encodeEmails:!0},vanilla:o(!0),allOn:function(){"use strict";var e=o(!0),t={};for(var n in e)e.hasOwnProperty(n)&&(t[n]=!0);return t}()};function f(e,t){"use strict";var n=t?"Error in "+t+" extension->":"Error in unnamed extension",r={valid:!0,error:""};i.helper.isArray(e)||(e=[e]);for(var o=0;o<e.length;++o){var a=n+" sub-extension "+o+": ",c=e[o];if("object"!=typeof c)return r.valid=!1,r.error=a+"must be an object, but "+typeof c+" given",r;if(!i.helper.isString(c.type))return r.valid=!1,r.error=a+'property "type" must be a string, but '+typeof c.type+" given",r;var u=c.type=c.type.toLowerCase();if("language"===u&&(u=c.type="lang"),"html"===u&&(u=c.type="output"),"lang"!==u&&"output"!==u&&"listener"!==u)return r.valid=!1,r.error=a+"type "+u+' is not recognized. Valid values: "lang/language", "output/html" or "listener"',r;if("listener"===u){if(i.helper.isUndefined(c.listeners))return r.valid=!1,r.error=a+'. Extensions of type "listener" must have a property called "listeners"',r}else if(i.helper.isUndefined(c.filter)&&i.helper.isUndefined(c.regex))return r.valid=!1,r.error=a+u+' extensions must define either a "regex" property or a "filter" method',r;if(c.listeners){if("object"!=typeof c.listeners)return r.valid=!1,r.error=a+'"listeners" property must be an object but '+typeof c.listeners+" given",r;for(var l in c.listeners)if(c.listeners.hasOwnProperty(l)&&"function"!=typeof c.listeners[l])return r.valid=!1,r.error=a+'"listeners" property must be an hash of [event name]: [callback]. listeners.'+l+" must be a function but "+typeof c.listeners[l]+" given",r}if(c.filter){if("function"!=typeof c.filter)return r.valid=!1,r.error=a+'"filter" must be a function, but '+typeof c.filter+" given",r}else if(c.regex){if(i.helper.isString(c.regex)&&(c.regex=new RegExp(c.regex,"g")),!(c.regex instanceof RegExp))return r.valid=!1,r.error=a+'"regex" property must either be a string or a RegExp object, but '+typeof c.regex+" given",r;if(i.helper.isUndefined(c.replace))return r.valid=!1,r.error=a+'"regex" extensions must implement a replace string or function',r}}return r}function d(e,t){"use strict";return"¨E"+t.charCodeAt(0)+"E"}i.helper={},i.extensions={},i.setOption=function(e,t){"use strict";return u[e]=t,this},i.getOption=function(e){"use strict";return u[e]},i.getOptions=function(){"use strict";return u},i.resetOptions=function(){"use strict";u=o(!0)},i.setFlavor=function(e){"use strict";if(!s.hasOwnProperty(e))throw Error(e+" flavor was not found");i.resetOptions();var t=s[e];for(var n in l=e,t)t.hasOwnProperty(n)&&(u[n]=t[n])},i.getFlavor=function(){"use strict";return l},i.getFlavorOptions=function(e){"use strict";if(s.hasOwnProperty(e))return s[e]},i.getDefaultOptions=function(e){"use strict";return o(e)},i.subParser=function(e,t){"use strict";if(i.helper.isString(e)){if(void 0===t){if(a.hasOwnProperty(e))return a[e];throw Error("SubParser named "+e+" not registered!")}a[e]=t}},i.extension=function(e,t){"use strict";if(!i.helper.isString(e))throw Error("Extension 'name' must be a string");if(e=i.helper.stdExtName(e),i.helper.isUndefined(t)){if(!c.hasOwnProperty(e))throw Error("Extension named "+e+" is not registered!");return c[e]}"function"==typeof t&&(t=t()),i.helper.isArray(t)||(t=[t]);var n=f(t,e);if(!n.valid)throw Error(n.error);c[e]=t},i.getAllExtensions=function(){"use strict";return c},i.removeExtension=function(e){"use strict";delete c[e]},i.resetExtensions=function(){"use strict";c={}},i.validateExtension=function(e){"use strict";var t=f(e,null);return!!t.valid||(console.warn(t.error),!1)},i.hasOwnProperty("helper")||(i.helper={}),i.helper.isString=function(e){"use strict";return"string"==typeof e||e instanceof String},i.helper.isFunction=function(e){"use strict";return e&&"[object Function]"==={}.toString.call(e)},i.helper.isArray=function(e){"use strict";return Array.isArray(e)},i.helper.isUndefined=function(e){"use strict";return void 0===e},i.helper.forEach=function(e,t){"use strict";if(i.helper.isUndefined(e))throw new Error("obj param is required");if(i.helper.isUndefined(t))throw new Error("callback param is required");if(!i.helper.isFunction(t))throw new Error("callback param must be a function/closure");if("function"==typeof e.forEach)e.forEach(t);else if(i.helper.isArray(e))for(var n=0;n<e.length;n++)t(e[n],n,e);else{if("object"!=typeof e)throw new Error("obj does not seem to be an array or an iterable object");for(var r in e)e.hasOwnProperty(r)&&t(e[r],r,e)}},i.helper.stdExtName=function(e){"use strict";return e.replace(/[_?*+\/\\.^-]/g,"").replace(/\s/g,"").toLowerCase()},i.helper.escapeCharactersCallback=d,i.helper.escapeCharacters=function(e,t,n){"use strict";var r="(["+t.replace(/([\[\]\\])/g,"\\$1")+"])";n&&(r="\\\\"+r);var o=new RegExp(r,"g");return e=e.replace(o,d)},i.helper.unescapeHTMLEntities=function(e){"use strict";return e.replace(/&quot;/g,'"').replace(/&lt;/g,"<").replace(/&gt;/g,">").replace(/&amp;/g,"&")};var p=function(e,t,n,r){"use strict";var o,i,a,c,u,l=r||"",s=l.indexOf("g")>-1,f=new RegExp(t+"|"+n,"g"+l.replace(/g/g,"")),d=new RegExp(t,l.replace(/g/g,"")),p=[];do{for(o=0;a=f.exec(e);)if(d.test(a[0]))o++||(c=(i=f.lastIndex)-a[0].length);else if(o&&!--o){u=a.index+a[0].length;var h={left:{start:c,end:i},match:{start:i,end:a.index},right:{start:a.index,end:u},wholeMatch:{start:c,end:u}};if(p.push(h),!s)return p}}while(o&&(f.lastIndex=i));return p};i.helper.matchRecursiveRegExp=function(e,t,n,r){"use strict";for(var o=p(e,t,n,r),i=[],a=0;a<o.length;++a)i.push([e.slice(o[a].wholeMatch.start,o[a].wholeMatch.end),e.slice(o[a].match.start,o[a].match.end),e.slice(o[a].left.start,o[a].left.end),e.slice(o[a].right.start,o[a].right.end)]);return i},i.helper.replaceRecursiveRegExp=function(e,t,n,r,o){"use strict";if(!i.helper.isFunction(t)){var a=t;t=function(){return a}}var c=p(e,n,r,o),u=e,l=c.length;if(l>0){var s=[];0!==c[0].wholeMatch.start&&s.push(e.slice(0,c[0].wholeMatch.start));for(var f=0;f<l;++f)s.push(t(e.slice(c[f].wholeMatch.start,c[f].wholeMatch.end),e.slice(c[f].match.start,c[f].match.end),e.slice(c[f].left.start,c[f].left.end),e.slice(c[f].right.start,c[f].right.end))),f<l-1&&s.push(e.slice(c[f].wholeMatch.end,c[f+1].wholeMatch.start));c[l-1].wholeMatch.end<e.length&&s.push(e.slice(c[l-1].wholeMatch.end)),u=s.join("")}return u},i.helper.regexIndexOf=function(e,t,n){"use strict";if(!i.helper.isString(e))throw"InvalidArgumentError: first parameter of showdown.helper.regexIndexOf function must be a string";if(t instanceof RegExp==!1)throw"InvalidArgumentError: second parameter of showdown.helper.regexIndexOf function must be an instance of RegExp";var r=e.substring(n||0).search(t);return r>=0?r+(n||0):r},i.helper.splitAtIndex=function(e,t){"use strict";if(!i.helper.isString(e))throw"InvalidArgumentError: first parameter of showdown.helper.regexIndexOf function must be a string";return[e.substring(0,t),e.substring(t)]},i.helper.encodeEmailAddress=function(e){"use strict";var t=[function(e){return"&#"+e.charCodeAt(0)+";"},function(e){return"&#x"+e.charCodeAt(0).toString(16)+";"},function(e){return e}];return e=e.replace(/./g,(function(e){if("@"===e)e=t[Math.floor(2*Math.random())](e);else{var n=Math.random();e=n>.9?t[2](e):n>.45?t[1](e):t[0](e)}return e}))},i.helper.padEnd=function(e,t,n){"use strict";return t>>=0,n=String(n||" "),e.length>t?String(e):((t-=e.length)>n.length&&(n+=n.repeat(t/n.length)),String(e)+n.slice(0,t))},"undefined"==typeof console&&(console={warn:function(e){"use strict";alert(e)},log:function(e){"use strict";alert(e)},error:function(e){"use strict";throw e}}),i.helper.regexes={asteriskDashAndColon:/([*_:~])/g},i.helper.emojis={"+1":"👍","-1":"👎",100:"💯",1234:"🔢","1st_place_medal":"🥇","2nd_place_medal":"🥈","3rd_place_medal":"🥉","8ball":"🎱",a:"🅰️",ab:"🆎",abc:"🔤",abcd:"🔡",accept:"🉑",aerial_tramway:"🚡",airplane:"✈️",alarm_clock:"⏰",alembic:"⚗️",alien:"👽",ambulance:"🚑",amphora:"🏺",anchor:"⚓️",angel:"👼",anger:"💢",angry:"😠",anguished:"😧",ant:"🐜",apple:"🍎",aquarius:"♒️",aries:"♈️",arrow_backward:"◀️",arrow_double_down:"⏬",arrow_double_up:"⏫",arrow_down:"⬇️",arrow_down_small:"🔽",arrow_forward:"▶️",arrow_heading_down:"⤵️",arrow_heading_up:"⤴️",arrow_left:"⬅️",arrow_lower_left:"↙️",arrow_lower_right:"↘️",arrow_right:"➡️",arrow_right_hook:"↪️",arrow_up:"⬆️",arrow_up_down:"↕️",arrow_up_small:"🔼",arrow_upper_left:"↖️",arrow_upper_right:"↗️",arrows_clockwise:"🔃",arrows_counterclockwise:"🔄",art:"🎨",articulated_lorry:"🚛",artificial_satellite:"🛰",astonished:"😲",athletic_shoe:"👟",atm:"🏧",atom_symbol:"⚛️",avocado:"🥑",b:"🅱️",baby:"👶",baby_bottle:"🍼",baby_chick:"🐤",baby_symbol:"🚼",back:"🔙",bacon:"🥓",badminton:"🏸",baggage_claim:"🛄",baguette_bread:"🥖",balance_scale:"⚖️",balloon:"🎈",ballot_box:"🗳",ballot_box_with_check:"☑️",bamboo:"🎍",banana:"🍌",bangbang:"‼️",bank:"🏦",bar_chart:"📊",barber:"💈",baseball:"⚾️",basketball:"🏀",basketball_man:"⛹️",basketball_woman:"⛹️&zwj;♀️",bat:"🦇",bath:"🛀",bathtub:"🛁",battery:"🔋",beach_umbrella:"🏖",bear:"🐻",bed:"🛏",bee:"🐝",beer:"🍺",beers:"🍻",beetle:"🐞",beginner:"🔰",bell:"🔔",bellhop_bell:"🛎",bento:"🍱",biking_man:"🚴",bike:"🚲",biking_woman:"🚴&zwj;♀️",bikini:"👙",biohazard:"☣️",bird:"🐦",birthday:"🎂",black_circle:"⚫️",black_flag:"🏴",black_heart:"🖤",black_joker:"🃏",black_large_square:"⬛️",black_medium_small_square:"◾️",black_medium_square:"◼️",black_nib:"✒️",black_small_square:"▪️",black_square_button:"🔲",blonde_man:"👱",blonde_woman:"👱&zwj;♀️",blossom:"🌼",blowfish:"🐡",blue_book:"📘",blue_car:"🚙",blue_heart:"💙",blush:"😊",boar:"🐗",boat:"⛵️",bomb:"💣",book:"📖",bookmark:"🔖",bookmark_tabs:"📑",books:"📚",boom:"💥",boot:"👢",bouquet:"💐",bowing_man:"🙇",bow_and_arrow:"🏹",bowing_woman:"🙇&zwj;♀️",bowling:"🎳",boxing_glove:"🥊",boy:"👦",bread:"🍞",bride_with_veil:"👰",bridge_at_night:"🌉",briefcase:"💼",broken_heart:"💔",bug:"🐛",building_construction:"🏗",bulb:"💡",bullettrain_front:"🚅",bullettrain_side:"🚄",burrito:"🌯",bus:"🚌",business_suit_levitating:"🕴",busstop:"🚏",bust_in_silhouette:"👤",busts_in_silhouette:"👥",butterfly:"🦋",cactus:"🌵",cake:"🍰",calendar:"📆",call_me_hand:"🤙",calling:"📲",camel:"🐫",camera:"📷",camera_flash:"📸",camping:"🏕",cancer:"♋️",candle:"🕯",candy:"🍬",canoe:"🛶",capital_abcd:"🔠",capricorn:"♑️",car:"🚗",card_file_box:"🗃",card_index:"📇",card_index_dividers:"🗂",carousel_horse:"🎠",carrot:"🥕",cat:"🐱",cat2:"🐈",cd:"💿",chains:"⛓",champagne:"🍾",chart:"💹",chart_with_downwards_trend:"📉",chart_with_upwards_trend:"📈",checkered_flag:"🏁",cheese:"🧀",cherries:"🍒",cherry_blossom:"🌸",chestnut:"🌰",chicken:"🐔",children_crossing:"🚸",chipmunk:"🐿",chocolate_bar:"🍫",christmas_tree:"🎄",church:"⛪️",cinema:"🎦",circus_tent:"🎪",city_sunrise:"🌇",city_sunset:"🌆",cityscape:"🏙",cl:"🆑",clamp:"🗜",clap:"👏",clapper:"🎬",classical_building:"🏛",clinking_glasses:"🥂",clipboard:"📋",clock1:"🕐",clock10:"🕙",clock1030:"🕥",clock11:"🕚",clock1130:"🕦",clock12:"🕛",clock1230:"🕧",clock130:"🕜",clock2:"🕑",clock230:"🕝",clock3:"🕒",clock330:"🕞",clock4:"🕓",clock430:"🕟",clock5:"🕔",clock530:"🕠",clock6:"🕕",clock630:"🕡",clock7:"🕖",clock730:"🕢",clock8:"🕗",clock830:"🕣",clock9:"🕘",clock930:"🕤",closed_book:"📕",closed_lock_with_key:"🔐",closed_umbrella:"🌂",cloud:"☁️",cloud_with_lightning:"🌩",cloud_with_lightning_and_rain:"⛈",cloud_with_rain:"🌧",cloud_with_snow:"🌨",clown_face:"🤡",clubs:"♣️",cocktail:"🍸",coffee:"☕️",coffin:"⚰️",cold_sweat:"😰",comet:"☄️",computer:"💻",computer_mouse:"🖱",confetti_ball:"🎊",confounded:"😖",confused:"😕",congratulations:"㊗️",construction:"🚧",construction_worker_man:"👷",construction_worker_woman:"👷&zwj;♀️",control_knobs:"🎛",convenience_store:"🏪",cookie:"🍪",cool:"🆒",policeman:"👮",copyright:"©️",corn:"🌽",couch_and_lamp:"🛋",couple:"👫",couple_with_heart_woman_man:"💑",couple_with_heart_man_man:"👨&zwj;❤️&zwj;👨",couple_with_heart_woman_woman:"👩&zwj;❤️&zwj;👩",couplekiss_man_man:"👨&zwj;❤️&zwj;💋&zwj;👨",couplekiss_man_woman:"💏",couplekiss_woman_woman:"👩&zwj;❤️&zwj;💋&zwj;👩",cow:"🐮",cow2:"🐄",cowboy_hat_face:"🤠",crab:"🦀",crayon:"🖍",credit_card:"💳",crescent_moon:"🌙",cricket:"🏏",crocodile:"🐊",croissant:"🥐",crossed_fingers:"🤞",crossed_flags:"🎌",crossed_swords:"⚔️",crown:"👑",cry:"😢",crying_cat_face:"😿",crystal_ball:"🔮",cucumber:"🥒",cupid:"💘",curly_loop:"➰",currency_exchange:"💱",curry:"🍛",custard:"🍮",customs:"🛃",cyclone:"🌀",dagger:"🗡",dancer:"💃",dancing_women:"👯",dancing_men:"👯&zwj;♂️",dango:"🍡",dark_sunglasses:"🕶",dart:"🎯",dash:"💨",date:"📅",deciduous_tree:"🌳",deer:"🦌",department_store:"🏬",derelict_house:"🏚",desert:"🏜",desert_island:"🏝",desktop_computer:"🖥",male_detective:"🕵️",diamond_shape_with_a_dot_inside:"💠",diamonds:"♦️",disappointed:"😞",disappointed_relieved:"😥",dizzy:"💫",dizzy_face:"😵",do_not_litter:"🚯",dog:"🐶",dog2:"🐕",dollar:"💵",dolls:"🎎",dolphin:"🐬",door:"🚪",doughnut:"🍩",dove:"🕊",dragon:"🐉",dragon_face:"🐲",dress:"👗",dromedary_camel:"🐪",drooling_face:"🤤",droplet:"💧",drum:"🥁",duck:"🦆",dvd:"📀","e-mail":"📧",eagle:"🦅",ear:"👂",ear_of_rice:"🌾",earth_africa:"🌍",earth_americas:"🌎",earth_asia:"🌏",egg:"🥚",eggplant:"🍆",eight_pointed_black_star:"✴️",eight_spoked_asterisk:"✳️",electric_plug:"🔌",elephant:"🐘",email:"✉️",end:"🔚",envelope_with_arrow:"📩",euro:"💶",european_castle:"🏰",european_post_office:"🏤",evergreen_tree:"🌲",exclamation:"❗️",expressionless:"😑",eye:"👁",eye_speech_bubble:"👁&zwj;🗨",eyeglasses:"👓",eyes:"👀",face_with_head_bandage:"🤕",face_with_thermometer:"🤒",fist_oncoming:"👊",factory:"🏭",fallen_leaf:"🍂",family_man_woman_boy:"👪",family_man_boy:"👨&zwj;👦",family_man_boy_boy:"👨&zwj;👦&zwj;👦",family_man_girl:"👨&zwj;👧",family_man_girl_boy:"👨&zwj;👧&zwj;👦",family_man_girl_girl:"👨&zwj;👧&zwj;👧",family_man_man_boy:"👨&zwj;👨&zwj;👦",family_man_man_boy_boy:"👨&zwj;👨&zwj;👦&zwj;👦",family_man_man_girl:"👨&zwj;👨&zwj;👧",family_man_man_girl_boy:"👨&zwj;👨&zwj;👧&zwj;👦",family_man_man_girl_girl:"👨&zwj;👨&zwj;👧&zwj;👧",family_man_woman_boy_boy:"👨&zwj;👩&zwj;👦&zwj;👦",family_man_woman_girl:"👨&zwj;👩&zwj;👧",family_man_woman_girl_boy:"👨&zwj;👩&zwj;👧&zwj;👦",family_man_woman_girl_girl:"👨&zwj;👩&zwj;👧&zwj;👧",family_woman_boy:"👩&zwj;👦",family_woman_boy_boy:"👩&zwj;👦&zwj;👦",family_woman_girl:"👩&zwj;👧",family_woman_girl_boy:"👩&zwj;👧&zwj;👦",family_woman_girl_girl:"👩&zwj;👧&zwj;👧",family_woman_woman_boy:"👩&zwj;👩&zwj;👦",family_woman_woman_boy_boy:"👩&zwj;👩&zwj;👦&zwj;👦",family_woman_woman_girl:"👩&zwj;👩&zwj;👧",family_woman_woman_girl_boy:"👩&zwj;👩&zwj;👧&zwj;👦",family_woman_woman_girl_girl:"👩&zwj;👩&zwj;👧&zwj;👧",fast_forward:"⏩",fax:"📠",fearful:"😨",feet:"🐾",female_detective:"🕵️&zwj;♀️",ferris_wheel:"🎡",ferry:"⛴",field_hockey:"🏑",file_cabinet:"🗄",file_folder:"📁",film_projector:"📽",film_strip:"🎞",fire:"🔥",fire_engine:"🚒",fireworks:"🎆",first_quarter_moon:"🌓",first_quarter_moon_with_face:"🌛",fish:"🐟",fish_cake:"🍥",fishing_pole_and_fish:"🎣",fist_raised:"✊",fist_left:"🤛",fist_right:"🤜",flags:"🎏",flashlight:"🔦",fleur_de_lis:"⚜️",flight_arrival:"🛬",flight_departure:"🛫",floppy_disk:"💾",flower_playing_cards:"🎴",flushed:"😳",fog:"🌫",foggy:"🌁",football:"🏈",footprints:"👣",fork_and_knife:"🍴",fountain:"⛲️",fountain_pen:"🖋",four_leaf_clover:"🍀",fox_face:"🦊",framed_picture:"🖼",free:"🆓",fried_egg:"🍳",fried_shrimp:"🍤",fries:"🍟",frog:"🐸",frowning:"😦",frowning_face:"☹️",frowning_man:"🙍&zwj;♂️",frowning_woman:"🙍",middle_finger:"🖕",fuelpump:"⛽️",full_moon:"🌕",full_moon_with_face:"🌝",funeral_urn:"⚱️",game_die:"🎲",gear:"⚙️",gem:"💎",gemini:"♊️",ghost:"👻",gift:"🎁",gift_heart:"💝",girl:"👧",globe_with_meridians:"🌐",goal_net:"🥅",goat:"🐐",golf:"⛳️",golfing_man:"🏌️",golfing_woman:"🏌️&zwj;♀️",gorilla:"🦍",grapes:"🍇",green_apple:"🍏",green_book:"📗",green_heart:"💚",green_salad:"🥗",grey_exclamation:"❕",grey_question:"❔",grimacing:"😬",grin:"😁",grinning:"😀",guardsman:"💂",guardswoman:"💂&zwj;♀️",guitar:"🎸",gun:"🔫",haircut_woman:"💇",haircut_man:"💇&zwj;♂️",hamburger:"🍔",hammer:"🔨",hammer_and_pick:"⚒",hammer_and_wrench:"🛠",hamster:"🐹",hand:"✋",handbag:"👜",handshake:"🤝",hankey:"💩",hatched_chick:"🐥",hatching_chick:"🐣",headphones:"🎧",hear_no_evil:"🙉",heart:"❤️",heart_decoration:"💟",heart_eyes:"😍",heart_eyes_cat:"😻",heartbeat:"💓",heartpulse:"💗",hearts:"♥️",heavy_check_mark:"✔️",heavy_division_sign:"➗",heavy_dollar_sign:"💲",heavy_heart_exclamation:"❣️",heavy_minus_sign:"➖",heavy_multiplication_x:"✖️",heavy_plus_sign:"➕",helicopter:"🚁",herb:"🌿",hibiscus:"🌺",high_brightness:"🔆",high_heel:"👠",hocho:"🔪",hole:"🕳",honey_pot:"🍯",horse:"🐴",horse_racing:"🏇",hospital:"🏥",hot_pepper:"🌶",hotdog:"🌭",hotel:"🏨",hotsprings:"♨️",hourglass:"⌛️",hourglass_flowing_sand:"⏳",house:"🏠",house_with_garden:"🏡",houses:"🏘",hugs:"🤗",hushed:"😯",ice_cream:"🍨",ice_hockey:"🏒",ice_skate:"⛸",icecream:"🍦",id:"🆔",ideograph_advantage:"🉐",imp:"👿",inbox_tray:"📥",incoming_envelope:"📨",tipping_hand_woman:"💁",information_source:"ℹ️",innocent:"😇",interrobang:"⁉️",iphone:"📱",izakaya_lantern:"🏮",jack_o_lantern:"🎃",japan:"🗾",japanese_castle:"🏯",japanese_goblin:"👺",japanese_ogre:"👹",jeans:"👖",joy:"😂",joy_cat:"😹",joystick:"🕹",kaaba:"🕋",key:"🔑",keyboard:"⌨️",keycap_ten:"🔟",kick_scooter:"🛴",kimono:"👘",kiss:"💋",kissing:"😗",kissing_cat:"😽",kissing_closed_eyes:"😚",kissing_heart:"😘",kissing_smiling_eyes:"😙",kiwi_fruit:"🥝",koala:"🐨",koko:"🈁",label:"🏷",large_blue_circle:"🔵",large_blue_diamond:"🔷",large_orange_diamond:"🔶",last_quarter_moon:"🌗",last_quarter_moon_with_face:"🌜",latin_cross:"✝️",laughing:"😆",leaves:"🍃",ledger:"📒",left_luggage:"🛅",left_right_arrow:"↔️",leftwards_arrow_with_hook:"↩️",lemon:"🍋",leo:"♌️",leopard:"🐆",level_slider:"🎚",libra:"♎️",light_rail:"🚈",link:"🔗",lion:"🦁",lips:"👄",lipstick:"💄",lizard:"🦎",lock:"🔒",lock_with_ink_pen:"🔏",lollipop:"🍭",loop:"➿",loud_sound:"🔊",loudspeaker:"📢",love_hotel:"🏩",love_letter:"💌",low_brightness:"🔅",lying_face:"🤥",m:"Ⓜ️",mag:"🔍",mag_right:"🔎",mahjong:"🀄️",mailbox:"📫",mailbox_closed:"📪",mailbox_with_mail:"📬",mailbox_with_no_mail:"📭",man:"👨",man_artist:"👨&zwj;🎨",man_astronaut:"👨&zwj;🚀",man_cartwheeling:"🤸&zwj;♂️",man_cook:"👨&zwj;🍳",man_dancing:"🕺",man_facepalming:"🤦&zwj;♂️",man_factory_worker:"👨&zwj;🏭",man_farmer:"👨&zwj;🌾",man_firefighter:"👨&zwj;🚒",man_health_worker:"👨&zwj;⚕️",man_in_tuxedo:"🤵",man_judge:"👨&zwj;⚖️",man_juggling:"🤹&zwj;♂️",man_mechanic:"👨&zwj;🔧",man_office_worker:"👨&zwj;💼",man_pilot:"👨&zwj;✈️",man_playing_handball:"🤾&zwj;♂️",man_playing_water_polo:"🤽&zwj;♂️",man_scientist:"👨&zwj;🔬",man_shrugging:"🤷&zwj;♂️",man_singer:"👨&zwj;🎤",man_student:"👨&zwj;🎓",man_teacher:"👨&zwj;🏫",man_technologist:"👨&zwj;💻",man_with_gua_pi_mao:"👲",man_with_turban:"👳",tangerine:"🍊",mans_shoe:"👞",mantelpiece_clock:"🕰",maple_leaf:"🍁",martial_arts_uniform:"🥋",mask:"😷",massage_woman:"💆",massage_man:"💆&zwj;♂️",meat_on_bone:"🍖",medal_military:"🎖",medal_sports:"🏅",mega:"📣",melon:"🍈",memo:"📝",men_wrestling:"🤼&zwj;♂️",menorah:"🕎",mens:"🚹",metal:"🤘",metro:"🚇",microphone:"🎤",microscope:"🔬",milk_glass:"🥛",milky_way:"🌌",minibus:"🚐",minidisc:"💽",mobile_phone_off:"📴",money_mouth_face:"🤑",money_with_wings:"💸",moneybag:"💰",monkey:"🐒",monkey_face:"🐵",monorail:"🚝",moon:"🌔",mortar_board:"🎓",mosque:"🕌",motor_boat:"🛥",motor_scooter:"🛵",motorcycle:"🏍",motorway:"🛣",mount_fuji:"🗻",mountain:"⛰",mountain_biking_man:"🚵",mountain_biking_woman:"🚵&zwj;♀️",mountain_cableway:"🚠",mountain_railway:"🚞",mountain_snow:"🏔",mouse:"🐭",mouse2:"🐁",movie_camera:"🎥",moyai:"🗿",mrs_claus:"🤶",muscle:"💪",mushroom:"🍄",musical_keyboard:"🎹",musical_note:"🎵",musical_score:"🎼",mute:"🔇",nail_care:"💅",name_badge:"📛",national_park:"🏞",nauseated_face:"🤢",necktie:"👔",negative_squared_cross_mark:"❎",nerd_face:"🤓",neutral_face:"😐",new:"🆕",new_moon:"🌑",new_moon_with_face:"🌚",newspaper:"📰",newspaper_roll:"🗞",next_track_button:"⏭",ng:"🆖",no_good_man:"🙅&zwj;♂️",no_good_woman:"🙅",night_with_stars:"🌃",no_bell:"🔕",no_bicycles:"🚳",no_entry:"⛔️",no_entry_sign:"🚫",no_mobile_phones:"📵",no_mouth:"😶",no_pedestrians:"🚷",no_smoking:"🚭","non-potable_water":"🚱",nose:"👃",notebook:"📓",notebook_with_decorative_cover:"📔",notes:"🎶",nut_and_bolt:"🔩",o:"⭕️",o2:"🅾️",ocean:"🌊",octopus:"🐙",oden:"🍢",office:"🏢",oil_drum:"🛢",ok:"🆗",ok_hand:"👌",ok_man:"🙆&zwj;♂️",ok_woman:"🙆",old_key:"🗝",older_man:"👴",older_woman:"👵",om:"🕉",on:"🔛",oncoming_automobile:"🚘",oncoming_bus:"🚍",oncoming_police_car:"🚔",oncoming_taxi:"🚖",open_file_folder:"📂",open_hands:"👐",open_mouth:"😮",open_umbrella:"☂️",ophiuchus:"⛎",orange_book:"📙",orthodox_cross:"☦️",outbox_tray:"📤",owl:"🦉",ox:"🐂",package:"📦",page_facing_up:"📄",page_with_curl:"📃",pager:"📟",paintbrush:"🖌",palm_tree:"🌴",pancakes:"🥞",panda_face:"🐼",paperclip:"📎",paperclips:"🖇",parasol_on_ground:"⛱",parking:"🅿️",part_alternation_mark:"〽️",partly_sunny:"⛅️",passenger_ship:"🛳",passport_control:"🛂",pause_button:"⏸",peace_symbol:"☮️",peach:"🍑",peanuts:"🥜",pear:"🍐",pen:"🖊",pencil2:"✏️",penguin:"🐧",pensive:"😔",performing_arts:"🎭",persevere:"😣",person_fencing:"🤺",pouting_woman:"🙎",phone:"☎️",pick:"⛏",pig:"🐷",pig2:"🐖",pig_nose:"🐽",pill:"💊",pineapple:"🍍",ping_pong:"🏓",pisces:"♓️",pizza:"🍕",place_of_worship:"🛐",plate_with_cutlery:"🍽",play_or_pause_button:"⏯",point_down:"👇",point_left:"👈",point_right:"👉",point_up:"☝️",point_up_2:"👆",police_car:"🚓",policewoman:"👮&zwj;♀️",poodle:"🐩",popcorn:"🍿",post_office:"🏣",postal_horn:"📯",postbox:"📮",potable_water:"🚰",potato:"🥔",pouch:"👝",poultry_leg:"🍗",pound:"💷",rage:"😡",pouting_cat:"😾",pouting_man:"🙎&zwj;♂️",pray:"🙏",prayer_beads:"📿",pregnant_woman:"🤰",previous_track_button:"⏮",prince:"🤴",princess:"👸",printer:"🖨",purple_heart:"💜",purse:"👛",pushpin:"📌",put_litter_in_its_place:"🚮",question:"❓",rabbit:"🐰",rabbit2:"🐇",racehorse:"🐎",racing_car:"🏎",radio:"📻",radio_button:"🔘",radioactive:"☢️",railway_car:"🚃",railway_track:"🛤",rainbow:"🌈",rainbow_flag:"🏳️&zwj;🌈",raised_back_of_hand:"🤚",raised_hand_with_fingers_splayed:"🖐",raised_hands:"🙌",raising_hand_woman:"🙋",raising_hand_man:"🙋&zwj;♂️",ram:"🐏",ramen:"🍜",rat:"🐀",record_button:"⏺",recycle:"♻️",red_circle:"🔴",registered:"®️",relaxed:"☺️",relieved:"😌",reminder_ribbon:"🎗",repeat:"🔁",repeat_one:"🔂",rescue_worker_helmet:"⛑",restroom:"🚻",revolving_hearts:"💞",rewind:"⏪",rhinoceros:"🦏",ribbon:"🎀",rice:"🍚",rice_ball:"🍙",rice_cracker:"🍘",rice_scene:"🎑",right_anger_bubble:"🗯",ring:"💍",robot:"🤖",rocket:"🚀",rofl:"🤣",roll_eyes:"🙄",roller_coaster:"🎢",rooster:"🐓",rose:"🌹",rosette:"🏵",rotating_light:"🚨",round_pushpin:"📍",rowing_man:"🚣",rowing_woman:"🚣&zwj;♀️",rugby_football:"🏉",running_man:"🏃",running_shirt_with_sash:"🎽",running_woman:"🏃&zwj;♀️",sa:"🈂️",sagittarius:"♐️",sake:"🍶",sandal:"👡",santa:"🎅",satellite:"📡",saxophone:"🎷",school:"🏫",school_satchel:"🎒",scissors:"✂️",scorpion:"🦂",scorpius:"♏️",scream:"😱",scream_cat:"🙀",scroll:"📜",seat:"💺",secret:"㊙️",see_no_evil:"🙈",seedling:"🌱",selfie:"🤳",shallow_pan_of_food:"🥘",shamrock:"☘️",shark:"🦈",shaved_ice:"🍧",sheep:"🐑",shell:"🐚",shield:"🛡",shinto_shrine:"⛩",ship:"🚢",shirt:"👕",shopping:"🛍",shopping_cart:"🛒",shower:"🚿",shrimp:"🦐",signal_strength:"📶",six_pointed_star:"🔯",ski:"🎿",skier:"⛷",skull:"💀",skull_and_crossbones:"☠️",sleeping:"😴",sleeping_bed:"🛌",sleepy:"😪",slightly_frowning_face:"🙁",slightly_smiling_face:"🙂",slot_machine:"🎰",small_airplane:"🛩",small_blue_diamond:"🔹",small_orange_diamond:"🔸",small_red_triangle:"🔺",small_red_triangle_down:"🔻",smile:"😄",smile_cat:"😸",smiley:"😃",smiley_cat:"😺",smiling_imp:"😈",smirk:"😏",smirk_cat:"😼",smoking:"🚬",snail:"🐌",snake:"🐍",sneezing_face:"🤧",snowboarder:"🏂",snowflake:"❄️",snowman:"⛄️",snowman_with_snow:"☃️",sob:"😭",soccer:"⚽️",soon:"🔜",sos:"🆘",sound:"🔉",space_invader:"👾",spades:"♠️",spaghetti:"🍝",sparkle:"❇️",sparkler:"🎇",sparkles:"✨",sparkling_heart:"💖",speak_no_evil:"🙊",speaker:"🔈",speaking_head:"🗣",speech_balloon:"💬",speedboat:"🚤",spider:"🕷",spider_web:"🕸",spiral_calendar:"🗓",spiral_notepad:"🗒",spoon:"🥄",squid:"🦑",stadium:"🏟",star:"⭐️",star2:"🌟",star_and_crescent:"☪️",star_of_david:"✡️",stars:"🌠",station:"🚉",statue_of_liberty:"🗽",steam_locomotive:"🚂",stew:"🍲",stop_button:"⏹",stop_sign:"🛑",stopwatch:"⏱",straight_ruler:"📏",strawberry:"🍓",stuck_out_tongue:"😛",stuck_out_tongue_closed_eyes:"😝",stuck_out_tongue_winking_eye:"😜",studio_microphone:"🎙",stuffed_flatbread:"🥙",sun_behind_large_cloud:"🌥",sun_behind_rain_cloud:"🌦",sun_behind_small_cloud:"🌤",sun_with_face:"🌞",sunflower:"🌻",sunglasses:"😎",sunny:"☀️",sunrise:"🌅",sunrise_over_mountains:"🌄",surfing_man:"🏄",surfing_woman:"🏄&zwj;♀️",sushi:"🍣",suspension_railway:"🚟",sweat:"😓",sweat_drops:"💦",sweat_smile:"😅",sweet_potato:"🍠",swimming_man:"🏊",swimming_woman:"🏊&zwj;♀️",symbols:"🔣",synagogue:"🕍",syringe:"💉",taco:"🌮",tada:"🎉",tanabata_tree:"🎋",taurus:"♉️",taxi:"🚕",tea:"🍵",telephone_receiver:"📞",telescope:"🔭",tennis:"🎾",tent:"⛺️",thermometer:"🌡",thinking:"🤔",thought_balloon:"💭",ticket:"🎫",tickets:"🎟",tiger:"🐯",tiger2:"🐅",timer_clock:"⏲",tipping_hand_man:"💁&zwj;♂️",tired_face:"😫",tm:"™️",toilet:"🚽",tokyo_tower:"🗼",tomato:"🍅",tongue:"👅",top:"🔝",tophat:"🎩",tornado:"🌪",trackball:"🖲",tractor:"🚜",traffic_light:"🚥",train:"🚋",train2:"🚆",tram:"🚊",triangular_flag_on_post:"🚩",triangular_ruler:"📐",trident:"🔱",triumph:"😤",trolleybus:"🚎",trophy:"🏆",tropical_drink:"🍹",tropical_fish:"🐠",truck:"🚚",trumpet:"🎺",tulip:"🌷",tumbler_glass:"🥃",turkey:"🦃",turtle:"🐢",tv:"📺",twisted_rightwards_arrows:"🔀",two_hearts:"💕",two_men_holding_hands:"👬",two_women_holding_hands:"👭",u5272:"🈹",u5408:"🈴",u55b6:"🈺",u6307:"🈯️",u6708:"🈷️",u6709:"🈶",u6e80:"🈵",u7121:"🈚️",u7533:"🈸",u7981:"🈲",u7a7a:"🈳",umbrella:"☔️",unamused:"😒",underage:"🔞",unicorn:"🦄",unlock:"🔓",up:"🆙",upside_down_face:"🙃",v:"✌️",vertical_traffic_light:"🚦",vhs:"📼",vibration_mode:"📳",video_camera:"📹",video_game:"🎮",violin:"🎻",virgo:"♍️",volcano:"🌋",volleyball:"🏐",vs:"🆚",vulcan_salute:"🖖",walking_man:"🚶",walking_woman:"🚶&zwj;♀️",waning_crescent_moon:"🌘",waning_gibbous_moon:"🌖",warning:"⚠️",wastebasket:"🗑",watch:"⌚️",water_buffalo:"🐃",watermelon:"🍉",wave:"👋",wavy_dash:"〰️",waxing_crescent_moon:"🌒",wc:"🚾",weary:"😩",wedding:"💒",weight_lifting_man:"🏋️",weight_lifting_woman:"🏋️&zwj;♀️",whale:"🐳",whale2:"🐋",wheel_of_dharma:"☸️",wheelchair:"♿️",white_check_mark:"✅",white_circle:"⚪️",white_flag:"🏳️",white_flower:"💮",white_large_square:"⬜️",white_medium_small_square:"◽️",white_medium_square:"◻️",white_small_square:"▫️",white_square_button:"🔳",wilted_flower:"🥀",wind_chime:"🎐",wind_face:"🌬",wine_glass:"🍷",wink:"😉",wolf:"🐺",woman:"👩",woman_artist:"👩&zwj;🎨",woman_astronaut:"👩&zwj;🚀",woman_cartwheeling:"🤸&zwj;♀️",woman_cook:"👩&zwj;🍳",woman_facepalming:"🤦&zwj;♀️",woman_factory_worker:"👩&zwj;🏭",woman_farmer:"👩&zwj;🌾",woman_firefighter:"👩&zwj;🚒",woman_health_worker:"👩&zwj;⚕️",woman_judge:"👩&zwj;⚖️",woman_juggling:"🤹&zwj;♀️",woman_mechanic:"👩&zwj;🔧",woman_office_worker:"👩&zwj;💼",woman_pilot:"👩&zwj;✈️",woman_playing_handball:"🤾&zwj;♀️",woman_playing_water_polo:"🤽&zwj;♀️",woman_scientist:"👩&zwj;🔬",woman_shrugging:"🤷&zwj;♀️",woman_singer:"👩&zwj;🎤",woman_student:"👩&zwj;🎓",woman_teacher:"👩&zwj;🏫",woman_technologist:"👩&zwj;💻",woman_with_turban:"👳&zwj;♀️",womans_clothes:"👚",womans_hat:"👒",women_wrestling:"🤼&zwj;♀️",womens:"🚺",world_map:"🗺",worried:"😟",wrench:"🔧",writing_hand:"✍️",x:"❌",yellow_heart:"💛",yen:"💴",yin_yang:"☯️",yum:"😋",zap:"⚡️",zipper_mouth_face:"🤐",zzz:"💤",octocat:'<img alt=":octocat:" height="20" width="20" align="absmiddle" src="https://assets-cdn.github.com/images/icons/emoji/octocat.png">',showdown:"<span style=\"font-family: 'Anonymous Pro', monospace; text-decoration: underline; text-decoration-style: dashed; text-decoration-color: #3e8b8a;text-underline-position: under;\">S</span>"},i.Converter=function(e){"use strict";var t={},n=[],r=[],o={},a=l,d={parsed:{},raw:"",format:""};function p(e,t){if(t=t||null,i.helper.isString(e)){if(t=e=i.helper.stdExtName(e),i.extensions[e])return console.warn("DEPRECATION WARNING: "+e+" is an old extension that uses a deprecated loading method.Please inform the developer that the extension should be updated!"),void function(e,t){"function"==typeof e&&(e=e(new i.Converter));i.helper.isArray(e)||(e=[e]);var o=f(e,t);if(!o.valid)throw Error(o.error);for(var a=0;a<e.length;++a)switch(e[a].type){case"lang":n.push(e[a]);break;case"output":r.push(e[a]);break;default:throw Error("Extension loader error: Type unrecognized!!!")}}(i.extensions[e],e);if(i.helper.isUndefined(c[e]))throw Error('Extension "'+e+'" could not be loaded. It was either not found or is not a valid extension.');e=c[e]}"function"==typeof e&&(e=e()),i.helper.isArray(e)||(e=[e]);var o=f(e,t);if(!o.valid)throw Error(o.error);for(var a=0;a<e.length;++a){switch(e[a].type){case"lang":n.push(e[a]);break;case"output":r.push(e[a])}if(e[a].hasOwnProperty("listeners"))for(var u in e[a].listeners)e[a].listeners.hasOwnProperty(u)&&h(u,e[a].listeners[u])}}function h(e,t){if(!i.helper.isString(e))throw Error("Invalid argument in converter.listen() method: name must be a string, but "+typeof e+" given");if("function"!=typeof t)throw Error("Invalid argument in converter.listen() method: callback must be a function, but "+typeof t+" given");o.hasOwnProperty(e)||(o[e]=[]),o[e].push(t)}!function(){for(var n in e=e||{},u)u.hasOwnProperty(n)&&(t[n]=u[n]);if("object"!=typeof e)throw Error("Converter expects the passed parameter to be an object, but "+typeof e+" was passed instead.");for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.extensions&&i.helper.forEach(t.extensions,p)}(),this._dispatch=function(e,t,n,r){if(o.hasOwnProperty(e))for(var i=0;i<o[e].length;++i){var a=o[e][i](e,t,this,n,r);a&&void 0!==a&&(t=a)}return t},this.listen=function(e,t){return h(e,t),this},this.makeHtml=function(e){if(!e)return e;var o={gHtmlBlocks:[],gHtmlMdBlocks:[],gHtmlSpans:[],gUrls:{},gTitles:{},gDimensions:{},gListLevel:0,hashLinkCounts:{},langExtensions:n,outputModifiers:r,converter:this,ghCodeBlocks:[],metadata:{parsed:{},raw:"",format:""}};return e=(e=(e=(e=(e=e.replace(/¨/g,"¨T")).replace(/\$/g,"¨D")).replace(/\r\n/g,"\n")).replace(/\r/g,"\n")).replace(/\u00A0/g,"&nbsp;"),t.smartIndentationFix&&(e=function(e){var t=e.match(/^\s*/)[0].length,n=new RegExp("^\\s{0,"+t+"}","gm");return e.replace(n,"")}(e)),e="\n\n"+e+"\n\n",e=(e=i.subParser("detab")(e,t,o)).replace(/^[ \t]+$/gm,""),i.helper.forEach(n,(function(n){e=i.subParser("runExtension")(n,e,t,o)})),e=i.subParser("metadata")(e,t,o),e=i.subParser("hashPreCodeTags")(e,t,o),e=i.subParser("githubCodeBlocks")(e,t,o),e=i.subParser("hashHTMLBlocks")(e,t,o),e=i.subParser("hashCodeTags")(e,t,o),e=i.subParser("stripLinkDefinitions")(e,t,o),e=i.subParser("blockGamut")(e,t,o),e=i.subParser("unhashHTMLSpans")(e,t,o),e=(e=(e=i.subParser("unescapeSpecialChars")(e,t,o)).replace(/¨D/g,"$$")).replace(/¨T/g,"¨"),e=i.subParser("completeHTMLDocument")(e,t,o),i.helper.forEach(r,(function(n){e=i.subParser("runExtension")(n,e,t,o)})),d=o.metadata,e},this.makeMarkdown=this.makeMd=function(e,t){if(e=(e=(e=e.replace(/\r\n/g,"\n")).replace(/\r/g,"\n")).replace(/>[ \t]+</,">¨NBSP;<"),!t){if(!window||!window.document)throw new Error("HTMLParser is undefined. If in a webworker or nodejs environment, you need to provide a WHATWG DOM and HTML such as JSDOM");t=window.document}var n=t.createElement("div");n.innerHTML=e;var r={preList:function(e){for(var t=e.querySelectorAll("pre"),n=[],r=0;r<t.length;++r)if(1===t[r].childElementCount&&"code"===t[r].firstChild.tagName.toLowerCase()){var o=t[r].firstChild.innerHTML.trim(),a=t[r].firstChild.getAttribute("data-language")||"";if(""===a)for(var c=t[r].firstChild.className.split(" "),u=0;u<c.length;++u){var l=c[u].match(/^language-(.+)$/);if(null!==l){a=l[1];break}}o=i.helper.unescapeHTMLEntities(o),n.push(o),t[r].outerHTML='<precode language="'+a+'" precodenum="'+r.toString()+'"></precode>'}else n.push(t[r].innerHTML),t[r].innerHTML="",t[r].setAttribute("prenum",r.toString());return n}(n)};!function e(t){for(var n=0;n<t.childNodes.length;++n){var r=t.childNodes[n];3===r.nodeType?/\S/.test(r.nodeValue)?(r.nodeValue=r.nodeValue.split("\n").join(" "),r.nodeValue=r.nodeValue.replace(/(\s)+/g,"$1")):(t.removeChild(r),--n):1===r.nodeType&&e(r)}}(n);for(var o=n.childNodes,a="",c=0;c<o.length;c++)a+=i.subParser("makeMarkdown.node")(o[c],r);return a},this.setOption=function(e,n){t[e]=n},this.getOption=function(e){return t[e]},this.getOptions=function(){return t},this.addExtension=function(e,t){p(e,t=t||null)},this.useExtension=function(e){p(e)},this.setFlavor=function(e){if(!s.hasOwnProperty(e))throw Error(e+" flavor was not found");var n=s[e];for(var r in a=e,n)n.hasOwnProperty(r)&&(t[r]=n[r])},this.getFlavor=function(){return a},this.removeExtension=function(e){i.helper.isArray(e)||(e=[e]);for(var t=0;t<e.length;++t){for(var o=e[t],a=0;a<n.length;++a)n[a]===o&&n[a].splice(a,1);for(;0<r.length;++a)r[0]===o&&r[0].splice(a,1)}},this.getAllExtensions=function(){return{language:n,output:r}},this.getMetadata=function(e){return e?d.raw:d.parsed},this.getMetadataFormat=function(){return d.format},this._setMetadataPair=function(e,t){d.parsed[e]=t},this._setMetadataFormat=function(e){d.format=e},this._setMetadataRaw=function(e){d.raw=e}},i.subParser("anchors",(function(e,t,n){"use strict";var r=function(e,r,o,a,c,u,l){if(i.helper.isUndefined(l)&&(l=""),o=o.toLowerCase(),e.search(/\(<?\s*>? ?(['"].*['"])?\)$/m)>-1)a="";else if(!a){if(o||(o=r.toLowerCase().replace(/ ?\n/g," ")),a="#"+o,i.helper.isUndefined(n.gUrls[o]))return e;a=n.gUrls[o],i.helper.isUndefined(n.gTitles[o])||(l=n.gTitles[o])}var s='<a href="'+(a=a.replace(i.helper.regexes.asteriskDashAndColon,i.helper.escapeCharactersCallback))+'"';return""!==l&&null!==l&&(s+=' title="'+(l=(l=l.replace(/"/g,"&quot;")).replace(i.helper.regexes.asteriskDashAndColon,i.helper.escapeCharactersCallback))+'"'),t.openLinksInNewWindow&&!/^#/.test(a)&&(s+=' rel="noopener noreferrer" target="¨E95Eblank"'),s+=">"+r+"</a>"};return e=(e=(e=(e=(e=n.converter._dispatch("anchors.before",e,t,n)).replace(/\[((?:\[[^\]]*]|[^\[\]])*)] ?(?:\n *)?\[(.*?)]()()()()/g,r)).replace(/\[((?:\[[^\]]*]|[^\[\]])*)]()[ \t]*\([ \t]?<([^>]*)>(?:[ \t]*((["'])([^"]*?)\5))?[ \t]?\)/g,r)).replace(/\[((?:\[[^\]]*]|[^\[\]])*)]()[ \t]*\([ \t]?<?([\S]+?(?:\([\S]*?\)[\S]*?)?)>?(?:[ \t]*((["'])([^"]*?)\5))?[ \t]?\)/g,r)).replace(/\[([^\[\]]+)]()()()()()/g,r),t.ghMentions&&(e=e.replace(/(^|\s)(\\)?(@([a-z\d]+(?:[a-z\d.-]+?[a-z\d]+)*))/gim,(function(e,n,r,o,a){if("\\"===r)return n+o;if(!i.helper.isString(t.ghMentionsLink))throw new Error("ghMentionsLink option must be a string");var c=t.ghMentionsLink.replace(/\{u}/g,a),u="";return t.openLinksInNewWindow&&(u=' rel="noopener noreferrer" target="¨E95Eblank"'),n+'<a href="'+c+'"'+u+">"+o+"</a>"}))),e=n.converter._dispatch("anchors.after",e,t,n)}));var h=/([*~_]+|\b)(((https?|ftp|dict):\/\/|www\.)[^'">\s]+?\.[^'">\s]+?)()(\1)?(?=\s|$)(?!["<>])/gi,v=/([*~_]+|\b)(((https?|ftp|dict):\/\/|www\.)[^'">\s]+\.[^'">\s]+?)([.!?,()\[\]])?(\1)?(?=\s|$)(?!["<>])/gi,m=/()<(((https?|ftp|dict):\/\/|www\.)[^'">\s]+)()>()/gi,b=/(^|\s)(?:mailto:)?([A-Za-z0-9!#$%&'*+-/=?^_`{|}~.]+@[-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+)(?=$|\s)/gim,g=/<()(?:mailto:)?([-.\w]+@[-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+)>/gi,y=function(e){"use strict";return function(t,n,r,o,a,c,u){var l=r=r.replace(i.helper.regexes.asteriskDashAndColon,i.helper.escapeCharactersCallback),s="",f="",d=n||"",p=u||"";return/^www\./i.test(r)&&(r=r.replace(/^www\./i,"http://www.")),e.excludeTrailingPunctuationFromURLs&&c&&(s=c),e.openLinksInNewWindow&&(f=' rel="noopener noreferrer" target="¨E95Eblank"'),d+'<a href="'+r+'"'+f+">"+l+"</a>"+s+p}},_=function(e,t){"use strict";return function(n,r,o){var a="mailto:";return r=r||"",o=i.subParser("unescapeSpecialChars")(o,e,t),e.encodeEmails?(a=i.helper.encodeEmailAddress(a+o),o=i.helper.encodeEmailAddress(o)):a+=o,r+'<a href="'+a+'">'+o+"</a>"}};i.subParser("autoLinks",(function(e,t,n){"use strict";return e=(e=(e=n.converter._dispatch("autoLinks.before",e,t,n)).replace(m,y(t))).replace(g,_(t,n)),e=n.converter._dispatch("autoLinks.after",e,t,n)})),i.subParser("simplifiedAutoLinks",(function(e,t,n){"use strict";return t.simplifiedAutoLink?(e=n.converter._dispatch("simplifiedAutoLinks.before",e,t,n),e=(e=t.excludeTrailingPunctuationFromURLs?e.replace(v,y(t)):e.replace(h,y(t))).replace(b,_(t,n)),e=n.converter._dispatch("simplifiedAutoLinks.after",e,t,n)):e})),i.subParser("blockGamut",(function(e,t,n){"use strict";return e=n.converter._dispatch("blockGamut.before",e,t,n),e=i.subParser("blockQuotes")(e,t,n),e=i.subParser("headers")(e,t,n),e=i.subParser("horizontalRule")(e,t,n),e=i.subParser("lists")(e,t,n),e=i.subParser("codeBlocks")(e,t,n),e=i.subParser("tables")(e,t,n),e=i.subParser("hashHTMLBlocks")(e,t,n),e=i.subParser("paragraphs")(e,t,n),e=n.converter._dispatch("blockGamut.after",e,t,n)})),i.subParser("blockQuotes",(function(e,t,n){"use strict";e=n.converter._dispatch("blockQuotes.before",e,t,n),e+="\n\n";var r=/(^ {0,3}>[ \t]?.+\n(.+\n)*\n*)+/gm;return t.splitAdjacentBlockquotes&&(r=/^ {0,3}>[\s\S]*?(?:\n\n)/gm),e=e.replace(r,(function(e){return e=(e=(e=e.replace(/^[ \t]*>[ \t]?/gm,"")).replace(/¨0/g,"")).replace(/^[ \t]+$/gm,""),e=i.subParser("githubCodeBlocks")(e,t,n),e=(e=(e=i.subParser("blockGamut")(e,t,n)).replace(/(^|\n)/g,"$1 ")).replace(/(\s*<pre>[^\r]+?<\/pre>)/gm,(function(e,t){var n=t;return n=(n=n.replace(/^ /gm,"¨0")).replace(/¨0/g,"")})),i.subParser("hashBlock")("<blockquote>\n"+e+"\n</blockquote>",t,n)})),e=n.converter._dispatch("blockQuotes.after",e,t,n)})),i.subParser("codeBlocks",(function(e,t,n){"use strict";e=n.converter._dispatch("codeBlocks.before",e,t,n);return e=(e=(e+="¨0").replace(/(?:\n\n|^)((?:(?:[ ]{4}|\t).*\n+)+)(\n*[ ]{0,3}[^ \t\n]|(?=¨0))/g,(function(e,r,o){var a=r,c=o,u="\n";return a=i.subParser("outdent")(a,t,n),a=i.subParser("encodeCode")(a,t,n),a=(a=(a=i.subParser("detab")(a,t,n)).replace(/^\n+/g,"")).replace(/\n+$/g,""),t.omitExtraWLInCodeBlocks&&(u=""),a="<pre><code>"+a+u+"</code></pre>",i.subParser("hashBlock")(a,t,n)+c}))).replace(/¨0/,""),e=n.converter._dispatch("codeBlocks.after",e,t,n)})),i.subParser("codeSpans",(function(e,t,n){"use strict";return void 0===(e=n.converter._dispatch("codeSpans.before",e,t,n))&&(e=""),e=e.replace(/(^|[^\\])(`+)([^\r]*?[^`])\2(?!`)/gm,(function(e,r,o,a){var c=a;return c=(c=c.replace(/^([ \t]*)/g,"")).replace(/[ \t]*$/g,""),c=r+"<code>"+(c=i.subParser("encodeCode")(c,t,n))+"</code>",c=i.subParser("hashHTMLSpans")(c,t,n)})),e=n.converter._dispatch("codeSpans.after",e,t,n)})),i.subParser("completeHTMLDocument",(function(e,t,n){"use strict";if(!t.completeHTMLDocument)return e;e=n.converter._dispatch("completeHTMLDocument.before",e,t,n);var r="html",o="<!DOCTYPE HTML>\n",i="",a='<meta charset="utf-8">\n',c="",u="";for(var l in void 0!==n.metadata.parsed.doctype&&(o="<!DOCTYPE "+n.metadata.parsed.doctype+">\n","html"!==(r=n.metadata.parsed.doctype.toString().toLowerCase())&&"html5"!==r||(a='<meta charset="utf-8">')),n.metadata.parsed)if(n.metadata.parsed.hasOwnProperty(l))switch(l.toLowerCase()){case"doctype":break;case"title":i="<title>"+n.metadata.parsed.title+"</title>\n";break;case"charset":a="html"===r||"html5"===r?'<meta charset="'+n.metadata.parsed.charset+'">\n':'<meta name="charset" content="'+n.metadata.parsed.charset+'">\n';break;case"language":case"lang":c=' lang="'+n.metadata.parsed[l]+'"',u+='<meta name="'+l+'" content="'+n.metadata.parsed[l]+'">\n';break;default:u+='<meta name="'+l+'" content="'+n.metadata.parsed[l]+'">\n'}return e=o+"<html"+c+">\n<head>\n"+i+a+u+"</head>\n<body>\n"+e.trim()+"\n</body>\n</html>",e=n.converter._dispatch("completeHTMLDocument.after",e,t,n)})),i.subParser("detab",(function(e,t,n){"use strict";return e=(e=(e=(e=(e=(e=n.converter._dispatch("detab.before",e,t,n)).replace(/\t(?=\t)/g," ")).replace(/\t/g,"¨A¨B")).replace(/¨B(.+?)¨A/g,(function(e,t){for(var n=t,r=4-n.length%4,o=0;o<r;o++)n+=" ";return n}))).replace(/¨A/g," ")).replace(/¨B/g,""),e=n.converter._dispatch("detab.after",e,t,n)})),i.subParser("ellipsis",(function(e,t,n){"use strict";return e=(e=n.converter._dispatch("ellipsis.before",e,t,n)).replace(/\.\.\./g,"…"),e=n.converter._dispatch("ellipsis.after",e,t,n)})),i.subParser("emoji",(function(e,t,n){"use strict";if(!t.emoji)return e;return e=(e=n.converter._dispatch("emoji.before",e,t,n)).replace(/:([\S]+?):/g,(function(e,t){return i.helper.emojis.hasOwnProperty(t)?i.helper.emojis[t]:e})),e=n.converter._dispatch("emoji.after",e,t,n)})),i.subParser("encodeAmpsAndAngles",(function(e,t,n){"use strict";return e=(e=(e=(e=(e=n.converter._dispatch("encodeAmpsAndAngles.before",e,t,n)).replace(/&(?!#?[xX]?(?:[0-9a-fA-F]+|\w+);)/g,"&amp;")).replace(/<(?![a-z\/?$!])/gi,"&lt;")).replace(/</g,"&lt;")).replace(/>/g,"&gt;"),e=n.converter._dispatch("encodeAmpsAndAngles.after",e,t,n)})),i.subParser("encodeBackslashEscapes",(function(e,t,n){"use strict";return e=(e=(e=n.converter._dispatch("encodeBackslashEscapes.before",e,t,n)).replace(/\\(\\)/g,i.helper.escapeCharactersCallback)).replace(/\\([`*_{}\[\]()>#+.!~=|-])/g,i.helper.escapeCharactersCallback),e=n.converter._dispatch("encodeBackslashEscapes.after",e,t,n)})),i.subParser("encodeCode",(function(e,t,n){"use strict";return e=(e=n.converter._dispatch("encodeCode.before",e,t,n)).replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/([*_{}\[\]\\=~-])/g,i.helper.escapeCharactersCallback),e=n.converter._dispatch("encodeCode.after",e,t,n)})),i.subParser("escapeSpecialCharsWithinTagAttributes",(function(e,t,n){"use strict";return e=(e=(e=n.converter._dispatch("escapeSpecialCharsWithinTagAttributes.before",e,t,n)).replace(/<\/?[a-z\d_:-]+(?:[\s]+[\s\S]+?)?>/gi,(function(e){return e.replace(/(.)<\/?code>(?=.)/g,"$1`").replace(/([\\`*_~=|])/g,i.helper.escapeCharactersCallback)}))).replace(/<!(--(?:(?:[^>-]|-[^>])(?:[^-]|-[^-])*)--)>/gi,(function(e){return e.replace(/([\\`*_~=|])/g,i.helper.escapeCharactersCallback)})),e=n.converter._dispatch("escapeSpecialCharsWithinTagAttributes.after",e,t,n)})),i.subParser("githubCodeBlocks",(function(e,t,n){"use strict";return t.ghCodeBlocks?(e=n.converter._dispatch("githubCodeBlocks.before",e,t,n),e=(e=(e+="¨0").replace(/(?:^|\n)(?: {0,3})(```+|~~~+)(?: *)([^\s`~]*)\n([\s\S]*?)\n(?: {0,3})\1/g,(function(e,r,o,a){var c=t.omitExtraWLInCodeBlocks?"":"\n";return a=i.subParser("encodeCode")(a,t,n),a="<pre><code"+(o?' class="'+o+" language-"+o+'"':"")+">"+(a=(a=(a=i.subParser("detab")(a,t,n)).replace(/^\n+/g,"")).replace(/\n+$/g,""))+c+"</code></pre>",a=i.subParser("hashBlock")(a,t,n),"\n\n¨G"+(n.ghCodeBlocks.push({text:e,codeblock:a})-1)+"G\n\n"}))).replace(/¨0/,""),n.converter._dispatch("githubCodeBlocks.after",e,t,n)):e})),i.subParser("hashBlock",(function(e,t,n){"use strict";return e=(e=n.converter._dispatch("hashBlock.before",e,t,n)).replace(/(^\n+|\n+$)/g,""),e="\n\n¨K"+(n.gHtmlBlocks.push(e)-1)+"K\n\n",e=n.converter._dispatch("hashBlock.after",e,t,n)})),i.subParser("hashCodeTags",(function(e,t,n){"use strict";e=n.converter._dispatch("hashCodeTags.before",e,t,n);return e=i.helper.replaceRecursiveRegExp(e,(function(e,r,o,a){var c=o+i.subParser("encodeCode")(r,t,n)+a;return"¨C"+(n.gHtmlSpans.push(c)-1)+"C"}),"<code\\b[^>]*>","</code>","gim"),e=n.converter._dispatch("hashCodeTags.after",e,t,n)})),i.subParser("hashElement",(function(e,t,n){"use strict";return function(e,t){var r=t;return r=(r=(r=r.replace(/\n\n/g,"\n")).replace(/^\n/,"")).replace(/\n+$/g,""),r="\n\n¨K"+(n.gHtmlBlocks.push(r)-1)+"K\n\n"}})),i.subParser("hashHTMLBlocks",(function(e,t,n){"use strict";e=n.converter._dispatch("hashHTMLBlocks.before",e,t,n);var r=["pre","div","h1","h2","h3","h4","h5","h6","blockquote","table","dl","ol","ul","script","noscript","form","fieldset","iframe","math","style","section","header","footer","nav","article","aside","address","audio","canvas","figure","hgroup","output","video","p"],o=function(e,t,r,o){var i=e;return-1!==r.search(/\bmarkdown\b/)&&(i=r+n.converter.makeHtml(t)+o),"\n\n¨K"+(n.gHtmlBlocks.push(i)-1)+"K\n\n"};t.backslashEscapesHTMLTags&&(e=e.replace(/\\<(\/?[^>]+?)>/g,(function(e,t){return"&lt;"+t+"&gt;"})));for(var a=0;a<r.length;++a)for(var c,u=new RegExp("^ {0,3}(<"+r[a]+"\\b[^>]*>)","im"),l="<"+r[a]+"\\b[^>]*>",s="</"+r[a]+">";-1!==(c=i.helper.regexIndexOf(e,u));){var f=i.helper.splitAtIndex(e,c),d=i.helper.replaceRecursiveRegExp(f[1],o,l,s,"im");if(d===f[1])break;e=f[0].concat(d)}return e=e.replace(/(\n {0,3}(<(hr)\b([^<>])*?\/?>)[ \t]*(?=\n{2,}))/g,i.subParser("hashElement")(e,t,n)),e=(e=i.helper.replaceRecursiveRegExp(e,(function(e){return"\n\n¨K"+(n.gHtmlBlocks.push(e)-1)+"K\n\n"}),"^ {0,3}\x3c!--","--\x3e","gm")).replace(/(?:\n\n)( {0,3}(?:<([?%])[^\r]*?\2>)[ \t]*(?=\n{2,}))/g,i.subParser("hashElement")(e,t,n)),e=n.converter._dispatch("hashHTMLBlocks.after",e,t,n)})),i.subParser("hashHTMLSpans",(function(e,t,n){"use strict";function r(e){return"¨C"+(n.gHtmlSpans.push(e)-1)+"C"}return e=(e=(e=(e=(e=n.converter._dispatch("hashHTMLSpans.before",e,t,n)).replace(/<[^>]+?\/>/gi,(function(e){return r(e)}))).replace(/<([^>]+?)>[\s\S]*?<\/\1>/g,(function(e){return r(e)}))).replace(/<([^>]+?)\s[^>]+?>[\s\S]*?<\/\1>/g,(function(e){return r(e)}))).replace(/<[^>]+?>/gi,(function(e){return r(e)})),e=n.converter._dispatch("hashHTMLSpans.after",e,t,n)})),i.subParser("unhashHTMLSpans",(function(e,t,n){"use strict";e=n.converter._dispatch("unhashHTMLSpans.before",e,t,n);for(var r=0;r<n.gHtmlSpans.length;++r){for(var o=n.gHtmlSpans[r],i=0;/¨C(\d+)C/.test(o);){var a=RegExp.$1;if(o=o.replace("¨C"+a+"C",n.gHtmlSpans[a]),10===i){console.error("maximum nesting of 10 spans reached!!!");break}++i}e=e.replace("¨C"+r+"C",o)}return e=n.converter._dispatch("unhashHTMLSpans.after",e,t,n)})),i.subParser("hashPreCodeTags",(function(e,t,n){"use strict";e=n.converter._dispatch("hashPreCodeTags.before",e,t,n);return e=i.helper.replaceRecursiveRegExp(e,(function(e,r,o,a){var c=o+i.subParser("encodeCode")(r,t,n)+a;return"\n\n¨G"+(n.ghCodeBlocks.push({text:e,codeblock:c})-1)+"G\n\n"}),"^ {0,3}<pre\\b[^>]*>\\s*<code\\b[^>]*>","^ {0,3}</code>\\s*</pre>","gim"),e=n.converter._dispatch("hashPreCodeTags.after",e,t,n)})),i.subParser("headers",(function(e,t,n){"use strict";e=n.converter._dispatch("headers.before",e,t,n);var r=isNaN(parseInt(t.headerLevelStart))?1:parseInt(t.headerLevelStart),o=t.smoothLivePreview?/^(.+)[ \t]*\n={2,}[ \t]*\n+/gm:/^(.+)[ \t]*\n=+[ \t]*\n+/gm,a=t.smoothLivePreview?/^(.+)[ \t]*\n-{2,}[ \t]*\n+/gm:/^(.+)[ \t]*\n-+[ \t]*\n+/gm;e=(e=e.replace(o,(function(e,o){var a=i.subParser("spanGamut")(o,t,n),c=t.noHeaderId?"":' id="'+u(o)+'"',l="<h"+r+c+">"+a+"</h"+r+">";return i.subParser("hashBlock")(l,t,n)}))).replace(a,(function(e,o){var a=i.subParser("spanGamut")(o,t,n),c=t.noHeaderId?"":' id="'+u(o)+'"',l=r+1,s="<h"+l+c+">"+a+"</h"+l+">";return i.subParser("hashBlock")(s,t,n)}));var c=t.requireSpaceBeforeHeadingText?/^(#{1,6})[ \t]+(.+?)[ \t]*#*\n+/gm:/^(#{1,6})[ \t]*(.+?)[ \t]*#*\n+/gm;function u(e){var r,o;if(t.customizedHeaderId){var a=e.match(/\{([^{]+?)}\s*$/);a&&a[1]&&(e=a[1])}return r=e,o=i.helper.isString(t.prefixHeaderId)?t.prefixHeaderId:!0===t.prefixHeaderId?"section-":"",t.rawPrefixHeaderId||(r=o+r),r=t.ghCompatibleHeaderId?r.replace(/ /g,"-").replace(/&amp;/g,"").replace(/¨T/g,"").replace(/¨D/g,"").replace(/[&+$,\/:;=?@"#{}|^¨~\[\]`\\*)(%.!'<>]/g,"").toLowerCase():t.rawHeaderId?r.replace(/ /g,"-").replace(/&amp;/g,"&").replace(/¨T/g,"¨").replace(/¨D/g,"$").replace(/["']/g,"-").toLowerCase():r.replace(/[^\w]/g,"").toLowerCase(),t.rawPrefixHeaderId&&(r=o+r),n.hashLinkCounts[r]?r=r+"-"+n.hashLinkCounts[r]++:n.hashLinkCounts[r]=1,r}return e=e.replace(c,(function(e,o,a){var c=a;t.customizedHeaderId&&(c=a.replace(/\s?\{([^{]+?)}\s*$/,""));var l=i.subParser("spanGamut")(c,t,n),s=t.noHeaderId?"":' id="'+u(a)+'"',f=r-1+o.length,d="<h"+f+s+">"+l+"</h"+f+">";return i.subParser("hashBlock")(d,t,n)})),e=n.converter._dispatch("headers.after",e,t,n)})),i.subParser("horizontalRule",(function(e,t,n){"use strict";e=n.converter._dispatch("horizontalRule.before",e,t,n);var r=i.subParser("hashBlock")("<hr />",t,n);return e=(e=(e=e.replace(/^ {0,2}( ?-){3,}[ \t]*$/gm,r)).replace(/^ {0,2}( ?\*){3,}[ \t]*$/gm,r)).replace(/^ {0,2}( ?_){3,}[ \t]*$/gm,r),e=n.converter._dispatch("horizontalRule.after",e,t,n)})),i.subParser("images",(function(e,t,n){"use strict";function r(e,t,r,o,a,c,u,l){var s=n.gUrls,f=n.gTitles,d=n.gDimensions;if(r=r.toLowerCase(),l||(l=""),e.search(/\(<?\s*>? ?(['"].*['"])?\)$/m)>-1)o="";else if(""===o||null===o){if(""!==r&&null!==r||(r=t.toLowerCase().replace(/ ?\n/g," ")),o="#"+r,i.helper.isUndefined(s[r]))return e;o=s[r],i.helper.isUndefined(f[r])||(l=f[r]),i.helper.isUndefined(d[r])||(a=d[r].width,c=d[r].height)}t=t.replace(/"/g,"&quot;").replace(i.helper.regexes.asteriskDashAndColon,i.helper.escapeCharactersCallback);var p='<img src="'+(o=o.replace(i.helper.regexes.asteriskDashAndColon,i.helper.escapeCharactersCallback))+'" alt="'+t+'"';return l&&i.helper.isString(l)&&(p+=' title="'+(l=l.replace(/"/g,"&quot;").replace(i.helper.regexes.asteriskDashAndColon,i.helper.escapeCharactersCallback))+'"'),a&&c&&(p+=' width="'+(a="*"===a?"auto":a)+'"',p+=' height="'+(c="*"===c?"auto":c)+'"'),p+=" />"}return e=(e=(e=(e=(e=(e=n.converter._dispatch("images.before",e,t,n)).replace(/!\[([^\]]*?)] ?(?:\n *)?\[([\s\S]*?)]()()()()()/g,r)).replace(/!\[([^\]]*?)][ \t]*()\([ \t]?<?(data:.+?\/.+?;base64,[A-Za-z0-9+/=\n]+?)>?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(["'])([^"]*?)\6)?[ \t]?\)/g,(function(e,t,n,o,i,a,c,u){return r(e,t,n,o=o.replace(/\s/g,""),i,a,c,u)}))).replace(/!\[([^\]]*?)][ \t]*()\([ \t]?<([^>]*)>(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(?:(["'])([^"]*?)\6))?[ \t]?\)/g,r)).replace(/!\[([^\]]*?)][ \t]*()\([ \t]?<?([\S]+?(?:\([\S]*?\)[\S]*?)?)>?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(["'])([^"]*?)\6)?[ \t]?\)/g,r)).replace(/!\[([^\[\]]+)]()()()()()/g,r),e=n.converter._dispatch("images.after",e,t,n)})),i.subParser("italicsAndBold",(function(e,t,n){"use strict";function r(e,t,n){return t+e+n}return e=n.converter._dispatch("italicsAndBold.before",e,t,n),e=t.literalMidWordUnderscores?(e=(e=e.replace(/\b___(\S[\s\S]*?)___\b/g,(function(e,t){return r(t,"<strong><em>","</em></strong>")}))).replace(/\b__(\S[\s\S]*?)__\b/g,(function(e,t){return r(t,"<strong>","</strong>")}))).replace(/\b_(\S[\s\S]*?)_\b/g,(function(e,t){return r(t,"<em>","</em>")})):(e=(e=e.replace(/___(\S[\s\S]*?)___/g,(function(e,t){return/\S$/.test(t)?r(t,"<strong><em>","</em></strong>"):e}))).replace(/__(\S[\s\S]*?)__/g,(function(e,t){return/\S$/.test(t)?r(t,"<strong>","</strong>"):e}))).replace(/_([^\s_][\s\S]*?)_/g,(function(e,t){return/\S$/.test(t)?r(t,"<em>","</em>"):e})),e=t.literalMidWordAsterisks?(e=(e=e.replace(/([^*]|^)\B\*\*\*(\S[\s\S]*?)\*\*\*\B(?!\*)/g,(function(e,t,n){return r(n,t+"<strong><em>","</em></strong>")}))).replace(/([^*]|^)\B\*\*(\S[\s\S]*?)\*\*\B(?!\*)/g,(function(e,t,n){return r(n,t+"<strong>","</strong>")}))).replace(/([^*]|^)\B\*(\S[\s\S]*?)\*\B(?!\*)/g,(function(e,t,n){return r(n,t+"<em>","</em>")})):(e=(e=e.replace(/\*\*\*(\S[\s\S]*?)\*\*\*/g,(function(e,t){return/\S$/.test(t)?r(t,"<strong><em>","</em></strong>"):e}))).replace(/\*\*(\S[\s\S]*?)\*\*/g,(function(e,t){return/\S$/.test(t)?r(t,"<strong>","</strong>"):e}))).replace(/\*([^\s*][\s\S]*?)\*/g,(function(e,t){return/\S$/.test(t)?r(t,"<em>","</em>"):e})),e=n.converter._dispatch("italicsAndBold.after",e,t,n)})),i.subParser("lists",(function(e,t,n){"use strict";function r(e,r){n.gListLevel++,e=e.replace(/\n{2,}$/,"\n");var o=/(\n)?(^ {0,3})([*+-]|\d+[.])[ \t]+((\[(x|X| )?])?[ \t]*[^\r]+?(\n{1,2}))(?=\n*(¨0| {0,3}([*+-]|\d+[.])[ \t]+))/gm,a=/\n[ \t]*\n(?!¨0)/.test(e+="¨0");return t.disableForced4SpacesIndentedSublists&&(o=/(\n)?(^ {0,3})([*+-]|\d+[.])[ \t]+((\[(x|X| )?])?[ \t]*[^\r]+?(\n{1,2}))(?=\n*(¨0|\2([*+-]|\d+[.])[ \t]+))/gm),e=(e=e.replace(o,(function(e,r,o,c,u,l,s){s=s&&""!==s.trim();var f=i.subParser("outdent")(u,t,n),d="";return l&&t.tasklists&&(d=' class="task-list-item" style="list-style-type: none;"',f=f.replace(/^[ \t]*\[(x|X| )?]/m,(function(){var e='<input type="checkbox" disabled style="margin: 0px 0.35em 0.25em -1.6em; vertical-align: middle;"';return s&&(e+=" checked"),e+=">"}))),f=f.replace(/^([-*+]|\d\.)[ \t]+[\S\n ]*/g,(function(e){return"¨A"+e})),r||f.search(/\n{2,}/)>-1?(f=i.subParser("githubCodeBlocks")(f,t,n),f=i.subParser("blockGamut")(f,t,n)):(f=(f=i.subParser("lists")(f,t,n)).replace(/\n$/,""),f=(f=i.subParser("hashHTMLBlocks")(f,t,n)).replace(/\n\n+/g,"\n\n"),f=a?i.subParser("paragraphs")(f,t,n):i.subParser("spanGamut")(f,t,n)),f="<li"+d+">"+(f=f.replace("¨A",""))+"</li>\n"}))).replace(/¨0/g,""),n.gListLevel--,r&&(e=e.replace(/\s+$/,"")),e}function o(e,t){if("ol"===t){var n=e.match(/^ *(\d+)\./);if(n&&"1"!==n[1])return' start="'+n[1]+'"'}return""}function a(e,n,i){var a=t.disableForced4SpacesIndentedSublists?/^ ?\d+\.[ \t]/gm:/^ {0,3}\d+\.[ \t]/gm,c=t.disableForced4SpacesIndentedSublists?/^ ?[*+-][ \t]/gm:/^ {0,3}[*+-][ \t]/gm,u="ul"===n?a:c,l="";if(-1!==e.search(u))!function t(s){var f=s.search(u),d=o(e,n);-1!==f?(l+="\n\n<"+n+d+">\n"+r(s.slice(0,f),!!i)+"</"+n+">\n",u="ul"===(n="ul"===n?"ol":"ul")?a:c,t(s.slice(f))):l+="\n\n<"+n+d+">\n"+r(s,!!i)+"</"+n+">\n"}(e);else{var s=o(e,n);l="\n\n<"+n+s+">\n"+r(e,!!i)+"</"+n+">\n"}return l}return e=n.converter._dispatch("lists.before",e,t,n),e+="¨0",e=(e=n.gListLevel?e.replace(/^(( {0,3}([*+-]|\d+[.])[ \t]+)[^\r]+?(¨0|\n{2,}(?=\S)(?![ \t]*(?:[*+-]|\d+[.])[ \t]+)))/gm,(function(e,t,n){return a(t,n.search(/[*+-]/g)>-1?"ul":"ol",!0)})):e.replace(/(\n\n|^\n?)(( {0,3}([*+-]|\d+[.])[ \t]+)[^\r]+?(¨0|\n{2,}(?=\S)(?![ \t]*(?:[*+-]|\d+[.])[ \t]+)))/gm,(function(e,t,n,r){return a(n,r.search(/[*+-]/g)>-1?"ul":"ol",!1)}))).replace(/¨0/,""),e=n.converter._dispatch("lists.after",e,t,n)})),i.subParser("metadata",(function(e,t,n){"use strict";if(!t.metadata)return e;function r(e){n.metadata.raw=e,(e=(e=e.replace(/&/g,"&amp;").replace(/"/g,"&quot;")).replace(/\n {4}/g," ")).replace(/^([\S ]+): +([\s\S]+?)$/gm,(function(e,t,r){return n.metadata.parsed[t]=r,""}))}return e=(e=(e=(e=n.converter._dispatch("metadata.before",e,t,n)).replace(/^\s*«««+(\S*?)\n([\s\S]+?)\n»»»+\n/,(function(e,t,n){return r(n),"¨M"}))).replace(/^\s*---+(\S*?)\n([\s\S]+?)\n---+\n/,(function(e,t,o){return t&&(n.metadata.format=t),r(o),"¨M"}))).replace(/¨M/g,""),e=n.converter._dispatch("metadata.after",e,t,n)})),i.subParser("outdent",(function(e,t,n){"use strict";return e=(e=(e=n.converter._dispatch("outdent.before",e,t,n)).replace(/^(\t|[ ]{1,4})/gm,"¨0")).replace(/¨0/g,""),e=n.converter._dispatch("outdent.after",e,t,n)})),i.subParser("paragraphs",(function(e,t,n){"use strict";for(var r=(e=(e=(e=n.converter._dispatch("paragraphs.before",e,t,n)).replace(/^\n+/g,"")).replace(/\n+$/g,"")).split(/\n{2,}/g),o=[],a=r.length,c=0;c<a;c++){var u=r[c];u.search(/¨(K|G)(\d+)\1/g)>=0?o.push(u):u.search(/\S/)>=0&&(u=(u=i.subParser("spanGamut")(u,t,n)).replace(/^([ \t]*)/g,"<p>"),u+="</p>",o.push(u))}for(a=o.length,c=0;c<a;c++){for(var l="",s=o[c],f=!1;/¨(K|G)(\d+)\1/.test(s);){var d=RegExp.$1,p=RegExp.$2;l=(l="K"===d?n.gHtmlBlocks[p]:f?i.subParser("encodeCode")(n.ghCodeBlocks[p].text,t,n):n.ghCodeBlocks[p].codeblock).replace(/\$/g,"$$$$"),s=s.replace(/(\n\n)?¨(K|G)\d+\2(\n\n)?/,l),/^<pre\b[^>]*>\s*<code\b[^>]*>/.test(s)&&(f=!0)}o[c]=s}return e=(e=(e=o.join("\n")).replace(/^\n+/g,"")).replace(/\n+$/g,""),n.converter._dispatch("paragraphs.after",e,t,n)})),i.subParser("runExtension",(function(e,t,n,r){"use strict";if(e.filter)t=e.filter(t,r.converter,n);else if(e.regex){var o=e.regex;o instanceof RegExp||(o=new RegExp(o,"g")),t=t.replace(o,e.replace)}return t})),i.subParser("spanGamut",(function(e,t,n){"use strict";return e=n.converter._dispatch("spanGamut.before",e,t,n),e=i.subParser("codeSpans")(e,t,n),e=i.subParser("escapeSpecialCharsWithinTagAttributes")(e,t,n),e=i.subParser("encodeBackslashEscapes")(e,t,n),e=i.subParser("images")(e,t,n),e=i.subParser("anchors")(e,t,n),e=i.subParser("autoLinks")(e,t,n),e=i.subParser("simplifiedAutoLinks")(e,t,n),e=i.subParser("emoji")(e,t,n),e=i.subParser("underline")(e,t,n),e=i.subParser("italicsAndBold")(e,t,n),e=i.subParser("strikethrough")(e,t,n),e=i.subParser("ellipsis")(e,t,n),e=i.subParser("hashHTMLSpans")(e,t,n),e=i.subParser("encodeAmpsAndAngles")(e,t,n),t.simpleLineBreaks?/\n\n¨K/.test(e)||(e=e.replace(/\n+/g,"<br />\n")):e=e.replace(/ +\n/g,"<br />\n"),e=n.converter._dispatch("spanGamut.after",e,t,n)})),i.subParser("strikethrough",(function(e,t,n){"use strict";return t.strikethrough&&(e=(e=n.converter._dispatch("strikethrough.before",e,t,n)).replace(/(?:~){2}([\s\S]+?)(?:~){2}/g,(function(e,r){return function(e){return t.simplifiedAutoLink&&(e=i.subParser("simplifiedAutoLinks")(e,t,n)),"<del>"+e+"</del>"}(r)})),e=n.converter._dispatch("strikethrough.after",e,t,n)),e})),i.subParser("stripLinkDefinitions",(function(e,t,n){"use strict";var r=function(e,r,o,a,c,u,l){return r=r.toLowerCase(),o.match(/^data:.+?\/.+?;base64,/)?n.gUrls[r]=o.replace(/\s/g,""):n.gUrls[r]=i.subParser("encodeAmpsAndAngles")(o,t,n),u?u+l:(l&&(n.gTitles[r]=l.replace(/"|'/g,"&quot;")),t.parseImgDimensions&&a&&c&&(n.gDimensions[r]={width:a,height:c}),"")};return e=(e=(e=(e+="¨0").replace(/^ {0,3}\[(.+)]:[ \t]*\n?[ \t]*<?(data:.+?\/.+?;base64,[A-Za-z0-9+/=\n]+?)>?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*\n?[ \t]*(?:(\n*)["|'(](.+?)["|')][ \t]*)?(?:\n\n|(?=¨0)|(?=\n\[))/gm,r)).replace(/^ {0,3}\[(.+)]:[ \t]*\n?[ \t]*<?([^>\s]+)>?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*\n?[ \t]*(?:(\n*)["|'(](.+?)["|')][ \t]*)?(?:\n+|(?=¨0))/gm,r)).replace(/¨0/,"")})),i.subParser("tables",(function(e,t,n){"use strict";if(!t.tables)return e;function r(e,r){return"<td"+r+">"+i.subParser("spanGamut")(e,t,n)+"</td>\n"}function o(e){var o,a=e.split("\n");for(o=0;o<a.length;++o)/^ {0,3}\|/.test(a[o])&&(a[o]=a[o].replace(/^ {0,3}\|/,"")),/\|[ \t]*$/.test(a[o])&&(a[o]=a[o].replace(/\|[ \t]*$/,"")),a[o]=i.subParser("codeSpans")(a[o],t,n);var c,u,l,s,f=a[0].split("|").map((function(e){return e.trim()})),d=a[1].split("|").map((function(e){return e.trim()})),p=[],h=[],v=[],m=[];for(a.shift(),a.shift(),o=0;o<a.length;++o)""!==a[o].trim()&&p.push(a[o].split("|").map((function(e){return e.trim()})));if(f.length<d.length)return e;for(o=0;o<d.length;++o)v.push((c=d[o],/^:[ \t]*--*$/.test(c)?' style="text-align:left;"':/^--*[ \t]*:[ \t]*$/.test(c)?' style="text-align:right;"':/^:[ \t]*--*[ \t]*:$/.test(c)?' style="text-align:center;"':""));for(o=0;o<f.length;++o)i.helper.isUndefined(v[o])&&(v[o]=""),h.push((u=f[o],l=v[o],s=void 0,s="",u=u.trim(),(t.tablesHeaderId||t.tableHeaderId)&&(s=' id="'+u.replace(/ /g,"_").toLowerCase()+'"'),"<th"+s+l+">"+(u=i.subParser("spanGamut")(u,t,n))+"</th>\n"));for(o=0;o<p.length;++o){for(var b=[],g=0;g<h.length;++g)i.helper.isUndefined(p[o][g]),b.push(r(p[o][g],v[g]));m.push(b)}return function(e,t){for(var n="<table>\n<thead>\n<tr>\n",r=e.length,o=0;o<r;++o)n+=e[o];for(n+="</tr>\n</thead>\n<tbody>\n",o=0;o<t.length;++o){n+="<tr>\n";for(var i=0;i<r;++i)n+=t[o][i];n+="</tr>\n"}return n+="</tbody>\n</table>\n"}(h,m)}return e=(e=(e=(e=n.converter._dispatch("tables.before",e,t,n)).replace(/\\(\|)/g,i.helper.escapeCharactersCallback)).replace(/^ {0,3}\|?.+\|.+\n {0,3}\|?[ \t]*:?[ \t]*(?:[-=]){2,}[ \t]*:?[ \t]*\|[ \t]*:?[ \t]*(?:[-=]){2,}[\s\S]+?(?:\n\n|¨0)/gm,o)).replace(/^ {0,3}\|.+\|[ \t]*\n {0,3}\|[ \t]*:?[ \t]*(?:[-=]){2,}[ \t]*:?[ \t]*\|[ \t]*\n( {0,3}\|.+\|[ \t]*\n)*(?:\n|¨0)/gm,o),e=n.converter._dispatch("tables.after",e,t,n)})),i.subParser("underline",(function(e,t,n){"use strict";return t.underline?(e=n.converter._dispatch("underline.before",e,t,n),e=(e=t.literalMidWordUnderscores?(e=e.replace(/\b___(\S[\s\S]*?)___\b/g,(function(e,t){return"<u>"+t+"</u>"}))).replace(/\b__(\S[\s\S]*?)__\b/g,(function(e,t){return"<u>"+t+"</u>"})):(e=e.replace(/___(\S[\s\S]*?)___/g,(function(e,t){return/\S$/.test(t)?"<u>"+t+"</u>":e}))).replace(/__(\S[\s\S]*?)__/g,(function(e,t){return/\S$/.test(t)?"<u>"+t+"</u>":e}))).replace(/(_)/g,i.helper.escapeCharactersCallback),e=n.converter._dispatch("underline.after",e,t,n)):e})),i.subParser("unescapeSpecialChars",(function(e,t,n){"use strict";return e=(e=n.converter._dispatch("unescapeSpecialChars.before",e,t,n)).replace(/¨E(\d+)E/g,(function(e,t){var n=parseInt(t);return String.fromCharCode(n)})),e=n.converter._dispatch("unescapeSpecialChars.after",e,t,n)})),i.subParser("makeMarkdown.blockquote",(function(e,t){"use strict";var n="";if(e.hasChildNodes())for(var r=e.childNodes,o=r.length,a=0;a<o;++a){var c=i.subParser("makeMarkdown.node")(r[a],t);""!==c&&(n+=c)}return n="> "+(n=n.trim()).split("\n").join("\n> ")})),i.subParser("makeMarkdown.codeBlock",(function(e,t){"use strict";var n=e.getAttribute("language"),r=e.getAttribute("precodenum");return"```"+n+"\n"+t.preList[r]+"\n```"})),i.subParser("makeMarkdown.codeSpan",(function(e){"use strict";return"`"+e.innerHTML+"`"})),i.subParser("makeMarkdown.emphasis",(function(e,t){"use strict";var n="";if(e.hasChildNodes()){n+="*";for(var r=e.childNodes,o=r.length,a=0;a<o;++a)n+=i.subParser("makeMarkdown.node")(r[a],t);n+="*"}return n})),i.subParser("makeMarkdown.header",(function(e,t,n){"use strict";var r=new Array(n+1).join("#"),o="";if(e.hasChildNodes()){o=r+" ";for(var a=e.childNodes,c=a.length,u=0;u<c;++u)o+=i.subParser("makeMarkdown.node")(a[u],t)}return o})),i.subParser("makeMarkdown.hr",(function(){"use strict";return"---"})),i.subParser("makeMarkdown.image",(function(e){"use strict";var t="";return e.hasAttribute("src")&&(t+="!["+e.getAttribute("alt")+"](",t+="<"+e.getAttribute("src")+">",e.hasAttribute("width")&&e.hasAttribute("height")&&(t+=" ="+e.getAttribute("width")+"x"+e.getAttribute("height")),e.hasAttribute("title")&&(t+=' "'+e.getAttribute("title")+'"'),t+=")"),t})),i.subParser("makeMarkdown.links",(function(e,t){"use strict";var n="";if(e.hasChildNodes()&&e.hasAttribute("href")){var r=e.childNodes,o=r.length;n="[";for(var a=0;a<o;++a)n+=i.subParser("makeMarkdown.node")(r[a],t);n+="](",n+="<"+e.getAttribute("href")+">",e.hasAttribute("title")&&(n+=' "'+e.getAttribute("title")+'"'),n+=")"}return n})),i.subParser("makeMarkdown.list",(function(e,t,n){"use strict";var r="";if(!e.hasChildNodes())return"";for(var o=e.childNodes,a=o.length,c=e.getAttribute("start")||1,u=0;u<a;++u)if(void 0!==o[u].tagName&&"li"===o[u].tagName.toLowerCase()){r+=("ol"===n?c.toString()+". ":"- ")+i.subParser("makeMarkdown.listItem")(o[u],t),++c}return(r+="\n\x3c!-- --\x3e\n").trim()})),i.subParser("makeMarkdown.listItem",(function(e,t){"use strict";for(var n="",r=e.childNodes,o=r.length,a=0;a<o;++a)n+=i.subParser("makeMarkdown.node")(r[a],t);return/\n$/.test(n)?n=n.split("\n").join("\n ").replace(/^ {4}$/gm,"").replace(/\n\n+/g,"\n\n"):n+="\n",n})),i.subParser("makeMarkdown.node",(function(e,t,n){"use strict";n=n||!1;var r="";if(3===e.nodeType)return i.subParser("makeMarkdown.txt")(e,t);if(8===e.nodeType)return"\x3c!--"+e.data+"--\x3e\n\n";if(1!==e.nodeType)return"";switch(e.tagName.toLowerCase()){case"h1":n||(r=i.subParser("makeMarkdown.header")(e,t,1)+"\n\n");break;case"h2":n||(r=i.subParser("makeMarkdown.header")(e,t,2)+"\n\n");break;case"h3":n||(r=i.subParser("makeMarkdown.header")(e,t,3)+"\n\n");break;case"h4":n||(r=i.subParser("makeMarkdown.header")(e,t,4)+"\n\n");break;case"h5":n||(r=i.subParser("makeMarkdown.header")(e,t,5)+"\n\n");break;case"h6":n||(r=i.subParser("makeMarkdown.header")(e,t,6)+"\n\n");break;case"p":n||(r=i.subParser("makeMarkdown.paragraph")(e,t)+"\n\n");break;case"blockquote":n||(r=i.subParser("makeMarkdown.blockquote")(e,t)+"\n\n");break;case"hr":n||(r=i.subParser("makeMarkdown.hr")(e,t)+"\n\n");break;case"ol":n||(r=i.subParser("makeMarkdown.list")(e,t,"ol")+"\n\n");break;case"ul":n||(r=i.subParser("makeMarkdown.list")(e,t,"ul")+"\n\n");break;case"precode":n||(r=i.subParser("makeMarkdown.codeBlock")(e,t)+"\n\n");break;case"pre":n||(r=i.subParser("makeMarkdown.pre")(e,t)+"\n\n");break;case"table":n||(r=i.subParser("makeMarkdown.table")(e,t)+"\n\n");break;case"code":r=i.subParser("makeMarkdown.codeSpan")(e,t);break;case"em":case"i":r=i.subParser("makeMarkdown.emphasis")(e,t);break;case"strong":case"b":r=i.subParser("makeMarkdown.strong")(e,t);break;case"del":r=i.subParser("makeMarkdown.strikethrough")(e,t);break;case"a":r=i.subParser("makeMarkdown.links")(e,t);break;case"img":r=i.subParser("makeMarkdown.image")(e,t);break;default:r=e.outerHTML+"\n\n"}return r})),i.subParser("makeMarkdown.paragraph",(function(e,t){"use strict";var n="";if(e.hasChildNodes())for(var r=e.childNodes,o=r.length,a=0;a<o;++a)n+=i.subParser("makeMarkdown.node")(r[a],t);return n=n.trim()})),i.subParser("makeMarkdown.pre",(function(e,t){"use strict";var n=e.getAttribute("prenum");return"<pre>"+t.preList[n]+"</pre>"})),i.subParser("makeMarkdown.strikethrough",(function(e,t){"use strict";var n="";if(e.hasChildNodes()){n+="~~";for(var r=e.childNodes,o=r.length,a=0;a<o;++a)n+=i.subParser("makeMarkdown.node")(r[a],t);n+="~~"}return n})),i.subParser("makeMarkdown.strong",(function(e,t){"use strict";var n="";if(e.hasChildNodes()){n+="**";for(var r=e.childNodes,o=r.length,a=0;a<o;++a)n+=i.subParser("makeMarkdown.node")(r[a],t);n+="**"}return n})),i.subParser("makeMarkdown.table",(function(e,t){"use strict";var n,r,o="",a=[[],[]],c=e.querySelectorAll("thead>tr>th"),u=e.querySelectorAll("tbody>tr");for(n=0;n<c.length;++n){var l=i.subParser("makeMarkdown.tableCell")(c[n],t),s="---";if(c[n].hasAttribute("style"))switch(c[n].getAttribute("style").toLowerCase().replace(/\s/g,"")){case"text-align:left;":s=":---";break;case"text-align:right;":s="---:";break;case"text-align:center;":s=":---:"}a[0][n]=l.trim(),a[1][n]=s}for(n=0;n<u.length;++n){var f=a.push([])-1,d=u[n].getElementsByTagName("td");for(r=0;r<c.length;++r){var p=" ";void 0!==d[r]&&(p=i.subParser("makeMarkdown.tableCell")(d[r],t)),a[f].push(p)}}var h=3;for(n=0;n<a.length;++n)for(r=0;r<a[n].length;++r){var v=a[n][r].length;v>h&&(h=v)}for(n=0;n<a.length;++n){for(r=0;r<a[n].length;++r)1===n?":"===a[n][r].slice(-1)?a[n][r]=i.helper.padEnd(a[n][r].slice(-1),h-1,"-")+":":a[n][r]=i.helper.padEnd(a[n][r],h,"-"):a[n][r]=i.helper.padEnd(a[n][r],h);o+="| "+a[n].join(" | ")+" |\n"}return o.trim()})),i.subParser("makeMarkdown.tableCell",(function(e,t){"use strict";var n="";if(!e.hasChildNodes())return"";for(var r=e.childNodes,o=r.length,a=0;a<o;++a)n+=i.subParser("makeMarkdown.node")(r[a],t,!0);return n.trim()})),i.subParser("makeMarkdown.txt",(function(e){"use strict";var t=e.nodeValue;return t=(t=t.replace(/ +/g," ")).replace(/¨NBSP;/g," "),t=(t=(t=(t=(t=(t=(t=(t=(t=i.helper.unescapeHTMLEntities(t)).replace(/([*_~|`])/g,"\\$1")).replace(/^(\s*)>/g,"\\$1>")).replace(/^#/gm,"\\#")).replace(/^(\s*)([-=]{3,})(\s*)$/,"$1\\$2$3")).replace(/^( {0,3}\d+)\./gm,"$1\\.")).replace(/^( {0,3})([+-])/gm,"$1\\$2")).replace(/]([\s]*)\(/g,"\\]$1\\(")).replace(/^ {0,3}\[([\S \t]*?)]:/gm,"\\[$1]:")}));void 0===(r=function(){"use strict";return i}.call(t,n,t,e))||(e.exports=r)}).call(this)},function(e){e.exports=JSON.parse('{"production":["business-hours","button","calendly","contact-form","contact-info","donations","eventbrite","gathering-tweetstorms","gif","google-calendar","image-compare","instagram-gallery","likes","mailchimp","map","markdown","opentable","pinterest","podcast-player","publicize","rating-star","recurring-payments","related-posts","repeat-visitor","revue","send-a-message","whatsapp-button","seo","sharing","shortlinks","simple-payments","slideshow","social-previews","story","subscriptions","tiled-gallery","videopress","wordads"],"beta":["amazon"],"experimental":["anchor-fm","premium-content","conversation","dialogue"],"no-post-editor":["business-hours","button","calendly","contact-form","contact-info","donations","eventbrite","gif","google-calendar","instagram-gallery","mailchimp","map","markdown","opentable","pinterest","rating-star","recurring-payments","related-posts","repeat-visitor","revue","simple-payments","slideshow","subscriptions","tiled-gallery","videopress","wordads"]}')},function(e,t){function n(){return e.exports=n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},n.apply(this,arguments)}e.exports=n},function(e,t,n){"use strict";
21
- /** @license React v16.13.1
22
- * react-dom-server.browser.production.min.js
23
- *
24
- * Copyright (c) Facebook, Inc. and its affiliates.
25
- *
26
- * This source code is licensed under the MIT license found in the
27
- * LICENSE file in the root directory of this source tree.
28
- */var r=n(37),o=n(5);function i(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var a="function"==typeof Symbol&&Symbol.for,c=a?Symbol.for("react.portal"):60106,u=a?Symbol.for("react.fragment"):60107,l=a?Symbol.for("react.strict_mode"):60108,s=a?Symbol.for("react.profiler"):60114,f=a?Symbol.for("react.provider"):60109,d=a?Symbol.for("react.context"):60110,p=a?Symbol.for("react.concurrent_mode"):60111,h=a?Symbol.for("react.forward_ref"):60112,v=a?Symbol.for("react.suspense"):60113,m=a?Symbol.for("react.suspense_list"):60120,b=a?Symbol.for("react.memo"):60115,g=a?Symbol.for("react.lazy"):60116,y=a?Symbol.for("react.block"):60121,_=a?Symbol.for("react.fundamental"):60117,w=a?Symbol.for("react.scope"):60119;function k(e){if(null==e)return null;if("function"==typeof e)return e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case u:return"Fragment";case c:return"Portal";case s:return"Profiler";case l:return"StrictMode";case v:return"Suspense";case m:return"SuspenseList"}if("object"==typeof e)switch(e.$$typeof){case d:return"Context.Consumer";case f:return"Context.Provider";case h:var t=e.render;return t=t.displayName||t.name||"",e.displayName||(""!==t?"ForwardRef("+t+")":"ForwardRef");case b:return k(e.type);case y:return k(e.render);case g:if(e=1===e._status?e._result:null)return k(e)}return null}var O=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;O.hasOwnProperty("ReactCurrentDispatcher")||(O.ReactCurrentDispatcher={current:null}),O.hasOwnProperty("ReactCurrentBatchConfig")||(O.ReactCurrentBatchConfig={suspense:null});var z={};function x(e,t){for(var n=0|e._threadCount;n<=t;n++)e[n]=e._currentValue2,e._threadCount=n+1}for(var j=new Uint16Array(16),S=0;15>S;S++)j[S]=S+1;j[15]=0;var E=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,M=Object.prototype.hasOwnProperty,C={},T={};function P(e){return!!M.call(T,e)||!M.call(C,e)&&(E.test(e)?T[e]=!0:(C[e]=!0,!1))}function H(e,t,n,r,o,i){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=r,this.attributeNamespace=o,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=i}var V={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach((function(e){V[e]=new H(e,0,!1,e,null,!1)})),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach((function(e){var t=e[0];V[t]=new H(t,1,!1,e[1],null,!1)})),["contentEditable","draggable","spellCheck","value"].forEach((function(e){V[e]=new H(e,2,!1,e.toLowerCase(),null,!1)})),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach((function(e){V[e]=new H(e,2,!1,e,null,!1)})),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach((function(e){V[e]=new H(e,3,!1,e.toLowerCase(),null,!1)})),["checked","multiple","muted","selected"].forEach((function(e){V[e]=new H(e,3,!0,e,null,!1)})),["capture","download"].forEach((function(e){V[e]=new H(e,4,!1,e,null,!1)})),["cols","rows","size","span"].forEach((function(e){V[e]=new H(e,6,!1,e,null,!1)})),["rowSpan","start"].forEach((function(e){V[e]=new H(e,5,!1,e.toLowerCase(),null,!1)}));var L=/[\-:]([a-z])/g;function A(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach((function(e){var t=e.replace(L,A);V[t]=new H(t,1,!1,e,null,!1)})),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach((function(e){var t=e.replace(L,A);V[t]=new H(t,1,!1,e,"http://www.w3.org/1999/xlink",!1)})),["xml:base","xml:lang","xml:space"].forEach((function(e){var t=e.replace(L,A);V[t]=new H(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1)})),["tabIndex","crossOrigin"].forEach((function(e){V[e]=new H(e,1,!1,e.toLowerCase(),null,!1)})),V.xlinkHref=new H("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0),["src","href","action","formAction"].forEach((function(e){V[e]=new H(e,1,!1,e.toLowerCase(),null,!0)}));var N=/["'&<>]/;function I(e){if("boolean"==typeof e||"number"==typeof e)return""+e;e=""+e;var t=N.exec(e);if(t){var n,r="",o=0;for(n=t.index;n<e.length;n++){switch(e.charCodeAt(n)){case 34:t="&quot;";break;case 38:t="&amp;";break;case 39:t="&#x27;";break;case 60:t="&lt;";break;case 62:t="&gt;";break;default:continue}o!==n&&(r+=e.substring(o,n)),o=n+1,r+=t}e=o!==n?r+e.substring(o,n):r}return e}function R(e,t){var n,r=V.hasOwnProperty(e)?V[e]:null;return(n="style"!==e)&&(n=null!==r?0===r.type:2<e.length&&("o"===e[0]||"O"===e[0])&&("n"===e[1]||"N"===e[1])),n||function(e,t,n,r){if(null==t||function(e,t,n,r){if(null!==n&&0===n.type)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return!r&&(null!==n?!n.acceptsBooleans:"data-"!==(e=e.toLowerCase().slice(0,5))&&"aria-"!==e);default:return!1}}(e,t,n,r))return!0;if(r)return!1;if(null!==n)switch(n.type){case 3:return!t;case 4:return!1===t;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}(e,t,r,!1)?"":null!==r?(e=r.attributeName,3===(n=r.type)||4===n&&!0===t?e+'=""':(r.sanitizeURL&&(t=""+t),e+'="'+I(t)+'"')):P(e)?e+'="'+I(t)+'"':""}var D="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},F=null,B=null,U=null,$=!1,W=!1,q=null,K=0;function Q(){if(null===F)throw Error(i(321));return F}function G(){if(0<K)throw Error(i(312));return{memoizedState:null,queue:null,next:null}}function Z(){return null===U?null===B?($=!1,B=U=G()):($=!0,U=B):null===U.next?($=!1,U=U.next=G()):($=!0,U=U.next),U}function Y(e,t,n,r){for(;W;)W=!1,K+=1,U=null,n=e(t,r);return B=F=null,K=0,U=q=null,n}function X(e,t){return"function"==typeof t?t(e):t}function J(e,t,n){if(F=Q(),U=Z(),$){var r=U.queue;if(t=r.dispatch,null!==q&&void 0!==(n=q.get(r))){q.delete(r),r=U.memoizedState;do{r=e(r,n.action),n=n.next}while(null!==n);return U.memoizedState=r,[r,t]}return[U.memoizedState,t]}return e=e===X?"function"==typeof t?t():t:void 0!==n?n(t):t,U.memoizedState=e,e=(e=U.queue={last:null,dispatch:null}).dispatch=ee.bind(null,F,e),[U.memoizedState,e]}function ee(e,t,n){if(!(25>K))throw Error(i(301));if(e===F)if(W=!0,e={action:n,next:null},null===q&&(q=new Map),void 0===(n=q.get(t)))q.set(t,e);else{for(t=n;null!==t.next;)t=t.next;t.next=e}}function te(){}var ne=0,re={readContext:function(e){var t=ne;return x(e,t),e[t]},useContext:function(e){Q();var t=ne;return x(e,t),e[t]},useMemo:function(e,t){if(F=Q(),t=void 0===t?null:t,null!==(U=Z())){var n=U.memoizedState;if(null!==n&&null!==t){e:{var r=n[1];if(null===r)r=!1;else{for(var o=0;o<r.length&&o<t.length;o++)if(!D(t[o],r[o])){r=!1;break e}r=!0}}if(r)return n[0]}}return e=e(),U.memoizedState=[e,t],e},useReducer:J,useRef:function(e){F=Q();var t=(U=Z()).memoizedState;return null===t?(e={current:e},U.memoizedState=e):t},useState:function(e){return J(X,e)},useLayoutEffect:function(){},useCallback:function(e){return e},useImperativeHandle:te,useEffect:te,useDebugValue:te,useResponder:function(e,t){return{props:t,responder:e}},useDeferredValue:function(e){return Q(),e},useTransition:function(){return Q(),[function(e){e()},!1]}},oe="http://www.w3.org/1999/xhtml";function ie(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}var ae={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0},ce=r({menuitem:!0},ae),ue={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},le=["Webkit","ms","Moz","O"];Object.keys(ue).forEach((function(e){le.forEach((function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),ue[t]=ue[e]}))}));var se=/([A-Z])/g,fe=/^ms-/,de=o.Children.toArray,pe=O.ReactCurrentDispatcher,he={listing:!0,pre:!0,textarea:!0},ve=/^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,me={},be={};var ge=Object.prototype.hasOwnProperty,ye={children:null,dangerouslySetInnerHTML:null,suppressContentEditableWarning:null,suppressHydrationWarning:null};function _e(e,t){if(void 0===e)throw Error(i(152,k(t)||"Component"))}function we(e,t,n){function a(o,a){var c=a.prototype&&a.prototype.isReactComponent,u=function(e,t,n,r){if(r&&("object"==typeof(r=e.contextType)&&null!==r))return x(r,n),r[n];if(e=e.contextTypes){for(var o in n={},e)n[o]=t[o];t=n}else t=z;return t}(a,t,n,c),l=[],s=!1,f={isMounted:function(){return!1},enqueueForceUpdate:function(){if(null===l)return null},enqueueReplaceState:function(e,t){s=!0,l=[t]},enqueueSetState:function(e,t){if(null===l)return null;l.push(t)}};if(c){if(c=new a(o.props,u,f),"function"==typeof a.getDerivedStateFromProps){var d=a.getDerivedStateFromProps.call(null,o.props,c.state);null!=d&&(c.state=r({},c.state,d))}}else if(F={},c=a(o.props,u,f),null==(c=Y(a,o.props,c,u))||null==c.render)return void _e(e=c,a);if(c.props=o.props,c.context=u,c.updater=f,void 0===(f=c.state)&&(c.state=f=null),"function"==typeof c.UNSAFE_componentWillMount||"function"==typeof c.componentWillMount)if("function"==typeof c.componentWillMount&&"function"!=typeof a.getDerivedStateFromProps&&c.componentWillMount(),"function"==typeof c.UNSAFE_componentWillMount&&"function"!=typeof a.getDerivedStateFromProps&&c.UNSAFE_componentWillMount(),l.length){f=l;var p=s;if(l=null,s=!1,p&&1===f.length)c.state=f[0];else{d=p?f[0]:c.state;var h=!0;for(p=p?1:0;p<f.length;p++){var v=f[p];null!=(v="function"==typeof v?v.call(c,d,o.props,u):v)&&(h?(h=!1,d=r({},d,v)):r(d,v))}c.state=d}}else l=null;if(_e(e=c.render(),a),"function"==typeof c.getChildContext&&"object"==typeof(o=a.childContextTypes)){var m=c.getChildContext();for(var b in m)if(!(b in o))throw Error(i(108,k(a)||"Unknown",b))}m&&(t=r({},t,m))}for(;o.isValidElement(e);){var c=e,u=c.type;if("function"!=typeof u)break;a(c,u)}return{child:e,context:t}}var ke=function(){function e(e,t){o.isValidElement(e)?e.type!==u?e=[e]:(e=e.props.children,e=o.isValidElement(e)?[e]:de(e)):e=de(e),e={type:null,domNamespace:oe,children:e,childIndex:0,context:z,footer:""};var n=j[0];if(0===n){var r=j,a=2*(n=r.length);if(!(65536>=a))throw Error(i(304));var c=new Uint16Array(a);for(c.set(r),(j=c)[0]=n+1,r=n;r<a-1;r++)j[r]=r+1;j[a-1]=0}else j[0]=j[n];this.threadID=n,this.stack=[e],this.exhausted=!1,this.currentSelectValue=null,this.previousWasTextNode=!1,this.makeStaticMarkup=t,this.suspenseDepth=0,this.contextIndex=-1,this.contextStack=[],this.contextValueStack=[]}var t=e.prototype;return t.destroy=function(){if(!this.exhausted){this.exhausted=!0,this.clearProviders();var e=this.threadID;j[e]=j[0],j[0]=e}},t.pushProvider=function(e){var t=++this.contextIndex,n=e.type._context,r=this.threadID;x(n,r);var o=n[r];this.contextStack[t]=n,this.contextValueStack[t]=o,n[r]=e.props.value},t.popProvider=function(){var e=this.contextIndex,t=this.contextStack[e],n=this.contextValueStack[e];this.contextStack[e]=null,this.contextValueStack[e]=null,this.contextIndex--,t[this.threadID]=n},t.clearProviders=function(){for(var e=this.contextIndex;0<=e;e--)this.contextStack[e][this.threadID]=this.contextValueStack[e]},t.read=function(e){if(this.exhausted)return null;var t=ne;ne=this.threadID;var n=pe.current;pe.current=re;try{for(var r=[""],o=!1;r[0].length<e;){if(0===this.stack.length){this.exhausted=!0;var a=this.threadID;j[a]=j[0],j[0]=a;break}var c=this.stack[this.stack.length-1];if(o||c.childIndex>=c.children.length){var u=c.footer;if(""!==u&&(this.previousWasTextNode=!1),this.stack.pop(),"select"===c.type)this.currentSelectValue=null;else if(null!=c.type&&null!=c.type.type&&c.type.type.$$typeof===f)this.popProvider(c.type);else if(c.type===v){this.suspenseDepth--;var l=r.pop();if(o){o=!1;var s=c.fallbackFrame;if(!s)throw Error(i(303));this.stack.push(s),r[this.suspenseDepth]+="\x3c!--$!--\x3e";continue}r[this.suspenseDepth]+=l}r[this.suspenseDepth]+=u}else{var d=c.children[c.childIndex++],p="";try{p+=this.render(d,c.context,c.domNamespace)}catch(h){if(null!=h&&"function"==typeof h.then)throw Error(i(294));throw h}r.length<=this.suspenseDepth&&r.push(""),r[this.suspenseDepth]+=p}}return r[0]}finally{pe.current=n,ne=t}},t.render=function(e,t,n){if("string"==typeof e||"number"==typeof e)return""===(n=""+e)?"":this.makeStaticMarkup?I(n):this.previousWasTextNode?"\x3c!-- --\x3e"+I(n):(this.previousWasTextNode=!0,I(n));if(e=(t=we(e,t,this.threadID)).child,t=t.context,null===e||!1===e)return"";if(!o.isValidElement(e)){if(null!=e&&null!=e.$$typeof){if((n=e.$$typeof)===c)throw Error(i(257));throw Error(i(258,n.toString()))}return e=de(e),this.stack.push({type:null,domNamespace:n,children:e,childIndex:0,context:t,footer:""}),""}var a=e.type;if("string"==typeof a)return this.renderDOM(e,t,n);switch(a){case l:case p:case s:case m:case u:return e=de(e.props.children),this.stack.push({type:null,domNamespace:n,children:e,childIndex:0,context:t,footer:""}),"";case v:throw Error(i(294))}if("object"==typeof a&&null!==a)switch(a.$$typeof){case h:F={};var y=a.render(e.props,e.ref);return y=Y(a.render,e.props,y,e.ref),y=de(y),this.stack.push({type:null,domNamespace:n,children:y,childIndex:0,context:t,footer:""}),"";case b:return e=[o.createElement(a.type,r({ref:e.ref},e.props))],this.stack.push({type:null,domNamespace:n,children:e,childIndex:0,context:t,footer:""}),"";case f:return n={type:e,domNamespace:n,children:a=de(e.props.children),childIndex:0,context:t,footer:""},this.pushProvider(e),this.stack.push(n),"";case d:a=e.type,y=e.props;var k=this.threadID;return x(a,k),a=de(y.children(a[k])),this.stack.push({type:e,domNamespace:n,children:a,childIndex:0,context:t,footer:""}),"";case _:throw Error(i(338));case g:switch(function(e){if(-1===e._status){e._status=0;var t=e._ctor;t=t(),e._result=t,t.then((function(t){0===e._status&&(t=t.default,e._status=1,e._result=t)}),(function(t){0===e._status&&(e._status=2,e._result=t)}))}}(a=e.type),a._status){case 1:return e=[o.createElement(a._result,r({ref:e.ref},e.props))],this.stack.push({type:null,domNamespace:n,children:e,childIndex:0,context:t,footer:""}),"";case 2:throw a._result;default:throw Error(i(295))}case w:throw Error(i(343))}throw Error(i(130,null==a?a:typeof a,""))},t.renderDOM=function(e,t,n){var a=e.type.toLowerCase();if(n===oe&&ie(a),!me.hasOwnProperty(a)){if(!ve.test(a))throw Error(i(65,a));me[a]=!0}var c=e.props;if("input"===a)c=r({type:void 0},c,{defaultChecked:void 0,defaultValue:void 0,value:null!=c.value?c.value:c.defaultValue,checked:null!=c.checked?c.checked:c.defaultChecked});else if("textarea"===a){var u=c.value;if(null==u){u=c.defaultValue;var l=c.children;if(null!=l){if(null!=u)throw Error(i(92));if(Array.isArray(l)){if(!(1>=l.length))throw Error(i(93));l=l[0]}u=""+l}null==u&&(u="")}c=r({},c,{value:void 0,children:""+u})}else if("select"===a)this.currentSelectValue=null!=c.value?c.value:c.defaultValue,c=r({},c,{value:void 0});else if("option"===a){l=this.currentSelectValue;var s=function(e){if(null==e)return e;var t="";return o.Children.forEach(e,(function(e){null!=e&&(t+=e)})),t}(c.children);if(null!=l){var f=null!=c.value?c.value+"":s;if(u=!1,Array.isArray(l)){for(var d=0;d<l.length;d++)if(""+l[d]===f){u=!0;break}}else u=""+l===f;c=r({selected:void 0,children:void 0},c,{selected:u,children:s})}}if(u=c){if(ce[a]&&(null!=u.children||null!=u.dangerouslySetInnerHTML))throw Error(i(137,a,""));if(null!=u.dangerouslySetInnerHTML){if(null!=u.children)throw Error(i(60));if("object"!=typeof u.dangerouslySetInnerHTML||!("__html"in u.dangerouslySetInnerHTML))throw Error(i(61))}if(null!=u.style&&"object"!=typeof u.style)throw Error(i(62,""))}for(_ in u=c,l=this.makeStaticMarkup,s=1===this.stack.length,f="<"+e.type,u)if(ge.call(u,_)){var p=u[_];if(null!=p){if("style"===_){d=void 0;var h="",v="";for(d in p)if(p.hasOwnProperty(d)){var m=0===d.indexOf("--"),b=p[d];if(null!=b){if(m)var g=d;else if(g=d,be.hasOwnProperty(g))g=be[g];else{var y=g.replace(se,"-$1").toLowerCase().replace(fe,"-ms-");g=be[g]=y}h+=v+g+":",v=d,h+=m=null==b||"boolean"==typeof b||""===b?"":m||"number"!=typeof b||0===b||ue.hasOwnProperty(v)&&ue[v]?(""+b).trim():b+"px",v=";"}}p=h||null}d=null;e:if(m=a,b=u,-1===m.indexOf("-"))m="string"==typeof b.is;else switch(m){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":m=!1;break e;default:m=!0}m?ye.hasOwnProperty(_)||(d=P(d=_)&&null!=p?d+'="'+I(p)+'"':""):d=R(_,p),d&&(f+=" "+d)}}l||s&&(f+=' data-reactroot=""');var _=f;u="",ae.hasOwnProperty(a)?_+="/>":(_+=">",u="</"+e.type+">");e:{if(null!=(l=c.dangerouslySetInnerHTML)){if(null!=l.__html){l=l.__html;break e}}else if("string"==typeof(l=c.children)||"number"==typeof l){l=I(l);break e}l=null}return null!=l?(c=[],he.hasOwnProperty(a)&&"\n"===l.charAt(0)&&(_+="\n"),_+=l):c=de(c.children),e=e.type,n=null==n||"http://www.w3.org/1999/xhtml"===n?ie(e):"http://www.w3.org/2000/svg"===n&&"foreignObject"===e?"http://www.w3.org/1999/xhtml":n,this.stack.push({domNamespace:n,type:a,children:c,childIndex:0,context:t,footer:u}),this.previousWasTextNode=!1,_},e}(),Oe={renderToString:function(e){e=new ke(e,!1);try{return e.read(1/0)}finally{e.destroy()}},renderToStaticMarkup:function(e){e=new ke(e,!0);try{return e.read(1/0)}finally{e.destroy()}},renderToNodeStream:function(){throw Error(i(207))},renderToStaticNodeStream:function(){throw Error(i(208))},version:"16.13.1"};e.exports=Oe.default||Oe},function(e,t,n){"use strict";
29
- /** @license React v16.13.1
30
- * react.production.min.js
31
- *
32
- * Copyright (c) Facebook, Inc. and its affiliates.
33
- *
34
- * This source code is licensed under the MIT license found in the
35
- * LICENSE file in the root directory of this source tree.
36
- */var r=n(37),o="function"==typeof Symbol&&Symbol.for,i=o?Symbol.for("react.element"):60103,a=o?Symbol.for("react.portal"):60106,c=o?Symbol.for("react.fragment"):60107,u=o?Symbol.for("react.strict_mode"):60108,l=o?Symbol.for("react.profiler"):60114,s=o?Symbol.for("react.provider"):60109,f=o?Symbol.for("react.context"):60110,d=o?Symbol.for("react.forward_ref"):60112,p=o?Symbol.for("react.suspense"):60113,h=o?Symbol.for("react.memo"):60115,v=o?Symbol.for("react.lazy"):60116,m="function"==typeof Symbol&&Symbol.iterator;function b(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var g={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},y={};function _(e,t,n){this.props=e,this.context=t,this.refs=y,this.updater=n||g}function w(){}function k(e,t,n){this.props=e,this.context=t,this.refs=y,this.updater=n||g}_.prototype.isReactComponent={},_.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error(b(85));this.updater.enqueueSetState(this,e,t,"setState")},_.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},w.prototype=_.prototype;var O=k.prototype=new w;O.constructor=k,r(O,_.prototype),O.isPureReactComponent=!0;var z={current:null},x=Object.prototype.hasOwnProperty,j={key:!0,ref:!0,__self:!0,__source:!0};function S(e,t,n){var r,o={},a=null,c=null;if(null!=t)for(r in void 0!==t.ref&&(c=t.ref),void 0!==t.key&&(a=""+t.key),t)x.call(t,r)&&!j.hasOwnProperty(r)&&(o[r]=t[r]);var u=arguments.length-2;if(1===u)o.children=n;else if(1<u){for(var l=Array(u),s=0;s<u;s++)l[s]=arguments[s+2];o.children=l}if(e&&e.defaultProps)for(r in u=e.defaultProps)void 0===o[r]&&(o[r]=u[r]);return{$$typeof:i,type:e,key:a,ref:c,props:o,_owner:z.current}}function E(e){return"object"==typeof e&&null!==e&&e.$$typeof===i}var M=/\/+/g,C=[];function T(e,t,n,r){if(C.length){var o=C.pop();return o.result=e,o.keyPrefix=t,o.func=n,o.context=r,o.count=0,o}return{result:e,keyPrefix:t,func:n,context:r,count:0}}function P(e){e.result=null,e.keyPrefix=null,e.func=null,e.context=null,e.count=0,10>C.length&&C.push(e)}function H(e,t,n){return null==e?0:function e(t,n,r,o){var c=typeof t;"undefined"!==c&&"boolean"!==c||(t=null);var u=!1;if(null===t)u=!0;else switch(c){case"string":case"number":u=!0;break;case"object":switch(t.$$typeof){case i:case a:u=!0}}if(u)return r(o,t,""===n?"."+V(t,0):n),1;if(u=0,n=""===n?".":n+":",Array.isArray(t))for(var l=0;l<t.length;l++){var s=n+V(c=t[l],l);u+=e(c,s,r,o)}else if(null===t||"object"!=typeof t?s=null:s="function"==typeof(s=m&&t[m]||t["@@iterator"])?s:null,"function"==typeof s)for(t=s.call(t),l=0;!(c=t.next()).done;)u+=e(c=c.value,s=n+V(c,l++),r,o);else if("object"===c)throw r=""+t,Error(b(31,"[object Object]"===r?"object with keys {"+Object.keys(t).join(", ")+"}":r,""));return u}(e,"",t,n)}function V(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+(""+e).replace(/[=:]/g,(function(e){return t[e]}))}(e.key):t.toString(36)}function L(e,t){e.func.call(e.context,t,e.count++)}function A(e,t,n){var r=e.result,o=e.keyPrefix;e=e.func.call(e.context,t,e.count++),Array.isArray(e)?N(e,r,n,(function(e){return e})):null!=e&&(E(e)&&(e=function(e,t){return{$$typeof:i,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(e,o+(!e.key||t&&t.key===e.key?"":(""+e.key).replace(M,"$&/")+"/")+n)),r.push(e))}function N(e,t,n,r,o){var i="";null!=n&&(i=(""+n).replace(M,"$&/")+"/"),H(e,A,t=T(t,i,r,o)),P(t)}var I={current:null};function R(){var e=I.current;if(null===e)throw Error(b(321));return e}var D={ReactCurrentDispatcher:I,ReactCurrentBatchConfig:{suspense:null},ReactCurrentOwner:z,IsSomeRendererActing:{current:!1},assign:r};t.Children={map:function(e,t,n){if(null==e)return e;var r=[];return N(e,r,null,t,n),r},forEach:function(e,t,n){if(null==e)return e;H(e,L,t=T(null,null,t,n)),P(t)},count:function(e){return H(e,(function(){return null}),null)},toArray:function(e){var t=[];return N(e,t,null,(function(e){return e})),t},only:function(e){if(!E(e))throw Error(b(143));return e}},t.Component=_,t.Fragment=c,t.Profiler=l,t.PureComponent=k,t.StrictMode=u,t.Suspense=p,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=D,t.cloneElement=function(e,t,n){if(null==e)throw Error(b(267,e));var o=r({},e.props),a=e.key,c=e.ref,u=e._owner;if(null!=t){if(void 0!==t.ref&&(c=t.ref,u=z.current),void 0!==t.key&&(a=""+t.key),e.type&&e.type.defaultProps)var l=e.type.defaultProps;for(s in t)x.call(t,s)&&!j.hasOwnProperty(s)&&(o[s]=void 0===t[s]&&void 0!==l?l[s]:t[s])}var s=arguments.length-2;if(1===s)o.children=n;else if(1<s){l=Array(s);for(var f=0;f<s;f++)l[f]=arguments[f+2];o.children=l}return{$$typeof:i,type:e.type,key:a,ref:c,props:o,_owner:u}},t.createContext=function(e,t){return void 0===t&&(t=null),(e={$$typeof:f,_calculateChangedBits:t,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null}).Provider={$$typeof:s,_context:e},e.Consumer=e},t.createElement=S,t.createFactory=function(e){var t=S.bind(null,e);return t.type=e,t},t.createRef=function(){return{current:null}},t.forwardRef=function(e){return{$$typeof:d,render:e}},t.isValidElement=E,t.lazy=function(e){return{$$typeof:v,_ctor:e,_status:-1,_result:null}},t.memo=function(e,t){return{$$typeof:h,type:e,compare:void 0===t?null:t}},t.useCallback=function(e,t){return R().useCallback(e,t)},t.useContext=function(e,t){return R().useContext(e,t)},t.useDebugValue=function(){},t.useEffect=function(e,t){return R().useEffect(e,t)},t.useImperativeHandle=function(e,t,n){return R().useImperativeHandle(e,t,n)},t.useLayoutEffect=function(e,t){return R().useLayoutEffect(e,t)},t.useMemo=function(e,t){return R().useMemo(e,t)},t.useReducer=function(e,t,n){return R().useReducer(e,t,n)},t.useRef=function(e){return R().useRef(e)},t.useState=function(e){return R().useState(e)},t.version="16.13.1"},function(e,t,n){},function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},function(e,t,n){"use strict";var r=Object.keys;e.exports=function(e,t){var n,o,i,a,c;if(e===t)return!0;if(n=r(e),o=r(t),n.length!==o.length)return!1;for(i=0;i<n.length;){if(void 0===(c=e[a=n[i]])&&!t.hasOwnProperty(a)||c!==t[a])return!1;i++}return!0}},function(e,t,n){"use strict";e.exports=function(e,t){var n;if(e===t)return!0;if(e.length!==t.length)return!1;for(n=0;n<e.length;n++)if(e[n]!==t[n])return!1;return!0}},function(e,t,n){"use strict";
37
- /** @license React v16.13.1
38
- * react-dom.production.min.js
39
- *
40
- * Copyright (c) Facebook, Inc. and its affiliates.
41
- *
42
- * This source code is licensed under the MIT license found in the
43
- * LICENSE file in the root directory of this source tree.
44
- */var r=n(5),o=n(37),i=n(63);function a(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}if(!r)throw Error(a(227));function c(e,t,n,r,o,i,a,c,u){var l=Array.prototype.slice.call(arguments,3);try{t.apply(n,l)}catch(s){this.onError(s)}}var u=!1,l=null,s=!1,f=null,d={onError:function(e){u=!0,l=e}};function p(e,t,n,r,o,i,a,s,f){u=!1,l=null,c.apply(d,arguments)}var h=null,v=null,m=null;function b(e,t,n){var r=e.type||"unknown-event";e.currentTarget=m(n),function(e,t,n,r,o,i,c,d,h){if(p.apply(this,arguments),u){if(!u)throw Error(a(198));var v=l;u=!1,l=null,s||(s=!0,f=v)}}(r,t,void 0,e),e.currentTarget=null}var g=null,y={};function _(){if(g)for(var e in y){var t=y[e],n=g.indexOf(e);if(!(-1<n))throw Error(a(96,e));if(!k[n]){if(!t.extractEvents)throw Error(a(97,e));for(var r in k[n]=t,n=t.eventTypes){var o=void 0,i=n[r],c=t,u=r;if(O.hasOwnProperty(u))throw Error(a(99,u));O[u]=i;var l=i.phasedRegistrationNames;if(l){for(o in l)l.hasOwnProperty(o)&&w(l[o],c,u);o=!0}else i.registrationName?(w(i.registrationName,c,u),o=!0):o=!1;if(!o)throw Error(a(98,r,e))}}}}function w(e,t,n){if(z[e])throw Error(a(100,e));z[e]=t,x[e]=t.eventTypes[n].dependencies}var k=[],O={},z={},x={};function j(e){var t,n=!1;for(t in e)if(e.hasOwnProperty(t)){var r=e[t];if(!y.hasOwnProperty(t)||y[t]!==r){if(y[t])throw Error(a(102,t));y[t]=r,n=!0}}n&&_()}var S=!("undefined"==typeof window||void 0===window.document||void 0===window.document.createElement),E=null,M=null,C=null;function T(e){if(e=v(e)){if("function"!=typeof E)throw Error(a(280));var t=e.stateNode;t&&(t=h(t),E(e.stateNode,e.type,t))}}function P(e){M?C?C.push(e):C=[e]:M=e}function H(){if(M){var e=M,t=C;if(C=M=null,T(e),t)for(e=0;e<t.length;e++)T(t[e])}}function V(e,t){return e(t)}function L(e,t,n,r,o){return e(t,n,r,o)}function A(){}var N=V,I=!1,R=!1;function D(){null===M&&null===C||(A(),H())}function F(e,t,n){if(R)return e(t,n);R=!0;try{return N(e,t,n)}finally{R=!1,D()}}var B=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,U=Object.prototype.hasOwnProperty,$={},W={};function q(e,t,n,r,o,i){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=r,this.attributeNamespace=o,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=i}var K={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach((function(e){K[e]=new q(e,0,!1,e,null,!1)})),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach((function(e){var t=e[0];K[t]=new q(t,1,!1,e[1],null,!1)})),["contentEditable","draggable","spellCheck","value"].forEach((function(e){K[e]=new q(e,2,!1,e.toLowerCase(),null,!1)})),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach((function(e){K[e]=new q(e,2,!1,e,null,!1)})),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach((function(e){K[e]=new q(e,3,!1,e.toLowerCase(),null,!1)})),["checked","multiple","muted","selected"].forEach((function(e){K[e]=new q(e,3,!0,e,null,!1)})),["capture","download"].forEach((function(e){K[e]=new q(e,4,!1,e,null,!1)})),["cols","rows","size","span"].forEach((function(e){K[e]=new q(e,6,!1,e,null,!1)})),["rowSpan","start"].forEach((function(e){K[e]=new q(e,5,!1,e.toLowerCase(),null,!1)}));var Q=/[\-:]([a-z])/g;function G(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach((function(e){var t=e.replace(Q,G);K[t]=new q(t,1,!1,e,null,!1)})),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach((function(e){var t=e.replace(Q,G);K[t]=new q(t,1,!1,e,"http://www.w3.org/1999/xlink",!1)})),["xml:base","xml:lang","xml:space"].forEach((function(e){var t=e.replace(Q,G);K[t]=new q(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1)})),["tabIndex","crossOrigin"].forEach((function(e){K[e]=new q(e,1,!1,e.toLowerCase(),null,!1)})),K.xlinkHref=new q("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0),["src","href","action","formAction"].forEach((function(e){K[e]=new q(e,1,!1,e.toLowerCase(),null,!0)}));var Z=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function Y(e,t,n,r){var o=K.hasOwnProperty(t)?K[t]:null;(null!==o?0===o.type:!r&&(2<t.length&&("o"===t[0]||"O"===t[0])&&("n"===t[1]||"N"===t[1])))||(function(e,t,n,r){if(null==t||function(e,t,n,r){if(null!==n&&0===n.type)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return!r&&(null!==n?!n.acceptsBooleans:"data-"!==(e=e.toLowerCase().slice(0,5))&&"aria-"!==e);default:return!1}}(e,t,n,r))return!0;if(r)return!1;if(null!==n)switch(n.type){case 3:return!t;case 4:return!1===t;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}(t,n,o,r)&&(n=null),r||null===o?function(e){return!!U.call(W,e)||!U.call($,e)&&(B.test(e)?W[e]=!0:($[e]=!0,!1))}(t)&&(null===n?e.removeAttribute(t):e.setAttribute(t,""+n)):o.mustUseProperty?e[o.propertyName]=null===n?3!==o.type&&"":n:(t=o.attributeName,r=o.attributeNamespace,null===n?e.removeAttribute(t):(n=3===(o=o.type)||4===o&&!0===n?"":""+n,r?e.setAttributeNS(r,t,n):e.setAttribute(t,n))))}Z.hasOwnProperty("ReactCurrentDispatcher")||(Z.ReactCurrentDispatcher={current:null}),Z.hasOwnProperty("ReactCurrentBatchConfig")||(Z.ReactCurrentBatchConfig={suspense:null});var X=/^(.*)[\\\/]/,J="function"==typeof Symbol&&Symbol.for,ee=J?Symbol.for("react.element"):60103,te=J?Symbol.for("react.portal"):60106,ne=J?Symbol.for("react.fragment"):60107,re=J?Symbol.for("react.strict_mode"):60108,oe=J?Symbol.for("react.profiler"):60114,ie=J?Symbol.for("react.provider"):60109,ae=J?Symbol.for("react.context"):60110,ce=J?Symbol.for("react.concurrent_mode"):60111,ue=J?Symbol.for("react.forward_ref"):60112,le=J?Symbol.for("react.suspense"):60113,se=J?Symbol.for("react.suspense_list"):60120,fe=J?Symbol.for("react.memo"):60115,de=J?Symbol.for("react.lazy"):60116,pe=J?Symbol.for("react.block"):60121,he="function"==typeof Symbol&&Symbol.iterator;function ve(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=he&&e[he]||e["@@iterator"])?e:null}function me(e){if(null==e)return null;if("function"==typeof e)return e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case ne:return"Fragment";case te:return"Portal";case oe:return"Profiler";case re:return"StrictMode";case le:return"Suspense";case se:return"SuspenseList"}if("object"==typeof e)switch(e.$$typeof){case ae:return"Context.Consumer";case ie:return"Context.Provider";case ue:var t=e.render;return t=t.displayName||t.name||"",e.displayName||(""!==t?"ForwardRef("+t+")":"ForwardRef");case fe:return me(e.type);case pe:return me(e.render);case de:if(e=1===e._status?e._result:null)return me(e)}return null}function be(e){var t="";do{e:switch(e.tag){case 3:case 4:case 6:case 7:case 10:case 9:var n="";break e;default:var r=e._debugOwner,o=e._debugSource,i=me(e.type);n=null,r&&(n=me(r.type)),r=i,i="",o?i=" (at "+o.fileName.replace(X,"")+":"+o.lineNumber+")":n&&(i=" (created by "+n+")"),n="\n in "+(r||"Unknown")+i}t+=n,e=e.return}while(e);return t}function ge(e){switch(typeof e){case"boolean":case"number":case"object":case"string":case"undefined":return e;default:return""}}function ye(e){var t=e.type;return(e=e.nodeName)&&"input"===e.toLowerCase()&&("checkbox"===t||"radio"===t)}function _e(e){e._valueTracker||(e._valueTracker=function(e){var t=ye(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),r=""+e[t];if(!e.hasOwnProperty(t)&&void 0!==n&&"function"==typeof n.get&&"function"==typeof n.set){var o=n.get,i=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return o.call(this)},set:function(e){r=""+e,i.call(this,e)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return r},setValue:function(e){r=""+e},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}(e))}function we(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=ye(e)?e.checked?"true":"false":e.value),(e=r)!==n&&(t.setValue(e),!0)}function ke(e,t){var n=t.checked;return o({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=n?n:e._wrapperState.initialChecked})}function Oe(e,t){var n=null==t.defaultValue?"":t.defaultValue,r=null!=t.checked?t.checked:t.defaultChecked;n=ge(null!=t.value?t.value:n),e._wrapperState={initialChecked:r,initialValue:n,controlled:"checkbox"===t.type||"radio"===t.type?null!=t.checked:null!=t.value}}function ze(e,t){null!=(t=t.checked)&&Y(e,"checked",t,!1)}function xe(e,t){ze(e,t);var n=ge(t.value),r=t.type;if(null!=n)"number"===r?(0===n&&""===e.value||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if("submit"===r||"reset"===r)return void e.removeAttribute("value");t.hasOwnProperty("value")?Se(e,t.type,n):t.hasOwnProperty("defaultValue")&&Se(e,t.type,ge(t.defaultValue)),null==t.checked&&null!=t.defaultChecked&&(e.defaultChecked=!!t.defaultChecked)}function je(e,t,n){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var r=t.type;if(!("submit"!==r&&"reset"!==r||void 0!==t.value&&null!==t.value))return;t=""+e._wrapperState.initialValue,n||t===e.value||(e.value=t),e.defaultValue=t}""!==(n=e.name)&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,""!==n&&(e.name=n)}function Se(e,t,n){"number"===t&&e.ownerDocument.activeElement===e||(null==n?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}function Ee(e,t){return e=o({children:void 0},t),(t=function(e){var t="";return r.Children.forEach(e,(function(e){null!=e&&(t+=e)})),t}(t.children))&&(e.children=t),e}function Me(e,t,n,r){if(e=e.options,t){t={};for(var o=0;o<n.length;o++)t["$"+n[o]]=!0;for(n=0;n<e.length;n++)o=t.hasOwnProperty("$"+e[n].value),e[n].selected!==o&&(e[n].selected=o),o&&r&&(e[n].defaultSelected=!0)}else{for(n=""+ge(n),t=null,o=0;o<e.length;o++){if(e[o].value===n)return e[o].selected=!0,void(r&&(e[o].defaultSelected=!0));null!==t||e[o].disabled||(t=e[o])}null!==t&&(t.selected=!0)}}function Ce(e,t){if(null!=t.dangerouslySetInnerHTML)throw Error(a(91));return o({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function Te(e,t){var n=t.value;if(null==n){if(n=t.children,t=t.defaultValue,null!=n){if(null!=t)throw Error(a(92));if(Array.isArray(n)){if(!(1>=n.length))throw Error(a(93));n=n[0]}t=n}null==t&&(t=""),n=t}e._wrapperState={initialValue:ge(n)}}function Pe(e,t){var n=ge(t.value),r=ge(t.defaultValue);null!=n&&((n=""+n)!==e.value&&(e.value=n),null==t.defaultValue&&e.defaultValue!==n&&(e.defaultValue=n)),null!=r&&(e.defaultValue=""+r)}function He(e){var t=e.textContent;t===e._wrapperState.initialValue&&""!==t&&null!==t&&(e.value=t)}var Ve="http://www.w3.org/1999/xhtml",Le="http://www.w3.org/2000/svg";function Ae(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function Ne(e,t){return null==e||"http://www.w3.org/1999/xhtml"===e?Ae(t):"http://www.w3.org/2000/svg"===e&&"foreignObject"===t?"http://www.w3.org/1999/xhtml":e}var Ie,Re=function(e){return"undefined"!=typeof MSApp&&MSApp.execUnsafeLocalFunction?function(t,n,r,o){MSApp.execUnsafeLocalFunction((function(){return e(t,n)}))}:e}((function(e,t){if(e.namespaceURI!==Le||"innerHTML"in e)e.innerHTML=t;else{for((Ie=Ie||document.createElement("div")).innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=Ie.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}}));function De(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&3===n.nodeType)return void(n.nodeValue=t)}e.textContent=t}function Fe(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n}var Be={animationend:Fe("Animation","AnimationEnd"),animationiteration:Fe("Animation","AnimationIteration"),animationstart:Fe("Animation","AnimationStart"),transitionend:Fe("Transition","TransitionEnd")},Ue={},$e={};function We(e){if(Ue[e])return Ue[e];if(!Be[e])return e;var t,n=Be[e];for(t in n)if(n.hasOwnProperty(t)&&t in $e)return Ue[e]=n[t];return e}S&&($e=document.createElement("div").style,"AnimationEvent"in window||(delete Be.animationend.animation,delete Be.animationiteration.animation,delete Be.animationstart.animation),"TransitionEvent"in window||delete Be.transitionend.transition);var qe=We("animationend"),Ke=We("animationiteration"),Qe=We("animationstart"),Ge=We("transitionend"),Ze="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),Ye=new("function"==typeof WeakMap?WeakMap:Map);function Xe(e){var t=Ye.get(e);return void 0===t&&(t=new Map,Ye.set(e,t)),t}function Je(e){var t=e,n=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do{0!=(1026&(t=e).effectTag)&&(n=t.return),e=t.return}while(e)}return 3===t.tag?n:null}function et(e){if(13===e.tag){var t=e.memoizedState;if(null===t&&(null!==(e=e.alternate)&&(t=e.memoizedState)),null!==t)return t.dehydrated}return null}function tt(e){if(Je(e)!==e)throw Error(a(188))}function nt(e){if(!(e=function(e){var t=e.alternate;if(!t){if(null===(t=Je(e)))throw Error(a(188));return t!==e?null:e}for(var n=e,r=t;;){var o=n.return;if(null===o)break;var i=o.alternate;if(null===i){if(null!==(r=o.return)){n=r;continue}break}if(o.child===i.child){for(i=o.child;i;){if(i===n)return tt(o),e;if(i===r)return tt(o),t;i=i.sibling}throw Error(a(188))}if(n.return!==r.return)n=o,r=i;else{for(var c=!1,u=o.child;u;){if(u===n){c=!0,n=o,r=i;break}if(u===r){c=!0,r=o,n=i;break}u=u.sibling}if(!c){for(u=i.child;u;){if(u===n){c=!0,n=i,r=o;break}if(u===r){c=!0,r=i,n=o;break}u=u.sibling}if(!c)throw Error(a(189))}}if(n.alternate!==r)throw Error(a(190))}if(3!==n.tag)throw Error(a(188));return n.stateNode.current===n?e:t}(e)))return null;for(var t=e;;){if(5===t.tag||6===t.tag)return t;if(t.child)t.child.return=t,t=t.child;else{if(t===e)break;for(;!t.sibling;){if(!t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}}return null}function rt(e,t){if(null==t)throw Error(a(30));return null==e?t:Array.isArray(e)?Array.isArray(t)?(e.push.apply(e,t),e):(e.push(t),e):Array.isArray(t)?[e].concat(t):[e,t]}function ot(e,t,n){Array.isArray(e)?e.forEach(t,n):e&&t.call(n,e)}var it=null;function at(e){if(e){var t=e._dispatchListeners,n=e._dispatchInstances;if(Array.isArray(t))for(var r=0;r<t.length&&!e.isPropagationStopped();r++)b(e,t[r],n[r]);else t&&b(e,t,n);e._dispatchListeners=null,e._dispatchInstances=null,e.isPersistent()||e.constructor.release(e)}}function ct(e){if(null!==e&&(it=rt(it,e)),e=it,it=null,e){if(ot(e,at),it)throw Error(a(95));if(s)throw e=f,s=!1,f=null,e}}function ut(e){return(e=e.target||e.srcElement||window).correspondingUseElement&&(e=e.correspondingUseElement),3===e.nodeType?e.parentNode:e}function lt(e){if(!S)return!1;var t=(e="on"+e)in document;return t||((t=document.createElement("div")).setAttribute(e,"return;"),t="function"==typeof t[e]),t}var st=[];function ft(e){e.topLevelType=null,e.nativeEvent=null,e.targetInst=null,e.ancestors.length=0,10>st.length&&st.push(e)}function dt(e,t,n,r){if(st.length){var o=st.pop();return o.topLevelType=e,o.eventSystemFlags=r,o.nativeEvent=t,o.targetInst=n,o}return{topLevelType:e,eventSystemFlags:r,nativeEvent:t,targetInst:n,ancestors:[]}}function pt(e){var t=e.targetInst,n=t;do{if(!n){e.ancestors.push(n);break}var r=n;if(3===r.tag)r=r.stateNode.containerInfo;else{for(;r.return;)r=r.return;r=3!==r.tag?null:r.stateNode.containerInfo}if(!r)break;5!==(t=n.tag)&&6!==t||e.ancestors.push(n),n=Sn(r)}while(n);for(n=0;n<e.ancestors.length;n++){t=e.ancestors[n];var o=ut(e.nativeEvent);r=e.topLevelType;var i=e.nativeEvent,a=e.eventSystemFlags;0===n&&(a|=64);for(var c=null,u=0;u<k.length;u++){var l=k[u];l&&(l=l.extractEvents(r,t,i,o,a))&&(c=rt(c,l))}ct(c)}}function ht(e,t,n){if(!n.has(e)){switch(e){case"scroll":Qt(t,"scroll",!0);break;case"focus":case"blur":Qt(t,"focus",!0),Qt(t,"blur",!0),n.set("blur",null),n.set("focus",null);break;case"cancel":case"close":lt(e)&&Qt(t,e,!0);break;case"invalid":case"submit":case"reset":break;default:-1===Ze.indexOf(e)&&Kt(e,t)}n.set(e,null)}}var vt,mt,bt,gt=!1,yt=[],_t=null,wt=null,kt=null,Ot=new Map,zt=new Map,xt=[],jt="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput close cancel copy cut paste click change contextmenu reset submit".split(" "),St="focus blur dragenter dragleave mouseover mouseout pointerover pointerout gotpointercapture lostpointercapture".split(" ");function Et(e,t,n,r,o){return{blockedOn:e,topLevelType:t,eventSystemFlags:32|n,nativeEvent:o,container:r}}function Mt(e,t){switch(e){case"focus":case"blur":_t=null;break;case"dragenter":case"dragleave":wt=null;break;case"mouseover":case"mouseout":kt=null;break;case"pointerover":case"pointerout":Ot.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":zt.delete(t.pointerId)}}function Ct(e,t,n,r,o,i){return null===e||e.nativeEvent!==i?(e=Et(t,n,r,o,i),null!==t&&(null!==(t=En(t))&&mt(t)),e):(e.eventSystemFlags|=r,e)}function Tt(e){var t=Sn(e.target);if(null!==t){var n=Je(t);if(null!==n)if(13===(t=n.tag)){if(null!==(t=et(n)))return e.blockedOn=t,void i.unstable_runWithPriority(e.priority,(function(){bt(n)}))}else if(3===t&&n.stateNode.hydrate)return void(e.blockedOn=3===n.tag?n.stateNode.containerInfo:null)}e.blockedOn=null}function Pt(e){if(null!==e.blockedOn)return!1;var t=Xt(e.topLevelType,e.eventSystemFlags,e.container,e.nativeEvent);if(null!==t){var n=En(t);return null!==n&&mt(n),e.blockedOn=t,!1}return!0}function Ht(e,t,n){Pt(e)&&n.delete(t)}function Vt(){for(gt=!1;0<yt.length;){var e=yt[0];if(null!==e.blockedOn){null!==(e=En(e.blockedOn))&&vt(e);break}var t=Xt(e.topLevelType,e.eventSystemFlags,e.container,e.nativeEvent);null!==t?e.blockedOn=t:yt.shift()}null!==_t&&Pt(_t)&&(_t=null),null!==wt&&Pt(wt)&&(wt=null),null!==kt&&Pt(kt)&&(kt=null),Ot.forEach(Ht),zt.forEach(Ht)}function Lt(e,t){e.blockedOn===t&&(e.blockedOn=null,gt||(gt=!0,i.unstable_scheduleCallback(i.unstable_NormalPriority,Vt)))}function At(e){function t(t){return Lt(t,e)}if(0<yt.length){Lt(yt[0],e);for(var n=1;n<yt.length;n++){var r=yt[n];r.blockedOn===e&&(r.blockedOn=null)}}for(null!==_t&&Lt(_t,e),null!==wt&&Lt(wt,e),null!==kt&&Lt(kt,e),Ot.forEach(t),zt.forEach(t),n=0;n<xt.length;n++)(r=xt[n]).blockedOn===e&&(r.blockedOn=null);for(;0<xt.length&&null===(n=xt[0]).blockedOn;)Tt(n),null===n.blockedOn&&xt.shift()}var Nt={},It=new Map,Rt=new Map,Dt=["abort","abort",qe,"animationEnd",Ke,"animationIteration",Qe,"animationStart","canplay","canPlay","canplaythrough","canPlayThrough","durationchange","durationChange","emptied","emptied","encrypted","encrypted","ended","ended","error","error","gotpointercapture","gotPointerCapture","load","load","loadeddata","loadedData","loadedmetadata","loadedMetadata","loadstart","loadStart","lostpointercapture","lostPointerCapture","playing","playing","progress","progress","seeking","seeking","stalled","stalled","suspend","suspend","timeupdate","timeUpdate",Ge,"transitionEnd","waiting","waiting"];function Ft(e,t){for(var n=0;n<e.length;n+=2){var r=e[n],o=e[n+1],i="on"+(o[0].toUpperCase()+o.slice(1));i={phasedRegistrationNames:{bubbled:i,captured:i+"Capture"},dependencies:[r],eventPriority:t},Rt.set(r,t),It.set(r,i),Nt[o]=i}}Ft("blur blur cancel cancel click click close close contextmenu contextMenu copy copy cut cut auxclick auxClick dblclick doubleClick dragend dragEnd dragstart dragStart drop drop focus focus input input invalid invalid keydown keyDown keypress keyPress keyup keyUp mousedown mouseDown mouseup mouseUp paste paste pause pause play play pointercancel pointerCancel pointerdown pointerDown pointerup pointerUp ratechange rateChange reset reset seeked seeked submit submit touchcancel touchCancel touchend touchEnd touchstart touchStart volumechange volumeChange".split(" "),0),Ft("drag drag dragenter dragEnter dragexit dragExit dragleave dragLeave dragover dragOver mousemove mouseMove mouseout mouseOut mouseover mouseOver pointermove pointerMove pointerout pointerOut pointerover pointerOver scroll scroll toggle toggle touchmove touchMove wheel wheel".split(" "),1),Ft(Dt,2);for(var Bt="change selectionchange textInput compositionstart compositionend compositionupdate".split(" "),Ut=0;Ut<Bt.length;Ut++)Rt.set(Bt[Ut],0);var $t=i.unstable_UserBlockingPriority,Wt=i.unstable_runWithPriority,qt=!0;function Kt(e,t){Qt(t,e,!1)}function Qt(e,t,n){var r=Rt.get(t);switch(void 0===r?2:r){case 0:r=Gt.bind(null,t,1,e);break;case 1:r=Zt.bind(null,t,1,e);break;default:r=Yt.bind(null,t,1,e)}n?e.addEventListener(t,r,!0):e.addEventListener(t,r,!1)}function Gt(e,t,n,r){I||A();var o=Yt,i=I;I=!0;try{L(o,e,t,n,r)}finally{(I=i)||D()}}function Zt(e,t,n,r){Wt($t,Yt.bind(null,e,t,n,r))}function Yt(e,t,n,r){if(qt)if(0<yt.length&&-1<jt.indexOf(e))e=Et(null,e,t,n,r),yt.push(e);else{var o=Xt(e,t,n,r);if(null===o)Mt(e,r);else if(-1<jt.indexOf(e))e=Et(o,e,t,n,r),yt.push(e);else if(!function(e,t,n,r,o){switch(t){case"focus":return _t=Ct(_t,e,t,n,r,o),!0;case"dragenter":return wt=Ct(wt,e,t,n,r,o),!0;case"mouseover":return kt=Ct(kt,e,t,n,r,o),!0;case"pointerover":var i=o.pointerId;return Ot.set(i,Ct(Ot.get(i)||null,e,t,n,r,o)),!0;case"gotpointercapture":return i=o.pointerId,zt.set(i,Ct(zt.get(i)||null,e,t,n,r,o)),!0}return!1}(o,e,t,n,r)){Mt(e,r),e=dt(e,r,null,t);try{F(pt,e)}finally{ft(e)}}}}function Xt(e,t,n,r){if(null!==(n=Sn(n=ut(r)))){var o=Je(n);if(null===o)n=null;else{var i=o.tag;if(13===i){if(null!==(n=et(o)))return n;n=null}else if(3===i){if(o.stateNode.hydrate)return 3===o.tag?o.stateNode.containerInfo:null;n=null}else o!==n&&(n=null)}}e=dt(e,r,n,t);try{F(pt,e)}finally{ft(e)}return null}var Jt={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},en=["Webkit","ms","Moz","O"];function tn(e,t,n){return null==t||"boolean"==typeof t||""===t?"":n||"number"!=typeof t||0===t||Jt.hasOwnProperty(e)&&Jt[e]?(""+t).trim():t+"px"}function nn(e,t){for(var n in e=e.style,t)if(t.hasOwnProperty(n)){var r=0===n.indexOf("--"),o=tn(n,t[n],r);"float"===n&&(n="cssFloat"),r?e.setProperty(n,o):e[n]=o}}Object.keys(Jt).forEach((function(e){en.forEach((function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),Jt[t]=Jt[e]}))}));var rn=o({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function on(e,t){if(t){if(rn[e]&&(null!=t.children||null!=t.dangerouslySetInnerHTML))throw Error(a(137,e,""));if(null!=t.dangerouslySetInnerHTML){if(null!=t.children)throw Error(a(60));if("object"!=typeof t.dangerouslySetInnerHTML||!("__html"in t.dangerouslySetInnerHTML))throw Error(a(61))}if(null!=t.style&&"object"!=typeof t.style)throw Error(a(62,""))}}function an(e,t){if(-1===e.indexOf("-"))return"string"==typeof t.is;switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var cn=Ve;function un(e,t){var n=Xe(e=9===e.nodeType||11===e.nodeType?e:e.ownerDocument);t=x[t];for(var r=0;r<t.length;r++)ht(t[r],e,n)}function ln(){}function sn(e){if(void 0===(e=e||("undefined"!=typeof document?document:void 0)))return null;try{return e.activeElement||e.body}catch(qu){return e.body}}function fn(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function dn(e,t){var n,r=fn(e);for(e=0;r;){if(3===r.nodeType){if(n=e+r.textContent.length,e<=t&&n>=t)return{node:r,offset:t-e};e=n}e:{for(;r;){if(r.nextSibling){r=r.nextSibling;break e}r=r.parentNode}r=void 0}r=fn(r)}}function pn(){for(var e=window,t=sn();t instanceof e.HTMLIFrameElement;){try{var n="string"==typeof t.contentWindow.location.href}catch(r){n=!1}if(!n)break;t=sn((e=t.contentWindow).document)}return t}function hn(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&("input"===t&&("text"===e.type||"search"===e.type||"tel"===e.type||"url"===e.type||"password"===e.type)||"textarea"===t||"true"===e.contentEditable)}var vn=null,mn=null;function bn(e,t){switch(e){case"button":case"input":case"select":case"textarea":return!!t.autoFocus}return!1}function gn(e,t){return"textarea"===e||"option"===e||"noscript"===e||"string"==typeof t.children||"number"==typeof t.children||"object"==typeof t.dangerouslySetInnerHTML&&null!==t.dangerouslySetInnerHTML&&null!=t.dangerouslySetInnerHTML.__html}var yn="function"==typeof setTimeout?setTimeout:void 0,_n="function"==typeof clearTimeout?clearTimeout:void 0;function wn(e){for(;null!=e;e=e.nextSibling){var t=e.nodeType;if(1===t||3===t)break}return e}function kn(e){e=e.previousSibling;for(var t=0;e;){if(8===e.nodeType){var n=e.data;if("$"===n||"$!"===n||"$?"===n){if(0===t)return e;t--}else"/$"===n&&t++}e=e.previousSibling}return null}var On=Math.random().toString(36).slice(2),zn="__reactInternalInstance$"+On,xn="__reactEventHandlers$"+On,jn="__reactContainere$"+On;function Sn(e){var t=e[zn];if(t)return t;for(var n=e.parentNode;n;){if(t=n[jn]||n[zn]){if(n=t.alternate,null!==t.child||null!==n&&null!==n.child)for(e=kn(e);null!==e;){if(n=e[zn])return n;e=kn(e)}return t}n=(e=n).parentNode}return null}function En(e){return!(e=e[zn]||e[jn])||5!==e.tag&&6!==e.tag&&13!==e.tag&&3!==e.tag?null:e}function Mn(e){if(5===e.tag||6===e.tag)return e.stateNode;throw Error(a(33))}function Cn(e){return e[xn]||null}function Tn(e){do{e=e.return}while(e&&5!==e.tag);return e||null}function Pn(e,t){var n=e.stateNode;if(!n)return null;var r=h(n);if(!r)return null;n=r[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(r=!r.disabled)||(r=!("button"===(e=e.type)||"input"===e||"select"===e||"textarea"===e)),e=!r;break e;default:e=!1}if(e)return null;if(n&&"function"!=typeof n)throw Error(a(231,t,typeof n));return n}function Hn(e,t,n){(t=Pn(e,n.dispatchConfig.phasedRegistrationNames[t]))&&(n._dispatchListeners=rt(n._dispatchListeners,t),n._dispatchInstances=rt(n._dispatchInstances,e))}function Vn(e){if(e&&e.dispatchConfig.phasedRegistrationNames){for(var t=e._targetInst,n=[];t;)n.push(t),t=Tn(t);for(t=n.length;0<t--;)Hn(n[t],"captured",e);for(t=0;t<n.length;t++)Hn(n[t],"bubbled",e)}}function Ln(e,t,n){e&&n&&n.dispatchConfig.registrationName&&(t=Pn(e,n.dispatchConfig.registrationName))&&(n._dispatchListeners=rt(n._dispatchListeners,t),n._dispatchInstances=rt(n._dispatchInstances,e))}function An(e){e&&e.dispatchConfig.registrationName&&Ln(e._targetInst,null,e)}function Nn(e){ot(e,Vn)}var In=null,Rn=null,Dn=null;function Fn(){if(Dn)return Dn;var e,t,n=Rn,r=n.length,o="value"in In?In.value:In.textContent,i=o.length;for(e=0;e<r&&n[e]===o[e];e++);var a=r-e;for(t=1;t<=a&&n[r-t]===o[i-t];t++);return Dn=o.slice(e,1<t?1-t:void 0)}function Bn(){return!0}function Un(){return!1}function $n(e,t,n,r){for(var o in this.dispatchConfig=e,this._targetInst=t,this.nativeEvent=n,e=this.constructor.Interface)e.hasOwnProperty(o)&&((t=e[o])?this[o]=t(n):"target"===o?this.target=r:this[o]=n[o]);return this.isDefaultPrevented=(null!=n.defaultPrevented?n.defaultPrevented:!1===n.returnValue)?Bn:Un,this.isPropagationStopped=Un,this}function Wn(e,t,n,r){if(this.eventPool.length){var o=this.eventPool.pop();return this.call(o,e,t,n,r),o}return new this(e,t,n,r)}function qn(e){if(!(e instanceof this))throw Error(a(279));e.destructor(),10>this.eventPool.length&&this.eventPool.push(e)}function Kn(e){e.eventPool=[],e.getPooled=Wn,e.release=qn}o($n.prototype,{preventDefault:function(){this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():"unknown"!=typeof e.returnValue&&(e.returnValue=!1),this.isDefaultPrevented=Bn)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():"unknown"!=typeof e.cancelBubble&&(e.cancelBubble=!0),this.isPropagationStopped=Bn)},persist:function(){this.isPersistent=Bn},isPersistent:Un,destructor:function(){var e,t=this.constructor.Interface;for(e in t)this[e]=null;this.nativeEvent=this._targetInst=this.dispatchConfig=null,this.isPropagationStopped=this.isDefaultPrevented=Un,this._dispatchInstances=this._dispatchListeners=null}}),$n.Interface={type:null,target:null,currentTarget:function(){return null},eventPhase:null,bubbles:null,cancelable:null,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:null,isTrusted:null},$n.extend=function(e){function t(){}function n(){return r.apply(this,arguments)}var r=this;t.prototype=r.prototype;var i=new t;return o(i,n.prototype),n.prototype=i,n.prototype.constructor=n,n.Interface=o({},r.Interface,e),n.extend=r.extend,Kn(n),n},Kn($n);var Qn=$n.extend({data:null}),Gn=$n.extend({data:null}),Zn=[9,13,27,32],Yn=S&&"CompositionEvent"in window,Xn=null;S&&"documentMode"in document&&(Xn=document.documentMode);var Jn=S&&"TextEvent"in window&&!Xn,er=S&&(!Yn||Xn&&8<Xn&&11>=Xn),tr=String.fromCharCode(32),nr={beforeInput:{phasedRegistrationNames:{bubbled:"onBeforeInput",captured:"onBeforeInputCapture"},dependencies:["compositionend","keypress","textInput","paste"]},compositionEnd:{phasedRegistrationNames:{bubbled:"onCompositionEnd",captured:"onCompositionEndCapture"},dependencies:"blur compositionend keydown keypress keyup mousedown".split(" ")},compositionStart:{phasedRegistrationNames:{bubbled:"onCompositionStart",captured:"onCompositionStartCapture"},dependencies:"blur compositionstart keydown keypress keyup mousedown".split(" ")},compositionUpdate:{phasedRegistrationNames:{bubbled:"onCompositionUpdate",captured:"onCompositionUpdateCapture"},dependencies:"blur compositionupdate keydown keypress keyup mousedown".split(" ")}},rr=!1;function or(e,t){switch(e){case"keyup":return-1!==Zn.indexOf(t.keyCode);case"keydown":return 229!==t.keyCode;case"keypress":case"mousedown":case"blur":return!0;default:return!1}}function ir(e){return"object"==typeof(e=e.detail)&&"data"in e?e.data:null}var ar=!1;var cr={eventTypes:nr,extractEvents:function(e,t,n,r){var o;if(Yn)e:{switch(e){case"compositionstart":var i=nr.compositionStart;break e;case"compositionend":i=nr.compositionEnd;break e;case"compositionupdate":i=nr.compositionUpdate;break e}i=void 0}else ar?or(e,n)&&(i=nr.compositionEnd):"keydown"===e&&229===n.keyCode&&(i=nr.compositionStart);return i?(er&&"ko"!==n.locale&&(ar||i!==nr.compositionStart?i===nr.compositionEnd&&ar&&(o=Fn()):(Rn="value"in(In=r)?In.value:In.textContent,ar=!0)),i=Qn.getPooled(i,t,n,r),o?i.data=o:null!==(o=ir(n))&&(i.data=o),Nn(i),o=i):o=null,(e=Jn?function(e,t){switch(e){case"compositionend":return ir(t);case"keypress":return 32!==t.which?null:(rr=!0,tr);case"textInput":return(e=t.data)===tr&&rr?null:e;default:return null}}(e,n):function(e,t){if(ar)return"compositionend"===e||!Yn&&or(e,t)?(e=Fn(),Dn=Rn=In=null,ar=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return er&&"ko"!==t.locale?null:t.data;default:return null}}(e,n))?((t=Gn.getPooled(nr.beforeInput,t,n,r)).data=e,Nn(t)):t=null,null===o?t:null===t?o:[o,t]}},ur={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function lr(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"input"===t?!!ur[e.type]:"textarea"===t}var sr={change:{phasedRegistrationNames:{bubbled:"onChange",captured:"onChangeCapture"},dependencies:"blur change click focus input keydown keyup selectionchange".split(" ")}};function fr(e,t,n){return(e=$n.getPooled(sr.change,e,t,n)).type="change",P(n),Nn(e),e}var dr=null,pr=null;function hr(e){ct(e)}function vr(e){if(we(Mn(e)))return e}function mr(e,t){if("change"===e)return t}var br=!1;function gr(){dr&&(dr.detachEvent("onpropertychange",yr),pr=dr=null)}function yr(e){if("value"===e.propertyName&&vr(pr))if(e=fr(pr,e,ut(e)),I)ct(e);else{I=!0;try{V(hr,e)}finally{I=!1,D()}}}function _r(e,t,n){"focus"===e?(gr(),pr=n,(dr=t).attachEvent("onpropertychange",yr)):"blur"===e&&gr()}function wr(e){if("selectionchange"===e||"keyup"===e||"keydown"===e)return vr(pr)}function kr(e,t){if("click"===e)return vr(t)}function Or(e,t){if("input"===e||"change"===e)return vr(t)}S&&(br=lt("input")&&(!document.documentMode||9<document.documentMode));var zr={eventTypes:sr,_isInputEventSupported:br,extractEvents:function(e,t,n,r){var o=t?Mn(t):window,i=o.nodeName&&o.nodeName.toLowerCase();if("select"===i||"input"===i&&"file"===o.type)var a=mr;else if(lr(o))if(br)a=Or;else{a=wr;var c=_r}else(i=o.nodeName)&&"input"===i.toLowerCase()&&("checkbox"===o.type||"radio"===o.type)&&(a=kr);if(a&&(a=a(e,t)))return fr(a,n,r);c&&c(e,o,t),"blur"===e&&(e=o._wrapperState)&&e.controlled&&"number"===o.type&&Se(o,"number",o.value)}},xr=$n.extend({view:null,detail:null}),jr={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function Sr(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):!!(e=jr[e])&&!!t[e]}function Er(){return Sr}var Mr=0,Cr=0,Tr=!1,Pr=!1,Hr=xr.extend({screenX:null,screenY:null,clientX:null,clientY:null,pageX:null,pageY:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,getModifierState:Er,button:null,buttons:null,relatedTarget:function(e){return e.relatedTarget||(e.fromElement===e.srcElement?e.toElement:e.fromElement)},movementX:function(e){if("movementX"in e)return e.movementX;var t=Mr;return Mr=e.screenX,Tr?"mousemove"===e.type?e.screenX-t:0:(Tr=!0,0)},movementY:function(e){if("movementY"in e)return e.movementY;var t=Cr;return Cr=e.screenY,Pr?"mousemove"===e.type?e.screenY-t:0:(Pr=!0,0)}}),Vr=Hr.extend({pointerId:null,width:null,height:null,pressure:null,tangentialPressure:null,tiltX:null,tiltY:null,twist:null,pointerType:null,isPrimary:null}),Lr={mouseEnter:{registrationName:"onMouseEnter",dependencies:["mouseout","mouseover"]},mouseLeave:{registrationName:"onMouseLeave",dependencies:["mouseout","mouseover"]},pointerEnter:{registrationName:"onPointerEnter",dependencies:["pointerout","pointerover"]},pointerLeave:{registrationName:"onPointerLeave",dependencies:["pointerout","pointerover"]}},Ar={eventTypes:Lr,extractEvents:function(e,t,n,r,o){var i="mouseover"===e||"pointerover"===e,a="mouseout"===e||"pointerout"===e;if(i&&0==(32&o)&&(n.relatedTarget||n.fromElement)||!a&&!i)return null;(i=r.window===r?r:(i=r.ownerDocument)?i.defaultView||i.parentWindow:window,a)?(a=t,null!==(t=(t=n.relatedTarget||n.toElement)?Sn(t):null)&&(t!==Je(t)||5!==t.tag&&6!==t.tag)&&(t=null)):a=null;if(a===t)return null;if("mouseout"===e||"mouseover"===e)var c=Hr,u=Lr.mouseLeave,l=Lr.mouseEnter,s="mouse";else"pointerout"!==e&&"pointerover"!==e||(c=Vr,u=Lr.pointerLeave,l=Lr.pointerEnter,s="pointer");if(e=null==a?i:Mn(a),i=null==t?i:Mn(t),(u=c.getPooled(u,a,n,r)).type=s+"leave",u.target=e,u.relatedTarget=i,(n=c.getPooled(l,t,n,r)).type=s+"enter",n.target=i,n.relatedTarget=e,s=t,(r=a)&&s)e:{for(l=s,a=0,e=c=r;e;e=Tn(e))a++;for(e=0,t=l;t;t=Tn(t))e++;for(;0<a-e;)c=Tn(c),a--;for(;0<e-a;)l=Tn(l),e--;for(;a--;){if(c===l||c===l.alternate)break e;c=Tn(c),l=Tn(l)}c=null}else c=null;for(l=c,c=[];r&&r!==l&&(null===(a=r.alternate)||a!==l);)c.push(r),r=Tn(r);for(r=[];s&&s!==l&&(null===(a=s.alternate)||a!==l);)r.push(s),s=Tn(s);for(s=0;s<c.length;s++)Ln(c[s],"bubbled",u);for(s=r.length;0<s--;)Ln(r[s],"captured",n);return 0==(64&o)?[u]:[u,n]}};var Nr="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},Ir=Object.prototype.hasOwnProperty;function Rr(e,t){if(Nr(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(r=0;r<n.length;r++)if(!Ir.call(t,n[r])||!Nr(e[n[r]],t[n[r]]))return!1;return!0}var Dr=S&&"documentMode"in document&&11>=document.documentMode,Fr={select:{phasedRegistrationNames:{bubbled:"onSelect",captured:"onSelectCapture"},dependencies:"blur contextmenu dragend focus keydown keyup mousedown mouseup selectionchange".split(" ")}},Br=null,Ur=null,$r=null,Wr=!1;function qr(e,t){var n=t.window===t?t.document:9===t.nodeType?t:t.ownerDocument;return Wr||null==Br||Br!==sn(n)?null:("selectionStart"in(n=Br)&&hn(n)?n={start:n.selectionStart,end:n.selectionEnd}:n={anchorNode:(n=(n.ownerDocument&&n.ownerDocument.defaultView||window).getSelection()).anchorNode,anchorOffset:n.anchorOffset,focusNode:n.focusNode,focusOffset:n.focusOffset},$r&&Rr($r,n)?null:($r=n,(e=$n.getPooled(Fr.select,Ur,e,t)).type="select",e.target=Br,Nn(e),e))}var Kr={eventTypes:Fr,extractEvents:function(e,t,n,r,o,i){if(!(i=!(o=i||(r.window===r?r.document:9===r.nodeType?r:r.ownerDocument)))){e:{o=Xe(o),i=x.onSelect;for(var a=0;a<i.length;a++)if(!o.has(i[a])){o=!1;break e}o=!0}i=!o}if(i)return null;switch(o=t?Mn(t):window,e){case"focus":(lr(o)||"true"===o.contentEditable)&&(Br=o,Ur=t,$r=null);break;case"blur":$r=Ur=Br=null;break;case"mousedown":Wr=!0;break;case"contextmenu":case"mouseup":case"dragend":return Wr=!1,qr(n,r);case"selectionchange":if(Dr)break;case"keydown":case"keyup":return qr(n,r)}return null}},Qr=$n.extend({animationName:null,elapsedTime:null,pseudoElement:null}),Gr=$n.extend({clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),Zr=xr.extend({relatedTarget:null});function Yr(e){var t=e.keyCode;return"charCode"in e?0===(e=e.charCode)&&13===t&&(e=13):e=t,10===e&&(e=13),32<=e||13===e?e:0}var Xr={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},Jr={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},eo=xr.extend({key:function(e){if(e.key){var t=Xr[e.key]||e.key;if("Unidentified"!==t)return t}return"keypress"===e.type?13===(e=Yr(e))?"Enter":String.fromCharCode(e):"keydown"===e.type||"keyup"===e.type?Jr[e.keyCode]||"Unidentified":""},location:null,ctrlKey:null,shiftKey:null,altKey:null,metaKey:null,repeat:null,locale:null,getModifierState:Er,charCode:function(e){return"keypress"===e.type?Yr(e):0},keyCode:function(e){return"keydown"===e.type||"keyup"===e.type?e.keyCode:0},which:function(e){return"keypress"===e.type?Yr(e):"keydown"===e.type||"keyup"===e.type?e.keyCode:0}}),to=Hr.extend({dataTransfer:null}),no=xr.extend({touches:null,targetTouches:null,changedTouches:null,altKey:null,metaKey:null,ctrlKey:null,shiftKey:null,getModifierState:Er}),ro=$n.extend({propertyName:null,elapsedTime:null,pseudoElement:null}),oo=Hr.extend({deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:null,deltaMode:null}),io={eventTypes:Nt,extractEvents:function(e,t,n,r){var o=It.get(e);if(!o)return null;switch(e){case"keypress":if(0===Yr(n))return null;case"keydown":case"keyup":e=eo;break;case"blur":case"focus":e=Zr;break;case"click":if(2===n.button)return null;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":e=Hr;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":e=to;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":e=no;break;case qe:case Ke:case Qe:e=Qr;break;case Ge:e=ro;break;case"scroll":e=xr;break;case"wheel":e=oo;break;case"copy":case"cut":case"paste":e=Gr;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":e=Vr;break;default:e=$n}return Nn(t=e.getPooled(o,t,n,r)),t}};if(g)throw Error(a(101));g=Array.prototype.slice.call("ResponderEventPlugin SimpleEventPlugin EnterLeaveEventPlugin ChangeEventPlugin SelectEventPlugin BeforeInputEventPlugin".split(" ")),_(),h=Cn,v=En,m=Mn,j({SimpleEventPlugin:io,EnterLeaveEventPlugin:Ar,ChangeEventPlugin:zr,SelectEventPlugin:Kr,BeforeInputEventPlugin:cr});var ao=[],co=-1;function uo(e){0>co||(e.current=ao[co],ao[co]=null,co--)}function lo(e,t){co++,ao[co]=e.current,e.current=t}var so={},fo={current:so},po={current:!1},ho=so;function vo(e,t){var n=e.type.contextTypes;if(!n)return so;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var o,i={};for(o in n)i[o]=t[o];return r&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=i),i}function mo(e){return null!=(e=e.childContextTypes)}function bo(){uo(po),uo(fo)}function go(e,t,n){if(fo.current!==so)throw Error(a(168));lo(fo,t),lo(po,n)}function yo(e,t,n){var r=e.stateNode;if(e=t.childContextTypes,"function"!=typeof r.getChildContext)return n;for(var i in r=r.getChildContext())if(!(i in e))throw Error(a(108,me(t)||"Unknown",i));return o({},n,{},r)}function _o(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||so,ho=fo.current,lo(fo,e),lo(po,po.current),!0}function wo(e,t,n){var r=e.stateNode;if(!r)throw Error(a(169));n?(e=yo(e,t,ho),r.__reactInternalMemoizedMergedChildContext=e,uo(po),uo(fo),lo(fo,e)):uo(po),lo(po,n)}var ko=i.unstable_runWithPriority,Oo=i.unstable_scheduleCallback,zo=i.unstable_cancelCallback,xo=i.unstable_requestPaint,jo=i.unstable_now,So=i.unstable_getCurrentPriorityLevel,Eo=i.unstable_ImmediatePriority,Mo=i.unstable_UserBlockingPriority,Co=i.unstable_NormalPriority,To=i.unstable_LowPriority,Po=i.unstable_IdlePriority,Ho={},Vo=i.unstable_shouldYield,Lo=void 0!==xo?xo:function(){},Ao=null,No=null,Io=!1,Ro=jo(),Do=1e4>Ro?jo:function(){return jo()-Ro};function Fo(){switch(So()){case Eo:return 99;case Mo:return 98;case Co:return 97;case To:return 96;case Po:return 95;default:throw Error(a(332))}}function Bo(e){switch(e){case 99:return Eo;case 98:return Mo;case 97:return Co;case 96:return To;case 95:return Po;default:throw Error(a(332))}}function Uo(e,t){return e=Bo(e),ko(e,t)}function $o(e,t,n){return e=Bo(e),Oo(e,t,n)}function Wo(e){return null===Ao?(Ao=[e],No=Oo(Eo,Ko)):Ao.push(e),Ho}function qo(){if(null!==No){var e=No;No=null,zo(e)}Ko()}function Ko(){if(!Io&&null!==Ao){Io=!0;var e=0;try{var t=Ao;Uo(99,(function(){for(;e<t.length;e++){var n=t[e];do{n=n(!0)}while(null!==n)}})),Ao=null}catch(n){throw null!==Ao&&(Ao=Ao.slice(e+1)),Oo(Eo,qo),n}finally{Io=!1}}}function Qo(e,t,n){return 1073741821-(1+((1073741821-e+t/10)/(n/=10)|0))*n}function Go(e,t){if(e&&e.defaultProps)for(var n in t=o({},t),e=e.defaultProps)void 0===t[n]&&(t[n]=e[n]);return t}var Zo={current:null},Yo=null,Xo=null,Jo=null;function ei(){Jo=Xo=Yo=null}function ti(e){var t=Zo.current;uo(Zo),e.type._context._currentValue=t}function ni(e,t){for(;null!==e;){var n=e.alternate;if(e.childExpirationTime<t)e.childExpirationTime=t,null!==n&&n.childExpirationTime<t&&(n.childExpirationTime=t);else{if(!(null!==n&&n.childExpirationTime<t))break;n.childExpirationTime=t}e=e.return}}function ri(e,t){Yo=e,Jo=Xo=null,null!==(e=e.dependencies)&&null!==e.firstContext&&(e.expirationTime>=t&&(Ca=!0),e.firstContext=null)}function oi(e,t){if(Jo!==e&&!1!==t&&0!==t)if("number"==typeof t&&1073741823!==t||(Jo=e,t=1073741823),t={context:e,observedBits:t,next:null},null===Xo){if(null===Yo)throw Error(a(308));Xo=t,Yo.dependencies={expirationTime:0,firstContext:t,responders:null}}else Xo=Xo.next=t;return e._currentValue}var ii=!1;function ai(e){e.updateQueue={baseState:e.memoizedState,baseQueue:null,shared:{pending:null},effects:null}}function ci(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,baseQueue:e.baseQueue,shared:e.shared,effects:e.effects})}function ui(e,t){return(e={expirationTime:e,suspenseConfig:t,tag:0,payload:null,callback:null,next:null}).next=e}function li(e,t){if(null!==(e=e.updateQueue)){var n=(e=e.shared).pending;null===n?t.next=t:(t.next=n.next,n.next=t),e.pending=t}}function si(e,t){var n=e.alternate;null!==n&&ci(n,e),null===(n=(e=e.updateQueue).baseQueue)?(e.baseQueue=t.next=t,t.next=t):(t.next=n.next,n.next=t)}function fi(e,t,n,r){var i=e.updateQueue;ii=!1;var a=i.baseQueue,c=i.shared.pending;if(null!==c){if(null!==a){var u=a.next;a.next=c.next,c.next=u}a=c,i.shared.pending=null,null!==(u=e.alternate)&&(null!==(u=u.updateQueue)&&(u.baseQueue=c))}if(null!==a){u=a.next;var l=i.baseState,s=0,f=null,d=null,p=null;if(null!==u)for(var h=u;;){if((c=h.expirationTime)<r){var v={expirationTime:h.expirationTime,suspenseConfig:h.suspenseConfig,tag:h.tag,payload:h.payload,callback:h.callback,next:null};null===p?(d=p=v,f=l):p=p.next=v,c>s&&(s=c)}else{null!==p&&(p=p.next={expirationTime:1073741823,suspenseConfig:h.suspenseConfig,tag:h.tag,payload:h.payload,callback:h.callback,next:null}),iu(c,h.suspenseConfig);e:{var m=e,b=h;switch(c=t,v=n,b.tag){case 1:if("function"==typeof(m=b.payload)){l=m.call(v,l,c);break e}l=m;break e;case 3:m.effectTag=-4097&m.effectTag|64;case 0:if(null==(c="function"==typeof(m=b.payload)?m.call(v,l,c):m))break e;l=o({},l,c);break e;case 2:ii=!0}}null!==h.callback&&(e.effectTag|=32,null===(c=i.effects)?i.effects=[h]:c.push(h))}if(null===(h=h.next)||h===u){if(null===(c=i.shared.pending))break;h=a.next=c.next,c.next=u,i.baseQueue=a=c,i.shared.pending=null}}null===p?f=l:p.next=d,i.baseState=f,i.baseQueue=p,au(s),e.expirationTime=s,e.memoizedState=l}}function di(e,t,n){if(e=t.effects,t.effects=null,null!==e)for(t=0;t<e.length;t++){var r=e[t],o=r.callback;if(null!==o){if(r.callback=null,r=o,o=n,"function"!=typeof r)throw Error(a(191,r));r.call(o)}}}var pi=Z.ReactCurrentBatchConfig,hi=(new r.Component).refs;function vi(e,t,n,r){n=null==(n=n(r,t=e.memoizedState))?t:o({},t,n),e.memoizedState=n,0===e.expirationTime&&(e.updateQueue.baseState=n)}var mi={isMounted:function(e){return!!(e=e._reactInternalFiber)&&Je(e)===e},enqueueSetState:function(e,t,n){e=e._reactInternalFiber;var r=qc(),o=pi.suspense;(o=ui(r=Kc(r,e,o),o)).payload=t,null!=n&&(o.callback=n),li(e,o),Qc(e,r)},enqueueReplaceState:function(e,t,n){e=e._reactInternalFiber;var r=qc(),o=pi.suspense;(o=ui(r=Kc(r,e,o),o)).tag=1,o.payload=t,null!=n&&(o.callback=n),li(e,o),Qc(e,r)},enqueueForceUpdate:function(e,t){e=e._reactInternalFiber;var n=qc(),r=pi.suspense;(r=ui(n=Kc(n,e,r),r)).tag=2,null!=t&&(r.callback=t),li(e,r),Qc(e,n)}};function bi(e,t,n,r,o,i,a){return"function"==typeof(e=e.stateNode).shouldComponentUpdate?e.shouldComponentUpdate(r,i,a):!t.prototype||!t.prototype.isPureReactComponent||(!Rr(n,r)||!Rr(o,i))}function gi(e,t,n){var r=!1,o=so,i=t.contextType;return"object"==typeof i&&null!==i?i=oi(i):(o=mo(t)?ho:fo.current,i=(r=null!=(r=t.contextTypes))?vo(e,o):so),t=new t(n,i),e.memoizedState=null!==t.state&&void 0!==t.state?t.state:null,t.updater=mi,e.stateNode=t,t._reactInternalFiber=e,r&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=o,e.__reactInternalMemoizedMaskedChildContext=i),t}function yi(e,t,n,r){e=t.state,"function"==typeof t.componentWillReceiveProps&&t.componentWillReceiveProps(n,r),"function"==typeof t.UNSAFE_componentWillReceiveProps&&t.UNSAFE_componentWillReceiveProps(n,r),t.state!==e&&mi.enqueueReplaceState(t,t.state,null)}function _i(e,t,n,r){var o=e.stateNode;o.props=n,o.state=e.memoizedState,o.refs=hi,ai(e);var i=t.contextType;"object"==typeof i&&null!==i?o.context=oi(i):(i=mo(t)?ho:fo.current,o.context=vo(e,i)),fi(e,n,o,r),o.state=e.memoizedState,"function"==typeof(i=t.getDerivedStateFromProps)&&(vi(e,t,i,n),o.state=e.memoizedState),"function"==typeof t.getDerivedStateFromProps||"function"==typeof o.getSnapshotBeforeUpdate||"function"!=typeof o.UNSAFE_componentWillMount&&"function"!=typeof o.componentWillMount||(t=o.state,"function"==typeof o.componentWillMount&&o.componentWillMount(),"function"==typeof o.UNSAFE_componentWillMount&&o.UNSAFE_componentWillMount(),t!==o.state&&mi.enqueueReplaceState(o,o.state,null),fi(e,n,o,r),o.state=e.memoizedState),"function"==typeof o.componentDidMount&&(e.effectTag|=4)}var wi=Array.isArray;function ki(e,t,n){if(null!==(e=n.ref)&&"function"!=typeof e&&"object"!=typeof e){if(n._owner){if(n=n._owner){if(1!==n.tag)throw Error(a(309));var r=n.stateNode}if(!r)throw Error(a(147,e));var o=""+e;return null!==t&&null!==t.ref&&"function"==typeof t.ref&&t.ref._stringRef===o?t.ref:((t=function(e){var t=r.refs;t===hi&&(t=r.refs={}),null===e?delete t[o]:t[o]=e})._stringRef=o,t)}if("string"!=typeof e)throw Error(a(284));if(!n._owner)throw Error(a(290,e))}return e}function Oi(e,t){if("textarea"!==e.type)throw Error(a(31,"[object Object]"===Object.prototype.toString.call(t)?"object with keys {"+Object.keys(t).join(", ")+"}":t,""))}function zi(e){function t(t,n){if(e){var r=t.lastEffect;null!==r?(r.nextEffect=n,t.lastEffect=n):t.firstEffect=t.lastEffect=n,n.nextEffect=null,n.effectTag=8}}function n(n,r){if(!e)return null;for(;null!==r;)t(n,r),r=r.sibling;return null}function r(e,t){for(e=new Map;null!==t;)null!==t.key?e.set(t.key,t):e.set(t.index,t),t=t.sibling;return e}function o(e,t){return(e=ju(e,t)).index=0,e.sibling=null,e}function i(t,n,r){return t.index=r,e?null!==(r=t.alternate)?(r=r.index)<n?(t.effectTag=2,n):r:(t.effectTag=2,n):n}function c(t){return e&&null===t.alternate&&(t.effectTag=2),t}function u(e,t,n,r){return null===t||6!==t.tag?((t=Mu(n,e.mode,r)).return=e,t):((t=o(t,n)).return=e,t)}function l(e,t,n,r){return null!==t&&t.elementType===n.type?((r=o(t,n.props)).ref=ki(e,t,n),r.return=e,r):((r=Su(n.type,n.key,n.props,null,e.mode,r)).ref=ki(e,t,n),r.return=e,r)}function s(e,t,n,r){return null===t||4!==t.tag||t.stateNode.containerInfo!==n.containerInfo||t.stateNode.implementation!==n.implementation?((t=Cu(n,e.mode,r)).return=e,t):((t=o(t,n.children||[])).return=e,t)}function f(e,t,n,r,i){return null===t||7!==t.tag?((t=Eu(n,e.mode,r,i)).return=e,t):((t=o(t,n)).return=e,t)}function d(e,t,n){if("string"==typeof t||"number"==typeof t)return(t=Mu(""+t,e.mode,n)).return=e,t;if("object"==typeof t&&null!==t){switch(t.$$typeof){case ee:return(n=Su(t.type,t.key,t.props,null,e.mode,n)).ref=ki(e,null,t),n.return=e,n;case te:return(t=Cu(t,e.mode,n)).return=e,t}if(wi(t)||ve(t))return(t=Eu(t,e.mode,n,null)).return=e,t;Oi(e,t)}return null}function p(e,t,n,r){var o=null!==t?t.key:null;if("string"==typeof n||"number"==typeof n)return null!==o?null:u(e,t,""+n,r);if("object"==typeof n&&null!==n){switch(n.$$typeof){case ee:return n.key===o?n.type===ne?f(e,t,n.props.children,r,o):l(e,t,n,r):null;case te:return n.key===o?s(e,t,n,r):null}if(wi(n)||ve(n))return null!==o?null:f(e,t,n,r,null);Oi(e,n)}return null}function h(e,t,n,r,o){if("string"==typeof r||"number"==typeof r)return u(t,e=e.get(n)||null,""+r,o);if("object"==typeof r&&null!==r){switch(r.$$typeof){case ee:return e=e.get(null===r.key?n:r.key)||null,r.type===ne?f(t,e,r.props.children,o,r.key):l(t,e,r,o);case te:return s(t,e=e.get(null===r.key?n:r.key)||null,r,o)}if(wi(r)||ve(r))return f(t,e=e.get(n)||null,r,o,null);Oi(t,r)}return null}function v(o,a,c,u){for(var l=null,s=null,f=a,v=a=0,m=null;null!==f&&v<c.length;v++){f.index>v?(m=f,f=null):m=f.sibling;var b=p(o,f,c[v],u);if(null===b){null===f&&(f=m);break}e&&f&&null===b.alternate&&t(o,f),a=i(b,a,v),null===s?l=b:s.sibling=b,s=b,f=m}if(v===c.length)return n(o,f),l;if(null===f){for(;v<c.length;v++)null!==(f=d(o,c[v],u))&&(a=i(f,a,v),null===s?l=f:s.sibling=f,s=f);return l}for(f=r(o,f);v<c.length;v++)null!==(m=h(f,o,v,c[v],u))&&(e&&null!==m.alternate&&f.delete(null===m.key?v:m.key),a=i(m,a,v),null===s?l=m:s.sibling=m,s=m);return e&&f.forEach((function(e){return t(o,e)})),l}function m(o,c,u,l){var s=ve(u);if("function"!=typeof s)throw Error(a(150));if(null==(u=s.call(u)))throw Error(a(151));for(var f=s=null,v=c,m=c=0,b=null,g=u.next();null!==v&&!g.done;m++,g=u.next()){v.index>m?(b=v,v=null):b=v.sibling;var y=p(o,v,g.value,l);if(null===y){null===v&&(v=b);break}e&&v&&null===y.alternate&&t(o,v),c=i(y,c,m),null===f?s=y:f.sibling=y,f=y,v=b}if(g.done)return n(o,v),s;if(null===v){for(;!g.done;m++,g=u.next())null!==(g=d(o,g.value,l))&&(c=i(g,c,m),null===f?s=g:f.sibling=g,f=g);return s}for(v=r(o,v);!g.done;m++,g=u.next())null!==(g=h(v,o,m,g.value,l))&&(e&&null!==g.alternate&&v.delete(null===g.key?m:g.key),c=i(g,c,m),null===f?s=g:f.sibling=g,f=g);return e&&v.forEach((function(e){return t(o,e)})),s}return function(e,r,i,u){var l="object"==typeof i&&null!==i&&i.type===ne&&null===i.key;l&&(i=i.props.children);var s="object"==typeof i&&null!==i;if(s)switch(i.$$typeof){case ee:e:{for(s=i.key,l=r;null!==l;){if(l.key===s){switch(l.tag){case 7:if(i.type===ne){n(e,l.sibling),(r=o(l,i.props.children)).return=e,e=r;break e}break;default:if(l.elementType===i.type){n(e,l.sibling),(r=o(l,i.props)).ref=ki(e,l,i),r.return=e,e=r;break e}}n(e,l);break}t(e,l),l=l.sibling}i.type===ne?((r=Eu(i.props.children,e.mode,u,i.key)).return=e,e=r):((u=Su(i.type,i.key,i.props,null,e.mode,u)).ref=ki(e,r,i),u.return=e,e=u)}return c(e);case te:e:{for(l=i.key;null!==r;){if(r.key===l){if(4===r.tag&&r.stateNode.containerInfo===i.containerInfo&&r.stateNode.implementation===i.implementation){n(e,r.sibling),(r=o(r,i.children||[])).return=e,e=r;break e}n(e,r);break}t(e,r),r=r.sibling}(r=Cu(i,e.mode,u)).return=e,e=r}return c(e)}if("string"==typeof i||"number"==typeof i)return i=""+i,null!==r&&6===r.tag?(n(e,r.sibling),(r=o(r,i)).return=e,e=r):(n(e,r),(r=Mu(i,e.mode,u)).return=e,e=r),c(e);if(wi(i))return v(e,r,i,u);if(ve(i))return m(e,r,i,u);if(s&&Oi(e,i),void 0===i&&!l)switch(e.tag){case 1:case 0:throw e=e.type,Error(a(152,e.displayName||e.name||"Component"))}return n(e,r)}}var xi=zi(!0),ji=zi(!1),Si={},Ei={current:Si},Mi={current:Si},Ci={current:Si};function Ti(e){if(e===Si)throw Error(a(174));return e}function Pi(e,t){switch(lo(Ci,t),lo(Mi,e),lo(Ei,Si),e=t.nodeType){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:Ne(null,"");break;default:t=Ne(t=(e=8===e?t.parentNode:t).namespaceURI||null,e=e.tagName)}uo(Ei),lo(Ei,t)}function Hi(){uo(Ei),uo(Mi),uo(Ci)}function Vi(e){Ti(Ci.current);var t=Ti(Ei.current),n=Ne(t,e.type);t!==n&&(lo(Mi,e),lo(Ei,n))}function Li(e){Mi.current===e&&(uo(Ei),uo(Mi))}var Ai={current:0};function Ni(e){for(var t=e;null!==t;){if(13===t.tag){var n=t.memoizedState;if(null!==n&&(null===(n=n.dehydrated)||"$?"===n.data||"$!"===n.data))return t}else if(19===t.tag&&void 0!==t.memoizedProps.revealOrder){if(0!=(64&t.effectTag))return t}else if(null!==t.child){t.child.return=t,t=t.child;continue}if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}function Ii(e,t){return{responder:e,props:t}}var Ri=Z.ReactCurrentDispatcher,Di=Z.ReactCurrentBatchConfig,Fi=0,Bi=null,Ui=null,$i=null,Wi=!1;function qi(){throw Error(a(321))}function Ki(e,t){if(null===t)return!1;for(var n=0;n<t.length&&n<e.length;n++)if(!Nr(e[n],t[n]))return!1;return!0}function Qi(e,t,n,r,o,i){if(Fi=i,Bi=t,t.memoizedState=null,t.updateQueue=null,t.expirationTime=0,Ri.current=null===e||null===e.memoizedState?ba:ga,e=n(r,o),t.expirationTime===Fi){i=0;do{if(t.expirationTime=0,!(25>i))throw Error(a(301));i+=1,$i=Ui=null,t.updateQueue=null,Ri.current=ya,e=n(r,o)}while(t.expirationTime===Fi)}if(Ri.current=ma,t=null!==Ui&&null!==Ui.next,Fi=0,$i=Ui=Bi=null,Wi=!1,t)throw Error(a(300));return e}function Gi(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return null===$i?Bi.memoizedState=$i=e:$i=$i.next=e,$i}function Zi(){if(null===Ui){var e=Bi.alternate;e=null!==e?e.memoizedState:null}else e=Ui.next;var t=null===$i?Bi.memoizedState:$i.next;if(null!==t)$i=t,Ui=e;else{if(null===e)throw Error(a(310));e={memoizedState:(Ui=e).memoizedState,baseState:Ui.baseState,baseQueue:Ui.baseQueue,queue:Ui.queue,next:null},null===$i?Bi.memoizedState=$i=e:$i=$i.next=e}return $i}function Yi(e,t){return"function"==typeof t?t(e):t}function Xi(e){var t=Zi(),n=t.queue;if(null===n)throw Error(a(311));n.lastRenderedReducer=e;var r=Ui,o=r.baseQueue,i=n.pending;if(null!==i){if(null!==o){var c=o.next;o.next=i.next,i.next=c}r.baseQueue=o=i,n.pending=null}if(null!==o){o=o.next,r=r.baseState;var u=c=i=null,l=o;do{var s=l.expirationTime;if(s<Fi){var f={expirationTime:l.expirationTime,suspenseConfig:l.suspenseConfig,action:l.action,eagerReducer:l.eagerReducer,eagerState:l.eagerState,next:null};null===u?(c=u=f,i=r):u=u.next=f,s>Bi.expirationTime&&(Bi.expirationTime=s,au(s))}else null!==u&&(u=u.next={expirationTime:1073741823,suspenseConfig:l.suspenseConfig,action:l.action,eagerReducer:l.eagerReducer,eagerState:l.eagerState,next:null}),iu(s,l.suspenseConfig),r=l.eagerReducer===e?l.eagerState:e(r,l.action);l=l.next}while(null!==l&&l!==o);null===u?i=r:u.next=c,Nr(r,t.memoizedState)||(Ca=!0),t.memoizedState=r,t.baseState=i,t.baseQueue=u,n.lastRenderedState=r}return[t.memoizedState,n.dispatch]}function Ji(e){var t=Zi(),n=t.queue;if(null===n)throw Error(a(311));n.lastRenderedReducer=e;var r=n.dispatch,o=n.pending,i=t.memoizedState;if(null!==o){n.pending=null;var c=o=o.next;do{i=e(i,c.action),c=c.next}while(c!==o);Nr(i,t.memoizedState)||(Ca=!0),t.memoizedState=i,null===t.baseQueue&&(t.baseState=i),n.lastRenderedState=i}return[i,r]}function ea(e){var t=Gi();return"function"==typeof e&&(e=e()),t.memoizedState=t.baseState=e,e=(e=t.queue={pending:null,dispatch:null,lastRenderedReducer:Yi,lastRenderedState:e}).dispatch=va.bind(null,Bi,e),[t.memoizedState,e]}function ta(e,t,n,r){return e={tag:e,create:t,destroy:n,deps:r,next:null},null===(t=Bi.updateQueue)?(t={lastEffect:null},Bi.updateQueue=t,t.lastEffect=e.next=e):null===(n=t.lastEffect)?t.lastEffect=e.next=e:(r=n.next,n.next=e,e.next=r,t.lastEffect=e),e}function na(){return Zi().memoizedState}function ra(e,t,n,r){var o=Gi();Bi.effectTag|=e,o.memoizedState=ta(1|t,n,void 0,void 0===r?null:r)}function oa(e,t,n,r){var o=Zi();r=void 0===r?null:r;var i=void 0;if(null!==Ui){var a=Ui.memoizedState;if(i=a.destroy,null!==r&&Ki(r,a.deps))return void ta(t,n,i,r)}Bi.effectTag|=e,o.memoizedState=ta(1|t,n,i,r)}function ia(e,t){return ra(516,4,e,t)}function aa(e,t){return oa(516,4,e,t)}function ca(e,t){return oa(4,2,e,t)}function ua(e,t){return"function"==typeof t?(e=e(),t(e),function(){t(null)}):null!=t?(e=e(),t.current=e,function(){t.current=null}):void 0}function la(e,t,n){return n=null!=n?n.concat([e]):null,oa(4,2,ua.bind(null,t,e),n)}function sa(){}function fa(e,t){return Gi().memoizedState=[e,void 0===t?null:t],e}function da(e,t){var n=Zi();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&Ki(t,r[1])?r[0]:(n.memoizedState=[e,t],e)}function pa(e,t){var n=Zi();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&Ki(t,r[1])?r[0]:(e=e(),n.memoizedState=[e,t],e)}function ha(e,t,n){var r=Fo();Uo(98>r?98:r,(function(){e(!0)})),Uo(97<r?97:r,(function(){var r=Di.suspense;Di.suspense=void 0===t?null:t;try{e(!1),n()}finally{Di.suspense=r}}))}function va(e,t,n){var r=qc(),o=pi.suspense;o={expirationTime:r=Kc(r,e,o),suspenseConfig:o,action:n,eagerReducer:null,eagerState:null,next:null};var i=t.pending;if(null===i?o.next=o:(o.next=i.next,i.next=o),t.pending=o,i=e.alternate,e===Bi||null!==i&&i===Bi)Wi=!0,o.expirationTime=Fi,Bi.expirationTime=Fi;else{if(0===e.expirationTime&&(null===i||0===i.expirationTime)&&null!==(i=t.lastRenderedReducer))try{var a=t.lastRenderedState,c=i(a,n);if(o.eagerReducer=i,o.eagerState=c,Nr(c,a))return}catch(u){}Qc(e,r)}}var ma={readContext:oi,useCallback:qi,useContext:qi,useEffect:qi,useImperativeHandle:qi,useLayoutEffect:qi,useMemo:qi,useReducer:qi,useRef:qi,useState:qi,useDebugValue:qi,useResponder:qi,useDeferredValue:qi,useTransition:qi},ba={readContext:oi,useCallback:fa,useContext:oi,useEffect:ia,useImperativeHandle:function(e,t,n){return n=null!=n?n.concat([e]):null,ra(4,2,ua.bind(null,t,e),n)},useLayoutEffect:function(e,t){return ra(4,2,e,t)},useMemo:function(e,t){var n=Gi();return t=void 0===t?null:t,e=e(),n.memoizedState=[e,t],e},useReducer:function(e,t,n){var r=Gi();return t=void 0!==n?n(t):t,r.memoizedState=r.baseState=t,e=(e=r.queue={pending:null,dispatch:null,lastRenderedReducer:e,lastRenderedState:t}).dispatch=va.bind(null,Bi,e),[r.memoizedState,e]},useRef:function(e){return e={current:e},Gi().memoizedState=e},useState:ea,useDebugValue:sa,useResponder:Ii,useDeferredValue:function(e,t){var n=ea(e),r=n[0],o=n[1];return ia((function(){var n=Di.suspense;Di.suspense=void 0===t?null:t;try{o(e)}finally{Di.suspense=n}}),[e,t]),r},useTransition:function(e){var t=ea(!1),n=t[0];return t=t[1],[fa(ha.bind(null,t,e),[t,e]),n]}},ga={readContext:oi,useCallback:da,useContext:oi,useEffect:aa,useImperativeHandle:la,useLayoutEffect:ca,useMemo:pa,useReducer:Xi,useRef:na,useState:function(){return Xi(Yi)},useDebugValue:sa,useResponder:Ii,useDeferredValue:function(e,t){var n=Xi(Yi),r=n[0],o=n[1];return aa((function(){var n=Di.suspense;Di.suspense=void 0===t?null:t;try{o(e)}finally{Di.suspense=n}}),[e,t]),r},useTransition:function(e){var t=Xi(Yi),n=t[0];return t=t[1],[da(ha.bind(null,t,e),[t,e]),n]}},ya={readContext:oi,useCallback:da,useContext:oi,useEffect:aa,useImperativeHandle:la,useLayoutEffect:ca,useMemo:pa,useReducer:Ji,useRef:na,useState:function(){return Ji(Yi)},useDebugValue:sa,useResponder:Ii,useDeferredValue:function(e,t){var n=Ji(Yi),r=n[0],o=n[1];return aa((function(){var n=Di.suspense;Di.suspense=void 0===t?null:t;try{o(e)}finally{Di.suspense=n}}),[e,t]),r},useTransition:function(e){var t=Ji(Yi),n=t[0];return t=t[1],[da(ha.bind(null,t,e),[t,e]),n]}},_a=null,wa=null,ka=!1;function Oa(e,t){var n=zu(5,null,null,0);n.elementType="DELETED",n.type="DELETED",n.stateNode=t,n.return=e,n.effectTag=8,null!==e.lastEffect?(e.lastEffect.nextEffect=n,e.lastEffect=n):e.firstEffect=e.lastEffect=n}function za(e,t){switch(e.tag){case 5:var n=e.type;return null!==(t=1!==t.nodeType||n.toLowerCase()!==t.nodeName.toLowerCase()?null:t)&&(e.stateNode=t,!0);case 6:return null!==(t=""===e.pendingProps||3!==t.nodeType?null:t)&&(e.stateNode=t,!0);case 13:default:return!1}}function xa(e){if(ka){var t=wa;if(t){var n=t;if(!za(e,t)){if(!(t=wn(n.nextSibling))||!za(e,t))return e.effectTag=-1025&e.effectTag|2,ka=!1,void(_a=e);Oa(_a,n)}_a=e,wa=wn(t.firstChild)}else e.effectTag=-1025&e.effectTag|2,ka=!1,_a=e}}function ja(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag&&13!==e.tag;)e=e.return;_a=e}function Sa(e){if(e!==_a)return!1;if(!ka)return ja(e),ka=!0,!1;var t=e.type;if(5!==e.tag||"head"!==t&&"body"!==t&&!gn(t,e.memoizedProps))for(t=wa;t;)Oa(e,t),t=wn(t.nextSibling);if(ja(e),13===e.tag){if(!(e=null!==(e=e.memoizedState)?e.dehydrated:null))throw Error(a(317));e:{for(e=e.nextSibling,t=0;e;){if(8===e.nodeType){var n=e.data;if("/$"===n){if(0===t){wa=wn(e.nextSibling);break e}t--}else"$"!==n&&"$!"!==n&&"$?"!==n||t++}e=e.nextSibling}wa=null}}else wa=_a?wn(e.stateNode.nextSibling):null;return!0}function Ea(){wa=_a=null,ka=!1}var Ma=Z.ReactCurrentOwner,Ca=!1;function Ta(e,t,n,r){t.child=null===e?ji(t,null,n,r):xi(t,e.child,n,r)}function Pa(e,t,n,r,o){n=n.render;var i=t.ref;return ri(t,o),r=Qi(e,t,n,r,i,o),null===e||Ca?(t.effectTag|=1,Ta(e,t,r,o),t.child):(t.updateQueue=e.updateQueue,t.effectTag&=-517,e.expirationTime<=o&&(e.expirationTime=0),Qa(e,t,o))}function Ha(e,t,n,r,o,i){if(null===e){var a=n.type;return"function"!=typeof a||xu(a)||void 0!==a.defaultProps||null!==n.compare||void 0!==n.defaultProps?((e=Su(n.type,null,r,null,t.mode,i)).ref=t.ref,e.return=t,t.child=e):(t.tag=15,t.type=a,Va(e,t,a,r,o,i))}return a=e.child,o<i&&(o=a.memoizedProps,(n=null!==(n=n.compare)?n:Rr)(o,r)&&e.ref===t.ref)?Qa(e,t,i):(t.effectTag|=1,(e=ju(a,r)).ref=t.ref,e.return=t,t.child=e)}function Va(e,t,n,r,o,i){return null!==e&&Rr(e.memoizedProps,r)&&e.ref===t.ref&&(Ca=!1,o<i)?(t.expirationTime=e.expirationTime,Qa(e,t,i)):Aa(e,t,n,r,i)}function La(e,t){var n=t.ref;(null===e&&null!==n||null!==e&&e.ref!==n)&&(t.effectTag|=128)}function Aa(e,t,n,r,o){var i=mo(n)?ho:fo.current;return i=vo(t,i),ri(t,o),n=Qi(e,t,n,r,i,o),null===e||Ca?(t.effectTag|=1,Ta(e,t,n,o),t.child):(t.updateQueue=e.updateQueue,t.effectTag&=-517,e.expirationTime<=o&&(e.expirationTime=0),Qa(e,t,o))}function Na(e,t,n,r,o){if(mo(n)){var i=!0;_o(t)}else i=!1;if(ri(t,o),null===t.stateNode)null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),gi(t,n,r),_i(t,n,r,o),r=!0;else if(null===e){var a=t.stateNode,c=t.memoizedProps;a.props=c;var u=a.context,l=n.contextType;"object"==typeof l&&null!==l?l=oi(l):l=vo(t,l=mo(n)?ho:fo.current);var s=n.getDerivedStateFromProps,f="function"==typeof s||"function"==typeof a.getSnapshotBeforeUpdate;f||"function"!=typeof a.UNSAFE_componentWillReceiveProps&&"function"!=typeof a.componentWillReceiveProps||(c!==r||u!==l)&&yi(t,a,r,l),ii=!1;var d=t.memoizedState;a.state=d,fi(t,r,a,o),u=t.memoizedState,c!==r||d!==u||po.current||ii?("function"==typeof s&&(vi(t,n,s,r),u=t.memoizedState),(c=ii||bi(t,n,c,r,d,u,l))?(f||"function"!=typeof a.UNSAFE_componentWillMount&&"function"!=typeof a.componentWillMount||("function"==typeof a.componentWillMount&&a.componentWillMount(),"function"==typeof a.UNSAFE_componentWillMount&&a.UNSAFE_componentWillMount()),"function"==typeof a.componentDidMount&&(t.effectTag|=4)):("function"==typeof a.componentDidMount&&(t.effectTag|=4),t.memoizedProps=r,t.memoizedState=u),a.props=r,a.state=u,a.context=l,r=c):("function"==typeof a.componentDidMount&&(t.effectTag|=4),r=!1)}else a=t.stateNode,ci(e,t),c=t.memoizedProps,a.props=t.type===t.elementType?c:Go(t.type,c),u=a.context,"object"==typeof(l=n.contextType)&&null!==l?l=oi(l):l=vo(t,l=mo(n)?ho:fo.current),(f="function"==typeof(s=n.getDerivedStateFromProps)||"function"==typeof a.getSnapshotBeforeUpdate)||"function"!=typeof a.UNSAFE_componentWillReceiveProps&&"function"!=typeof a.componentWillReceiveProps||(c!==r||u!==l)&&yi(t,a,r,l),ii=!1,u=t.memoizedState,a.state=u,fi(t,r,a,o),d=t.memoizedState,c!==r||u!==d||po.current||ii?("function"==typeof s&&(vi(t,n,s,r),d=t.memoizedState),(s=ii||bi(t,n,c,r,u,d,l))?(f||"function"!=typeof a.UNSAFE_componentWillUpdate&&"function"!=typeof a.componentWillUpdate||("function"==typeof a.componentWillUpdate&&a.componentWillUpdate(r,d,l),"function"==typeof a.UNSAFE_componentWillUpdate&&a.UNSAFE_componentWillUpdate(r,d,l)),"function"==typeof a.componentDidUpdate&&(t.effectTag|=4),"function"==typeof a.getSnapshotBeforeUpdate&&(t.effectTag|=256)):("function"!=typeof a.componentDidUpdate||c===e.memoizedProps&&u===e.memoizedState||(t.effectTag|=4),"function"!=typeof a.getSnapshotBeforeUpdate||c===e.memoizedProps&&u===e.memoizedState||(t.effectTag|=256),t.memoizedProps=r,t.memoizedState=d),a.props=r,a.state=d,a.context=l,r=s):("function"!=typeof a.componentDidUpdate||c===e.memoizedProps&&u===e.memoizedState||(t.effectTag|=4),"function"!=typeof a.getSnapshotBeforeUpdate||c===e.memoizedProps&&u===e.memoizedState||(t.effectTag|=256),r=!1);return Ia(e,t,n,r,i,o)}function Ia(e,t,n,r,o,i){La(e,t);var a=0!=(64&t.effectTag);if(!r&&!a)return o&&wo(t,n,!1),Qa(e,t,i);r=t.stateNode,Ma.current=t;var c=a&&"function"!=typeof n.getDerivedStateFromError?null:r.render();return t.effectTag|=1,null!==e&&a?(t.child=xi(t,e.child,null,i),t.child=xi(t,null,c,i)):Ta(e,t,c,i),t.memoizedState=r.state,o&&wo(t,n,!0),t.child}function Ra(e){var t=e.stateNode;t.pendingContext?go(0,t.pendingContext,t.pendingContext!==t.context):t.context&&go(0,t.context,!1),Pi(e,t.containerInfo)}var Da,Fa,Ba,Ua={dehydrated:null,retryTime:0};function $a(e,t,n){var r,o=t.mode,i=t.pendingProps,a=Ai.current,c=!1;if((r=0!=(64&t.effectTag))||(r=0!=(2&a)&&(null===e||null!==e.memoizedState)),r?(c=!0,t.effectTag&=-65):null!==e&&null===e.memoizedState||void 0===i.fallback||!0===i.unstable_avoidThisFallback||(a|=1),lo(Ai,1&a),null===e){if(void 0!==i.fallback&&xa(t),c){if(c=i.fallback,(i=Eu(null,o,0,null)).return=t,0==(2&t.mode))for(e=null!==t.memoizedState?t.child.child:t.child,i.child=e;null!==e;)e.return=i,e=e.sibling;return(n=Eu(c,o,n,null)).return=t,i.sibling=n,t.memoizedState=Ua,t.child=i,n}return o=i.children,t.memoizedState=null,t.child=ji(t,null,o,n)}if(null!==e.memoizedState){if(o=(e=e.child).sibling,c){if(i=i.fallback,(n=ju(e,e.pendingProps)).return=t,0==(2&t.mode)&&(c=null!==t.memoizedState?t.child.child:t.child)!==e.child)for(n.child=c;null!==c;)c.return=n,c=c.sibling;return(o=ju(o,i)).return=t,n.sibling=o,n.childExpirationTime=0,t.memoizedState=Ua,t.child=n,o}return n=xi(t,e.child,i.children,n),t.memoizedState=null,t.child=n}if(e=e.child,c){if(c=i.fallback,(i=Eu(null,o,0,null)).return=t,i.child=e,null!==e&&(e.return=i),0==(2&t.mode))for(e=null!==t.memoizedState?t.child.child:t.child,i.child=e;null!==e;)e.return=i,e=e.sibling;return(n=Eu(c,o,n,null)).return=t,i.sibling=n,n.effectTag|=2,i.childExpirationTime=0,t.memoizedState=Ua,t.child=i,n}return t.memoizedState=null,t.child=xi(t,e,i.children,n)}function Wa(e,t){e.expirationTime<t&&(e.expirationTime=t);var n=e.alternate;null!==n&&n.expirationTime<t&&(n.expirationTime=t),ni(e.return,t)}function qa(e,t,n,r,o,i){var a=e.memoizedState;null===a?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:r,tail:n,tailExpiration:0,tailMode:o,lastEffect:i}:(a.isBackwards=t,a.rendering=null,a.renderingStartTime=0,a.last=r,a.tail=n,a.tailExpiration=0,a.tailMode=o,a.lastEffect=i)}function Ka(e,t,n){var r=t.pendingProps,o=r.revealOrder,i=r.tail;if(Ta(e,t,r.children,n),0!=(2&(r=Ai.current)))r=1&r|2,t.effectTag|=64;else{if(null!==e&&0!=(64&e.effectTag))e:for(e=t.child;null!==e;){if(13===e.tag)null!==e.memoizedState&&Wa(e,n);else if(19===e.tag)Wa(e,n);else if(null!==e.child){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;null===e.sibling;){if(null===e.return||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}r&=1}if(lo(Ai,r),0==(2&t.mode))t.memoizedState=null;else switch(o){case"forwards":for(n=t.child,o=null;null!==n;)null!==(e=n.alternate)&&null===Ni(e)&&(o=n),n=n.sibling;null===(n=o)?(o=t.child,t.child=null):(o=n.sibling,n.sibling=null),qa(t,!1,o,n,i,t.lastEffect);break;case"backwards":for(n=null,o=t.child,t.child=null;null!==o;){if(null!==(e=o.alternate)&&null===Ni(e)){t.child=o;break}e=o.sibling,o.sibling=n,n=o,o=e}qa(t,!0,n,null,i,t.lastEffect);break;case"together":qa(t,!1,null,null,void 0,t.lastEffect);break;default:t.memoizedState=null}return t.child}function Qa(e,t,n){null!==e&&(t.dependencies=e.dependencies);var r=t.expirationTime;if(0!==r&&au(r),t.childExpirationTime<n)return null;if(null!==e&&t.child!==e.child)throw Error(a(153));if(null!==t.child){for(n=ju(e=t.child,e.pendingProps),t.child=n,n.return=t;null!==e.sibling;)e=e.sibling,(n=n.sibling=ju(e,e.pendingProps)).return=t;n.sibling=null}return t.child}function Ga(e,t){switch(e.tailMode){case"hidden":t=e.tail;for(var n=null;null!==t;)null!==t.alternate&&(n=t),t=t.sibling;null===n?e.tail=null:n.sibling=null;break;case"collapsed":n=e.tail;for(var r=null;null!==n;)null!==n.alternate&&(r=n),n=n.sibling;null===r?t||null===e.tail?e.tail=null:e.tail.sibling=null:r.sibling=null}}function Za(e,t,n){var r=t.pendingProps;switch(t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return null;case 1:return mo(t.type)&&bo(),null;case 3:return Hi(),uo(po),uo(fo),(n=t.stateNode).pendingContext&&(n.context=n.pendingContext,n.pendingContext=null),null!==e&&null!==e.child||!Sa(t)||(t.effectTag|=4),null;case 5:Li(t),n=Ti(Ci.current);var i=t.type;if(null!==e&&null!=t.stateNode)Fa(e,t,i,r,n),e.ref!==t.ref&&(t.effectTag|=128);else{if(!r){if(null===t.stateNode)throw Error(a(166));return null}if(e=Ti(Ei.current),Sa(t)){r=t.stateNode,i=t.type;var c=t.memoizedProps;switch(r[zn]=t,r[xn]=c,i){case"iframe":case"object":case"embed":Kt("load",r);break;case"video":case"audio":for(e=0;e<Ze.length;e++)Kt(Ze[e],r);break;case"source":Kt("error",r);break;case"img":case"image":case"link":Kt("error",r),Kt("load",r);break;case"form":Kt("reset",r),Kt("submit",r);break;case"details":Kt("toggle",r);break;case"input":Oe(r,c),Kt("invalid",r),un(n,"onChange");break;case"select":r._wrapperState={wasMultiple:!!c.multiple},Kt("invalid",r),un(n,"onChange");break;case"textarea":Te(r,c),Kt("invalid",r),un(n,"onChange")}for(var u in on(i,c),e=null,c)if(c.hasOwnProperty(u)){var l=c[u];"children"===u?"string"==typeof l?r.textContent!==l&&(e=["children",l]):"number"==typeof l&&r.textContent!==""+l&&(e=["children",""+l]):z.hasOwnProperty(u)&&null!=l&&un(n,u)}switch(i){case"input":_e(r),je(r,c,!0);break;case"textarea":_e(r),He(r);break;case"select":case"option":break;default:"function"==typeof c.onClick&&(r.onclick=ln)}n=e,t.updateQueue=n,null!==n&&(t.effectTag|=4)}else{switch(u=9===n.nodeType?n:n.ownerDocument,e===cn&&(e=Ae(i)),e===cn?"script"===i?((e=u.createElement("div")).innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):"string"==typeof r.is?e=u.createElement(i,{is:r.is}):(e=u.createElement(i),"select"===i&&(u=e,r.multiple?u.multiple=!0:r.size&&(u.size=r.size))):e=u.createElementNS(e,i),e[zn]=t,e[xn]=r,Da(e,t),t.stateNode=e,u=an(i,r),i){case"iframe":case"object":case"embed":Kt("load",e),l=r;break;case"video":case"audio":for(l=0;l<Ze.length;l++)Kt(Ze[l],e);l=r;break;case"source":Kt("error",e),l=r;break;case"img":case"image":case"link":Kt("error",e),Kt("load",e),l=r;break;case"form":Kt("reset",e),Kt("submit",e),l=r;break;case"details":Kt("toggle",e),l=r;break;case"input":Oe(e,r),l=ke(e,r),Kt("invalid",e),un(n,"onChange");break;case"option":l=Ee(e,r);break;case"select":e._wrapperState={wasMultiple:!!r.multiple},l=o({},r,{value:void 0}),Kt("invalid",e),un(n,"onChange");break;case"textarea":Te(e,r),l=Ce(e,r),Kt("invalid",e),un(n,"onChange");break;default:l=r}on(i,l);var s=l;for(c in s)if(s.hasOwnProperty(c)){var f=s[c];"style"===c?nn(e,f):"dangerouslySetInnerHTML"===c?null!=(f=f?f.__html:void 0)&&Re(e,f):"children"===c?"string"==typeof f?("textarea"!==i||""!==f)&&De(e,f):"number"==typeof f&&De(e,""+f):"suppressContentEditableWarning"!==c&&"suppressHydrationWarning"!==c&&"autoFocus"!==c&&(z.hasOwnProperty(c)?null!=f&&un(n,c):null!=f&&Y(e,c,f,u))}switch(i){case"input":_e(e),je(e,r,!1);break;case"textarea":_e(e),He(e);break;case"option":null!=r.value&&e.setAttribute("value",""+ge(r.value));break;case"select":e.multiple=!!r.multiple,null!=(n=r.value)?Me(e,!!r.multiple,n,!1):null!=r.defaultValue&&Me(e,!!r.multiple,r.defaultValue,!0);break;default:"function"==typeof l.onClick&&(e.onclick=ln)}bn(i,r)&&(t.effectTag|=4)}null!==t.ref&&(t.effectTag|=128)}return null;case 6:if(e&&null!=t.stateNode)Ba(0,t,e.memoizedProps,r);else{if("string"!=typeof r&&null===t.stateNode)throw Error(a(166));n=Ti(Ci.current),Ti(Ei.current),Sa(t)?(n=t.stateNode,r=t.memoizedProps,n[zn]=t,n.nodeValue!==r&&(t.effectTag|=4)):((n=(9===n.nodeType?n:n.ownerDocument).createTextNode(r))[zn]=t,t.stateNode=n)}return null;case 13:return uo(Ai),r=t.memoizedState,0!=(64&t.effectTag)?(t.expirationTime=n,t):(n=null!==r,r=!1,null===e?void 0!==t.memoizedProps.fallback&&Sa(t):(r=null!==(i=e.memoizedState),n||null===i||null!==(i=e.child.sibling)&&(null!==(c=t.firstEffect)?(t.firstEffect=i,i.nextEffect=c):(t.firstEffect=t.lastEffect=i,i.nextEffect=null),i.effectTag=8)),n&&!r&&0!=(2&t.mode)&&(null===e&&!0!==t.memoizedProps.unstable_avoidThisFallback||0!=(1&Ai.current)?Sc===_c&&(Sc=wc):(Sc!==_c&&Sc!==wc||(Sc=kc),0!==Pc&&null!==zc&&(Hu(zc,jc),Vu(zc,Pc)))),(n||r)&&(t.effectTag|=4),null);case 4:return Hi(),null;case 10:return ti(t),null;case 17:return mo(t.type)&&bo(),null;case 19:if(uo(Ai),null===(r=t.memoizedState))return null;if(i=0!=(64&t.effectTag),null===(c=r.rendering)){if(i)Ga(r,!1);else if(Sc!==_c||null!==e&&0!=(64&e.effectTag))for(c=t.child;null!==c;){if(null!==(e=Ni(c))){for(t.effectTag|=64,Ga(r,!1),null!==(i=e.updateQueue)&&(t.updateQueue=i,t.effectTag|=4),null===r.lastEffect&&(t.firstEffect=null),t.lastEffect=r.lastEffect,r=t.child;null!==r;)c=n,(i=r).effectTag&=2,i.nextEffect=null,i.firstEffect=null,i.lastEffect=null,null===(e=i.alternate)?(i.childExpirationTime=0,i.expirationTime=c,i.child=null,i.memoizedProps=null,i.memoizedState=null,i.updateQueue=null,i.dependencies=null):(i.childExpirationTime=e.childExpirationTime,i.expirationTime=e.expirationTime,i.child=e.child,i.memoizedProps=e.memoizedProps,i.memoizedState=e.memoizedState,i.updateQueue=e.updateQueue,c=e.dependencies,i.dependencies=null===c?null:{expirationTime:c.expirationTime,firstContext:c.firstContext,responders:c.responders}),r=r.sibling;return lo(Ai,1&Ai.current|2),t.child}c=c.sibling}}else{if(!i)if(null!==(e=Ni(c))){if(t.effectTag|=64,i=!0,null!==(n=e.updateQueue)&&(t.updateQueue=n,t.effectTag|=4),Ga(r,!0),null===r.tail&&"hidden"===r.tailMode&&!c.alternate)return null!==(t=t.lastEffect=r.lastEffect)&&(t.nextEffect=null),null}else 2*Do()-r.renderingStartTime>r.tailExpiration&&1<n&&(t.effectTag|=64,i=!0,Ga(r,!1),t.expirationTime=t.childExpirationTime=n-1);r.isBackwards?(c.sibling=t.child,t.child=c):(null!==(n=r.last)?n.sibling=c:t.child=c,r.last=c)}return null!==r.tail?(0===r.tailExpiration&&(r.tailExpiration=Do()+500),n=r.tail,r.rendering=n,r.tail=n.sibling,r.lastEffect=t.lastEffect,r.renderingStartTime=Do(),n.sibling=null,t=Ai.current,lo(Ai,i?1&t|2:1&t),n):null}throw Error(a(156,t.tag))}function Ya(e){switch(e.tag){case 1:mo(e.type)&&bo();var t=e.effectTag;return 4096&t?(e.effectTag=-4097&t|64,e):null;case 3:if(Hi(),uo(po),uo(fo),0!=(64&(t=e.effectTag)))throw Error(a(285));return e.effectTag=-4097&t|64,e;case 5:return Li(e),null;case 13:return uo(Ai),4096&(t=e.effectTag)?(e.effectTag=-4097&t|64,e):null;case 19:return uo(Ai),null;case 4:return Hi(),null;case 10:return ti(e),null;default:return null}}function Xa(e,t){return{value:e,source:t,stack:be(t)}}Da=function(e,t){for(var n=t.child;null!==n;){if(5===n.tag||6===n.tag)e.appendChild(n.stateNode);else if(4!==n.tag&&null!==n.child){n.child.return=n,n=n.child;continue}if(n===t)break;for(;null===n.sibling;){if(null===n.return||n.return===t)return;n=n.return}n.sibling.return=n.return,n=n.sibling}},Fa=function(e,t,n,r,i){var a=e.memoizedProps;if(a!==r){var c,u,l=t.stateNode;switch(Ti(Ei.current),e=null,n){case"input":a=ke(l,a),r=ke(l,r),e=[];break;case"option":a=Ee(l,a),r=Ee(l,r),e=[];break;case"select":a=o({},a,{value:void 0}),r=o({},r,{value:void 0}),e=[];break;case"textarea":a=Ce(l,a),r=Ce(l,r),e=[];break;default:"function"!=typeof a.onClick&&"function"==typeof r.onClick&&(l.onclick=ln)}for(c in on(n,r),n=null,a)if(!r.hasOwnProperty(c)&&a.hasOwnProperty(c)&&null!=a[c])if("style"===c)for(u in l=a[c])l.hasOwnProperty(u)&&(n||(n={}),n[u]="");else"dangerouslySetInnerHTML"!==c&&"children"!==c&&"suppressContentEditableWarning"!==c&&"suppressHydrationWarning"!==c&&"autoFocus"!==c&&(z.hasOwnProperty(c)?e||(e=[]):(e=e||[]).push(c,null));for(c in r){var s=r[c];if(l=null!=a?a[c]:void 0,r.hasOwnProperty(c)&&s!==l&&(null!=s||null!=l))if("style"===c)if(l){for(u in l)!l.hasOwnProperty(u)||s&&s.hasOwnProperty(u)||(n||(n={}),n[u]="");for(u in s)s.hasOwnProperty(u)&&l[u]!==s[u]&&(n||(n={}),n[u]=s[u])}else n||(e||(e=[]),e.push(c,n)),n=s;else"dangerouslySetInnerHTML"===c?(s=s?s.__html:void 0,l=l?l.__html:void 0,null!=s&&l!==s&&(e=e||[]).push(c,s)):"children"===c?l===s||"string"!=typeof s&&"number"!=typeof s||(e=e||[]).push(c,""+s):"suppressContentEditableWarning"!==c&&"suppressHydrationWarning"!==c&&(z.hasOwnProperty(c)?(null!=s&&un(i,c),e||l===s||(e=[])):(e=e||[]).push(c,s))}n&&(e=e||[]).push("style",n),i=e,(t.updateQueue=i)&&(t.effectTag|=4)}},Ba=function(e,t,n,r){n!==r&&(t.effectTag|=4)};var Ja="function"==typeof WeakSet?WeakSet:Set;function ec(e,t){var n=t.source,r=t.stack;null===r&&null!==n&&(r=be(n)),null!==n&&me(n.type),t=t.value,null!==e&&1===e.tag&&me(e.type);try{console.error(t)}catch(o){setTimeout((function(){throw o}))}}function tc(e){var t=e.ref;if(null!==t)if("function"==typeof t)try{t(null)}catch(n){gu(e,n)}else t.current=null}function nc(e,t){switch(t.tag){case 0:case 11:case 15:case 22:return;case 1:if(256&t.effectTag&&null!==e){var n=e.memoizedProps,r=e.memoizedState;t=(e=t.stateNode).getSnapshotBeforeUpdate(t.elementType===t.type?n:Go(t.type,n),r),e.__reactInternalSnapshotBeforeUpdate=t}return;case 3:case 5:case 6:case 4:case 17:return}throw Error(a(163))}function rc(e,t){if(null!==(t=null!==(t=t.updateQueue)?t.lastEffect:null)){var n=t=t.next;do{if((n.tag&e)===e){var r=n.destroy;n.destroy=void 0,void 0!==r&&r()}n=n.next}while(n!==t)}}function oc(e,t){if(null!==(t=null!==(t=t.updateQueue)?t.lastEffect:null)){var n=t=t.next;do{if((n.tag&e)===e){var r=n.create;n.destroy=r()}n=n.next}while(n!==t)}}function ic(e,t,n){switch(n.tag){case 0:case 11:case 15:case 22:return void oc(3,n);case 1:if(e=n.stateNode,4&n.effectTag)if(null===t)e.componentDidMount();else{var r=n.elementType===n.type?t.memoizedProps:Go(n.type,t.memoizedProps);e.componentDidUpdate(r,t.memoizedState,e.__reactInternalSnapshotBeforeUpdate)}return void(null!==(t=n.updateQueue)&&di(n,t,e));case 3:if(null!==(t=n.updateQueue)){if(e=null,null!==n.child)switch(n.child.tag){case 5:e=n.child.stateNode;break;case 1:e=n.child.stateNode}di(n,t,e)}return;case 5:return e=n.stateNode,void(null===t&&4&n.effectTag&&bn(n.type,n.memoizedProps)&&e.focus());case 6:case 4:case 12:return;case 13:return void(null===n.memoizedState&&(n=n.alternate,null!==n&&(n=n.memoizedState,null!==n&&(n=n.dehydrated,null!==n&&At(n)))));case 19:case 17:case 20:case 21:return}throw Error(a(163))}function ac(e,t,n){switch("function"==typeof ku&&ku(t),t.tag){case 0:case 11:case 14:case 15:case 22:if(null!==(e=t.updateQueue)&&null!==(e=e.lastEffect)){var r=e.next;Uo(97<n?97:n,(function(){var e=r;do{var n=e.destroy;if(void 0!==n){var o=t;try{n()}catch(i){gu(o,i)}}e=e.next}while(e!==r)}))}break;case 1:tc(t),"function"==typeof(n=t.stateNode).componentWillUnmount&&function(e,t){try{t.props=e.memoizedProps,t.state=e.memoizedState,t.componentWillUnmount()}catch(n){gu(e,n)}}(t,n);break;case 5:tc(t);break;case 4:sc(e,t,n)}}function cc(e){var t=e.alternate;e.return=null,e.child=null,e.memoizedState=null,e.updateQueue=null,e.dependencies=null,e.alternate=null,e.firstEffect=null,e.lastEffect=null,e.pendingProps=null,e.memoizedProps=null,e.stateNode=null,null!==t&&cc(t)}function uc(e){return 5===e.tag||3===e.tag||4===e.tag}function lc(e){e:{for(var t=e.return;null!==t;){if(uc(t)){var n=t;break e}t=t.return}throw Error(a(160))}switch(t=n.stateNode,n.tag){case 5:var r=!1;break;case 3:case 4:t=t.containerInfo,r=!0;break;default:throw Error(a(161))}16&n.effectTag&&(De(t,""),n.effectTag&=-17);e:t:for(n=e;;){for(;null===n.sibling;){if(null===n.return||uc(n.return)){n=null;break e}n=n.return}for(n.sibling.return=n.return,n=n.sibling;5!==n.tag&&6!==n.tag&&18!==n.tag;){if(2&n.effectTag)continue t;if(null===n.child||4===n.tag)continue t;n.child.return=n,n=n.child}if(!(2&n.effectTag)){n=n.stateNode;break e}}r?function e(t,n,r){var o=t.tag,i=5===o||6===o;if(i)t=i?t.stateNode:t.stateNode.instance,n?8===r.nodeType?r.parentNode.insertBefore(t,n):r.insertBefore(t,n):(8===r.nodeType?(n=r.parentNode).insertBefore(t,r):(n=r).appendChild(t),null!==(r=r._reactRootContainer)&&void 0!==r||null!==n.onclick||(n.onclick=ln));else if(4!==o&&null!==(t=t.child))for(e(t,n,r),t=t.sibling;null!==t;)e(t,n,r),t=t.sibling}(e,n,t):function e(t,n,r){var o=t.tag,i=5===o||6===o;if(i)t=i?t.stateNode:t.stateNode.instance,n?r.insertBefore(t,n):r.appendChild(t);else if(4!==o&&null!==(t=t.child))for(e(t,n,r),t=t.sibling;null!==t;)e(t,n,r),t=t.sibling}(e,n,t)}function sc(e,t,n){for(var r,o,i=t,c=!1;;){if(!c){c=i.return;e:for(;;){if(null===c)throw Error(a(160));switch(r=c.stateNode,c.tag){case 5:o=!1;break e;case 3:case 4:r=r.containerInfo,o=!0;break e}c=c.return}c=!0}if(5===i.tag||6===i.tag){e:for(var u=e,l=i,s=n,f=l;;)if(ac(u,f,s),null!==f.child&&4!==f.tag)f.child.return=f,f=f.child;else{if(f===l)break e;for(;null===f.sibling;){if(null===f.return||f.return===l)break e;f=f.return}f.sibling.return=f.return,f=f.sibling}o?(u=r,l=i.stateNode,8===u.nodeType?u.parentNode.removeChild(l):u.removeChild(l)):r.removeChild(i.stateNode)}else if(4===i.tag){if(null!==i.child){r=i.stateNode.containerInfo,o=!0,i.child.return=i,i=i.child;continue}}else if(ac(e,i,n),null!==i.child){i.child.return=i,i=i.child;continue}if(i===t)break;for(;null===i.sibling;){if(null===i.return||i.return===t)return;4===(i=i.return).tag&&(c=!1)}i.sibling.return=i.return,i=i.sibling}}function fc(e,t){switch(t.tag){case 0:case 11:case 14:case 15:case 22:return void rc(3,t);case 1:return;case 5:var n=t.stateNode;if(null!=n){var r=t.memoizedProps,o=null!==e?e.memoizedProps:r;e=t.type;var i=t.updateQueue;if(t.updateQueue=null,null!==i){for(n[xn]=r,"input"===e&&"radio"===r.type&&null!=r.name&&ze(n,r),an(e,o),t=an(e,r),o=0;o<i.length;o+=2){var c=i[o],u=i[o+1];"style"===c?nn(n,u):"dangerouslySetInnerHTML"===c?Re(n,u):"children"===c?De(n,u):Y(n,c,u,t)}switch(e){case"input":xe(n,r);break;case"textarea":Pe(n,r);break;case"select":t=n._wrapperState.wasMultiple,n._wrapperState.wasMultiple=!!r.multiple,null!=(e=r.value)?Me(n,!!r.multiple,e,!1):t!==!!r.multiple&&(null!=r.defaultValue?Me(n,!!r.multiple,r.defaultValue,!0):Me(n,!!r.multiple,r.multiple?[]:"",!1))}}}return;case 6:if(null===t.stateNode)throw Error(a(162));return void(t.stateNode.nodeValue=t.memoizedProps);case 3:return void((t=t.stateNode).hydrate&&(t.hydrate=!1,At(t.containerInfo)));case 12:return;case 13:if(n=t,null===t.memoizedState?r=!1:(r=!0,n=t.child,Vc=Do()),null!==n)e:for(e=n;;){if(5===e.tag)i=e.stateNode,r?"function"==typeof(i=i.style).setProperty?i.setProperty("display","none","important"):i.display="none":(i=e.stateNode,o=null!=(o=e.memoizedProps.style)&&o.hasOwnProperty("display")?o.display:null,i.style.display=tn("display",o));else if(6===e.tag)e.stateNode.nodeValue=r?"":e.memoizedProps;else{if(13===e.tag&&null!==e.memoizedState&&null===e.memoizedState.dehydrated){(i=e.child.sibling).return=e,e=i;continue}if(null!==e.child){e.child.return=e,e=e.child;continue}}if(e===n)break;for(;null===e.sibling;){if(null===e.return||e.return===n)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}return void dc(t);case 19:return void dc(t);case 17:return}throw Error(a(163))}function dc(e){var t=e.updateQueue;if(null!==t){e.updateQueue=null;var n=e.stateNode;null===n&&(n=e.stateNode=new Ja),t.forEach((function(t){var r=_u.bind(null,e,t);n.has(t)||(n.add(t),t.then(r,r))}))}}var pc="function"==typeof WeakMap?WeakMap:Map;function hc(e,t,n){(n=ui(n,null)).tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){Ac||(Ac=!0,Nc=r),ec(e,t)},n}function vc(e,t,n){(n=ui(n,null)).tag=3;var r=e.type.getDerivedStateFromError;if("function"==typeof r){var o=t.value;n.payload=function(){return ec(e,t),r(o)}}var i=e.stateNode;return null!==i&&"function"==typeof i.componentDidCatch&&(n.callback=function(){"function"!=typeof r&&(null===Ic?Ic=new Set([this]):Ic.add(this),ec(e,t));var n=t.stack;this.componentDidCatch(t.value,{componentStack:null!==n?n:""})}),n}var mc,bc=Math.ceil,gc=Z.ReactCurrentDispatcher,yc=Z.ReactCurrentOwner,_c=0,wc=3,kc=4,Oc=0,zc=null,xc=null,jc=0,Sc=_c,Ec=null,Mc=1073741823,Cc=1073741823,Tc=null,Pc=0,Hc=!1,Vc=0,Lc=null,Ac=!1,Nc=null,Ic=null,Rc=!1,Dc=null,Fc=90,Bc=null,Uc=0,$c=null,Wc=0;function qc(){return 0!=(48&Oc)?1073741821-(Do()/10|0):0!==Wc?Wc:Wc=1073741821-(Do()/10|0)}function Kc(e,t,n){if(0==(2&(t=t.mode)))return 1073741823;var r=Fo();if(0==(4&t))return 99===r?1073741823:1073741822;if(0!=(16&Oc))return jc;if(null!==n)e=Qo(e,0|n.timeoutMs||5e3,250);else switch(r){case 99:e=1073741823;break;case 98:e=Qo(e,150,100);break;case 97:case 96:e=Qo(e,5e3,250);break;case 95:e=2;break;default:throw Error(a(326))}return null!==zc&&e===jc&&--e,e}function Qc(e,t){if(50<Uc)throw Uc=0,$c=null,Error(a(185));if(null!==(e=Gc(e,t))){var n=Fo();1073741823===t?0!=(8&Oc)&&0==(48&Oc)?Jc(e):(Yc(e),0===Oc&&qo()):Yc(e),0==(4&Oc)||98!==n&&99!==n||(null===Bc?Bc=new Map([[e,t]]):(void 0===(n=Bc.get(e))||n>t)&&Bc.set(e,t))}}function Gc(e,t){e.expirationTime<t&&(e.expirationTime=t);var n=e.alternate;null!==n&&n.expirationTime<t&&(n.expirationTime=t);var r=e.return,o=null;if(null===r&&3===e.tag)o=e.stateNode;else for(;null!==r;){if(n=r.alternate,r.childExpirationTime<t&&(r.childExpirationTime=t),null!==n&&n.childExpirationTime<t&&(n.childExpirationTime=t),null===r.return&&3===r.tag){o=r.stateNode;break}r=r.return}return null!==o&&(zc===o&&(au(t),Sc===kc&&Hu(o,jc)),Vu(o,t)),o}function Zc(e){var t=e.lastExpiredTime;if(0!==t)return t;if(!Pu(e,t=e.firstPendingTime))return t;var n=e.lastPingedTime;return 2>=(e=n>(e=e.nextKnownPendingLevel)?n:e)&&t!==e?0:e}function Yc(e){if(0!==e.lastExpiredTime)e.callbackExpirationTime=1073741823,e.callbackPriority=99,e.callbackNode=Wo(Jc.bind(null,e));else{var t=Zc(e),n=e.callbackNode;if(0===t)null!==n&&(e.callbackNode=null,e.callbackExpirationTime=0,e.callbackPriority=90);else{var r=qc();if(1073741823===t?r=99:1===t||2===t?r=95:r=0>=(r=10*(1073741821-t)-10*(1073741821-r))?99:250>=r?98:5250>=r?97:95,null!==n){var o=e.callbackPriority;if(e.callbackExpirationTime===t&&o>=r)return;n!==Ho&&zo(n)}e.callbackExpirationTime=t,e.callbackPriority=r,t=1073741823===t?Wo(Jc.bind(null,e)):$o(r,Xc.bind(null,e),{timeout:10*(1073741821-t)-Do()}),e.callbackNode=t}}}function Xc(e,t){if(Wc=0,t)return Lu(e,t=qc()),Yc(e),null;var n=Zc(e);if(0!==n){if(t=e.callbackNode,0!=(48&Oc))throw Error(a(327));if(vu(),e===zc&&n===jc||nu(e,n),null!==xc){var r=Oc;Oc|=16;for(var o=ou();;)try{uu();break}catch(u){ru(e,u)}if(ei(),Oc=r,gc.current=o,1===Sc)throw t=Ec,nu(e,n),Hu(e,n),Yc(e),t;if(null===xc)switch(o=e.finishedWork=e.current.alternate,e.finishedExpirationTime=n,r=Sc,zc=null,r){case _c:case 1:throw Error(a(345));case 2:Lu(e,2<n?2:n);break;case wc:if(Hu(e,n),n===(r=e.lastSuspendedTime)&&(e.nextKnownPendingLevel=fu(o)),1073741823===Mc&&10<(o=Vc+500-Do())){if(Hc){var i=e.lastPingedTime;if(0===i||i>=n){e.lastPingedTime=n,nu(e,n);break}}if(0!==(i=Zc(e))&&i!==n)break;if(0!==r&&r!==n){e.lastPingedTime=r;break}e.timeoutHandle=yn(du.bind(null,e),o);break}du(e);break;case kc:if(Hu(e,n),n===(r=e.lastSuspendedTime)&&(e.nextKnownPendingLevel=fu(o)),Hc&&(0===(o=e.lastPingedTime)||o>=n)){e.lastPingedTime=n,nu(e,n);break}if(0!==(o=Zc(e))&&o!==n)break;if(0!==r&&r!==n){e.lastPingedTime=r;break}if(1073741823!==Cc?r=10*(1073741821-Cc)-Do():1073741823===Mc?r=0:(r=10*(1073741821-Mc)-5e3,0>(r=(o=Do())-r)&&(r=0),(n=10*(1073741821-n)-o)<(r=(120>r?120:480>r?480:1080>r?1080:1920>r?1920:3e3>r?3e3:4320>r?4320:1960*bc(r/1960))-r)&&(r=n)),10<r){e.timeoutHandle=yn(du.bind(null,e),r);break}du(e);break;case 5:if(1073741823!==Mc&&null!==Tc){i=Mc;var c=Tc;if(0>=(r=0|c.busyMinDurationMs)?r=0:(o=0|c.busyDelayMs,r=(i=Do()-(10*(1073741821-i)-(0|c.timeoutMs||5e3)))<=o?0:o+r-i),10<r){Hu(e,n),e.timeoutHandle=yn(du.bind(null,e),r);break}}du(e);break;default:throw Error(a(329))}if(Yc(e),e.callbackNode===t)return Xc.bind(null,e)}}return null}function Jc(e){var t=e.lastExpiredTime;if(t=0!==t?t:1073741823,0!=(48&Oc))throw Error(a(327));if(vu(),e===zc&&t===jc||nu(e,t),null!==xc){var n=Oc;Oc|=16;for(var r=ou();;)try{cu();break}catch(o){ru(e,o)}if(ei(),Oc=n,gc.current=r,1===Sc)throw n=Ec,nu(e,t),Hu(e,t),Yc(e),n;if(null!==xc)throw Error(a(261));e.finishedWork=e.current.alternate,e.finishedExpirationTime=t,zc=null,du(e),Yc(e)}return null}function eu(e,t){var n=Oc;Oc|=1;try{return e(t)}finally{0===(Oc=n)&&qo()}}function tu(e,t){var n=Oc;Oc&=-2,Oc|=8;try{return e(t)}finally{0===(Oc=n)&&qo()}}function nu(e,t){e.finishedWork=null,e.finishedExpirationTime=0;var n=e.timeoutHandle;if(-1!==n&&(e.timeoutHandle=-1,_n(n)),null!==xc)for(n=xc.return;null!==n;){var r=n;switch(r.tag){case 1:null!=(r=r.type.childContextTypes)&&bo();break;case 3:Hi(),uo(po),uo(fo);break;case 5:Li(r);break;case 4:Hi();break;case 13:case 19:uo(Ai);break;case 10:ti(r)}n=n.return}zc=e,xc=ju(e.current,null),jc=t,Sc=_c,Ec=null,Cc=Mc=1073741823,Tc=null,Pc=0,Hc=!1}function ru(e,t){for(;;){try{if(ei(),Ri.current=ma,Wi)for(var n=Bi.memoizedState;null!==n;){var r=n.queue;null!==r&&(r.pending=null),n=n.next}if(Fi=0,$i=Ui=Bi=null,Wi=!1,null===xc||null===xc.return)return Sc=1,Ec=t,xc=null;e:{var o=e,i=xc.return,a=xc,c=t;if(t=jc,a.effectTag|=2048,a.firstEffect=a.lastEffect=null,null!==c&&"object"==typeof c&&"function"==typeof c.then){var u=c;if(0==(2&a.mode)){var l=a.alternate;l?(a.updateQueue=l.updateQueue,a.memoizedState=l.memoizedState,a.expirationTime=l.expirationTime):(a.updateQueue=null,a.memoizedState=null)}var s=0!=(1&Ai.current),f=i;do{var d;if(d=13===f.tag){var p=f.memoizedState;if(null!==p)d=null!==p.dehydrated;else{var h=f.memoizedProps;d=void 0!==h.fallback&&(!0!==h.unstable_avoidThisFallback||!s)}}if(d){var v=f.updateQueue;if(null===v){var m=new Set;m.add(u),f.updateQueue=m}else v.add(u);if(0==(2&f.mode)){if(f.effectTag|=64,a.effectTag&=-2981,1===a.tag)if(null===a.alternate)a.tag=17;else{var b=ui(1073741823,null);b.tag=2,li(a,b)}a.expirationTime=1073741823;break e}c=void 0,a=t;var g=o.pingCache;if(null===g?(g=o.pingCache=new pc,c=new Set,g.set(u,c)):void 0===(c=g.get(u))&&(c=new Set,g.set(u,c)),!c.has(a)){c.add(a);var y=yu.bind(null,o,u,a);u.then(y,y)}f.effectTag|=4096,f.expirationTime=t;break e}f=f.return}while(null!==f);c=Error((me(a.type)||"A React component")+" suspended while rendering, but no fallback UI was specified.\n\nAdd a <Suspense fallback=...> component higher in the tree to provide a loading indicator or placeholder to display."+be(a))}5!==Sc&&(Sc=2),c=Xa(c,a),f=i;do{switch(f.tag){case 3:u=c,f.effectTag|=4096,f.expirationTime=t,si(f,hc(f,u,t));break e;case 1:u=c;var _=f.type,w=f.stateNode;if(0==(64&f.effectTag)&&("function"==typeof _.getDerivedStateFromError||null!==w&&"function"==typeof w.componentDidCatch&&(null===Ic||!Ic.has(w)))){f.effectTag|=4096,f.expirationTime=t,si(f,vc(f,u,t));break e}}f=f.return}while(null!==f)}xc=su(xc)}catch(k){t=k;continue}break}}function ou(){var e=gc.current;return gc.current=ma,null===e?ma:e}function iu(e,t){e<Mc&&2<e&&(Mc=e),null!==t&&e<Cc&&2<e&&(Cc=e,Tc=t)}function au(e){e>Pc&&(Pc=e)}function cu(){for(;null!==xc;)xc=lu(xc)}function uu(){for(;null!==xc&&!Vo();)xc=lu(xc)}function lu(e){var t=mc(e.alternate,e,jc);return e.memoizedProps=e.pendingProps,null===t&&(t=su(e)),yc.current=null,t}function su(e){xc=e;do{var t=xc.alternate;if(e=xc.return,0==(2048&xc.effectTag)){if(t=Za(t,xc,jc),1===jc||1!==xc.childExpirationTime){for(var n=0,r=xc.child;null!==r;){var o=r.expirationTime,i=r.childExpirationTime;o>n&&(n=o),i>n&&(n=i),r=r.sibling}xc.childExpirationTime=n}if(null!==t)return t;null!==e&&0==(2048&e.effectTag)&&(null===e.firstEffect&&(e.firstEffect=xc.firstEffect),null!==xc.lastEffect&&(null!==e.lastEffect&&(e.lastEffect.nextEffect=xc.firstEffect),e.lastEffect=xc.lastEffect),1<xc.effectTag&&(null!==e.lastEffect?e.lastEffect.nextEffect=xc:e.firstEffect=xc,e.lastEffect=xc))}else{if(null!==(t=Ya(xc)))return t.effectTag&=2047,t;null!==e&&(e.firstEffect=e.lastEffect=null,e.effectTag|=2048)}if(null!==(t=xc.sibling))return t;xc=e}while(null!==xc);return Sc===_c&&(Sc=5),null}function fu(e){var t=e.expirationTime;return t>(e=e.childExpirationTime)?t:e}function du(e){var t=Fo();return Uo(99,pu.bind(null,e,t)),null}function pu(e,t){do{vu()}while(null!==Dc);if(0!=(48&Oc))throw Error(a(327));var n=e.finishedWork,r=e.finishedExpirationTime;if(null===n)return null;if(e.finishedWork=null,e.finishedExpirationTime=0,n===e.current)throw Error(a(177));e.callbackNode=null,e.callbackExpirationTime=0,e.callbackPriority=90,e.nextKnownPendingLevel=0;var o=fu(n);if(e.firstPendingTime=o,r<=e.lastSuspendedTime?e.firstSuspendedTime=e.lastSuspendedTime=e.nextKnownPendingLevel=0:r<=e.firstSuspendedTime&&(e.firstSuspendedTime=r-1),r<=e.lastPingedTime&&(e.lastPingedTime=0),r<=e.lastExpiredTime&&(e.lastExpiredTime=0),e===zc&&(xc=zc=null,jc=0),1<n.effectTag?null!==n.lastEffect?(n.lastEffect.nextEffect=n,o=n.firstEffect):o=n:o=n.firstEffect,null!==o){var i=Oc;Oc|=32,yc.current=null,vn=qt;var c=pn();if(hn(c)){if("selectionStart"in c)var u={start:c.selectionStart,end:c.selectionEnd};else e:{var l=(u=(u=c.ownerDocument)&&u.defaultView||window).getSelection&&u.getSelection();if(l&&0!==l.rangeCount){u=l.anchorNode;var s=l.anchorOffset,f=l.focusNode;l=l.focusOffset;try{u.nodeType,f.nodeType}catch(j){u=null;break e}var d=0,p=-1,h=-1,v=0,m=0,b=c,g=null;t:for(;;){for(var y;b!==u||0!==s&&3!==b.nodeType||(p=d+s),b!==f||0!==l&&3!==b.nodeType||(h=d+l),3===b.nodeType&&(d+=b.nodeValue.length),null!==(y=b.firstChild);)g=b,b=y;for(;;){if(b===c)break t;if(g===u&&++v===s&&(p=d),g===f&&++m===l&&(h=d),null!==(y=b.nextSibling))break;g=(b=g).parentNode}b=y}u=-1===p||-1===h?null:{start:p,end:h}}else u=null}u=u||{start:0,end:0}}else u=null;mn={activeElementDetached:null,focusedElem:c,selectionRange:u},qt=!1,Lc=o;do{try{hu()}catch(j){if(null===Lc)throw Error(a(330));gu(Lc,j),Lc=Lc.nextEffect}}while(null!==Lc);Lc=o;do{try{for(c=e,u=t;null!==Lc;){var _=Lc.effectTag;if(16&_&&De(Lc.stateNode,""),128&_){var w=Lc.alternate;if(null!==w){var k=w.ref;null!==k&&("function"==typeof k?k(null):k.current=null)}}switch(1038&_){case 2:lc(Lc),Lc.effectTag&=-3;break;case 6:lc(Lc),Lc.effectTag&=-3,fc(Lc.alternate,Lc);break;case 1024:Lc.effectTag&=-1025;break;case 1028:Lc.effectTag&=-1025,fc(Lc.alternate,Lc);break;case 4:fc(Lc.alternate,Lc);break;case 8:sc(c,s=Lc,u),cc(s)}Lc=Lc.nextEffect}}catch(j){if(null===Lc)throw Error(a(330));gu(Lc,j),Lc=Lc.nextEffect}}while(null!==Lc);if(k=mn,w=pn(),_=k.focusedElem,u=k.selectionRange,w!==_&&_&&_.ownerDocument&&function e(t,n){return!(!t||!n)&&(t===n||(!t||3!==t.nodeType)&&(n&&3===n.nodeType?e(t,n.parentNode):"contains"in t?t.contains(n):!!t.compareDocumentPosition&&!!(16&t.compareDocumentPosition(n))))}(_.ownerDocument.documentElement,_)){null!==u&&hn(_)&&(w=u.start,void 0===(k=u.end)&&(k=w),"selectionStart"in _?(_.selectionStart=w,_.selectionEnd=Math.min(k,_.value.length)):(k=(w=_.ownerDocument||document)&&w.defaultView||window).getSelection&&(k=k.getSelection(),s=_.textContent.length,c=Math.min(u.start,s),u=void 0===u.end?c:Math.min(u.end,s),!k.extend&&c>u&&(s=u,u=c,c=s),s=dn(_,c),f=dn(_,u),s&&f&&(1!==k.rangeCount||k.anchorNode!==s.node||k.anchorOffset!==s.offset||k.focusNode!==f.node||k.focusOffset!==f.offset)&&((w=w.createRange()).setStart(s.node,s.offset),k.removeAllRanges(),c>u?(k.addRange(w),k.extend(f.node,f.offset)):(w.setEnd(f.node,f.offset),k.addRange(w))))),w=[];for(k=_;k=k.parentNode;)1===k.nodeType&&w.push({element:k,left:k.scrollLeft,top:k.scrollTop});for("function"==typeof _.focus&&_.focus(),_=0;_<w.length;_++)(k=w[_]).element.scrollLeft=k.left,k.element.scrollTop=k.top}qt=!!vn,mn=vn=null,e.current=n,Lc=o;do{try{for(_=e;null!==Lc;){var O=Lc.effectTag;if(36&O&&ic(_,Lc.alternate,Lc),128&O){w=void 0;var z=Lc.ref;if(null!==z){var x=Lc.stateNode;switch(Lc.tag){case 5:w=x;break;default:w=x}"function"==typeof z?z(w):z.current=w}}Lc=Lc.nextEffect}}catch(j){if(null===Lc)throw Error(a(330));gu(Lc,j),Lc=Lc.nextEffect}}while(null!==Lc);Lc=null,Lo(),Oc=i}else e.current=n;if(Rc)Rc=!1,Dc=e,Fc=t;else for(Lc=o;null!==Lc;)t=Lc.nextEffect,Lc.nextEffect=null,Lc=t;if(0===(t=e.firstPendingTime)&&(Ic=null),1073741823===t?e===$c?Uc++:(Uc=0,$c=e):Uc=0,"function"==typeof wu&&wu(n.stateNode,r),Yc(e),Ac)throw Ac=!1,e=Nc,Nc=null,e;return 0!=(8&Oc)||qo(),null}function hu(){for(;null!==Lc;){var e=Lc.effectTag;0!=(256&e)&&nc(Lc.alternate,Lc),0==(512&e)||Rc||(Rc=!0,$o(97,(function(){return vu(),null}))),Lc=Lc.nextEffect}}function vu(){if(90!==Fc){var e=97<Fc?97:Fc;return Fc=90,Uo(e,mu)}}function mu(){if(null===Dc)return!1;var e=Dc;if(Dc=null,0!=(48&Oc))throw Error(a(331));var t=Oc;for(Oc|=32,e=e.current.firstEffect;null!==e;){try{var n=e;if(0!=(512&n.effectTag))switch(n.tag){case 0:case 11:case 15:case 22:rc(5,n),oc(5,n)}}catch(r){if(null===e)throw Error(a(330));gu(e,r)}n=e.nextEffect,e.nextEffect=null,e=n}return Oc=t,qo(),!0}function bu(e,t,n){li(e,t=hc(e,t=Xa(n,t),1073741823)),null!==(e=Gc(e,1073741823))&&Yc(e)}function gu(e,t){if(3===e.tag)bu(e,e,t);else for(var n=e.return;null!==n;){if(3===n.tag){bu(n,e,t);break}if(1===n.tag){var r=n.stateNode;if("function"==typeof n.type.getDerivedStateFromError||"function"==typeof r.componentDidCatch&&(null===Ic||!Ic.has(r))){li(n,e=vc(n,e=Xa(t,e),1073741823)),null!==(n=Gc(n,1073741823))&&Yc(n);break}}n=n.return}}function yu(e,t,n){var r=e.pingCache;null!==r&&r.delete(t),zc===e&&jc===n?Sc===kc||Sc===wc&&1073741823===Mc&&Do()-Vc<500?nu(e,jc):Hc=!0:Pu(e,n)&&(0!==(t=e.lastPingedTime)&&t<n||(e.lastPingedTime=n,Yc(e)))}function _u(e,t){var n=e.stateNode;null!==n&&n.delete(t),0===(t=0)&&(t=Kc(t=qc(),e,null)),null!==(e=Gc(e,t))&&Yc(e)}mc=function(e,t,n){var r=t.expirationTime;if(null!==e){var o=t.pendingProps;if(e.memoizedProps!==o||po.current)Ca=!0;else{if(r<n){switch(Ca=!1,t.tag){case 3:Ra(t),Ea();break;case 5:if(Vi(t),4&t.mode&&1!==n&&o.hidden)return t.expirationTime=t.childExpirationTime=1,null;break;case 1:mo(t.type)&&_o(t);break;case 4:Pi(t,t.stateNode.containerInfo);break;case 10:r=t.memoizedProps.value,o=t.type._context,lo(Zo,o._currentValue),o._currentValue=r;break;case 13:if(null!==t.memoizedState)return 0!==(r=t.child.childExpirationTime)&&r>=n?$a(e,t,n):(lo(Ai,1&Ai.current),null!==(t=Qa(e,t,n))?t.sibling:null);lo(Ai,1&Ai.current);break;case 19:if(r=t.childExpirationTime>=n,0!=(64&e.effectTag)){if(r)return Ka(e,t,n);t.effectTag|=64}if(null!==(o=t.memoizedState)&&(o.rendering=null,o.tail=null),lo(Ai,Ai.current),!r)return null}return Qa(e,t,n)}Ca=!1}}else Ca=!1;switch(t.expirationTime=0,t.tag){case 2:if(r=t.type,null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),e=t.pendingProps,o=vo(t,fo.current),ri(t,n),o=Qi(null,t,r,e,o,n),t.effectTag|=1,"object"==typeof o&&null!==o&&"function"==typeof o.render&&void 0===o.$$typeof){if(t.tag=1,t.memoizedState=null,t.updateQueue=null,mo(r)){var i=!0;_o(t)}else i=!1;t.memoizedState=null!==o.state&&void 0!==o.state?o.state:null,ai(t);var c=r.getDerivedStateFromProps;"function"==typeof c&&vi(t,r,c,e),o.updater=mi,t.stateNode=o,o._reactInternalFiber=t,_i(t,r,e,n),t=Ia(null,t,r,!0,i,n)}else t.tag=0,Ta(null,t,o,n),t=t.child;return t;case 16:e:{if(o=t.elementType,null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),e=t.pendingProps,function(e){if(-1===e._status){e._status=0;var t=e._ctor;t=t(),e._result=t,t.then((function(t){0===e._status&&(t=t.default,e._status=1,e._result=t)}),(function(t){0===e._status&&(e._status=2,e._result=t)}))}}(o),1!==o._status)throw o._result;switch(o=o._result,t.type=o,i=t.tag=function(e){if("function"==typeof e)return xu(e)?1:0;if(null!=e){if((e=e.$$typeof)===ue)return 11;if(e===fe)return 14}return 2}(o),e=Go(o,e),i){case 0:t=Aa(null,t,o,e,n);break e;case 1:t=Na(null,t,o,e,n);break e;case 11:t=Pa(null,t,o,e,n);break e;case 14:t=Ha(null,t,o,Go(o.type,e),r,n);break e}throw Error(a(306,o,""))}return t;case 0:return r=t.type,o=t.pendingProps,Aa(e,t,r,o=t.elementType===r?o:Go(r,o),n);case 1:return r=t.type,o=t.pendingProps,Na(e,t,r,o=t.elementType===r?o:Go(r,o),n);case 3:if(Ra(t),r=t.updateQueue,null===e||null===r)throw Error(a(282));if(r=t.pendingProps,o=null!==(o=t.memoizedState)?o.element:null,ci(e,t),fi(t,r,null,n),(r=t.memoizedState.element)===o)Ea(),t=Qa(e,t,n);else{if((o=t.stateNode.hydrate)&&(wa=wn(t.stateNode.containerInfo.firstChild),_a=t,o=ka=!0),o)for(n=ji(t,null,r,n),t.child=n;n;)n.effectTag=-3&n.effectTag|1024,n=n.sibling;else Ta(e,t,r,n),Ea();t=t.child}return t;case 5:return Vi(t),null===e&&xa(t),r=t.type,o=t.pendingProps,i=null!==e?e.memoizedProps:null,c=o.children,gn(r,o)?c=null:null!==i&&gn(r,i)&&(t.effectTag|=16),La(e,t),4&t.mode&&1!==n&&o.hidden?(t.expirationTime=t.childExpirationTime=1,t=null):(Ta(e,t,c,n),t=t.child),t;case 6:return null===e&&xa(t),null;case 13:return $a(e,t,n);case 4:return Pi(t,t.stateNode.containerInfo),r=t.pendingProps,null===e?t.child=xi(t,null,r,n):Ta(e,t,r,n),t.child;case 11:return r=t.type,o=t.pendingProps,Pa(e,t,r,o=t.elementType===r?o:Go(r,o),n);case 7:return Ta(e,t,t.pendingProps,n),t.child;case 8:case 12:return Ta(e,t,t.pendingProps.children,n),t.child;case 10:e:{r=t.type._context,o=t.pendingProps,c=t.memoizedProps,i=o.value;var u=t.type._context;if(lo(Zo,u._currentValue),u._currentValue=i,null!==c)if(u=c.value,0===(i=Nr(u,i)?0:0|("function"==typeof r._calculateChangedBits?r._calculateChangedBits(u,i):1073741823))){if(c.children===o.children&&!po.current){t=Qa(e,t,n);break e}}else for(null!==(u=t.child)&&(u.return=t);null!==u;){var l=u.dependencies;if(null!==l){c=u.child;for(var s=l.firstContext;null!==s;){if(s.context===r&&0!=(s.observedBits&i)){1===u.tag&&((s=ui(n,null)).tag=2,li(u,s)),u.expirationTime<n&&(u.expirationTime=n),null!==(s=u.alternate)&&s.expirationTime<n&&(s.expirationTime=n),ni(u.return,n),l.expirationTime<n&&(l.expirationTime=n);break}s=s.next}}else c=10===u.tag&&u.type===t.type?null:u.child;if(null!==c)c.return=u;else for(c=u;null!==c;){if(c===t){c=null;break}if(null!==(u=c.sibling)){u.return=c.return,c=u;break}c=c.return}u=c}Ta(e,t,o.children,n),t=t.child}return t;case 9:return o=t.type,r=(i=t.pendingProps).children,ri(t,n),r=r(o=oi(o,i.unstable_observedBits)),t.effectTag|=1,Ta(e,t,r,n),t.child;case 14:return i=Go(o=t.type,t.pendingProps),Ha(e,t,o,i=Go(o.type,i),r,n);case 15:return Va(e,t,t.type,t.pendingProps,r,n);case 17:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:Go(r,o),null!==e&&(e.alternate=null,t.alternate=null,t.effectTag|=2),t.tag=1,mo(r)?(e=!0,_o(t)):e=!1,ri(t,n),gi(t,r,o),_i(t,r,o,n),Ia(null,t,r,!0,e,n);case 19:return Ka(e,t,n)}throw Error(a(156,t.tag))};var wu=null,ku=null;function Ou(e,t,n,r){this.tag=e,this.key=n,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=r,this.effectTag=0,this.lastEffect=this.firstEffect=this.nextEffect=null,this.childExpirationTime=this.expirationTime=0,this.alternate=null}function zu(e,t,n,r){return new Ou(e,t,n,r)}function xu(e){return!(!(e=e.prototype)||!e.isReactComponent)}function ju(e,t){var n=e.alternate;return null===n?((n=zu(e.tag,t,e.key,e.mode)).elementType=e.elementType,n.type=e.type,n.stateNode=e.stateNode,n.alternate=e,e.alternate=n):(n.pendingProps=t,n.effectTag=0,n.nextEffect=null,n.firstEffect=null,n.lastEffect=null),n.childExpirationTime=e.childExpirationTime,n.expirationTime=e.expirationTime,n.child=e.child,n.memoizedProps=e.memoizedProps,n.memoizedState=e.memoizedState,n.updateQueue=e.updateQueue,t=e.dependencies,n.dependencies=null===t?null:{expirationTime:t.expirationTime,firstContext:t.firstContext,responders:t.responders},n.sibling=e.sibling,n.index=e.index,n.ref=e.ref,n}function Su(e,t,n,r,o,i){var c=2;if(r=e,"function"==typeof e)xu(e)&&(c=1);else if("string"==typeof e)c=5;else e:switch(e){case ne:return Eu(n.children,o,i,t);case ce:c=8,o|=7;break;case re:c=8,o|=1;break;case oe:return(e=zu(12,n,t,8|o)).elementType=oe,e.type=oe,e.expirationTime=i,e;case le:return(e=zu(13,n,t,o)).type=le,e.elementType=le,e.expirationTime=i,e;case se:return(e=zu(19,n,t,o)).elementType=se,e.expirationTime=i,e;default:if("object"==typeof e&&null!==e)switch(e.$$typeof){case ie:c=10;break e;case ae:c=9;break e;case ue:c=11;break e;case fe:c=14;break e;case de:c=16,r=null;break e;case pe:c=22;break e}throw Error(a(130,null==e?e:typeof e,""))}return(t=zu(c,n,t,o)).elementType=e,t.type=r,t.expirationTime=i,t}function Eu(e,t,n,r){return(e=zu(7,e,r,t)).expirationTime=n,e}function Mu(e,t,n){return(e=zu(6,e,null,t)).expirationTime=n,e}function Cu(e,t,n){return(t=zu(4,null!==e.children?e.children:[],e.key,t)).expirationTime=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function Tu(e,t,n){this.tag=t,this.current=null,this.containerInfo=e,this.pingCache=this.pendingChildren=null,this.finishedExpirationTime=0,this.finishedWork=null,this.timeoutHandle=-1,this.pendingContext=this.context=null,this.hydrate=n,this.callbackNode=null,this.callbackPriority=90,this.lastExpiredTime=this.lastPingedTime=this.nextKnownPendingLevel=this.lastSuspendedTime=this.firstSuspendedTime=this.firstPendingTime=0}function Pu(e,t){var n=e.firstSuspendedTime;return e=e.lastSuspendedTime,0!==n&&n>=t&&e<=t}function Hu(e,t){var n=e.firstSuspendedTime,r=e.lastSuspendedTime;n<t&&(e.firstSuspendedTime=t),(r>t||0===n)&&(e.lastSuspendedTime=t),t<=e.lastPingedTime&&(e.lastPingedTime=0),t<=e.lastExpiredTime&&(e.lastExpiredTime=0)}function Vu(e,t){t>e.firstPendingTime&&(e.firstPendingTime=t);var n=e.firstSuspendedTime;0!==n&&(t>=n?e.firstSuspendedTime=e.lastSuspendedTime=e.nextKnownPendingLevel=0:t>=e.lastSuspendedTime&&(e.lastSuspendedTime=t+1),t>e.nextKnownPendingLevel&&(e.nextKnownPendingLevel=t))}function Lu(e,t){var n=e.lastExpiredTime;(0===n||n>t)&&(e.lastExpiredTime=t)}function Au(e,t,n,r){var o=t.current,i=qc(),c=pi.suspense;i=Kc(i,o,c);e:if(n){t:{if(Je(n=n._reactInternalFiber)!==n||1!==n.tag)throw Error(a(170));var u=n;do{switch(u.tag){case 3:u=u.stateNode.context;break t;case 1:if(mo(u.type)){u=u.stateNode.__reactInternalMemoizedMergedChildContext;break t}}u=u.return}while(null!==u);throw Error(a(171))}if(1===n.tag){var l=n.type;if(mo(l)){n=yo(n,l,u);break e}}n=u}else n=so;return null===t.context?t.context=n:t.pendingContext=n,(t=ui(i,c)).payload={element:e},null!==(r=void 0===r?null:r)&&(t.callback=r),li(o,t),Qc(o,i),i}function Nu(e){if(!(e=e.current).child)return null;switch(e.child.tag){case 5:default:return e.child.stateNode}}function Iu(e,t){null!==(e=e.memoizedState)&&null!==e.dehydrated&&e.retryTime<t&&(e.retryTime=t)}function Ru(e,t){Iu(e,t),(e=e.alternate)&&Iu(e,t)}function Du(e,t,n){var r=new Tu(e,t,n=null!=n&&!0===n.hydrate),o=zu(3,null,null,2===t?7:1===t?3:0);r.current=o,o.stateNode=r,ai(o),e[jn]=r.current,n&&0!==t&&function(e,t){var n=Xe(t);jt.forEach((function(e){ht(e,t,n)})),St.forEach((function(e){ht(e,t,n)}))}(0,9===e.nodeType?e:e.ownerDocument),this._internalRoot=r}function Fu(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType&&(8!==e.nodeType||" react-mount-point-unstable "!==e.nodeValue))}function Bu(e,t,n,r,o){var i=n._reactRootContainer;if(i){var a=i._internalRoot;if("function"==typeof o){var c=o;o=function(){var e=Nu(a);c.call(e)}}Au(t,a,e,o)}else{if(i=n._reactRootContainer=function(e,t){if(t||(t=!(!(t=e?9===e.nodeType?e.documentElement:e.firstChild:null)||1!==t.nodeType||!t.hasAttribute("data-reactroot"))),!t)for(var n;n=e.lastChild;)e.removeChild(n);return new Du(e,0,t?{hydrate:!0}:void 0)}(n,r),a=i._internalRoot,"function"==typeof o){var u=o;o=function(){var e=Nu(a);u.call(e)}}tu((function(){Au(t,a,e,o)}))}return Nu(a)}function Uu(e,t,n){var r=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:te,key:null==r?null:""+r,children:e,containerInfo:t,implementation:n}}function $u(e,t){var n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!Fu(t))throw Error(a(200));return Uu(e,t,null,n)}Du.prototype.render=function(e){Au(e,this._internalRoot,null,null)},Du.prototype.unmount=function(){var e=this._internalRoot,t=e.containerInfo;Au(null,e,null,(function(){t[jn]=null}))},vt=function(e){if(13===e.tag){var t=Qo(qc(),150,100);Qc(e,t),Ru(e,t)}},mt=function(e){13===e.tag&&(Qc(e,3),Ru(e,3))},bt=function(e){if(13===e.tag){var t=qc();Qc(e,t=Kc(t,e,null)),Ru(e,t)}},E=function(e,t,n){switch(t){case"input":if(xe(e,n),t=n.name,"radio"===n.type&&null!=t){for(n=e;n.parentNode;)n=n.parentNode;for(n=n.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t<n.length;t++){var r=n[t];if(r!==e&&r.form===e.form){var o=Cn(r);if(!o)throw Error(a(90));we(r),xe(r,o)}}}break;case"textarea":Pe(e,n);break;case"select":null!=(t=n.value)&&Me(e,!!n.multiple,t,!1)}},V=eu,L=function(e,t,n,r,o){var i=Oc;Oc|=4;try{return Uo(98,e.bind(null,t,n,r,o))}finally{0===(Oc=i)&&qo()}},A=function(){0==(49&Oc)&&(function(){if(null!==Bc){var e=Bc;Bc=null,e.forEach((function(e,t){Lu(t,e),Yc(t)})),qo()}}(),vu())},N=function(e,t){var n=Oc;Oc|=2;try{return e(t)}finally{0===(Oc=n)&&qo()}};var Wu,qu,Ku={Events:[En,Mn,Cn,j,O,Nn,function(e){ot(e,An)},P,H,Yt,ct,vu,{current:!1}]};qu=(Wu={findFiberByHostInstance:Sn,bundleType:0,version:"16.13.1",rendererPackageName:"react-dom"}).findFiberByHostInstance,function(e){if("undefined"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__)return!1;var t=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(t.isDisabled||!t.supportsFiber)return!0;try{var n=t.inject(e);wu=function(e){try{t.onCommitFiberRoot(n,e,void 0,64==(64&e.current.effectTag))}catch(r){}},ku=function(e){try{t.onCommitFiberUnmount(n,e)}catch(r){}}}catch(r){}}(o({},Wu,{overrideHookState:null,overrideProps:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:Z.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return null===(e=nt(e))?null:e.stateNode},findFiberByHostInstance:function(e){return qu?qu(e):null},findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null})),t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=Ku,t.createPortal=$u,t.findDOMNode=function(e){if(null==e)return null;if(1===e.nodeType)return e;var t=e._reactInternalFiber;if(void 0===t){if("function"==typeof e.render)throw Error(a(188));throw Error(a(268,Object.keys(e)))}return e=null===(e=nt(t))?null:e.stateNode},t.flushSync=function(e,t){if(0!=(48&Oc))throw Error(a(187));var n=Oc;Oc|=1;try{return Uo(99,e.bind(null,t))}finally{Oc=n,qo()}},t.hydrate=function(e,t,n){if(!Fu(t))throw Error(a(200));return Bu(null,e,t,!0,n)},t.render=function(e,t,n){if(!Fu(t))throw Error(a(200));return Bu(null,e,t,!1,n)},t.unmountComponentAtNode=function(e){if(!Fu(e))throw Error(a(40));return!!e._reactRootContainer&&(tu((function(){Bu(null,null,e,!1,(function(){e._reactRootContainer=null,e[jn]=null}))})),!0)},t.unstable_batchedUpdates=eu,t.unstable_createPortal=function(e,t){return $u(e,t,2<arguments.length&&void 0!==arguments[2]?arguments[2]:null)},t.unstable_renderSubtreeIntoContainer=function(e,t,n,r){if(!Fu(n))throw Error(a(200));if(null==e||void 0===e._reactInternalFiber)throw Error(a(38));return Bu(e,t,n,!1,r)},t.version="16.13.1"},function(e,t,n){"use strict";e.exports=n(64)},function(e,t,n){"use strict";
45
- /** @license React v0.19.1
46
- * scheduler.production.min.js
47
- *
48
- * Copyright (c) Facebook, Inc. and its affiliates.
49
- *
50
- * This source code is licensed under the MIT license found in the
51
- * LICENSE file in the root directory of this source tree.
52
- */var r,o,i,a,c;if("undefined"==typeof window||"function"!=typeof MessageChannel){var u=null,l=null,s=function(){if(null!==u)try{var e=t.unstable_now();u(!0,e),u=null}catch(n){throw setTimeout(s,0),n}},f=Date.now();t.unstable_now=function(){return Date.now()-f},r=function(e){null!==u?setTimeout(r,0,e):(u=e,setTimeout(s,0))},o=function(e,t){l=setTimeout(e,t)},i=function(){clearTimeout(l)},a=function(){return!1},c=t.unstable_forceFrameRate=function(){}}else{var d=window.performance,p=window.Date,h=window.setTimeout,v=window.clearTimeout;if("undefined"!=typeof console){var m=window.cancelAnimationFrame;"function"!=typeof window.requestAnimationFrame&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills"),"function"!=typeof m&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills")}if("object"==typeof d&&"function"==typeof d.now)t.unstable_now=function(){return d.now()};else{var b=p.now();t.unstable_now=function(){return p.now()-b}}var g=!1,y=null,_=-1,w=5,k=0;a=function(){return t.unstable_now()>=k},c=function(){},t.unstable_forceFrameRate=function(e){0>e||125<e?console.error("forceFrameRate takes a positive int between 0 and 125, forcing framerates higher than 125 fps is not unsupported"):w=0<e?Math.floor(1e3/e):5};var O=new MessageChannel,z=O.port2;O.port1.onmessage=function(){if(null!==y){var e=t.unstable_now();k=e+w;try{y(!0,e)?z.postMessage(null):(g=!1,y=null)}catch(n){throw z.postMessage(null),n}}else g=!1},r=function(e){y=e,g||(g=!0,z.postMessage(null))},o=function(e,n){_=h((function(){e(t.unstable_now())}),n)},i=function(){v(_),_=-1}}function x(e,t){var n=e.length;e.push(t);e:for(;;){var r=n-1>>>1,o=e[r];if(!(void 0!==o&&0<E(o,t)))break e;e[r]=t,e[n]=o,n=r}}function j(e){return void 0===(e=e[0])?null:e}function S(e){var t=e[0];if(void 0!==t){var n=e.pop();if(n!==t){e[0]=n;e:for(var r=0,o=e.length;r<o;){var i=2*(r+1)-1,a=e[i],c=i+1,u=e[c];if(void 0!==a&&0>E(a,n))void 0!==u&&0>E(u,a)?(e[r]=u,e[c]=n,r=c):(e[r]=a,e[i]=n,r=i);else{if(!(void 0!==u&&0>E(u,n)))break e;e[r]=u,e[c]=n,r=c}}}return t}return null}function E(e,t){var n=e.sortIndex-t.sortIndex;return 0!==n?n:e.id-t.id}var M=[],C=[],T=1,P=null,H=3,V=!1,L=!1,A=!1;function N(e){for(var t=j(C);null!==t;){if(null===t.callback)S(C);else{if(!(t.startTime<=e))break;S(C),t.sortIndex=t.expirationTime,x(M,t)}t=j(C)}}function I(e){if(A=!1,N(e),!L)if(null!==j(M))L=!0,r(R);else{var t=j(C);null!==t&&o(I,t.startTime-e)}}function R(e,n){L=!1,A&&(A=!1,i()),V=!0;var r=H;try{for(N(n),P=j(M);null!==P&&(!(P.expirationTime>n)||e&&!a());){var c=P.callback;if(null!==c){P.callback=null,H=P.priorityLevel;var u=c(P.expirationTime<=n);n=t.unstable_now(),"function"==typeof u?P.callback=u:P===j(M)&&S(M),N(n)}else S(M);P=j(M)}if(null!==P)var l=!0;else{var s=j(C);null!==s&&o(I,s.startTime-n),l=!1}return l}finally{P=null,H=r,V=!1}}function D(e){switch(e){case 1:return-1;case 2:return 250;case 5:return 1073741823;case 4:return 1e4;default:return 5e3}}var F=c;t.unstable_IdlePriority=5,t.unstable_ImmediatePriority=1,t.unstable_LowPriority=4,t.unstable_NormalPriority=3,t.unstable_Profiling=null,t.unstable_UserBlockingPriority=2,t.unstable_cancelCallback=function(e){e.callback=null},t.unstable_continueExecution=function(){L||V||(L=!0,r(R))},t.unstable_getCurrentPriorityLevel=function(){return H},t.unstable_getFirstCallbackNode=function(){return j(M)},t.unstable_next=function(e){switch(H){case 1:case 2:case 3:var t=3;break;default:t=H}var n=H;H=t;try{return e()}finally{H=n}},t.unstable_pauseExecution=function(){},t.unstable_requestPaint=F,t.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=H;H=e;try{return t()}finally{H=n}},t.unstable_scheduleCallback=function(e,n,a){var c=t.unstable_now();if("object"==typeof a&&null!==a){var u=a.delay;u="number"==typeof u&&0<u?c+u:c,a="number"==typeof a.timeout?a.timeout:D(e)}else a=D(e),u=c;return e={id:T++,callback:n,priorityLevel:e,startTime:u,expirationTime:a=u+a,sortIndex:-1},u>c?(e.sortIndex=u,x(C,e),null===j(M)&&e===j(C)&&(A?i():A=!0,o(I,u-c))):(e.sortIndex=a,x(M,e),L||V||(L=!0,r(R))),e},t.unstable_shouldYield=function(){var e=t.unstable_now();N(e);var n=j(M);return n!==P&&null!==P&&null!==n&&null!==n.callback&&n.startTime<=e&&n.expirationTime<P.expirationTime||a()},t.unstable_wrapCallback=function(e){var t=H;return function(){var n=H;H=t;try{return e.apply(this,arguments)}finally{H=n}}}},function(e,t){e.exports=function(e){if(Array.isArray(e))return e}},function(e,t){e.exports=function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,i=void 0;try{for(var a,c=e[Symbol.iterator]();!(r=(a=c.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(u){o=!0,i=u}finally{try{r||null==c.return||c.return()}finally{if(o)throw i}}return n}}},function(e,t,n){var r=n(68);e.exports=function(e,t){if(e){if("string"==typeof e)return r(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(e,t):void 0}}},function(e,t){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}},function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}},function(e,t,n){var r=function(e){"use strict";var t=Object.prototype,n=t.hasOwnProperty,r="function"==typeof Symbol?Symbol:{},o=r.iterator||"@@iterator",i=r.asyncIterator||"@@asyncIterator",a=r.toStringTag||"@@toStringTag";function c(e,t,n,r){var o=t&&t.prototype instanceof s?t:s,i=Object.create(o.prototype),a=new k(r||[]);return i._invoke=function(e,t,n){var r="suspendedStart";return function(o,i){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===o)throw i;return z()}for(n.method=o,n.arg=i;;){var a=n.delegate;if(a){var c=y(a,n);if(c){if(c===l)continue;return c}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===r)throw r="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r="executing";var s=u(e,t,n);if("normal"===s.type){if(r=n.done?"completed":"suspendedYield",s.arg===l)continue;return{value:s.arg,done:n.done}}"throw"===s.type&&(r="completed",n.method="throw",n.arg=s.arg)}}}(e,n,a),i}function u(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(r){return{type:"throw",arg:r}}}e.wrap=c;var l={};function s(){}function f(){}function d(){}var p={};p[o]=function(){return this};var h=Object.getPrototypeOf,v=h&&h(h(O([])));v&&v!==t&&n.call(v,o)&&(p=v);var m=d.prototype=s.prototype=Object.create(p);function b(e){["next","throw","return"].forEach((function(t){e[t]=function(e){return this._invoke(t,e)}}))}function g(e,t){var r;this._invoke=function(o,i){function a(){return new t((function(r,a){!function r(o,i,a,c){var l=u(e[o],e,i);if("throw"!==l.type){var s=l.arg,f=s.value;return f&&"object"==typeof f&&n.call(f,"__await")?t.resolve(f.__await).then((function(e){r("next",e,a,c)}),(function(e){r("throw",e,a,c)})):t.resolve(f).then((function(e){s.value=e,a(s)}),(function(e){return r("throw",e,a,c)}))}c(l.arg)}(o,i,r,a)}))}return r=r?r.then(a,a):a()}}function y(e,t){var n=e.iterator[t.method];if(void 0===n){if(t.delegate=null,"throw"===t.method){if(e.iterator.return&&(t.method="return",t.arg=void 0,y(e,t),"throw"===t.method))return l;t.method="throw",t.arg=new TypeError("The iterator does not provide a 'throw' method")}return l}var r=u(n,e.iterator,t.arg);if("throw"===r.type)return t.method="throw",t.arg=r.arg,t.delegate=null,l;var o=r.arg;return o?o.done?(t[e.resultName]=o.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,l):o:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,l)}function _(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function w(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function k(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(_,this),this.reset(!0)}function O(e){if(e){var t=e[o];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,i=function t(){for(;++r<e.length;)if(n.call(e,r))return t.value=e[r],t.done=!1,t;return t.value=void 0,t.done=!0,t};return i.next=i}}return{next:z}}function z(){return{value:void 0,done:!0}}return f.prototype=m.constructor=d,d.constructor=f,d[a]=f.displayName="GeneratorFunction",e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===f||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,d):(e.__proto__=d,a in e||(e[a]="GeneratorFunction")),e.prototype=Object.create(m),e},e.awrap=function(e){return{__await:e}},b(g.prototype),g.prototype[i]=function(){return this},e.AsyncIterator=g,e.async=function(t,n,r,o,i){void 0===i&&(i=Promise);var a=new g(c(t,n,r,o),i);return e.isGeneratorFunction(n)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},b(m),m[a]="Generator",m[o]=function(){return this},m.toString=function(){return"[object Generator]"},e.keys=function(e){var t=[];for(var n in e)t.push(n);return t.reverse(),function n(){for(;t.length;){var r=t.pop();if(r in e)return n.value=r,n.done=!1,n}return n.done=!0,n}},e.values=O,k.prototype={constructor:k,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(w),!e)for(var t in this)"t"===t.charAt(0)&&n.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var t=this;function r(n,r){return a.type="throw",a.arg=e,t.next=n,r&&(t.method="next",t.arg=void 0),!!r}for(var o=this.tryEntries.length-1;o>=0;--o){var i=this.tryEntries[o],a=i.completion;if("root"===i.tryLoc)return r("end");if(i.tryLoc<=this.prev){var c=n.call(i,"catchLoc"),u=n.call(i,"finallyLoc");if(c&&u){if(this.prev<i.catchLoc)return r(i.catchLoc,!0);if(this.prev<i.finallyLoc)return r(i.finallyLoc)}else if(c){if(this.prev<i.catchLoc)return r(i.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return r(i.finallyLoc)}}}},abrupt:function(e,t){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=e,a.arg=t,i?(this.method="next",this.next=i.finallyLoc,l):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),l},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),w(n),l}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var o=r.arg;w(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,n){return this.delegate={iterator:O(e),resultName:t,nextLoc:n},"next"===this.method&&(this.arg=void 0),l}},e}(e.exports);try{regeneratorRuntime=r}catch(o){Function("r","regeneratorRuntime = r")(r)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(n(72)),o=i(n(25));function i(e){return e&&e.__esModule?e:{default:e}}function a(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}t.default=function(){var e=arguments.length<=0||void 0===arguments[0]?[]:arguments[0],t=[].concat(a(e),a(r.default)),n=function e(n){var r=arguments.length<=1||void 0===arguments[1]?function(){}:arguments[1],i=arguments.length<=2||void 0===arguments[2]?function(){}:arguments[2],a=function(n){var o=function(e){return function(t){try{var o=e?n.throw(t):n.next(t),c=o.value;if(o.done)return r(c);a(c)}catch(u){return i(u)}}},a=function n(r){t.some((function(t){return t(r,n,e,o(!1),o(!0))}))};o(!1)()},c=o.default.iterator(n)?n:regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,n;case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e,this)}))();a(c,r,i)};return n}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.iterator=t.array=t.object=t.error=t.any=void 0;var r,o=n(25),i=(r=o)&&r.__esModule?r:{default:r};var a=t.any=function(e,t,n,r){return r(e),!0},c=t.error=function(e,t,n,r,o){return!!i.default.error(e)&&(o(e.error),!0)},u=t.object=function(e,t,n,r,o){if(!i.default.all(e)||!i.default.obj(e.value))return!1;var a={},c=Object.keys(e.value),u=0,l=!1;return c.map((function(t){n(e.value[t],(function(e){return function(e,t){l||(a[e]=t,++u===c.length&&r(a))}(t,e)}),(function(e){return function(e,t){l||(l=!0,o(t))}(0,e)}))})),!0},l=t.array=function(e,t,n,r,o){if(!i.default.all(e)||!i.default.array(e.value))return!1;var a=[],c=0,u=!1;return e.value.map((function(t,i){n(t,(function(t){return function(t,n){u||(a[t]=n,++c===e.value.length&&r(a))}(i,t)}),(function(e){return function(e,t){u||(u=!0,o(t))}(0,e)}))})),!0},s=t.iterator=function(e,t,n,r,o){return!!i.default.iterator(e)&&(n(e,t,o),!0)};t.default=[c,s,l,u,a]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.race=t.join=t.fork=t.promise=void 0;var r=a(n(25)),o=n(46),i=a(n(74));function a(e){return e&&e.__esModule?e:{default:e}}var c=t.promise=function(e,t,n,o,i){return!!r.default.promise(e)&&(e.then(t,i),!0)},u=new Map,l=t.fork=function(e,t,n){if(!r.default.fork(e))return!1;var a=Symbol("fork"),c=(0,i.default)();u.set(a,c),n(e.iterator.apply(null,e.args),(function(e){return c.dispatch(e)}),(function(e){return c.dispatch((0,o.error)(e))}));var l=c.subscribe((function(){l(),u.delete(a)}));return t(a),!0},s=t.join=function(e,t,n,o,i){if(!r.default.join(e))return!1;var a,c=u.get(e.task);return c?a=c.subscribe((function(e){a(),t(e)})):i("join error : task not found"),!0},f=t.race=function(e,t,n,o,i){if(!r.default.race(e))return!1;var a,c=!1,u=function(e,n,r){c||(c=!0,e[n]=r,t(e))},l=function(e){c||i(e)};return r.default.array(e.competitors)?(a=e.competitors.map((function(){return!1})),e.competitors.forEach((function(e,t){n(e,(function(e){return u(a,t,e)}),l)}))):function(){var t=Object.keys(e.competitors).reduce((function(e,t){return e[t]=!1,e}),{});Object.keys(e.competitors).forEach((function(r){n(e.competitors[r],(function(e){return u(t,r,e)}),l)}))}(),!0};t.default=[c,l,s,f,function(e,t){if(!r.default.subscribe(e))return!1;if(!r.default.channel(e.channel))throw new Error('the first argument of "subscribe" must be a valid channel');var n=e.channel.subscribe((function(e){n&&n(),t(e)}));return!0}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});t.default=function(){var e=[];return{subscribe:function(t){return e.push(t),function(){e=e.filter((function(e){return e!==t}))}},dispatch:function(t){e.slice().forEach((function(e){return e(t)}))}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.cps=t.call=void 0;var r,o=n(25),i=(r=o)&&r.__esModule?r:{default:r};var a=t.call=function(e,t,n,r,o){if(!i.default.call(e))return!1;try{t(e.func.apply(e.context,e.args))}catch(a){o(a)}return!0},c=t.cps=function(e,t,n,r,o){var a;return!!i.default.cps(e)&&((a=e.func).call.apply(a,[null].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}(e.args),[function(e,n){e?o(e):t(n)}])),!0)};t.default=[a,c]},function(e,t){e.exports=function(e){if(!e.webpackPolyfill){var t=Object.create(e);t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),Object.defineProperty(t,"exports",{enumerable:!0}),t.webpackPolyfill=1}return t}},function(e,t){var n="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof window.msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto);if(n){var r=new Uint8Array(16);e.exports=function(){return n(r),r}}else{var o=new Array(16);e.exports=function(){for(var e,t=0;t<16;t++)0==(3&t)&&(e=4294967296*Math.random()),o[t]=e>>>((3&t)<<3)&255;return o}}},function(e,t){for(var n=[],r=0;r<256;++r)n[r]=(r+256).toString(16).substr(1);e.exports=function(e,t){var r=t||0,o=n;return[o[e[r++]],o[e[r++]],o[e[r++]],o[e[r++]],"-",o[e[r++]],o[e[r++]],"-",o[e[r++]],o[e[r++]],"-",o[e[r++]],o[e[r++]],"-",o[e[r++]],o[e[r++]],o[e[r++]],o[e[r++]],o[e[r++]],o[e[r++]]].join("")}},function(e,t,n){},function(e,t,n){"use strict";var r=n(48),o=n(49),i=Object.prototype.hasOwnProperty,a={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},c=Array.isArray,u=Array.prototype.push,l=function(e,t){u.apply(e,c(t)?t:[t])},s=Date.prototype.toISOString,f={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:r.encode,encodeValuesOnly:!1,formatter:o.formatters[o.default],indices:!1,serializeDate:function(e){return s.call(e)},skipNulls:!1,strictNullHandling:!1},d=function e(t,n,o,i,a,u,s,d,p,h,v,m,b){var g=t;if("function"==typeof s?g=s(n,g):g instanceof Date?g=h(g):"comma"===o&&c(g)&&(g=g.join(",")),null===g){if(i)return u&&!m?u(n,f.encoder,b):n;g=""}if("string"==typeof g||"number"==typeof g||"boolean"==typeof g||r.isBuffer(g))return u?[v(m?n:u(n,f.encoder,b))+"="+v(u(g,f.encoder,b))]:[v(n)+"="+v(String(g))];var y,_=[];if(void 0===g)return _;if(c(s))y=s;else{var w=Object.keys(g);y=d?w.sort(d):w}for(var k=0;k<y.length;++k){var O=y[k];a&&null===g[O]||(c(g)?l(_,e(g[O],"function"==typeof o?o(n,O):n,o,i,a,u,s,d,p,h,v,m,b)):l(_,e(g[O],n+(p?"."+O:"["+O+"]"),o,i,a,u,s,d,p,h,v,m,b)))}return _};e.exports=function(e,t){var n,r=e,u=function(e){if(!e)return f;if(null!==e.encoder&&void 0!==e.encoder&&"function"!=typeof e.encoder)throw new TypeError("Encoder has to be a function.");var t=e.charset||f.charset;if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var n=o.default;if(void 0!==e.format){if(!i.call(o.formatters,e.format))throw new TypeError("Unknown format option provided.");n=e.format}var r=o.formatters[n],a=f.filter;return("function"==typeof e.filter||c(e.filter))&&(a=e.filter),{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:f.addQueryPrefix,allowDots:void 0===e.allowDots?f.allowDots:!!e.allowDots,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:f.charsetSentinel,delimiter:void 0===e.delimiter?f.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:f.encode,encoder:"function"==typeof e.encoder?e.encoder:f.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:f.encodeValuesOnly,filter:a,formatter:r,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:f.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:f.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:f.strictNullHandling}}(t);"function"==typeof u.filter?r=(0,u.filter)("",r):c(u.filter)&&(n=u.filter);var s,p=[];if("object"!=typeof r||null===r)return"";s=t&&t.arrayFormat in a?t.arrayFormat:t&&"indices"in t?t.indices?"indices":"repeat":"indices";var h=a[s];n||(n=Object.keys(r)),u.sort&&n.sort(u.sort);for(var v=0;v<n.length;++v){var m=n[v];u.skipNulls&&null===r[m]||l(p,d(r[m],m,h,u.strictNullHandling,u.skipNulls,u.encode?u.encoder:null,u.filter,u.sort,u.allowDots,u.serializeDate,u.formatter,u.encodeValuesOnly,u.charset))}var b=p.join(u.delimiter),g=!0===u.addQueryPrefix?"?":"";return u.charsetSentinel&&("iso-8859-1"===u.charset?g+="utf8=%26%2310003%3B&":g+="utf8=%E2%9C%93&"),b.length>0?g+b:""}},function(e,t,n){"use strict";var r=n(48),o=Object.prototype.hasOwnProperty,i={allowDots:!1,allowPrototypes:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:r.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},a=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},c=function(e,t,n){if(e){var r=n.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,i=/(\[[^[\]]*])/g,a=/(\[[^[\]]*])/.exec(r),c=a?r.slice(0,a.index):r,u=[];if(c){if(!n.plainObjects&&o.call(Object.prototype,c)&&!n.allowPrototypes)return;u.push(c)}for(var l=0;null!==(a=i.exec(r))&&l<n.depth;){if(l+=1,!n.plainObjects&&o.call(Object.prototype,a[1].slice(1,-1))&&!n.allowPrototypes)return;u.push(a[1])}return a&&u.push("["+r.slice(a.index)+"]"),function(e,t,n){for(var r=t,o=e.length-1;o>=0;--o){var i,a=e[o];if("[]"===a&&n.parseArrays)i=[].concat(r);else{i=n.plainObjects?Object.create(null):{};var c="["===a.charAt(0)&&"]"===a.charAt(a.length-1)?a.slice(1,-1):a,u=parseInt(c,10);n.parseArrays||""!==c?!isNaN(u)&&a!==c&&String(u)===c&&u>=0&&n.parseArrays&&u<=n.arrayLimit?(i=[])[u]=r:i[c]=r:i={0:r}}r=i}return r}(u,t,n)}};e.exports=function(e,t){var n=function(e){if(!e)return i;if(null!==e.decoder&&void 0!==e.decoder&&"function"!=typeof e.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new Error("The charset option must be either utf-8, iso-8859-1, or undefined");var t=void 0===e.charset?i.charset:e.charset;return{allowDots:void 0===e.allowDots?i.allowDots:!!e.allowDots,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:i.allowPrototypes,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:i.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:i.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:i.comma,decoder:"function"==typeof e.decoder?e.decoder:i.decoder,delimiter:"string"==typeof e.delimiter||r.isRegExp(e.delimiter)?e.delimiter:i.delimiter,depth:"number"==typeof e.depth?e.depth:i.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:i.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:i.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:i.plainObjects,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:i.strictNullHandling}}(t);if(""===e||null==e)return n.plainObjects?Object.create(null):{};for(var u="string"==typeof e?function(e,t){var n,c={},u=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,l=t.parameterLimit===1/0?void 0:t.parameterLimit,s=u.split(t.delimiter,l),f=-1,d=t.charset;if(t.charsetSentinel)for(n=0;n<s.length;++n)0===s[n].indexOf("utf8=")&&("utf8=%E2%9C%93"===s[n]?d="utf-8":"utf8=%26%2310003%3B"===s[n]&&(d="iso-8859-1"),f=n,n=s.length);for(n=0;n<s.length;++n)if(n!==f){var p,h,v=s[n],m=v.indexOf("]="),b=-1===m?v.indexOf("="):m+1;-1===b?(p=t.decoder(v,i.decoder,d),h=t.strictNullHandling?null:""):(p=t.decoder(v.slice(0,b),i.decoder,d),h=t.decoder(v.slice(b+1),i.decoder,d)),h&&t.interpretNumericEntities&&"iso-8859-1"===d&&(h=a(h)),h&&t.comma&&h.indexOf(",")>-1&&(h=h.split(",")),o.call(c,p)?c[p]=r.combine(c[p],h):c[p]=h}return c}(e,n):e,l=n.plainObjects?Object.create(null):{},s=Object.keys(u),f=0;f<s.length;++f){var d=s[f],p=c(d,u[d],n);l=r.merge(l,p,n)}return r.compact(l)}},function(e,t,n){},function(e,t,n){"use strict";n.r(t);var r={};n.r(r),n.d(r,"find",(function(){return T}));var o={};n.r(o),n.d(o,"isTabbableIndex",(function(){return H})),n.d(o,"find",(function(){return I})),n.d(o,"findPrevious",(function(){return R})),n.d(o,"findNext",(function(){return D}));var i={};n.r(i),n.d(i,"getBlockTypes",(function(){return jt})),n.d(i,"getBlockType",(function(){return St})),n.d(i,"getBlockStyles",(function(){return Et})),n.d(i,"getBlockVariations",(function(){return Mt})),n.d(i,"getDefaultBlockVariation",(function(){return Ct})),n.d(i,"getCategories",(function(){return Tt})),n.d(i,"getCollections",(function(){return Pt})),n.d(i,"getDefaultBlockName",(function(){return Ht})),n.d(i,"getFreeformFallbackBlockName",(function(){return Vt})),n.d(i,"getUnregisteredFallbackBlockName",(function(){return Lt})),n.d(i,"getGroupingBlockName",(function(){return At})),n.d(i,"getChildBlockNames",(function(){return Nt})),n.d(i,"getBlockSupport",(function(){return It})),n.d(i,"hasBlockSupport",(function(){return Rt})),n.d(i,"isMatchingSearchTerm",(function(){return Dt})),n.d(i,"hasChildBlocks",(function(){return Ft})),n.d(i,"hasChildBlocksWithInserterSupport",(function(){return Bt}));var a={};n.r(a),n.d(a,"addBlockTypes",(function(){return Ut})),n.d(a,"removeBlockTypes",(function(){return $t})),n.d(a,"addBlockStyles",(function(){return Wt})),n.d(a,"removeBlockStyles",(function(){return qt})),n.d(a,"addBlockVariations",(function(){return Kt})),n.d(a,"removeBlockVariations",(function(){return Qt})),n.d(a,"setDefaultBlockName",(function(){return Gt})),n.d(a,"setFreeformFallbackBlockName",(function(){return Zt})),n.d(a,"setUnregisteredFallbackBlockName",(function(){return Yt})),n.d(a,"setGroupingBlockName",(function(){return Xt})),n.d(a,"setCategories",(function(){return Jt})),n.d(a,"updateCategory",(function(){return en})),n.d(a,"addBlockCollection",(function(){return tn})),n.d(a,"removeBlockCollection",(function(){return nn}));var c=n(5),u=n(39),l=n(38),s=n.n(l),f=n(16),d=n.n(f),p=n(8);function h(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var v=n(0),m=n(19),b=n(9),g=n(10),y=n(11),_=n(12),w=n(13);function k(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function O(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function z(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return t.reduce((function(e,t,n){return c.Children.forEach(t,(function(t,r){t&&"string"!=typeof t&&(t=Object(c.cloneElement)(t,{key:[n,r].join()})),e.push(t)})),e}),[])}var x=n(6),j=window,S=(j.DOMParser,j.getComputedStyle,window.Node);S.TEXT_NODE,S.ELEMENT_NODE,S.DOCUMENT_POSITION_PRECEDING,S.DOCUMENT_POSITION_FOLLOWING;function E(e){if(!e.collapsed)return e.getBoundingClientRect();var t=e.startContainer;if("BR"===t.nodeName){var n=t.parentNode,r=Array.from(n.childNodes).indexOf(t);(e=document.createRange()).setStart(n,r),e.setEnd(n,r)}var o=e.getClientRects()[0];if(!o){var i=document.createTextNode("​");(e=e.cloneRange()).insertNode(i),o=e.getClientRects()[0],i.parentNode.removeChild(i)}return o}var M=["[tabindex]","a[href]","button:not([disabled])",'input:not([type="hidden"]):not([disabled])',"select:not([disabled])","textarea:not([disabled])","iframe","object","embed","area[href]","[contenteditable]:not([contenteditable=false])"].join(",");function C(e){return e.offsetWidth>0||e.offsetHeight>0||e.getClientRects().length>0}function T(e){var t=e.querySelectorAll(M);return Array.from(t).filter((function(e){return!!C(e)&&("AREA"!==e.nodeName||function(e){var t=e.closest("map[name]");if(!t)return!1;var n=document.querySelector('img[usemap="#'+t.name+'"]');return!!n&&C(n)}(e))}))}function P(e){var t=e.getAttribute("tabindex");return null===t?0:parseInt(t,10)}function H(e){return-1!==P(e)}function V(e,t){return{element:e,index:t}}function L(e){return e.element}function A(e,t){var n=P(e.element),r=P(t.element);return n===r?e.index-t.index:n-r}function N(e){return e.filter(H).map(V).sort(A).map(L).reduce((t={},function(e,n){var r=n.nodeName,o=n.type,i=n.checked,a=n.name;if("INPUT"!==r||"radio"!==o||!a)return e.concat(n);var c=t.hasOwnProperty(a);if(!i&&c)return e;if(c){var u=t[a];e=Object(v.without)(e,u)}return t[a]=n,e.concat(n)}),[]);var t}function I(e){return N(T(e))}function R(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:document.activeElement,t=T(document.body),n=t.indexOf(e);return t.length=n,Object(v.last)(N(t))}function D(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:document.activeElement,t=T(document.body),n=t.indexOf(e),r=t.slice(n+1).filter((function(t){return!e.contains(t)}));return Object(v.first)(N(r))}var F={focusable:r,tabbable:o},B=n(34);function U(e){var t=Object(c.useState)(!1),n=Object(x.a)(t,2),r=n[0],o=n[1];return Object(c.useEffect)((function(){if(e){var t=function(){return o(window.matchMedia(e).matches)};t();var n=window.matchMedia(e);return n.addListener(t),function(){n.removeListener(t)}}}),[e]),e&&r}var $={huge:1440,wide:1280,large:960,medium:782,small:600,mobile:480},W={">=":"min-width","<":"max-width"},q={">=":function(e,t){return t>=e},"<":function(e,t){return t<e}},K=Object(c.createContext)(null),Q=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:">=",n=Object(c.useContext)(K),r=!n&&"(".concat(W[t],": ").concat($[e],"px)"),o=U(r);return n?q[t]($[e],n):o};Q.__experimentalWidthProvider=K.Provider;var G=Q;function Z(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Y(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function X(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function J(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?X(Object(n),!0).forEach((function(t){Z(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):X(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var ee=function(e){return Object(c.createElement)("path",e)},te=function(e){var t=e.className,n=e.isPressed,r=J(J({},Y(e,["className","isPressed"])),{},{className:d()(t,{"is-pressed":n})||void 0,role:"img","aria-hidden":!0,focusable:!1});return Object(c.createElement)("svg",r)},ne=Object(c.createElement)(te,{xmlns:"http://www.w3.org/2000/svg",viewBox:"-2 -2 24 24"},Object(c.createElement)(ee,{d:"M14.95 6.46L11.41 10l3.54 3.54-1.41 1.41L10 11.42l-3.53 3.53-1.42-1.42L8.58 10 5.05 6.47l1.42-1.42L10 8.58l3.54-3.53z"})),re=n(1);function oe(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ie(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?oe(Object(n),!0).forEach((function(t){Object(re.a)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):oe(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function ae(e,t,n,r,o,i){var a=t.width,c="rtl"===document.documentElement.dir;"left"===n&&c?n="right":"right"===n&&c&&(n="left"),"left"===r&&c?r="right":"right"===r&&c&&(r="left");var u=Math.round(e.left+e.width/2),l={popoverLeft:u,contentWidth:(u-a/2>0?a/2:u)+(u+a/2>window.innerWidth?window.innerWidth-u:a/2)},s=e.left;"right"===r?s=e.right:"middle"!==i&&(s=u);var f=e.right;"left"===r?f=e.left:"middle"!==i&&(f=u);var d={popoverLeft:s,contentWidth:s-a>0?a:s},p={popoverLeft:f,contentWidth:f+a>window.innerWidth?window.innerWidth-f:a},h=n,v=null;if(!o)if("center"===n&&l.contentWidth===a)h="center";else if("left"===n&&d.contentWidth===a)h="left";else if("right"===n&&p.contentWidth===a)h="right";else{var m="left"===(h=d.contentWidth>p.contentWidth?"left":"right")?d.contentWidth:p.contentWidth;v=m!==a?m:null}return{xAxis:h,popoverLeft:"center"===h?l.popoverLeft:"left"===h?d.popoverLeft:p.popoverLeft,contentWidth:v}}function ce(e,t,n,r,o,i,a){var c=t.height;if(o){var u=(function e(t){if(t){if(t.scrollHeight>t.clientHeight){var n=window.getComputedStyle(t).overflowY;if(/(auto|scroll)/.test(n))return t}return e(t.parentNode)}}(i)||document.body).getBoundingClientRect();if(e.top-c<=u.top)return{yAxis:n,popoverTop:Math.min(e.bottom-a,u.top+c-a)}}var l=e.top+e.height/2;"bottom"===r?l=e.bottom:"top"===r&&(l=e.top);var s={popoverTop:l,contentHeight:(l-c/2>0?c/2:l)+(l+c/2>window.innerHeight?window.innerHeight-l:c/2)},f={popoverTop:e.top,contentHeight:e.top-10-c>0?c:e.top-10},d={popoverTop:e.bottom,contentHeight:e.bottom+10+c>window.innerHeight?window.innerHeight-10-e.bottom:c},p=n,h=null;if(!o)if("middle"===n&&s.contentHeight===c)p="middle";else if("top"===n&&f.contentHeight===c)p="top";else if("bottom"===n&&d.contentHeight===c)p="bottom";else{var v="top"===(p=f.contentHeight>d.contentHeight?"top":"bottom")?f.contentHeight:d.contentHeight;h=v!==c?v:null}return{yAxis:p,popoverTop:"middle"===p?s.popoverTop:"top"===p?f.popoverTop:d.popoverTop,contentHeight:h}}function ue(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"top",r=arguments.length>3?arguments[3]:void 0,o=arguments.length>4?arguments[4]:void 0,i=arguments.length>5?arguments[5]:void 0,a=n.split(" "),c=Object(x.a)(a,3),u=c[0],l=c[1],s=void 0===l?"center":l,f=c[2],d=ce(e,t,u,f,r,o,i),p=ae(e,t,s,f,r,d.yAxis);return ie({},p,{},d)}var le=n(3),se=n(50),fe=n(14),de=Object(c.createContext)({focusHistory:[]}),pe=de.Provider,he=de.Consumer;pe.displayName="FocusReturnProvider",he.displayName="FocusReturnConsumer";c.Component;var ve=Object(se.a)((function e(t){if((r=t)instanceof c.Component||"function"==typeof r){var n=t;return e({})(n)}var r,o=t.onFocusReturn,i=void 0===o?v.stubTrue:o;return function(e){var t=function(t){function n(){var e;return Object(b.a)(this,n),(e=Object(y.a)(this,Object(_.a)(n).apply(this,arguments))).ownFocusedElements=new Set,e.activeElementOnMount=document.activeElement,e.setIsFocusedFalse=function(){return e.isFocused=!1},e.setIsFocusedTrue=function(t){e.ownFocusedElements.add(t.target),e.isFocused=!0},e}return Object(w.a)(n,t),Object(g.a)(n,[{key:"componentWillUnmount",value:function(){var e=this.activeElementOnMount,t=this.isFocused,n=this.ownFocusedElements;if(t&&!1!==i())for(var r,o=[].concat(Object(le.a)(v.without.apply(void 0,[this.props.focus.focusHistory].concat(Object(le.a)(n)))),[e]);r=o.pop();)if(document.body.contains(r))return void r.focus()}},{key:"render",value:function(){return Object(c.createElement)("div",{onFocus:this.setIsFocusedTrue,onBlur:this.setIsFocusedFalse},Object(c.createElement)(e,this.props.childProps))}}]),n}(c.Component);return function(e){return Object(c.createElement)(he,null,(function(n){return Object(c.createElement)(t,{childProps:e,focus:n})}))}}}),"withFocusReturn"),me=Object(se.a)((function(e){return function(t){function n(){var e;return Object(b.a)(this,n),(e=Object(y.a)(this,Object(_.a)(n).apply(this,arguments))).focusContainRef=Object(c.createRef)(),e.handleTabBehaviour=e.handleTabBehaviour.bind(Object(fe.a)(e)),e}return Object(w.a)(n,t),Object(g.a)(n,[{key:"handleTabBehaviour",value:function(e){if(e.keyCode===B.b){var t=F.tabbable.find(this.focusContainRef.current);if(t.length){var n=t[0],r=t[t.length-1];e.shiftKey&&e.target===n?(e.preventDefault(),r.focus()):(e.shiftKey||e.target!==r)&&t.includes(e.target)||(e.preventDefault(),n.focus())}}}},{key:"render",value:function(){return Object(c.createElement)("div",{onKeyDown:this.handleTabBehaviour,ref:this.focusContainRef,tabIndex:"-1"},Object(c.createElement)(e,this.props))}}]),n}(c.Component)}),"withConstrainedTabbing"),be=["button","submit"];var ge=Object(se.a)((function(e){return function(t){function n(){var e;return Object(b.a)(this,n),(e=Object(y.a)(this,Object(_.a)(n).apply(this,arguments))).bindNode=e.bindNode.bind(Object(fe.a)(e)),e.cancelBlurCheck=e.cancelBlurCheck.bind(Object(fe.a)(e)),e.queueBlurCheck=e.queueBlurCheck.bind(Object(fe.a)(e)),e.normalizeButtonFocus=e.normalizeButtonFocus.bind(Object(fe.a)(e)),e}return Object(w.a)(n,t),Object(g.a)(n,[{key:"componentWillUnmount",value:function(){this.cancelBlurCheck()}},{key:"bindNode",value:function(e){e?this.node=e:(delete this.node,this.cancelBlurCheck())}},{key:"queueBlurCheck",value:function(e){var t=this;e.persist(),this.preventBlurCheck||(this.blurCheckTimeout=setTimeout((function(){document.hasFocus()?"function"==typeof t.node.handleFocusOutside&&t.node.handleFocusOutside(e):e.preventDefault()}),0))}},{key:"cancelBlurCheck",value:function(){clearTimeout(this.blurCheckTimeout)}},{key:"normalizeButtonFocus",value:function(e){var t=e.type,n=e.target;Object(v.includes)(["mouseup","touchend"],t)?this.preventBlurCheck=!1:function(e){switch(e.nodeName){case"A":case"BUTTON":return!0;case"INPUT":return Object(v.includes)(be,e.type)}return!1}(n)&&(this.preventBlurCheck=!0)}},{key:"render",value:function(){return Object(c.createElement)("div",{onFocus:this.cancelBlurCheck,onMouseDown:this.normalizeButtonFocus,onMouseUp:this.normalizeButtonFocus,onTouchStart:this.normalizeButtonFocus,onTouchEnd:this.normalizeButtonFocus,onBlur:this.queueBlurCheck},Object(c.createElement)(e,Object(p.a)({ref:this.bindNode},this.props)))}}]),n}(c.Component)}),"withFocusOutside")(function(e){function t(){return Object(b.a)(this,t),Object(y.a)(this,Object(_.a)(t).apply(this,arguments))}return Object(w.a)(t,e),Object(g.a)(t,[{key:"handleFocusOutside",value:function(e){this.props.onFocusOutside(e)}},{key:"render",value:function(){return this.props.children}}]),t}(c.Component));var ye=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.htmlDocument,n=void 0===t?document:t,r=e.className,o=void 0===r?"lockscroll":r,i=0,a=0;function u(e){var t=n.scrollingElement||n.body;e&&(a=t.scrollTop);var r=e?"add":"remove";t.classList[r](o),n.documentElement.classList[r](o),e||(t.scrollTop=a)}function l(){0===i&&u(!0),++i}function s(){1===i&&u(!1),--i}return function(e){function t(){return Object(b.a)(this,t),Object(y.a)(this,Object(_.a)(t).apply(this,arguments))}return Object(w.a)(t,e),Object(g.a)(t,[{key:"componentDidMount",value:function(){l()}},{key:"componentWillUnmount",value:function(){s()}},{key:"render",value:function(){return null}}]),t}(c.Component)}();function _e(e){e.stopPropagation()}var we=Object(c.forwardRef)((function(e,t){var n=e.children,r=h(e,["children"]);return Object(c.createElement)("div",Object(p.a)({},r,{ref:t,onMouseDown:_e}),n)})),ke=Object(c.createContext)({slots:{},fills:{},registerSlot:function(){},unregisterSlot:function(){},registerFill:function(){},unregisterFill:function(){}});function Oe(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ze(e){var t=Object(c.useContext)(ke),n=t.slots[e]||{},r=t.fills[e],o=Object(c.useMemo)((function(){return r||[]}),[r]);return function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Oe(Object(n),!0).forEach((function(t){Object(re.a)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Oe(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},n,{updateSlot:Object(c.useCallback)((function(n,r){t.updateSlot(e,n,r)}),[e,t.updateSlot]),unregisterSlot:Object(c.useCallback)((function(n){t.unregisterSlot(e,n)}),[e,t.unregisterSlot]),fills:o,registerFill:Object(c.useCallback)((function(n){t.registerFill(e,n)}),[e,t.registerFill]),unregisterFill:Object(c.useCallback)((function(n){t.unregisterFill(e,n)}),[e,t.unregisterFill])})}var xe=function(e){return!Object(v.isNumber)(e)&&(Object(v.isString)(e)||Object(v.isArray)(e)?!e.length:!e)},je=n(21);function Se(e){var t=function(e,t){if("object"!==Object(je.a)(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!==Object(je.a)(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"===Object(je.a)(t)?t:String(t)}function Ee(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Me(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Ee(Object(n),!0).forEach((function(t){Object(re.a)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ee(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Ce(e){var t,n,r,o,i,a,u,l,s,f,d,p,v=e.children,m=(t=Object(c.useState)({}),n=Object(x.a)(t,2),r=n[0],o=n[1],i=Object(c.useState)({}),a=Object(x.a)(i,2),u=a[0],l=a[1],s=Object(c.useCallback)((function(e,t,n){o((function(r){return Me({},r,Object(re.a)({},e,Me({},r[e],{ref:t||r[e].ref,fillProps:n||r[e].fillProps||{}})))}))}),[]),f=Object(c.useCallback)((function(e,t){o((function(n){var r=n[e],o=h(n,[e].map(Se));return(null==r?void 0:r.ref)===t?o:n}))}),[]),d=Object(c.useCallback)((function(e,t){l((function(n){return Me({},n,Object(re.a)({},e,[].concat(Object(le.a)(n[e]||[]),[t])))}))}),[]),p=Object(c.useCallback)((function(e,t){l((function(n){return n[e]?Me({},n,Object(re.a)({},e,n[e].filter((function(e){return e!==t})))):n}))}),[]),Object(c.useMemo)((function(){return{slots:r,fills:u,registerSlot:s,updateSlot:s,unregisterSlot:f,registerFill:d,unregisterFill:p}}),[r,u,s,f,d,p]));return Object(c.createElement)(ke.Provider,{value:m},v)}var Te=Object(c.createContext)({registerSlot:function(){},unregisterSlot:function(){},registerFill:function(){},unregisterFill:function(){},getSlot:function(){},getFills:function(){},subscribe:function(){}}),Pe=Te.Provider,He=Te.Consumer,Ve=(c.Component,function(e){function t(){var e;return Object(b.a)(this,t),(e=Object(y.a)(this,Object(_.a)(t).apply(this,arguments))).bindNode=e.bindNode.bind(Object(fe.a)(e)),e}return Object(w.a)(t,e),Object(g.a)(t,[{key:"componentDidMount",value:function(){(0,this.props.registerSlot)(this.props.name,this)}},{key:"componentWillUnmount",value:function(){(0,this.props.unregisterSlot)(this.props.name,this)}},{key:"componentDidUpdate",value:function(e){var t=this.props,n=t.name,r=t.unregisterSlot,o=t.registerSlot;e.name!==n&&(r(e.name),o(n,this))}},{key:"bindNode",value:function(e){this.node=e}},{key:"render",value:function(){var e=this.props,t=e.children,n=e.name,r=e.fillProps,o=void 0===r?{}:r,i=e.getFills,a=Object(v.map)(i(n,this),(function(e){var t=e.occurrence,n=Object(v.isFunction)(e.children)?e.children(o):e.children;return c.Children.map(n,(function(e,n){if(!e||Object(v.isString)(e))return e;var r="".concat(t,"---").concat(e.key||n);return Object(c.cloneElement)(e,{key:r})}))})).filter(Object(v.negate)(xe));return Object(c.createElement)(c.Fragment,null,Object(v.isFunction)(t)?t(a):a)}}]),t}(c.Component)),Le=function(e){return Object(c.createElement)(He,null,(function(t){var n=t.registerSlot,r=t.unregisterSlot,o=t.getFills;return Object(c.createElement)(Ve,Object(p.a)({},e,{registerSlot:n,unregisterSlot:r,getFills:o}))}))},Ae=n(87),Ne=0;function Ie(e){var t=e.name,n=e.children,r=e.registerFill,o=e.unregisterFill,i=function(e){var t=Object(c.useContext)(Te),n=t.getSlot,r=t.subscribe,o=Object(c.useState)(n(e)),i=Object(x.a)(o,2),a=i[0],u=i[1];return Object(c.useEffect)((function(){return u(n(e)),r((function(){u(n(e))}))}),[e]),a}(t),a=Object(c.useRef)({name:t,children:n});return a.current.occurrence||(a.current.occurrence=++Ne),Object(c.useLayoutEffect)((function(){return r(t,a.current),function(){return o(t,a.current)}}),[]),Object(c.useLayoutEffect)((function(){a.current.children=n,i&&i.forceUpdate()}),[n]),Object(c.useLayoutEffect)((function(){t!==a.current.name&&(o(a.current.name,a.current),a.current.name=t,r(t,a.current))}),[t]),i&&i.node?(Object(v.isFunction)(n)&&(n=n(i.props.fillProps)),Object(Ae.createPortal)(n,i.node)):null}var Re=function(e){return Object(c.createElement)(He,null,(function(t){var n=t.registerFill,r=t.unregisterFill;return Object(c.createElement)(Ie,Object(p.a)({},e,{registerFill:n,unregisterFill:r}))}))},De=n(17),Fe=n.n(De);function Be(e){var t=e.name,n=e.fillProps,r=void 0===n?{}:n,o=e.as,i=void 0===o?"div":o,a=h(e,["name","fillProps","as"]),u=Object(c.useContext)(ke),l=Object(c.useRef)(),s=ze(t);return Object(c.useLayoutEffect)((function(){return u.registerSlot(t,l,r),function(){u.unregisterSlot(t,l)}}),[u.registerSlot,u.unregisterSlot,t]),Object(c.useLayoutEffect)((function(){s.fillProps&&!Fe()(s.fillProps,r)&&u.updateSlot(t,l,r)})),Object(c.createElement)(i,Object(p.a)({ref:l},a))}function Ue(e){var t=e.name,n=e.children,r=ze(t),o=Object(c.useRef)();return Object(c.useEffect)((function(){return r.registerFill(o),function(){r.unregisterFill(o)}}),[r.registerFill,r.unregisterFill]),r.ref&&r.ref.current?("function"==typeof n&&(n=n(r.fillProps)),Object(Ae.createPortal)(n,r.ref.current)):null}function $e(e){var t=e.bubblesVirtually,n=h(e,["bubblesVirtually"]);return t?Object(c.createElement)(Be,n):Object(c.createElement)(Le,n)}function We(e){return Object(c.createElement)(c.Fragment,null,Object(c.createElement)(Re,e),Object(c.createElement)(Ue,e))}var qe=function(e){var t=e.type,n=e.options,r=void 0===n?{}:n,o=e.children;if("appear"===t){var i,a=r.origin,c=(void 0===a?"top":a).split(" "),u=Object(x.a)(c,2),l=u[0],s=u[1],f=void 0===s?"center":s;return o({className:d()("components-animate__appear",(i={},Object(re.a)(i,"is-from-"+f,"center"!==f),Object(re.a)(i,"is-from-"+l,"middle"!==l),i))})}if("slide-in"===t){var p=r.origin,h=void 0===p?"left":p;return o({className:d()("components-animate__slide-in","is-from-"+h)})}return o("loading"===t?{className:d()("components-animate__loading")}:{})},Ke=me(ve((function(e){return e.children})));function Qe(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],o=arguments.length>4?arguments[4]:void 0;if(t)return t;if(n){if(!e.current)return;return n(e.current)}if(!1!==r){if(!r)return;if(r instanceof window.Range)return E(r);if(r instanceof window.Element){var i=r.getBoundingClientRect();return o?i:Ge(i,r)}var a=r.top,c=r.bottom,u=a.getBoundingClientRect(),l=c.getBoundingClientRect(),s=new window.DOMRect(u.left,u.top,u.width,l.bottom-u.top);return o?s:Ge(s,r)}if(e.current){var f=e.current.parentNode,d=f.getBoundingClientRect();return o?d:Ge(d,f)}}function Ge(e,t){var n=window.getComputedStyle(t),r=n.paddingTop,o=n.paddingBottom,i=n.paddingLeft,a=n.paddingRight,c=r?parseInt(r,10):0,u=o?parseInt(o,10):0,l=i?parseInt(i,10):0,s=a?parseInt(a,10):0;return{x:e.left+l,y:e.top+c,width:e.width-l-s,height:e.height-c-u,left:e.left+l,right:e.right-s,top:e.top+c,bottom:e.bottom-u}}function Ze(e,t,n){n?e.getAttribute(t)!==n&&e.setAttribute(t,n):e.hasAttribute(t)&&e.removeAttribute(t)}function Ye(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";e.style[t]!==n&&(e.style[t]=n)}function Xe(e,t,n){n?e.classList.contains(t)||e.classList.add(t):e.classList.contains(t)&&e.classList.remove(t)}var Je=function(e){var t=e.headerTitle,n=e.onClose,r=e.onKeyDown,o=e.children,i=e.className,a=e.noArrow,u=void 0!==a&&a,l=e.position,s=void 0===l?"top":l,f=(e.range,e.focusOnMount),v=void 0===f?"firstElement":f,b=e.anchorRef,g=e.shouldAnchorIncludePadding,y=e.anchorRect,_=e.getAnchorRect,w=e.expandOnMobile,k=e.animate,O=void 0===k||k,z=e.onClickOutside,j=e.onFocusOutside,S=e.__unstableSticky,E=e.__unstableSlotName,M=void 0===E?"Popover":E,C=e.__unstableAllowVerticalSubpixelPosition,T=e.__unstableAllowHorizontalSubpixelPosition,P=e.__unstableFixedPosition,H=void 0===P||P,V=h(e,["headerTitle","onClose","onKeyDown","children","className","noArrow","position","range","focusOnMount","anchorRef","shouldAnchorIncludePadding","anchorRect","getAnchorRect","expandOnMobile","animate","onClickOutside","onFocusOutside","__unstableSticky","__unstableSlotName","__unstableAllowVerticalSubpixelPosition","__unstableAllowHorizontalSubpixelPosition","__unstableFixedPosition"]),L=Object(c.useRef)(null),A=Object(c.useRef)(null),N=Object(c.useRef)(),I=Object(c.useRef)(),R=G("medium","<"),D=Object(c.useState)(),U=Object(x.a)(D,2),$=U[0],W=U[1],q=ze(M),K=w&&R;u=K||u,Object(c.useEffect)((function(){if(K)return Xe(N.current,"is-without-arrow",u),Ze(N.current,"data-x-axis"),Ze(N.current,"data-y-axis"),Ye(N.current,"top"),Ye(N.current,"left"),Ye(A.current,"maxHeight"),Ye(A.current,"maxWidth"),void Ye(N.current,"position");var e,t,n=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.subpixels;if(N.current&&A.current){var n=Qe(L,y,_,b,g);if(n){I.current||(I.current=A.current.getBoundingClientRect());var r=0;if(H)Ye(N.current,"position");else{Ye(N.current,"position","absolute");var o=N.current.offsetParent,i=o.getBoundingClientRect();r=i.top,n=new window.DOMRect(n.left-i.left,n.top-i.top,n.width,n.height)}var a=ue(n,I.current,s,S,N.current,r),c=a.popoverTop,l=a.popoverLeft,f=a.xAxis,d=a.yAxis,p=a.contentHeight,h=a.contentWidth;"number"==typeof c&&"number"==typeof l&&(t&&C?(Ye(N.current,"left",l+"px"),Ye(N.current,"top"),Ye(N.current,"transform","translateY(".concat(c,"px)"))):t&&T?(Ye(N.current,"top",c+"px"),Ye(N.current,"left"),Ye(N.current,"transform","translate(".concat(l,"px)"))):(Ye(N.current,"top",c+"px"),Ye(N.current,"left",l+"px"),Ye(N.current,"transform"))),Xe(N.current,"is-without-arrow",u||"center"===f&&"middle"===d),Ze(N.current,"data-x-axis",f),Ze(N.current,"data-y-axis",d),Ye(A.current,"maxHeight","number"==typeof p?p+"px":""),Ye(A.current,"maxWidth","number"==typeof h?h+"px":"");var v={top:"bottom",bottom:"top"},m={left:"right",right:"left"},w=v[d]||"middle",k=m[f]||"center";W(k+" "+w)}}},r=window.setTimeout(n),o=window.setInterval(n,500),i=function(){window.cancelAnimationFrame(e),e=window.requestAnimationFrame(n)};window.addEventListener("click",i),window.addEventListener("resize",n),window.addEventListener("scroll",n,!0);var a=C||T;return a&&(t=new window.MutationObserver((function(){return n({subpixels:!0})}))).observe(a,{attributes:!0}),function(){window.clearTimeout(r),window.clearInterval(o),window.removeEventListener("resize",n),window.removeEventListener("scroll",n,!0),window.removeEventListener("click",i),window.cancelAnimationFrame(e),t&&t.disconnect()}}),[K,y,_,b,g,s,S,C,T]),function(e,t){Object(c.useEffect)((function(){var n=setTimeout((function(){if(e&&t.current)if("firstElement"!==e)"container"===e&&t.current.focus();else{var n=F.tabbable.find(t.current)[0];n?n.focus():t.current.focus()}}),0);return function(){return clearTimeout(n)}}),[])}(v,A);var Q=function(e){e.keyCode===B.a&&n&&(e.stopPropagation(),n()),r&&r(e)};var Z=Object(c.createElement)(ge,{onFocusOutside:function(e){if(j)j(e);else if(z){var t;try{t=new window.MouseEvent("click")}catch(r){(t=document.createEvent("MouseEvent")).initMouseEvent("click",!0,!0,window,0,0,0,0,0,!1,!1,!1,!1,0,null)}Object.defineProperty(t,"target",{get:function(){return e.relatedTarget}}),Object(m.a)("Popover onClickOutside prop",{alternative:"onFocusOutside"}),z(t)}else n&&n()}},Object(c.createElement)(qe,{type:O&&$?"appear":null,options:{origin:$}},(function(e){var r=e.className;return Object(c.createElement)(we,Object(p.a)({className:d()("components-popover",i,r,{"is-expanded":K,"is-without-arrow":u})},V,{onKeyDown:Q,ref:N}),K&&Object(c.createElement)(ye,null),K&&Object(c.createElement)("div",{className:"components-popover__header"},Object(c.createElement)("span",{className:"components-popover__header-title"},t),Object(c.createElement)(ut,{className:"components-popover__close",icon:ne,onClick:n})),Object(c.createElement)("div",{ref:A,className:"components-popover__content",tabIndex:"-1"},o))})));return v&&(Z=Object(c.createElement)(Ke,null,Z)),q.ref&&(Z=Object(c.createElement)(We,{name:M},Z)),b||y?Z:Object(c.createElement)("span",{ref:L},Z)};Je.Slot=function(e){var t=e.name,n=void 0===t?"Popover":t;return Object(c.createElement)($e,{bubblesVirtually:!0,name:n})};var et=Je;var tt=function(e){var t,n,r=e.shortcut,o=e.className;return r?(Object(v.isString)(r)&&(t=r),Object(v.isObject)(r)&&(t=r.display,n=r.ariaLabel),Object(c.createElement)("span",{className:o,"aria-label":n},t)):null},nt=function(e){function t(){var e;return Object(b.a)(this,t),(e=Object(y.a)(this,Object(_.a)(t).apply(this,arguments))).delayedSetIsOver=Object(v.debounce)((function(t){return e.setState({isOver:t})}),700),e.cancelIsMouseDown=e.createSetIsMouseDown(!1),e.isInMouseDown=!1,e.state={isOver:!1},e}return Object(w.a)(t,e),Object(g.a)(t,[{key:"componentWillUnmount",value:function(){this.delayedSetIsOver.cancel(),document.removeEventListener("mouseup",this.cancelIsMouseDown)}},{key:"emitToChild",value:function(e,t){var n=this.props.children;if(1===c.Children.count(n)){var r=c.Children.only(n);"function"==typeof r.props[e]&&r.props[e](t)}}},{key:"createToggleIsOver",value:function(e,t){var n=this;return function(r){if(n.emitToChild(e,r),!(r.currentTarget.disabled||"focus"===r.type&&n.isInMouseDown)){n.delayedSetIsOver.cancel();var o=Object(v.includes)(["focus","mouseenter"],r.type);o!==n.state.isOver&&(t?n.delayedSetIsOver(o):n.setState({isOver:o}))}}}},{key:"createSetIsMouseDown",value:function(e){var t=this;return function(n){t.emitToChild(e?"onMouseDown":"onMouseUp",n),document[e?"addEventListener":"removeEventListener"]("mouseup",t.cancelIsMouseDown),t.isInMouseDown=e}}},{key:"render",value:function(){var e=this.props,t=e.children,n=e.position,r=e.text,o=e.shortcut;if(1!==c.Children.count(t))return t;var i=c.Children.only(t),a=this.state.isOver;return Object(c.cloneElement)(i,{onMouseEnter:this.createToggleIsOver("onMouseEnter",!0),onMouseLeave:this.createToggleIsOver("onMouseLeave"),onClick:this.createToggleIsOver("onClick"),onFocus:this.createToggleIsOver("onFocus"),onBlur:this.createToggleIsOver("onBlur"),onMouseDown:this.createSetIsMouseDown(!0),children:z(i.props.children,a&&Object(c.createElement)(et,{focusOnMount:!1,position:n,className:"components-tooltip","aria-hidden":"true",animate:!1},r,Object(c.createElement)(tt,{className:"components-tooltip__shortcut",shortcut:o})))})}}]),t}(c.Component),rt=function(e){function t(){return Object(b.a)(this,t),Object(y.a)(this,Object(_.a)(t).apply(this,arguments))}return Object(w.a)(t,e),Object(g.a)(t,[{key:"render",value:function(){var e,t=this.props,n=t.icon,r=t.size,o=void 0===r?20:r,i=t.className,a=h(t,["icon","size","className"]);switch(n){case"admin-appearance":e="M14.48 11.06L7.41 3.99l1.5-1.5c.5-.56 2.3-.47 3.51.32 1.21.8 1.43 1.28 2.91 2.1 1.18.64 2.45 1.26 4.45.85zm-.71.71L6.7 4.7 4.93 6.47c-.39.39-.39 1.02 0 1.41l1.06 1.06c.39.39.39 1.03 0 1.42-.6.6-1.43 1.11-2.21 1.69-.35.26-.7.53-1.01.84C1.43 14.23.4 16.08 1.4 17.07c.99 1 2.84-.03 4.18-1.36.31-.31.58-.66.85-1.02.57-.78 1.08-1.61 1.69-2.21.39-.39 1.02-.39 1.41 0l1.06 1.06c.39.39 1.02.39 1.41 0z";break;case"admin-collapse":e="M10 2.16c4.33 0 7.84 3.51 7.84 7.84s-3.51 7.84-7.84 7.84S2.16 14.33 2.16 10 5.71 2.16 10 2.16zm2 11.72V6.12L6.18 9.97z";break;case"admin-comments":e="M5 2h9c1.1 0 2 .9 2 2v7c0 1.1-.9 2-2 2h-2l-5 5v-5H5c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2z";break;case"admin-customizer":e="M18.33 3.57s.27-.8-.31-1.36c-.53-.52-1.22-.24-1.22-.24-.61.3-5.76 3.47-7.67 5.57-.86.96-2.06 3.79-1.09 4.82.92.98 3.96-.17 4.79-1 2.06-2.06 5.21-7.17 5.5-7.79zM1.4 17.65c2.37-1.56 1.46-3.41 3.23-4.64.93-.65 2.22-.62 3.08.29.63.67.8 2.57-.16 3.46-1.57 1.45-4 1.55-6.15.89z";break;case"admin-generic":e="M18 12h-2.18c-.17.7-.44 1.35-.81 1.93l1.54 1.54-2.1 2.1-1.54-1.54c-.58.36-1.23.63-1.91.79V19H8v-2.18c-.68-.16-1.33-.43-1.91-.79l-1.54 1.54-2.12-2.12 1.54-1.54c-.36-.58-.63-1.23-.79-1.91H1V9.03h2.17c.16-.7.44-1.35.8-1.94L2.43 5.55l2.1-2.1 1.54 1.54c.58-.37 1.24-.64 1.93-.81V2h3v2.18c.68.16 1.33.43 1.91.79l1.54-1.54 2.12 2.12-1.54 1.54c.36.59.64 1.24.8 1.94H18V12zm-8.5 1.5c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3z";break;case"admin-home":e="M16 8.5l1.53 1.53-1.06 1.06L10 4.62l-6.47 6.47-1.06-1.06L10 2.5l4 4v-2h2v4zm-6-2.46l6 5.99V18H4v-5.97zM12 17v-5H8v5h4z";break;case"admin-links":e="M17.74 2.76c1.68 1.69 1.68 4.41 0 6.1l-1.53 1.52c-1.12 1.12-2.7 1.47-4.14 1.09l2.62-2.61.76-.77.76-.76c.84-.84.84-2.2 0-3.04-.84-.85-2.2-.85-3.04 0l-.77.76-3.38 3.38c-.37-1.44-.02-3.02 1.1-4.14l1.52-1.53c1.69-1.68 4.42-1.68 6.1 0zM8.59 13.43l5.34-5.34c.42-.42.42-1.1 0-1.52-.44-.43-1.13-.39-1.53 0l-5.33 5.34c-.42.42-.42 1.1 0 1.52.44.43 1.13.39 1.52 0zm-.76 2.29l4.14-4.15c.38 1.44.03 3.02-1.09 4.14l-1.52 1.53c-1.69 1.68-4.41 1.68-6.1 0-1.68-1.68-1.68-4.42 0-6.1l1.53-1.52c1.12-1.12 2.7-1.47 4.14-1.1l-4.14 4.15c-.85.84-.85 2.2 0 3.05.84.84 2.2.84 3.04 0z";break;case"admin-media":e="M13 11V4c0-.55-.45-1-1-1h-1.67L9 1H5L3.67 3H2c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h10c.55 0 1-.45 1-1zM7 4.5c1.38 0 2.5 1.12 2.5 2.5S8.38 9.5 7 9.5 4.5 8.38 4.5 7 5.62 4.5 7 4.5zM14 6h5v10.5c0 1.38-1.12 2.5-2.5 2.5S14 17.88 14 16.5s1.12-2.5 2.5-2.5c.17 0 .34.02.5.05V9h-3V6zm-4 8.05V13h2v3.5c0 1.38-1.12 2.5-2.5 2.5S7 17.88 7 16.5 8.12 14 9.5 14c.17 0 .34.02.5.05z";break;case"admin-multisite":e="M14.27 6.87L10 3.14 5.73 6.87 5 6.14l5-4.38 5 4.38zM14 8.42l-4.05 3.43L6 8.38v-.74l4-3.5 4 3.5v.78zM11 9.7V8H9v1.7h2zm-1.73 4.03L5 10 .73 13.73 0 13l5-4.38L10 13zm10 0L15 10l-4.27 3.73L10 13l5-4.38L20 13zM5 11l4 3.5V18H1v-3.5zm10 0l4 3.5V18h-8v-3.5zm-9 6v-2H4v2h2zm10 0v-2h-2v2h2z";break;case"admin-network":e="M16.95 2.58c1.96 1.95 1.96 5.12 0 7.07-1.51 1.51-3.75 1.84-5.59 1.01l-1.87 3.31-2.99.31L5 18H2l-1-2 7.95-7.69c-.92-1.87-.62-4.18.93-5.73 1.95-1.96 5.12-1.96 7.07 0zm-2.51 3.79c.74 0 1.33-.6 1.33-1.34 0-.73-.59-1.33-1.33-1.33-.73 0-1.33.6-1.33 1.33 0 .74.6 1.34 1.33 1.34z";break;case"admin-page":e="M6 15V2h10v13H6zm-1 1h8v2H3V5h2v11z";break;case"admin-plugins":e="M13.11 4.36L9.87 7.6 8 5.73l3.24-3.24c.35-.34 1.05-.2 1.56.32.52.51.66 1.21.31 1.55zm-8 1.77l.91-1.12 9.01 9.01-1.19.84c-.71.71-2.63 1.16-3.82 1.16H6.14L4.9 17.26c-.59.59-1.54.59-2.12 0-.59-.58-.59-1.53 0-2.12l1.24-1.24v-3.88c0-1.13.4-3.19 1.09-3.89zm7.26 3.97l3.24-3.24c.34-.35 1.04-.21 1.55.31.52.51.66 1.21.31 1.55l-3.24 3.25z";break;case"admin-post":e="M10.44 3.02l1.82-1.82 6.36 6.35-1.83 1.82c-1.05-.68-2.48-.57-3.41.36l-.75.75c-.92.93-1.04 2.35-.35 3.41l-1.83 1.82-2.41-2.41-2.8 2.79c-.42.42-3.38 2.71-3.8 2.29s1.86-3.39 2.28-3.81l2.79-2.79L4.1 9.36l1.83-1.82c1.05.69 2.48.57 3.4-.36l.75-.75c.93-.92 1.05-2.35.36-3.41z";break;case"admin-settings":e="M18 16V4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h13c.55 0 1-.45 1-1zM8 11h1c.55 0 1 .45 1 1s-.45 1-1 1H8v1.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5V13H6c-.55 0-1-.45-1-1s.45-1 1-1h1V5.5c0-.28.22-.5.5-.5s.5.22.5.5V11zm5-2h-1c-.55 0-1-.45-1-1s.45-1 1-1h1V5.5c0-.28.22-.5.5-.5s.5.22.5.5V7h1c.55 0 1 .45 1 1s-.45 1-1 1h-1v5.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5V9z";break;case"admin-site-alt":e="M9 0C4.03 0 0 4.03 0 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm7.5 6.48c-.274.896-.908 1.64-1.75 2.05-.45-1.69-1.658-3.074-3.27-3.75.13-.444.41-.83.79-1.09-.43-.28-1-.42-1.34.07-.53.69 0 1.61.21 2v.14c-.555-.337-.99-.84-1.24-1.44-.966-.03-1.922.208-2.76.69-.087-.565-.032-1.142.16-1.68.733.07 1.453-.23 1.92-.8.46-.52-.13-1.18-.59-1.58h.36c1.36-.01 2.702.335 3.89 1 1.36 1.005 2.194 2.57 2.27 4.26.24 0 .7-.55.91-.92.172.34.32.69.44 1.05zM9 16.84c-2.05-2.08.25-3.75-1-5.24-.92-.85-2.29-.26-3.11-1.23-.282-1.473.267-2.982 1.43-3.93.52-.44 4-1 5.42.22.83.715 1.415 1.674 1.67 2.74.46.035.918-.066 1.32-.29.41 2.98-3.15 6.74-5.73 7.73zM5.15 2.09c.786-.3 1.676-.028 2.16.66-.42.38-.94.63-1.5.72.02-.294.085-.584.19-.86l-.85-.52z";break;case"admin-site-alt2":e="M9 0C4.03 0 0 4.03 0 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm2.92 12.34c0 .35.14.63.36.66.22.03.47-.22.58-.6l.2.08c.718.384 1.07 1.22.84 2-.15.69-.743 1.198-1.45 1.24-.49-1.21-2.11.06-3.56-.22-.612-.154-1.11-.6-1.33-1.19 1.19-.11 2.85-1.73 4.36-1.97zM8 11.27c.918 0 1.695-.68 1.82-1.59.44.54.41 1.324-.07 1.83-.255.223-.594.325-.93.28-.335-.047-.635-.236-.82-.52zm3-.76c.41.39 3-.06 3.52 1.09-.95-.2-2.95.61-3.47-1.08l-.05-.01zM9.73 5.45v.27c-.65-.77-1.33-1.07-1.61-.57-.28.5 1 1.11.76 1.88-.24.77-1.27.56-1.88 1.61-.61 1.05-.49 2.42 1.24 3.67-1.192-.132-2.19-.962-2.54-2.11-.4-1.2-.09-2.26-.78-2.46C4 7.46 3 8.71 3 9.8c-1.26-1.26.05-2.86-1.2-4.18C3.5 1.998 7.644.223 11.44 1.49c-1.1 1.02-1.722 2.458-1.71 3.96z";break;case"admin-site-alt3":e="M9 0C4.03 0 0 4.03 0 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zM1.11 9.68h2.51c.04.91.167 1.814.38 2.7H1.84c-.403-.85-.65-1.764-.73-2.7zm8.57-5.4V1.19c.964.366 1.756 1.08 2.22 2 .205.347.386.708.54 1.08l-2.76.01zm3.22 1.35c.232.883.37 1.788.41 2.7H9.68v-2.7h3.22zM8.32 1.19v3.09H5.56c.154-.372.335-.733.54-1.08.462-.924 1.255-1.64 2.22-2.01zm0 4.44v2.7H4.7c.04-.912.178-1.817.41-2.7h3.21zm-4.7 2.69H1.11c.08-.936.327-1.85.73-2.7H4c-.213.886-.34 1.79-.38 2.7zM4.7 9.68h3.62v2.7H5.11c-.232-.883-.37-1.788-.41-2.7zm3.63 4v3.09c-.964-.366-1.756-1.08-2.22-2-.205-.347-.386-.708-.54-1.08l2.76-.01zm1.35 3.09v-3.04h2.76c-.154.372-.335.733-.54 1.08-.464.92-1.256 1.634-2.22 2v-.04zm0-4.44v-2.7h3.62c-.04.912-.178 1.817-.41 2.7H9.68zm4.71-2.7h2.51c-.08.936-.327 1.85-.73 2.7H14c.21-.87.337-1.757.38-2.65l.01-.05zm0-1.35c-.046-.894-.176-1.78-.39-2.65h2.16c.403.85.65 1.764.73 2.7l-2.5-.05zm1-4H13.6c-.324-.91-.793-1.76-1.39-2.52 1.244.56 2.325 1.426 3.14 2.52h.04zm-9.6-2.52c-.597.76-1.066 1.61-1.39 2.52H2.65c.815-1.094 1.896-1.96 3.14-2.52zm-3.15 12H4.4c.324.91.793 1.76 1.39 2.52-1.248-.567-2.33-1.445-3.14-2.55l-.01.03zm9.56 2.52c.597-.76 1.066-1.61 1.39-2.52h1.76c-.82 1.08-1.9 1.933-3.14 2.48l-.01.04z";break;case"admin-site":e="M9 0C4.03 0 0 4.03 0 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm3.46 11.95c0 1.47-.8 3.3-4.06 4.7.3-4.17-2.52-3.69-3.2-5 .126-1.1.804-2.063 1.8-2.55-1.552-.266-3-.96-4.18-2 .05.47.28.904.64 1.21-.782-.295-1.458-.817-1.94-1.5.977-3.225 3.883-5.482 7.25-5.63-.84 1.38-1.5 4.13 0 5.57C7.23 7 6.26 5 5.41 5.79c-1.13 1.06.33 2.51 3.42 3.08 3.29.59 3.66 1.58 3.63 3.08zm1.34-4c-.32-1.11.62-2.23 1.69-3.14 1.356 1.955 1.67 4.45.84 6.68-.77-1.89-2.17-2.32-2.53-3.57v.03z";break;case"admin-tools":e="M16.68 9.77c-1.34 1.34-3.3 1.67-4.95.99l-5.41 6.52c-.99.99-2.59.99-3.58 0s-.99-2.59 0-3.57l6.52-5.42c-.68-1.65-.35-3.61.99-4.95 1.28-1.28 3.12-1.62 4.72-1.06l-2.89 2.89 2.82 2.82 2.86-2.87c.53 1.58.18 3.39-1.08 4.65zM3.81 16.21c.4.39 1.04.39 1.43 0 .4-.4.4-1.04 0-1.43-.39-.4-1.03-.4-1.43 0-.39.39-.39 1.03 0 1.43z";break;case"admin-users":e="M10 9.25c-2.27 0-2.73-3.44-2.73-3.44C7 4.02 7.82 2 9.97 2c2.16 0 2.98 2.02 2.71 3.81 0 0-.41 3.44-2.68 3.44zm0 2.57L12.72 10c2.39 0 4.52 2.33 4.52 4.53v2.49s-3.65 1.13-7.24 1.13c-3.65 0-7.24-1.13-7.24-1.13v-2.49c0-2.25 1.94-4.48 4.47-4.48z";break;case"album":e="M0 18h10v-.26c1.52.4 3.17.35 4.76-.24 4.14-1.52 6.27-6.12 4.75-10.26-1.43-3.89-5.58-6-9.51-4.98V2H0v16zM9 3v14H1V3h8zm5.45 8.22c-.68 1.35-2.32 1.9-3.67 1.23-.31-.15-.57-.35-.78-.59V8.13c.8-.86 2.11-1.13 3.22-.58 1.35.68 1.9 2.32 1.23 3.67zm-2.75-.82c.22.16.53.12.7-.1.16-.22.12-.53-.1-.7s-.53-.12-.7.1c-.16.21-.12.53.1.7zm3.01 3.67c-1.17.78-2.56.99-3.83.69-.27-.06-.44-.34-.37-.61s.34-.43.62-.36l.17.04c.96.17 1.98-.01 2.86-.59.47-.32.86-.72 1.14-1.18.15-.23.45-.3.69-.16.23.15.3.46.16.69-.36.57-.84 1.08-1.44 1.48zm1.05 1.57c-1.48.99-3.21 1.32-4.84 1.06-.28-.05-.47-.32-.41-.6.05-.27.32-.45.61-.39l.22.04c1.31.15 2.68-.14 3.87-.94.71-.47 1.27-1.07 1.7-1.74.14-.24.45-.31.68-.16.24.14.31.45.16.69-.49.79-1.16 1.49-1.99 2.04z";break;case"align-center":e="M3 5h14V3H3v2zm12 8V7H5v6h10zM3 17h14v-2H3v2z";break;case"align-full-width":e="M17 13V3H3v10h14zM5 17h10v-2H5v2z";break;case"align-left":e="M3 5h14V3H3v2zm9 8V7H3v6h9zm2-4h3V7h-3v2zm0 4h3v-2h-3v2zM3 17h14v-2H3v2z";break;case"align-none":e="M3 5h14V3H3v2zm10 8V7H3v6h10zM3 17h14v-2H3v2z";break;case"align-pull-left":e="M9 16V4H3v12h6zm2-7h6V7h-6v2zm0 4h6v-2h-6v2z";break;case"align-pull-right":e="M17 16V4h-6v12h6zM9 7H3v2h6V7zm0 4H3v2h6v-2z";break;case"align-right":e="M3 5h14V3H3v2zm0 4h3V7H3v2zm14 4V7H8v6h9zM3 13h3v-2H3v2zm0 4h14v-2H3v2z";break;case"align-wide":e="M5 5h10V3H5v2zm12 8V7H3v6h14zM5 17h10v-2H5v2z";break;case"analytics":e="M18 18V2H2v16h16zM16 5H4V4h12v1zM7 7v3h3c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3zm1 2V7c1.1 0 2 .9 2 2H8zm8-1h-4V7h4v1zm0 3h-4V9h4v2zm0 2h-4v-1h4v1zm0 3H4v-1h12v1z";break;case"archive":e="M19 4v2H1V4h18zM2 7h16v10H2V7zm11 3V9H7v1h6z";break;case"arrow-down-alt":e="M9 2h2v12l4-4 2 1-7 7-7-7 2-1 4 4V2z";break;case"arrow-down-alt2":e="M5 6l5 5 5-5 2 1-7 7-7-7z";break;case"arrow-down":e="M15 8l-4.03 6L7 8h8z";break;case"arrow-left-alt":e="M18 9v2H6l4 4-1 2-7-7 7-7 1 2-4 4h12z";break;case"arrow-left-alt2":e="M14 5l-5 5 5 5-1 2-7-7 7-7z";break;case"arrow-left":e="M13 14L7 9.97 13 6v8z";break;case"arrow-right-alt":e="M2 11V9h12l-4-4 1-2 7 7-7 7-1-2 4-4H2z";break;case"arrow-right-alt2":e="M6 15l5-5-5-5 1-2 7 7-7 7z";break;case"arrow-right":e="M8 6l6 4.03L8 14V6z";break;case"arrow-up-alt":e="M11 18H9V6l-4 4-2-1 7-7 7 7-2 1-4-4v12z";break;case"arrow-up-alt2":e="M15 14l-5-5-5 5-2-1 7-7 7 7z";break;case"arrow-up":e="M7 13l4.03-6L15 13H7z";break;case"art":e="M8.55 3.06c1.01.34-1.95 2.01-.1 3.13 1.04.63 3.31-2.22 4.45-2.86.97-.54 2.67-.65 3.53 1.23 1.09 2.38.14 8.57-3.79 11.06-3.97 2.5-8.97 1.23-10.7-2.66-2.01-4.53 3.12-11.09 6.61-9.9zm1.21 6.45c.73 1.64 4.7-.5 3.79-2.8-.59-1.49-4.48 1.25-3.79 2.8z";break;case"awards":e="M4.46 5.16L5 7.46l-.54 2.29 2.01 1.24L7.7 13l2.3-.54 2.3.54 1.23-2.01 2.01-1.24L15 7.46l.54-2.3-2-1.24-1.24-2.01-2.3.55-2.29-.54-1.25 2zm5.55 6.34C7.79 11.5 6 9.71 6 7.49c0-2.2 1.79-3.99 4.01-3.99 2.2 0 3.99 1.79 3.99 3.99 0 2.22-1.79 4.01-3.99 4.01zm-.02-1C8.33 10.5 7 9.16 7 7.5c0-1.65 1.33-3 2.99-3S13 5.85 13 7.5c0 1.66-1.35 3-3.01 3zm3.84 1.1l-1.28 2.24-2.08-.47L13 19.2l1.4-2.2h2.5zm-7.7.07l1.25 2.25 2.13-.51L7 19.2 5.6 17H3.1z";break;case"backup":e="M13.65 2.88c3.93 2.01 5.48 6.84 3.47 10.77s-6.83 5.48-10.77 3.47c-1.87-.96-3.2-2.56-3.86-4.4l1.64-1.03c.45 1.57 1.52 2.95 3.08 3.76 3.01 1.54 6.69.35 8.23-2.66 1.55-3.01.36-6.69-2.65-8.24C9.78 3.01 6.1 4.2 4.56 7.21l1.88.97-4.95 3.08-.39-5.82 1.78.91C4.9 2.4 9.75.89 13.65 2.88zm-4.36 7.83C9.11 10.53 9 10.28 9 10c0-.07.03-.12.04-.19h-.01L10 5l.97 4.81L14 13l-4.5-2.12.02-.02c-.08-.04-.16-.09-.23-.15z";break;case"block-default":e="M15 6V4h-3v2H8V4H5v2H4c-.6 0-1 .4-1 1v8h14V7c0-.6-.4-1-1-1h-1z";break;case"book-alt":e="M5 17h13v2H5c-1.66 0-3-1.34-3-3V4c0-1.66 1.34-3 3-3h13v14H5c-.55 0-1 .45-1 1s.45 1 1 1zm2-3.5v-11c0-.28-.22-.5-.5-.5s-.5.22-.5.5v11c0 .28.22.5.5.5s.5-.22.5-.5z";break;case"book":e="M16 3h2v16H5c-1.66 0-3-1.34-3-3V4c0-1.66 1.34-3 3-3h9v14H5c-.55 0-1 .45-1 1s.45 1 1 1h11V3z";break;case"buddicons-activity":e="M8 1v7h2V6c0-1.52 1.45-3 3-3v.86c.55-.52 1.26-.86 2-.86v3h1c1.1 0 2 .9 2 2s-.9 2-2 2h-1v6c0 .55-.45 1-1 1s-1-.45-1-1v-2.18c-.31.11-.65.18-1 .18v2c0 .55-.45 1-1 1s-1-.45-1-1v-2H8v2c0 .55-.45 1-1 1s-1-.45-1-1v-2c-.35 0-.69-.07-1-.18V16c0 .55-.45 1-1 1s-1-.45-1-1v-4H2v-1c0-1.66 1.34-3 3-3h2V1h1zm5 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1z";break;case"buddicons-bbpress-logo":e="M8.5 12.6c.3-1.3 0-2.3-1.1-2.3-.8 0-1.6.6-1.8 1.5l-.3 1.7c-.3 1 .3 1.5 1 1.5 1.2 0 1.9-1.1 2.2-2.4zm-4-6.4C3.7 7.3 3.3 8.6 3.3 10c0 1 .2 1.9.6 2.8l1-4.6c.3-1.7.4-2-.4-2zm9.3 6.4c.3-1.3 0-2.3-1.1-2.3-.8 0-1.6.6-1.8 1.5l-.4 1.7c-.2 1.1.4 1.6 1.1 1.6 1.1-.1 1.9-1.2 2.2-2.5zM10 3.3c-2 0-3.9.9-5.1 2.3.6-.1 1.4-.2 1.8-.3.2 0 .2.1.2.2 0 .2-1 4.8-1 4.8.5-.3 1.2-.7 1.8-.7.9 0 1.5.4 1.9.9l.5-2.4c.4-1.6.4-1.9-.4-1.9-.4 0-.4-.5 0-.6.6-.1 1.8-.2 2.3-.3.2 0 .2.1.2.2l-1 4.8c.5-.4 1.2-.7 1.9-.7 1.7 0 2.5 1.3 2.1 3-.3 1.7-2 3-3.8 3-1.3 0-2.1-.7-2.3-1.4-.7.8-1.7 1.3-2.8 1.4 1.1.7 2.4 1.1 3.7 1.1 3.7 0 6.7-3 6.7-6.7s-3-6.7-6.7-6.7zM10 2c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm0 15.5c-2.1 0-4-.8-5.3-2.2-.3-.4-.7-.8-1-1.2-.7-1.2-1.2-2.6-1.2-4.1 0-4.1 3.4-7.5 7.5-7.5s7.5 3.4 7.5 7.5-3.4 7.5-7.5 7.5z";break;case"buddicons-buddypress-logo":e="M10 0c5.52 0 10 4.48 10 10s-4.48 10-10 10S0 15.52 0 10 4.48 0 10 0zm0 .5C4.75.5.5 4.75.5 10s4.25 9.5 9.5 9.5 9.5-4.25 9.5-9.5S15.25.5 10 .5zm0 1c4.7 0 8.5 3.8 8.5 8.5s-3.8 8.5-8.5 8.5-8.5-3.8-8.5-8.5S5.3 1.5 10 1.5zm1.8 1.71c-.57 0-1.1.17-1.55.45 1.56.37 2.73 1.77 2.73 3.45 0 .69-.21 1.33-.55 1.87 1.31-.29 2.29-1.45 2.29-2.85 0-1.61-1.31-2.92-2.92-2.92zm-2.38 1c-1.61 0-2.92 1.31-2.92 2.93 0 1.61 1.31 2.92 2.92 2.92 1.62 0 2.93-1.31 2.93-2.92 0-1.62-1.31-2.93-2.93-2.93zm4.25 5.01l-.51.59c2.34.69 2.45 3.61 2.45 3.61h1.28c0-4.71-3.22-4.2-3.22-4.2zm-2.1.8l-2.12 2.09-2.12-2.09C3.12 10.24 3.89 15 3.89 15h11.08c.47-4.98-3.4-4.98-3.4-4.98z";break;case"buddicons-community":e="M9 3c0-.67-.47-1.43-1-2-.5.5-1 1.38-1 2 0 .48.45 1 1 1s1-.47 1-1zm4 0c0-.67-.47-1.43-1-2-.5.5-1 1.38-1 2 0 .48.45 1 1 1s1-.47 1-1zM9 9V5.5c0-.55-.45-1-1-1-.57 0-1 .49-1 1V9c0 .55.45 1 1 1 .57 0 1-.49 1-1zm4 0V5.5c0-.55-.45-1-1-1-.57 0-1 .49-1 1V9c0 .55.45 1 1 1 .57 0 1-.49 1-1zm4 1c0-1.48-1.41-2.77-3.5-3.46V9c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5V6.01c-.17 0-.33-.01-.5-.01s-.33.01-.5.01V9c0 .83-.67 1.5-1.5 1.5S6.5 9.83 6.5 9V6.54C4.41 7.23 3 8.52 3 10c0 1.41.95 2.65 3.21 3.37 1.11.35 2.39 1.12 3.79 1.12s2.69-.78 3.79-1.13C16.04 12.65 17 11.41 17 10zm-7 5.43c1.43 0 2.74-.79 3.88-1.11 1.9-.53 2.49-1.34 3.12-2.32v3c0 2.21-3.13 4-7 4s-7-1.79-7-4v-3c.64.99 1.32 1.8 3.15 2.33 1.13.33 2.44 1.1 3.85 1.1z";break;case"buddicons-forums":e="M13.5 7h-7C5.67 7 5 6.33 5 5.5S5.67 4 6.5 4h1.59C8.04 3.84 8 3.68 8 3.5 8 2.67 8.67 2 9.5 2h1c.83 0 1.5.67 1.5 1.5 0 .18-.04.34-.09.5h1.59c.83 0 1.5.67 1.5 1.5S14.33 7 13.5 7zM4 8h12c.55 0 1 .45 1 1s-.45 1-1 1H4c-.55 0-1-.45-1-1s.45-1 1-1zm1 3h10c.55 0 1 .45 1 1s-.45 1-1 1H5c-.55 0-1-.45-1-1s.45-1 1-1zm2 3h6c.55 0 1 .45 1 1s-.45 1-1 1h-1.09c.05.16.09.32.09.5 0 .83-.67 1.5-1.5 1.5h-1c-.83 0-1.5-.67-1.5-1.5 0-.18.04-.34.09-.5H7c-.55 0-1-.45-1-1s.45-1 1-1z";break;case"buddicons-friends":e="M8.75 5.77C8.75 4.39 7 2 7 2S5.25 4.39 5.25 5.77 5.9 7.5 7 7.5s1.75-.35 1.75-1.73zm6 0C14.75 4.39 13 2 13 2s-1.75 2.39-1.75 3.77S11.9 7.5 13 7.5s1.75-.35 1.75-1.73zM9 17V9c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h2c.55 0 1-.45 1-1zm6 0V9c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h2c.55 0 1-.45 1-1zm-9-6l2-1v2l-2 1v-2zm6 0l2-1v2l-2 1v-2zm-6 3l2-1v2l-2 1v-2zm6 0l2-1v2l-2 1v-2z";break;case"buddicons-groups":e="M15.45 6.25c1.83.94 1.98 3.18.7 4.98-.8 1.12-2.33 1.88-3.46 1.78L10.05 18H9l-2.65-4.99c-1.13.16-2.73-.63-3.55-1.79-1.28-1.8-1.13-4.04.71-4.97.48-.24.96-.33 1.43-.31-.01.4.01.8.07 1.21.26 1.69 1.41 3.53 2.86 4.37-.19.55-.49.99-.88 1.25L9 16.58v-5.66C7.64 10.55 6.26 8.76 6 7c-.4-2.65 1-5 3.5-5s3.9 2.35 3.5 5c-.26 1.76-1.64 3.55-3 3.92v5.77l2.07-3.84c-.44-.23-.77-.71-.99-1.3 1.48-.83 2.65-2.69 2.91-4.4.06-.41.08-.82.07-1.22.46-.01.92.08 1.39.32z";break;case"buddicons-pm":e="M10 2c3 0 8 5 8 5v11H2V7s5-5 8-5zm7 14.72l-3.73-2.92L17 11l-.43-.37-2.26 1.3.24-4.31-8.77-.52-.46 4.54-1.99-.95L3 11l3.73 2.8-3.44 2.85.4.43L10 13l6.53 4.15z";break;case"buddicons-replies":e="M17.54 10.29c1.17 1.17 1.17 3.08 0 4.25-1.18 1.17-3.08 1.17-4.25 0l-.34-.52c0 3.66-2 4.38-2.95 4.98-.82-.6-2.95-1.28-2.95-4.98l-.34.52c-1.17 1.17-3.07 1.17-4.25 0-1.17-1.17-1.17-3.08 0-4.25 0 0 1.02-.67 2.1-1.3C3.71 7.84 3.2 6.42 3.2 4.88c0-.34.03-.67.08-1C3.53 5.66 4.47 7.22 5.8 8.3c.67-.35 1.85-.83 2.37-.92H8c-1.1 0-2-.9-2-2s.9-2 2-2v-.5c0-.28.22-.5.5-.5s.5.22.5.5v.5h2v-.5c0-.28.22-.5.5-.5s.5.22.5.5v.5c1.1 0 2 .9 2 2s-.9 2-2 2h-.17c.51.09 1.78.61 2.38.92 1.33-1.08 2.27-2.64 2.52-4.42.05.33.08.66.08 1 0 1.54-.51 2.96-1.36 4.11 1.08.63 2.09 1.3 2.09 1.3zM8.5 6.38c.5 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm3-2c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm-2.3 5.73c-.12.11-.19.26-.19.43.02.25.23.46.49.46h1c.26 0 .47-.21.49-.46 0-.15-.07-.29-.19-.43-.08-.06-.18-.11-.3-.11h-1c-.12 0-.22.05-.3.11zM12 12.5c0-.12-.06-.28-.19-.38-.09-.07-.19-.12-.31-.12h-3c-.12 0-.22.05-.31.12-.11.1-.19.25-.19.38 0 .28.22.5.5.5h3c.28 0 .5-.22.5-.5zM8.5 15h3c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-3c-.28 0-.5.22-.5.5s.22.5.5.5zm1 2h1c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5s.22.5.5.5z";break;case"buddicons-topics":e="M10.44 1.66c-.59-.58-1.54-.58-2.12 0L2.66 7.32c-.58.58-.58 1.53 0 2.12.6.6 1.56.56 2.12 0l5.66-5.66c.58-.58.59-1.53 0-2.12zm2.83 2.83c-.59-.59-1.54-.59-2.12 0l-5.66 5.66c-.59.58-.59 1.53 0 2.12.6.6 1.56.55 2.12 0l5.66-5.66c.58-.58.58-1.53 0-2.12zm1.06 6.72l4.18 4.18c.59.58.59 1.53 0 2.12s-1.54.59-2.12 0l-4.18-4.18-1.77 1.77c-.59.58-1.54.58-2.12 0-.59-.59-.59-1.54 0-2.13l5.66-5.65c.58-.59 1.53-.59 2.12 0 .58.58.58 1.53 0 2.12zM5 15c0-1.59-1.66-4-1.66-4S2 13.78 2 15s.6 2 1.34 2h.32C4.4 17 5 16.59 5 15z";break;case"buddicons-tracking":e="M10.98 6.78L15.5 15c-1 2-3.5 3-5.5 3s-4.5-1-5.5-3L9 6.82c-.75-1.23-2.28-1.98-4.29-2.03l2.46-2.92c1.68 1.19 2.46 2.32 2.97 3.31.56-.87 1.2-1.68 2.7-2.12l1.83 2.86c-1.42-.34-2.64.08-3.69.86zM8.17 10.4l-.93 1.69c.49.11 1 .16 1.54.16 1.35 0 2.58-.36 3.55-.95l-1.01-1.82c-.87.53-1.96.86-3.15.92zm.86 5.38c1.99 0 3.73-.74 4.74-1.86l-.98-1.76c-1 1.12-2.74 1.87-4.74 1.87-.62 0-1.21-.08-1.76-.21l-.63 1.15c.94.5 2.1.81 3.37.81z";break;case"building":e="M3 20h14V0H3v20zM7 3H5V1h2v2zm4 0H9V1h2v2zm4 0h-2V1h2v2zM7 6H5V4h2v2zm4 0H9V4h2v2zm4 0h-2V4h2v2zM7 9H5V7h2v2zm4 0H9V7h2v2zm4 0h-2V7h2v2zm-8 3H5v-2h2v2zm4 0H9v-2h2v2zm4 0h-2v-2h2v2zm-4 7H5v-6h6v6zm4-4h-2v-2h2v2zm0 3h-2v-2h2v2z";break;case"businessman":e="M7.3 6l-.03-.19c-.04-.37-.05-.73-.03-1.08.02-.36.1-.71.25-1.04.14-.32.31-.61.52-.86s.49-.46.83-.6c.34-.15.72-.23 1.13-.23.69 0 1.26.2 1.71.59s.76.87.91 1.44.18 1.16.09 1.78l-.03.19c-.01.09-.05.25-.11.48-.05.24-.12.47-.2.69-.08.21-.19.45-.34.72-.14.27-.3.49-.47.69-.18.19-.4.34-.67.48-.27.13-.55.19-.86.19s-.59-.06-.87-.19c-.26-.13-.49-.29-.67-.5-.18-.2-.34-.42-.49-.66-.15-.25-.26-.49-.34-.73-.09-.25-.16-.47-.21-.67-.06-.21-.1-.37-.12-.5zm9.2 6.24c.41.7.5 1.41.5 2.14v2.49c0 .03-.12.08-.29.13-.18.04-.42.13-.97.27-.55.12-1.1.24-1.65.34s-1.19.19-1.95.27c-.75.08-1.46.12-2.13.12-.68 0-1.39-.04-2.14-.12-.75-.07-1.4-.17-1.98-.27-.58-.11-1.08-.23-1.56-.34-.49-.11-.8-.21-1.06-.29L3 16.87v-2.49c0-.75.07-1.46.46-2.15s.81-1.25 1.5-1.68C5.66 10.12 7.19 10 8 10l1.67 1.67L9 13v3l1.02 1.08L11 16v-3l-.68-1.33L11.97 10c.77 0 2.2.07 2.9.52.71.45 1.21 1.02 1.63 1.72z";break;case"button":e="M17 5H3c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm1 7c0 .6-.4 1-1 1H3c-.6 0-1-.4-1-1V7c0-.6.4-1 1-1h14c.6 0 1 .4 1 1v5z";break;case"calendar-alt":e="M15 4h3v15H2V4h3V3c0-.41.15-.76.44-1.06.29-.29.65-.44 1.06-.44s.77.15 1.06.44c.29.3.44.65.44 1.06v1h4V3c0-.41.15-.76.44-1.06.29-.29.65-.44 1.06-.44s.77.15 1.06.44c.29.3.44.65.44 1.06v1zM6 3v2.5c0 .14.05.26.15.36.09.09.21.14.35.14s.26-.05.35-.14c.1-.1.15-.22.15-.36V3c0-.14-.05-.26-.15-.35-.09-.1-.21-.15-.35-.15s-.26.05-.35.15c-.1.09-.15.21-.15.35zm7 0v2.5c0 .14.05.26.14.36.1.09.22.14.36.14s.26-.05.36-.14c.09-.1.14-.22.14-.36V3c0-.14-.05-.26-.14-.35-.1-.1-.22-.15-.36-.15s-.26.05-.36.15c-.09.09-.14.21-.14.35zm4 15V8H3v10h14zM7 9v2H5V9h2zm2 0h2v2H9V9zm4 2V9h2v2h-2zm-6 1v2H5v-2h2zm2 0h2v2H9v-2zm4 2v-2h2v2h-2zm-6 1v2H5v-2h2zm4 2H9v-2h2v2zm4 0h-2v-2h2v2z";break;case"calendar":e="M15 4h3v14H2V4h3V3c0-.83.67-1.5 1.5-1.5S8 2.17 8 3v1h4V3c0-.83.67-1.5 1.5-1.5S15 2.17 15 3v1zM6 3v2.5c0 .28.22.5.5.5s.5-.22.5-.5V3c0-.28-.22-.5-.5-.5S6 2.72 6 3zm7 0v2.5c0 .28.22.5.5.5s.5-.22.5-.5V3c0-.28-.22-.5-.5-.5s-.5.22-.5.5zm4 14V8H3v9h14zM7 16V9H5v7h2zm4 0V9H9v7h2zm4 0V9h-2v7h2z";break;case"camera":e="M6 5V3H3v2h3zm12 10V4H9L7 6H2v9h16zm-7-8c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3z";break;case"carrot":e="M2 18.43c1.51 1.36 11.64-4.67 13.14-7.21.72-1.22-.13-3.01-1.52-4.44C15.2 5.73 16.59 9 17.91 8.31c.6-.32.99-1.31.7-1.92-.52-1.08-2.25-1.08-3.42-1.21.83-.2 2.82-1.05 2.86-2.25.04-.92-1.13-1.97-2.05-1.86-1.21.14-1.65 1.88-2.06 3-.05-.71-.2-2.27-.98-2.95-1.04-.91-2.29-.05-2.32 1.05-.04 1.33 2.82 2.07 1.92 3.67C11.04 4.67 9.25 4.03 8.1 4.7c-.49.31-1.05.91-1.63 1.69.89.94 2.12 2.07 3.09 2.72.2.14.26.42.11.62-.14.21-.42.26-.62.12-.99-.67-2.2-1.78-3.1-2.71-.45.67-.91 1.43-1.34 2.23.85.86 1.93 1.83 2.79 2.41.2.14.25.42.11.62-.14.21-.42.26-.63.12-.85-.58-1.86-1.48-2.71-2.32C2.4 13.69 1.1 17.63 2 18.43z";break;case"cart":e="M6 13h9c.55 0 1 .45 1 1s-.45 1-1 1H5c-.55 0-1-.45-1-1V4H2c-.55 0-1-.45-1-1s.45-1 1-1h3c.55 0 1 .45 1 1v2h13l-4 7H6v1zm-.5 3c.83 0 1.5.67 1.5 1.5S6.33 19 5.5 19 4 18.33 4 17.5 4.67 16 5.5 16zm9 0c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5z";break;case"category":e="M5 7h13v10H2V4h7l2 2H4v9h1V7z";break;case"chart-area":e="M18 18l.01-12.28c.59-.35.99-.99.99-1.72 0-1.1-.9-2-2-2s-2 .9-2 2c0 .8.47 1.48 1.14 1.8l-4.13 6.58c-.33-.24-.73-.38-1.16-.38-.84 0-1.55.51-1.85 1.24l-2.14-1.53c.09-.22.14-.46.14-.71 0-1.11-.89-2-2-2-1.1 0-2 .89-2 2 0 .73.4 1.36.98 1.71L1 18h17zM17 3c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM5 10c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm5.85 3c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z";break;case"chart-bar":e="M18 18V2h-4v16h4zm-6 0V7H8v11h4zm-6 0v-8H2v8h4z";break;case"chart-line":e="M18 3.5c0 .62-.38 1.16-.92 1.38v13.11H1.99l4.22-6.73c-.13-.23-.21-.48-.21-.76C6 9.67 6.67 9 7.5 9S9 9.67 9 10.5c0 .13-.02.25-.05.37l1.44.63c.27-.3.67-.5 1.11-.5.18 0 .35.04.51.09l3.58-6.41c-.36-.27-.59-.7-.59-1.18 0-.83.67-1.5 1.5-1.5.19 0 .36.04.53.1l.05-.09v.11c.54.22.92.76.92 1.38zm-1.92 13.49V5.85l-3.29 5.89c.13.23.21.48.21.76 0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5l.01-.07-1.63-.72c-.25.18-.55.29-.88.29-.18 0-.35-.04-.51-.1l-3.2 5.09h12.29z";break;case"chart-pie":e="M10 10V3c3.87 0 7 3.13 7 7h-7zM9 4v7h7c0 3.87-3.13 7-7 7s-7-3.13-7-7 3.13-7 7-7z";break;case"clipboard":e="M11.9.39l1.4 1.4c1.61.19 3.5-.74 4.61.37s.18 3 .37 4.61l1.4 1.4c.39.39.39 1.02 0 1.41l-9.19 9.2c-.4.39-1.03.39-1.42 0L1.29 11c-.39-.39-.39-1.02 0-1.42l9.2-9.19c.39-.39 1.02-.39 1.41 0zm.58 2.25l-.58.58 4.95 4.95.58-.58c-.19-.6-.2-1.22-.15-1.82.02-.31.05-.62.09-.92.12-1 .18-1.63-.17-1.98s-.98-.29-1.98-.17c-.3.04-.61.07-.92.09-.6.05-1.22.04-1.82-.15zm4.02.93c.39.39.39 1.03 0 1.42s-1.03.39-1.42 0-.39-1.03 0-1.42 1.03-.39 1.42 0zm-6.72.36l-.71.7L15.44 11l.7-.71zM8.36 5.34l-.7.71 6.36 6.36.71-.7zM6.95 6.76l-.71.7 6.37 6.37.7-.71zM5.54 8.17l-.71.71 6.36 6.36.71-.71zM4.12 9.58l-.71.71 6.37 6.37.71-.71z";break;case"clock":e="M10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm0 14c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6zm-.71-5.29c.07.05.14.1.23.15l-.02.02L14 13l-3.03-3.19L10 5l-.97 4.81h.01c0 .02-.01.05-.02.09S9 9.97 9 10c0 .28.1.52.29.71z";break;case"cloud-saved":e="M14.8 9c.1-.3.2-.6.2-1 0-2.2-1.8-4-4-4-1.5 0-2.9.9-3.5 2.2-.3-.1-.7-.2-1-.2C5.1 6 4 7.1 4 8.5c0 .2 0 .4.1.5-1.8.3-3.1 1.7-3.1 3.5C1 14.4 2.6 16 4.5 16h10c1.9 0 3.5-1.6 3.5-3.5 0-1.8-1.4-3.3-3.2-3.5zm-6.3 5.9l-3.2-3.2 1.4-1.4 1.8 1.8 3.8-3.8 1.4 1.4-5.2 5.2z";break;case"cloud-upload":e="M14.8 9c.1-.3.2-.6.2-1 0-2.2-1.8-4-4-4-1.5 0-2.9.9-3.5 2.2-.3-.1-.7-.2-1-.2C5.1 6 4 7.1 4 8.5c0 .2 0 .4.1.5-1.8.3-3.1 1.7-3.1 3.5C1 14.4 2.6 16 4.5 16H8v-3H5l4.5-4.5L14 13h-3v3h3.5c1.9 0 3.5-1.6 3.5-3.5 0-1.8-1.4-3.3-3.2-3.5z";break;case"cloud":e="M14.9 9c1.8.2 3.1 1.7 3.1 3.5 0 1.9-1.6 3.5-3.5 3.5h-10C2.6 16 1 14.4 1 12.5 1 10.7 2.3 9.3 4.1 9 4 8.9 4 8.7 4 8.5 4 7.1 5.1 6 6.5 6c.3 0 .7.1.9.2C8.1 4.9 9.4 4 11 4c2.2 0 4 1.8 4 4 0 .4-.1.7-.1 1z";break;case"columns":e="M3 15h6V5H3v10zm8 0h6V5h-6v10z";break;case"controls-back":e="M2 10l10-6v3.6L18 4v12l-6-3.6V16z";break;case"controls-forward":e="M18 10L8 16v-3.6L2 16V4l6 3.6V4z";break;case"controls-pause":e="M5 16V4h3v12H5zm7-12h3v12h-3V4z";break;case"controls-play":e="M5 4l10 6-10 6V4z";break;case"controls-repeat":e="M5 7v3l-2 1.5V5h11V3l4 3.01L14 9V7H5zm10 6v-3l2-1.5V15H6v2l-4-3.01L6 11v2h9z";break;case"controls-skipback":e="M11.98 7.63l6-3.6v12l-6-3.6v3.6l-8-4.8v4.8h-2v-12h2v4.8l8-4.8v3.6z";break;case"controls-skipforward":e="M8 12.4L2 16V4l6 3.6V4l8 4.8V4h2v12h-2v-4.8L8 16v-3.6z";break;case"controls-volumeoff":e="M2 7h4l5-4v14l-5-4H2V7z";break;case"controls-volumeon":e="M2 7h4l5-4v14l-5-4H2V7zm12.69-2.46C14.82 4.59 18 5.92 18 10s-3.18 5.41-3.31 5.46c-.06.03-.13.04-.19.04-.2 0-.39-.12-.46-.31-.11-.26.02-.55.27-.65.11-.05 2.69-1.15 2.69-4.54 0-3.41-2.66-4.53-2.69-4.54-.25-.1-.38-.39-.27-.65.1-.25.39-.38.65-.27zM16 10c0 2.57-2.23 3.43-2.32 3.47-.06.02-.12.03-.18.03-.2 0-.39-.12-.47-.32-.1-.26.04-.55.29-.65.07-.02 1.68-.67 1.68-2.53s-1.61-2.51-1.68-2.53c-.25-.1-.38-.39-.29-.65.1-.25.39-.39.65-.29.09.04 2.32.9 2.32 3.47z";break;case"cover-image":e="M2.2 1h15.5c.7 0 1.3.6 1.3 1.2v11.5c0 .7-.6 1.2-1.2 1.2H2.2c-.6.1-1.2-.5-1.2-1.1V2.2C1 1.6 1.6 1 2.2 1zM17 13V3H3v10h14zm-4-4s0-5 3-5v7c0 .6-.4 1-1 1H5c-.6 0-1-.4-1-1V7c2 0 3 4 3 4s1-4 3-4 3 2 3 2zM4 17h12v2H4z";break;case"dashboard":e="M3.76 16h12.48c1.1-1.37 1.76-3.11 1.76-5 0-4.42-3.58-8-8-8s-8 3.58-8 8c0 1.89.66 3.63 1.76 5zM10 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM6 6c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm8 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-5.37 5.55L12 7v6c0 1.1-.9 2-2 2s-2-.9-2-2c0-.57.24-1.08.63-1.45zM4 10c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm12 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm-5 3c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1z";break;case"desktop":e="M3 2h14c.55 0 1 .45 1 1v10c0 .55-.45 1-1 1h-5v2h2c.55 0 1 .45 1 1v1H5v-1c0-.55.45-1 1-1h2v-2H3c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1zm13 9V4H4v7h12zM5 5h9L5 9V5z";break;case"dismiss":e="M10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm5 11l-3-3 3-3-2-2-3 3-3-3-2 2 3 3-3 3 2 2 3-3 3 3z";break;case"download":e="M14.01 4v6h2V2H4v8h2.01V4h8zm-2 2v6h3l-5 6-5-6h3V6h4z";break;case"edit":e="M13.89 3.39l2.71 2.72c.46.46.42 1.24.03 1.64l-8.01 8.02-5.56 1.16 1.16-5.58s7.6-7.63 7.99-8.03c.39-.39 1.22-.39 1.68.07zm-2.73 2.79l-5.59 5.61 1.11 1.11 5.54-5.65zm-2.97 8.23l5.58-5.6-1.07-1.08-5.59 5.6z";break;case"editor-aligncenter":e="M14 5V3H6v2h8zm3 4V7H3v2h14zm-3 4v-2H6v2h8zm3 4v-2H3v2h14z";break;case"editor-alignleft":e="M12 5V3H3v2h9zm5 4V7H3v2h14zm-5 4v-2H3v2h9zm5 4v-2H3v2h14z";break;case"editor-alignright":e="M17 5V3H8v2h9zm0 4V7H3v2h14zm0 4v-2H8v2h9zm0 4v-2H3v2h14z";break;case"editor-bold":e="M6 4v13h4.54c1.37 0 2.46-.33 3.26-1 .8-.66 1.2-1.58 1.2-2.77 0-.84-.17-1.51-.51-2.01s-.9-.85-1.67-1.03v-.09c.57-.1 1.02-.4 1.36-.9s.51-1.13.51-1.91c0-1.14-.39-1.98-1.17-2.5C12.75 4.26 11.5 4 9.78 4H6zm2.57 5.15V6.26h1.36c.73 0 1.27.11 1.61.32.34.22.51.58.51 1.07 0 .54-.16.92-.47 1.15s-.82.35-1.51.35h-1.5zm0 2.19h1.6c1.44 0 2.16.53 2.16 1.61 0 .6-.17 1.05-.51 1.34s-.86.43-1.57.43H8.57v-3.38z";break;case"editor-break":e="M16 4h2v9H7v3l-5-4 5-4v3h9V4z";break;case"editor-code":e="M9 6l-4 4 4 4-1 2-6-6 6-6zm2 8l4-4-4-4 1-2 6 6-6 6z";break;case"editor-contract":e="M15.75 6.75L18 3v14l-2.25-3.75L17 12h-4v4l1.25-1.25L18 17H2l3.75-2.25L7 16v-4H3l1.25 1.25L2 17V3l2.25 3.75L3 8h4V4L5.75 5.25 2 3h16l-3.75 2.25L13 4v4h4z";break;case"editor-customchar":e="M10 5.4c1.27 0 2.24.36 2.91 1.08.66.71 1 1.76 1 3.13 0 1.28-.23 2.37-.69 3.27-.47.89-1.27 1.52-2.22 2.12v2h6v-2h-3.69c.92-.64 1.62-1.34 2.12-2.34.49-1.01.74-2.13.74-3.35 0-1.78-.55-3.19-1.65-4.22S11.92 3.54 10 3.54s-3.43.53-4.52 1.57c-1.1 1.04-1.65 2.44-1.65 4.2 0 1.21.24 2.31.73 3.33.48 1.01 1.19 1.71 2.1 2.36H3v2h6v-2c-.98-.64-1.8-1.28-2.24-2.17-.45-.89-.67-1.96-.67-3.22 0-1.37.33-2.41 1-3.13C7.75 5.76 8.72 5.4 10 5.4z";break;case"editor-expand":e="M7 8h6v4H7zm-5 5v4h4l-1.2-1.2L7 12l-3.8 2.2M14 17h4v-4l-1.2 1.2L13 12l2.2 3.8M14 3l1.3 1.3L13 8l3.8-2.2L18 7V3M6 3H2v4l1.2-1.2L7 8 4.7 4.3";break;case"editor-help":e="M17 10c0-3.87-3.14-7-7-7-3.87 0-7 3.13-7 7s3.13 7 7 7c3.86 0 7-3.13 7-7zm-6.3 1.48H9.14v-.43c0-.38.08-.7.24-.98s.46-.57.88-.89c.41-.29.68-.53.81-.71.14-.18.2-.39.2-.62 0-.25-.09-.44-.28-.58-.19-.13-.45-.19-.79-.19-.58 0-1.25.19-2 .57l-.64-1.28c.87-.49 1.8-.74 2.77-.74.81 0 1.45.2 1.92.58.48.39.71.91.71 1.55 0 .43-.09.8-.29 1.11-.19.32-.57.67-1.11 1.06-.38.28-.61.49-.71.63-.1.15-.15.34-.15.57v.35zm-1.47 2.74c-.18-.17-.27-.42-.27-.73 0-.33.08-.58.26-.75s.43-.25.77-.25c.32 0 .57.09.75.26s.27.42.27.74c0 .3-.09.55-.27.72-.18.18-.43.27-.75.27-.33 0-.58-.09-.76-.26z";break;case"editor-indent":e="M3 5V3h9v2H3zm10-1V3h4v1h-4zm0 3h2V5l4 3.5-4 3.5v-2h-2V7zM3 8V6h9v2H3zm2 3V9h7v2H5zm-2 3v-2h9v2H3zm10 0v-1h4v1h-4zm-4 3v-2h3v2H9z";break;case"editor-insertmore":e="M17 7V3H3v4h14zM6 11V9H3v2h3zm6 0V9H8v2h4zm5 0V9h-3v2h3zm0 6v-4H3v4h14z";break;case"editor-italic":e="M14.78 6h-2.13l-2.8 9h2.12l-.62 2H4.6l.62-2h2.14l2.8-9H8.03l.62-2h6.75z";break;case"editor-justify":e="M2 3h16v2H2V3zm0 4h16v2H2V7zm0 4h16v2H2v-2zm0 4h16v2H2v-2z";break;case"editor-kitchensink":e="M19 2v6H1V2h18zm-1 5V3H2v4h16zM5 4v2H3V4h2zm3 0v2H6V4h2zm3 0v2H9V4h2zm3 0v2h-2V4h2zm3 0v2h-2V4h2zm2 5v9H1V9h18zm-1 8v-7H2v7h16zM5 11v2H3v-2h2zm3 0v2H6v-2h2zm3 0v2H9v-2h2zm6 0v2h-5v-2h5zm-6 3v2H3v-2h8zm3 0v2h-2v-2h2zm3 0v2h-2v-2h2z";break;case"editor-ltr":e="M5.52 2h7.43c.55 0 1 .45 1 1s-.45 1-1 1h-1v13c0 .55-.45 1-1 1s-1-.45-1-1V5c0-.55-.45-1-1-1s-1 .45-1 1v12c0 .55-.45 1-1 1s-1-.45-1-1v-5.96h-.43C3.02 11.04 1 9.02 1 6.52S3.02 2 5.52 2zM14 14l5-4-5-4v8z";break;case"editor-ol-rtl":e="M15.025 8.75a1.048 1.048 0 0 1 .45-.1.507.507 0 0 1 .35.11.455.455 0 0 1 .13.36.803.803 0 0 1-.06.3 1.448 1.448 0 0 1-.19.33c-.09.11-.29.32-.58.62l-.99 1v.58h2.76v-.7h-1.72v-.04l.51-.48a7.276 7.276 0 0 0 .7-.71 1.75 1.75 0 0 0 .3-.49 1.254 1.254 0 0 0 .1-.51.968.968 0 0 0-.16-.56 1.007 1.007 0 0 0-.44-.37 1.512 1.512 0 0 0-.65-.14 1.98 1.98 0 0 0-.51.06 1.9 1.9 0 0 0-.42.15 3.67 3.67 0 0 0-.48.35l.45.54a2.505 2.505 0 0 1 .45-.3zM16.695 15.29a1.29 1.29 0 0 0-.74-.3v-.02a1.203 1.203 0 0 0 .65-.37.973.973 0 0 0 .23-.65.81.81 0 0 0-.37-.71 1.72 1.72 0 0 0-1-.26 2.185 2.185 0 0 0-1.33.4l.4.6a1.79 1.79 0 0 1 .46-.23 1.18 1.18 0 0 1 .41-.07c.38 0 .58.15.58.46a.447.447 0 0 1-.22.43 1.543 1.543 0 0 1-.7.12h-.31v.66h.31a1.764 1.764 0 0 1 .75.12.433.433 0 0 1 .23.41.55.55 0 0 1-.2.47 1.084 1.084 0 0 1-.63.15 2.24 2.24 0 0 1-.57-.08 2.671 2.671 0 0 1-.52-.2v.74a2.923 2.923 0 0 0 1.18.22 1.948 1.948 0 0 0 1.22-.33 1.077 1.077 0 0 0 .43-.92.836.836 0 0 0-.26-.64zM15.005 4.17c.06-.05.16-.14.3-.28l-.02.42V7h.84V3h-.69l-1.29 1.03.4.51zM4.02 5h9v1h-9zM4.02 10h9v1h-9zM4.02 15h9v1h-9z";break;case"editor-ol":e="M6 7V3h-.69L4.02 4.03l.4.51.46-.37c.06-.05.16-.14.3-.28l-.02.42V7H6zm2-2h9v1H8V5zm-1.23 6.95v-.7H5.05v-.04l.51-.48c.33-.31.57-.54.7-.71.14-.17.24-.33.3-.49.07-.16.1-.33.1-.51 0-.21-.05-.4-.16-.56-.1-.16-.25-.28-.44-.37s-.41-.14-.65-.14c-.19 0-.36.02-.51.06-.15.03-.29.09-.42.15-.12.07-.29.19-.48.35l.45.54c.16-.13.31-.23.45-.3.15-.07.3-.1.45-.1.14 0 .26.03.35.11s.13.2.13.36c0 .1-.02.2-.06.3s-.1.21-.19.33c-.09.11-.29.32-.58.62l-.99 1v.58h2.76zM8 10h9v1H8v-1zm-1.29 3.95c0-.3-.12-.54-.37-.71-.24-.17-.58-.26-1-.26-.52 0-.96.13-1.33.4l.4.6c.17-.11.32-.19.46-.23.14-.05.27-.07.41-.07.38 0 .58.15.58.46 0 .2-.07.35-.22.43s-.38.12-.7.12h-.31v.66h.31c.34 0 .59.04.75.12.15.08.23.22.23.41 0 .22-.07.37-.2.47-.14.1-.35.15-.63.15-.19 0-.38-.03-.57-.08s-.36-.12-.52-.2v.74c.34.15.74.22 1.18.22.53 0 .94-.11 1.22-.33.29-.22.43-.52.43-.92 0-.27-.09-.48-.26-.64s-.42-.26-.74-.3v-.02c.27-.06.49-.19.65-.37.15-.18.23-.39.23-.65zM8 15h9v1H8v-1z";break;case"editor-outdent":e="M7 4V3H3v1h4zm10 1V3H8v2h9zM7 7H5V5L1 8.5 5 12v-2h2V7zm10 1V6H8v2h9zm-2 3V9H8v2h7zm2 3v-2H8v2h9zM7 14v-1H3v1h4zm4 3v-2H8v2h3z";break;case"editor-paragraph":e="M15 2H7.54c-.83 0-1.59.2-2.28.6-.7.41-1.25.96-1.65 1.65C3.2 4.94 3 5.7 3 6.52s.2 1.58.61 2.27c.4.69.95 1.24 1.65 1.64.69.41 1.45.61 2.28.61h.43V17c0 .27.1.51.29.71.2.19.44.29.71.29.28 0 .51-.1.71-.29.2-.2.3-.44.3-.71V5c0-.27.09-.51.29-.71.2-.19.44-.29.71-.29s.51.1.71.29c.19.2.29.44.29.71v12c0 .27.1.51.3.71.2.19.43.29.71.29.27 0 .51-.1.71-.29.19-.2.29-.44.29-.71V4H15c.27 0 .5-.1.7-.3.2-.19.3-.43.3-.7s-.1-.51-.3-.71C15.5 2.1 15.27 2 15 2z";break;case"editor-paste-text":e="M12.38 2L15 5v1H5V5l2.64-3h4.74zM10 5c.55 0 1-.44 1-1 0-.55-.45-1-1-1s-1 .45-1 1c0 .56.45 1 1 1zm5.45-1H17c.55 0 1 .45 1 1v12c0 .56-.45 1-1 1H3c-.55 0-1-.44-1-1V5c0-.55.45-1 1-1h1.55L4 4.63V7h12V4.63zM14 11V9H6v2h3v5h2v-5h3z";break;case"editor-paste-word":e="M12.38 2L15 5v1H5V5l2.64-3h4.74zM10 5c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1zm8 12V5c0-.55-.45-1-1-1h-1.54l.54.63V7H4V4.62L4.55 4H3c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h14c.55 0 1-.45 1-1zm-3-8l-2 7h-2l-1-5-1 5H6.92L5 9h2l1 5 1-5h2l1 5 1-5h2z";break;case"editor-quote":e="M9.49 13.22c0-.74-.2-1.38-.61-1.9-.62-.78-1.83-.88-2.53-.72-.29-1.65 1.11-3.75 2.92-4.65L7.88 4c-2.73 1.3-5.42 4.28-4.96 8.05C3.21 14.43 4.59 16 6.54 16c.85 0 1.56-.25 2.12-.75s.83-1.18.83-2.03zm8.05 0c0-.74-.2-1.38-.61-1.9-.63-.78-1.83-.88-2.53-.72-.29-1.65 1.11-3.75 2.92-4.65L15.93 4c-2.73 1.3-5.41 4.28-4.95 8.05.29 2.38 1.66 3.95 3.61 3.95.85 0 1.56-.25 2.12-.75s.83-1.18.83-2.03z";break;case"editor-removeformatting":e="M14.29 4.59l1.1 1.11c.41.4.61.94.61 1.47v2.12c0 .53-.2 1.07-.61 1.47l-6.63 6.63c-.4.41-.94.61-1.47.61s-1.07-.2-1.47-.61l-1.11-1.1-1.1-1.11c-.41-.4-.61-.94-.61-1.47v-2.12c0-.54.2-1.07.61-1.48l6.63-6.62c.4-.41.94-.61 1.47-.61s1.06.2 1.47.61zm-6.21 9.7l6.42-6.42c.39-.39.39-1.03 0-1.43L12.36 4.3c-.19-.19-.45-.29-.72-.29s-.52.1-.71.29l-6.42 6.42c-.39.4-.39 1.04 0 1.43l2.14 2.14c.38.38 1.04.38 1.43 0z";break;case"editor-rtl":e="M5.52 2h7.43c.55 0 1 .45 1 1s-.45 1-1 1h-1v13c0 .55-.45 1-1 1s-1-.45-1-1V5c0-.55-.45-1-1-1s-1 .45-1 1v12c0 .55-.45 1-1 1s-1-.45-1-1v-5.96h-.43C3.02 11.04 1 9.02 1 6.52S3.02 2 5.52 2zM19 6l-5 4 5 4V6z";break;case"editor-spellcheck":e="M15.84 2.76c.25 0 .49.04.71.11.23.07.44.16.64.25l.35-.81c-.52-.26-1.08-.39-1.69-.39-.58 0-1.09.13-1.52.37-.43.25-.76.61-.99 1.08C13.11 3.83 13 4.38 13 5c0 .99.23 1.75.7 2.28s1.15.79 2.02.79c.6 0 1.13-.09 1.6-.26v-.84c-.26.08-.51.14-.74.19-.24.05-.49.08-.74.08-.59 0-1.04-.19-1.34-.57-.32-.37-.47-.93-.47-1.66 0-.7.16-1.25.48-1.65.33-.4.77-.6 1.33-.6zM6.5 8h1.04L5.3 2H4.24L2 8h1.03l.58-1.66H5.9zM8 2v6h2.17c.67 0 1.19-.15 1.57-.46.38-.3.56-.72.56-1.26 0-.4-.1-.72-.3-.95-.19-.24-.5-.39-.93-.47v-.04c.35-.06.6-.21.78-.44.18-.24.28-.53.28-.88 0-.52-.19-.9-.56-1.14-.36-.24-.96-.36-1.79-.36H8zm.98 2.48V2.82h.85c.44 0 .77.06.97.19.21.12.31.33.31.61 0 .31-.1.53-.29.66-.18.13-.48.2-.89.2h-.95zM5.64 5.5H3.9l.54-1.56c.14-.4.25-.76.32-1.1l.15.52c.07.23.13.4.17.51zm3.34-.23h.99c.44 0 .76.08.98.23.21.15.32.38.32.69 0 .34-.11.59-.32.75s-.52.24-.93.24H8.98V5.27zM4 13l5 5 9-8-1-1-8 6-4-3z";break;case"editor-strikethrough":e="M15.82 12.25c.26 0 .5-.02.74-.07.23-.05.48-.12.73-.2v.84c-.46.17-.99.26-1.58.26-.88 0-1.54-.26-2.01-.79-.39-.44-.62-1.04-.68-1.79h-.94c.12.21.18.48.18.79 0 .54-.18.95-.55 1.26-.38.3-.9.45-1.56.45H8v-2.5H6.59l.93 2.5H6.49l-.59-1.67H3.62L3.04 13H2l.93-2.5H2v-1h1.31l.93-2.49H5.3l.92 2.49H8V7h1.77c1 0 1.41.17 1.77.41.37.24.55.62.55 1.13 0 .35-.09.64-.27.87l-.08.09h1.29c.05-.4.15-.77.31-1.1.23-.46.55-.82.98-1.06.43-.25.93-.37 1.51-.37.61 0 1.17.12 1.69.38l-.35.81c-.2-.1-.42-.18-.64-.25s-.46-.11-.71-.11c-.55 0-.99.2-1.31.59-.23.29-.38.66-.44 1.11H17v1h-2.95c.06.5.2.9.44 1.19.3.37.75.56 1.33.56zM4.44 8.96l-.18.54H5.3l-.22-.61c-.04-.11-.09-.28-.17-.51-.07-.24-.12-.41-.14-.51-.08.33-.18.69-.33 1.09zm4.53-1.09V9.5h1.19c.28-.02.49-.09.64-.18.19-.13.28-.35.28-.66 0-.28-.1-.48-.3-.61-.2-.12-.53-.18-.97-.18h-.84zm-3.33 2.64v-.01H3.91v.01h1.73zm5.28.01l-.03-.02H8.97v1.68h1.04c.4 0 .71-.08.92-.23.21-.16.31-.4.31-.74 0-.31-.11-.54-.32-.69z";break;case"editor-table":e="M18 17V3H2v14h16zM16 7H4V5h12v2zm-7 4H4V9h5v2zm7 0h-5V9h5v2zm-7 4H4v-2h5v2zm7 0h-5v-2h5v2z";break;case"editor-textcolor":e="M13.23 15h1.9L11 4H9L5 15h1.88l1.07-3h4.18zm-1.53-4.54H8.51L10 5.6z";break;case"editor-ul":e="M5.5 7C4.67 7 4 6.33 4 5.5 4 4.68 4.67 4 5.5 4 6.32 4 7 4.68 7 5.5 7 6.33 6.32 7 5.5 7zM8 5h9v1H8V5zm-2.5 7c-.83 0-1.5-.67-1.5-1.5C4 9.68 4.67 9 5.5 9c.82 0 1.5.68 1.5 1.5 0 .83-.68 1.5-1.5 1.5zM8 10h9v1H8v-1zm-2.5 7c-.83 0-1.5-.67-1.5-1.5 0-.82.67-1.5 1.5-1.5.82 0 1.5.68 1.5 1.5 0 .83-.68 1.5-1.5 1.5zM8 15h9v1H8v-1z";break;case"editor-underline":e="M14 5h-2v5.71c0 1.99-1.12 2.98-2.45 2.98-1.32 0-2.55-1-2.55-2.96V5H5v5.87c0 1.91 1 4.54 4.48 4.54 3.49 0 4.52-2.58 4.52-4.5V5zm0 13v-2H5v2h9z";break;case"editor-unlink":e="M17.74 2.26c1.68 1.69 1.68 4.41 0 6.1l-1.53 1.52c-.32.33-.69.58-1.08.77L13 10l1.69-1.64.76-.77.76-.76c.84-.84.84-2.2 0-3.04-.84-.85-2.2-.85-3.04 0l-.77.76-.76.76L10 7l-.65-2.14c.19-.38.44-.75.77-1.07l1.52-1.53c1.69-1.68 4.42-1.68 6.1 0zM2 4l8 6-6-8zm4-2l4 8-2-8H6zM2 6l8 4-8-2V6zm7.36 7.69L10 13l.74 2.35-1.38 1.39c-1.69 1.68-4.41 1.68-6.1 0-1.68-1.68-1.68-4.42 0-6.1l1.39-1.38L7 10l-.69.64-1.52 1.53c-.85.84-.85 2.2 0 3.04.84.85 2.2.85 3.04 0zM18 16l-8-6 6 8zm-4 2l-4-8 2 8h2zm4-4l-8-4 8 2v2z";break;case"editor-video":e="M16 2h-3v1H7V2H4v15h3v-1h6v1h3V2zM6 3v1H5V3h1zm9 0v1h-1V3h1zm-2 1v5H7V4h6zM6 5v1H5V5h1zm9 0v1h-1V5h1zM6 7v1H5V7h1zm9 0v1h-1V7h1zM6 9v1H5V9h1zm9 0v1h-1V9h1zm-2 1v5H7v-5h6zm-7 1v1H5v-1h1zm9 0v1h-1v-1h1zm-9 2v1H5v-1h1zm9 0v1h-1v-1h1zm-9 2v1H5v-1h1zm9 0v1h-1v-1h1z";break;case"ellipsis":e="M5 10c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm12-2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-7 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z";break;case"email-alt":e="M19 14.5v-9c0-.83-.67-1.5-1.5-1.5H3.49c-.83 0-1.5.67-1.5 1.5v9c0 .83.67 1.5 1.5 1.5H17.5c.83 0 1.5-.67 1.5-1.5zm-1.31-9.11c.33.33.15.67-.03.84L13.6 9.95l3.9 4.06c.12.14.2.36.06.51-.13.16-.43.15-.56.05l-4.37-3.73-2.14 1.95-2.13-1.95-4.37 3.73c-.13.1-.43.11-.56-.05-.14-.15-.06-.37.06-.51l3.9-4.06-4.06-3.72c-.18-.17-.36-.51-.03-.84s.67-.17.95.07l6.24 5.04 6.25-5.04c.28-.24.62-.4.95-.07z";break;case"email-alt2":e="M18.01 11.18V2.51c0-1.19-.9-1.81-2-1.37L4 5.91c-1.1.44-2 1.77-2 2.97v8.66c0 1.2.9 1.81 2 1.37l12.01-4.77c1.1-.44 2-1.76 2-2.96zm-1.43-7.46l-6.04 9.33-6.65-4.6c-.1-.07-.36-.32-.17-.64.21-.36.65-.21.65-.21l6.3 2.32s4.83-6.34 5.11-6.7c.13-.17.43-.34.73-.13.29.2.16.49.07.63z";break;case"email":e="M3.87 4h13.25C18.37 4 19 4.59 19 5.79v8.42c0 1.19-.63 1.79-1.88 1.79H3.87c-1.25 0-1.88-.6-1.88-1.79V5.79c0-1.2.63-1.79 1.88-1.79zm6.62 8.6l6.74-5.53c.24-.2.43-.66.13-1.07-.29-.41-.82-.42-1.17-.17l-5.7 3.86L4.8 5.83c-.35-.25-.88-.24-1.17.17-.3.41-.11.87.13 1.07z";break;case"embed-audio":e="M17 4H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-7 3H7v4c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2c.4 0 .7.1 1 .3V5h4v2zm4 3.5L12.5 12l1.5 1.5V15l-3-3 3-3v1.5zm1 4.5v-1.5l1.5-1.5-1.5-1.5V9l3 3-3 3z";break;case"embed-generic":e="M17 4H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-3 6.5L12.5 12l1.5 1.5V15l-3-3 3-3v1.5zm1 4.5v-1.5l1.5-1.5-1.5-1.5V9l3 3-3 3z";break;case"embed-photo":e="M17 4H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-7 8H3V6h7v6zm4-1.5L12.5 12l1.5 1.5V15l-3-3 3-3v1.5zm1 4.5v-1.5l1.5-1.5-1.5-1.5V9l3 3-3 3zm-6-4V8.5L7.2 10 6 9.2 4 11h5zM4.6 8.6c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1z";break;case"embed-post":e="M17 4H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM8.6 9l-.4.3c-.4.4-.5 1.1-.2 1.6l-.8.8-1.1-1.1-1.3 1.3c-.2.2-1.6 1.3-1.8 1.1-.2-.2.9-1.6 1.1-1.8l1.3-1.3-1.1-1.1.8-.8c.5.3 1.2.3 1.6-.2l.3-.3c.5-.5.5-1.2.2-1.7L8 5l3 2.9-.8.8c-.5-.2-1.2-.2-1.6.3zm5.4 1.5L12.5 12l1.5 1.5V15l-3-3 3-3v1.5zm1 4.5v-1.5l1.5-1.5-1.5-1.5V9l3 3-3 3z";break;case"embed-video":e="M17 4H3c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-7 6.5L8 9.1V11H3V6h5v1.8l2-1.3v4zm4 0L12.5 12l1.5 1.5V15l-3-3 3-3v1.5zm1 4.5v-1.5l1.5-1.5-1.5-1.5V9l3 3-3 3z";break;case"excerpt-view":e="M19 18V2c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h16c.55 0 1-.45 1-1zM4 3c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm13 0v6H6V3h11zM4 11c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm13 0v6H6v-6h11z";break;case"exit":e="M13 3v2h2v10h-2v2h4V3h-4zm0 8V9H5.4l4.3-4.3-1.4-1.4L1.6 10l6.7 6.7 1.4-1.4L5.4 11H13z";break;case"external":e="M9 3h8v8l-2-1V6.92l-5.6 5.59-1.41-1.41L14.08 5H10zm3 12v-3l2-2v7H3V6h8L9 8H5v7h7z";break;case"facebook-alt":e="M8.46 18h2.93v-7.3h2.45l.37-2.84h-2.82V6.04c0-.82.23-1.38 1.41-1.38h1.51V2.11c-.26-.03-1.15-.11-2.19-.11-2.18 0-3.66 1.33-3.66 3.76v2.1H6v2.84h2.46V18z";break;case"facebook":e="M2.89 2h14.23c.49 0 .88.39.88.88v14.24c0 .48-.39.88-.88.88h-4.08v-6.2h2.08l.31-2.41h-2.39V7.85c0-.7.2-1.18 1.2-1.18h1.28V4.51c-.22-.03-.98-.09-1.86-.09-1.85 0-3.11 1.12-3.11 3.19v1.78H8.46v2.41h2.09V18H2.89c-.49 0-.89-.4-.89-.88V2.88c0-.49.4-.88.89-.88z";break;case"feedback":e="M2 2h16c.55 0 1 .45 1 1v14c0 .55-.45 1-1 1H2c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1zm15 14V7H3v9h14zM4 8v1h3V8H4zm4 0v3h8V8H8zm-4 4v1h3v-1H4zm4 0v3h8v-3H8z";break;case"filter":e="M3 4.5v-2s3.34-1 7-1 7 1 7 1v2l-5 7.03v6.97s-1.22-.09-2.25-.59S8 16.5 8 16.5v-4.97z";break;case"flag":e="M5 18V3H3v15h2zm1-6V4c3-1 7 1 11 0v8c-3 1.27-8-1-11 0z";break;case"format-aside":e="M1 1h18v12l-6 6H1V1zm3 3v1h12V4H4zm0 4v1h12V8H4zm6 5v-1H4v1h6zm2 4l5-5h-5v5z";break;case"format-audio":e="M6.99 3.08l11.02-2c.55-.08.99.45.99 1V14.5c0 1.94-1.57 3.5-3.5 3.5S12 16.44 12 14.5c0-1.93 1.57-3.5 3.5-3.5.54 0 1.04.14 1.5.35V5.08l-9 2V16c-.24 1.7-1.74 3-3.5 3C2.57 19 1 17.44 1 15.5 1 13.57 2.57 12 4.5 12c.54 0 1.04.14 1.5.35V4.08c0-.55.44-.91.99-1z";break;case"format-chat":e="M11 6h-.82C9.07 6 8 7.2 8 8.16V10l-3 3v-3H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h6c1.1 0 2 .9 2 2v3zm0 1h6c1.1 0 2 .9 2 2v5c0 1.1-.9 2-2 2h-2v3l-3-3h-1c-1.1 0-2-.9-2-2V9c0-1.1.9-2 2-2z";break;case"format-gallery":e="M16 4h1.96c.57 0 1.04.47 1.04 1.04v12.92c0 .57-.47 1.04-1.04 1.04H5.04C4.47 19 4 18.53 4 17.96V16H2.04C1.47 16 1 15.53 1 14.96V2.04C1 1.47 1.47 1 2.04 1h12.92c.57 0 1.04.47 1.04 1.04V4zM3 14h11V3H3v11zm5-8.5C8 4.67 7.33 4 6.5 4S5 4.67 5 5.5 5.67 7 6.5 7 8 6.33 8 5.5zm2 4.5s1-5 3-5v8H4V7c2 0 2 3 2 3s.33-2 2-2 2 2 2 2zm7 7V6h-1v8.96c0 .57-.47 1.04-1.04 1.04H6v1h11z";break;case"format-image":e="M2.25 1h15.5c.69 0 1.25.56 1.25 1.25v15.5c0 .69-.56 1.25-1.25 1.25H2.25C1.56 19 1 18.44 1 17.75V2.25C1 1.56 1.56 1 2.25 1zM17 17V3H3v14h14zM10 6c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2zm3 5s0-6 3-6v10c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1V8c2 0 3 4 3 4s1-3 3-3 3 2 3 2z";break;case"format-quote":e="M8.54 12.74c0-.87-.24-1.61-.72-2.22-.73-.92-2.14-1.03-2.96-.85-.34-1.93 1.3-4.39 3.42-5.45L6.65 1.94C3.45 3.46.31 6.96.85 11.37 1.19 14.16 2.8 16 5.08 16c1 0 1.83-.29 2.48-.88.66-.59.98-1.38.98-2.38zm9.43 0c0-.87-.24-1.61-.72-2.22-.73-.92-2.14-1.03-2.96-.85-.34-1.93 1.3-4.39 3.42-5.45l-1.63-2.28c-3.2 1.52-6.34 5.02-5.8 9.43.34 2.79 1.95 4.63 4.23 4.63 1 0 1.83-.29 2.48-.88.66-.59.98-1.38.98-2.38z";break;case"format-status":e="M10 1c7 0 9 2.91 9 6.5S17 14 10 14s-9-2.91-9-6.5S3 1 10 1zM5.5 9C6.33 9 7 8.33 7 7.5S6.33 6 5.5 6 4 6.67 4 7.5 4.67 9 5.5 9zM10 9c.83 0 1.5-.67 1.5-1.5S10.83 6 10 6s-1.5.67-1.5 1.5S9.17 9 10 9zm4.5 0c.83 0 1.5-.67 1.5-1.5S15.33 6 14.5 6 13 6.67 13 7.5 13.67 9 14.5 9zM6 14.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-3 2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1z";break;case"format-video":e="M2 1h16c.55 0 1 .45 1 1v16l-18-.02V2c0-.55.45-1 1-1zm4 1L4 5h1l2-3H6zm4 0H9L7 5h1zm3 0h-1l-2 3h1zm3 0h-1l-2 3h1zm1 14V6H3v10h14zM8 7l6 4-6 4V7z";break;case"forms":e="M2 2h7v7H2V2zm9 0v7h7V2h-7zM5.5 4.5L7 3H4zM12 8V3h5v5h-5zM4.5 5.5L3 4v3zM8 4L6.5 5.5 8 7V4zM5.5 6.5L4 8h3zM9 18v-7H2v7h7zm9 0h-7v-7h7v7zM8 12v5H3v-5h5zm6.5 1.5L16 12h-3zM12 16l1.5-1.5L12 13v3zm3.5-1.5L17 16v-3zm-1 1L13 17h3z";break;case"googleplus":e="M6.73 10h5.4c.05.29.09.57.09.95 0 3.27-2.19 5.6-5.49 5.6-3.17 0-5.73-2.57-5.73-5.73 0-3.17 2.56-5.73 5.73-5.73 1.54 0 2.84.57 3.83 1.5l-1.55 1.5c-.43-.41-1.17-.89-2.28-.89-1.96 0-3.55 1.62-3.55 3.62 0 1.99 1.59 3.61 3.55 3.61 2.26 0 3.11-1.62 3.24-2.47H6.73V10zM19 10v1.64h-1.64v1.63h-1.63v-1.63h-1.64V10h1.64V8.36h1.63V10H19z";break;case"grid-view":e="M2 1h16c.55 0 1 .45 1 1v16c0 .55-.45 1-1 1H2c-.55 0-1-.45-1-1V2c0-.55.45-1 1-1zm7.01 7.99v-6H3v6h6.01zm8 0v-6h-6v6h6zm-8 8.01v-6H3v6h6.01zm8 0v-6h-6v6h6z";break;case"groups":e="M8.03 4.46c-.29 1.28.55 3.46 1.97 3.46 1.41 0 2.25-2.18 1.96-3.46-.22-.98-1.08-1.63-1.96-1.63-.89 0-1.74.65-1.97 1.63zm-4.13.9c-.25 1.08.47 2.93 1.67 2.93s1.92-1.85 1.67-2.93c-.19-.83-.92-1.39-1.67-1.39s-1.48.56-1.67 1.39zm8.86 0c-.25 1.08.47 2.93 1.66 2.93 1.2 0 1.92-1.85 1.67-2.93-.19-.83-.92-1.39-1.67-1.39-.74 0-1.47.56-1.66 1.39zm-.59 11.43l1.25-4.3C14.2 10 12.71 8.47 10 8.47c-2.72 0-4.21 1.53-3.44 4.02l1.26 4.3C8.05 17.51 9 18 10 18c.98 0 1.94-.49 2.17-1.21zm-6.1-7.63c-.49.67-.96 1.83-.42 3.59l1.12 3.79c-.34.2-.77.31-1.2.31-.85 0-1.65-.41-1.85-1.03l-1.07-3.65c-.65-2.11.61-3.4 2.92-3.4.27 0 .54.02.79.06-.1.1-.2.22-.29.33zm8.35-.39c2.31 0 3.58 1.29 2.92 3.4l-1.07 3.65c-.2.62-1 1.03-1.85 1.03-.43 0-.86-.11-1.2-.31l1.11-3.77c.55-1.78.08-2.94-.42-3.61-.08-.11-.18-.23-.28-.33.25-.04.51-.06.79-.06z";break;case"hammer":e="M17.7 6.32l1.41 1.42-3.47 3.41-1.42-1.42.84-.82c-.32-.76-.81-1.57-1.51-2.31l-4.61 6.59-5.26 4.7c-.39.39-1.02.39-1.42 0l-1.2-1.21c-.39-.39-.39-1.02 0-1.41l10.97-9.92c-1.37-.86-3.21-1.46-5.67-1.48 2.7-.82 4.95-.93 6.58-.3 1.7.66 2.82 2.2 3.91 3.58z";break;case"heading":e="M12.5 4v5.2h-5V4H5v13h2.5v-5.2h5V17H15V4";break;case"heart":e="M10 17.12c3.33-1.4 5.74-3.79 7.04-6.21 1.28-2.41 1.46-4.81.32-6.25-1.03-1.29-2.37-1.78-3.73-1.74s-2.68.63-3.63 1.46c-.95-.83-2.27-1.42-3.63-1.46s-2.7.45-3.73 1.74c-1.14 1.44-.96 3.84.34 6.25 1.28 2.42 3.69 4.81 7.02 6.21z";break;case"hidden":e="M17.2 3.3l.16.17c.39.39.39 1.02 0 1.41L4.55 17.7c-.39.39-1.03.39-1.41 0l-.17-.17c-.39-.39-.39-1.02 0-1.41l1.59-1.6c-1.57-1-2.76-2.3-3.56-3.93.81-1.65 2.03-2.98 3.64-3.99S8.04 5.09 10 5.09c1.2 0 2.33.21 3.4.6l2.38-2.39c.39-.39 1.03-.39 1.42 0zm-7.09 4.01c-.23.25-.34.54-.34.88 0 .31.12.58.31.81l1.8-1.79c-.13-.12-.28-.21-.45-.26-.11-.01-.28-.03-.49-.04-.33.03-.6.16-.83.4zM2.4 10.59c.69 1.23 1.71 2.25 3.05 3.05l1.28-1.28c-.51-.69-.77-1.47-.77-2.36 0-1.06.36-1.98 1.09-2.76-1.04.27-1.96.7-2.76 1.26-.8.58-1.43 1.27-1.89 2.09zm13.22-2.13l.96-.96c1.02.86 1.83 1.89 2.42 3.09-.81 1.65-2.03 2.98-3.64 3.99s-3.4 1.51-5.36 1.51c-.63 0-1.24-.07-1.83-.18l1.07-1.07c.25.02.5.05.76.05 1.63 0 3.13-.4 4.5-1.21s2.4-1.84 3.1-3.09c-.46-.82-1.09-1.51-1.89-2.09-.03-.01-.06-.03-.09-.04zm-5.58 5.58l4-4c-.01 1.1-.41 2.04-1.18 2.81-.78.78-1.72 1.18-2.82 1.19z";break;case"html":e="M4 16v-2H2v2H1v-5h1v2h2v-2h1v5H4zM7 16v-4H5.6v-1h3.7v1H8v4H7zM10 16v-5h1l1.4 3.4h.1L14 11h1v5h-1v-3.1h-.1l-1.1 2.5h-.6l-1.1-2.5H11V16h-1zM19 16h-3v-5h1v4h2v1zM9.4 4.2L7.1 6.5l2.3 2.3-.6 1.2-3.5-3.5L8.8 3l.6 1.2zm1.2 4.6l2.3-2.3-2.3-2.3.6-1.2 3.5 3.5-3.5 3.5-.6-1.2z";break;case"id-alt":e="M18 18H2V2h16v16zM8.05 7.53c.13-.07.24-.15.33-.24.09-.1.17-.21.24-.34.07-.14.13-.26.17-.37s.07-.22.1-.34L8.95 6c0-.04.01-.07.01-.09.05-.32.03-.61-.04-.9-.08-.28-.23-.52-.46-.72C8.23 4.1 7.95 4 7.6 4c-.2 0-.39.04-.56.11-.17.08-.31.18-.41.3-.11.13-.2.27-.27.44-.07.16-.11.33-.12.51s0 .36.01.55l.02.09c.01.06.03.15.06.25s.06.21.1.33.1.25.17.37c.08.12.16.23.25.33s.2.19.34.25c.13.06.28.09.43.09s.3-.03.43-.09zM16 5V4h-5v1h5zm0 2V6h-5v1h5zM7.62 8.83l-1.38-.88c-.41 0-.79.11-1.14.32-.35.22-.62.5-.81.85-.19.34-.29.7-.29 1.07v1.25l.2.05c.13.04.31.09.55.14.24.06.51.12.8.17.29.06.62.1 1 .14.37.04.73.06 1.07.06s.69-.02 1.07-.06.7-.09.98-.14c.27-.05.54-.1.82-.17.27-.06.45-.11.54-.13.09-.03.16-.05.21-.06v-1.25c0-.36-.1-.72-.31-1.07s-.49-.64-.84-.86-.72-.33-1.11-.33zM16 9V8h-3v1h3zm0 2v-1h-3v1h3zm0 3v-1H4v1h12zm0 2v-1H4v1h12z";break;case"id":e="M18 16H2V4h16v12zM7.05 8.53c.13-.07.24-.15.33-.24.09-.1.17-.21.24-.34.07-.14.13-.26.17-.37s.07-.22.1-.34L7.95 7c0-.04.01-.07.01-.09.05-.32.03-.61-.04-.9-.08-.28-.23-.52-.46-.72C7.23 5.1 6.95 5 6.6 5c-.2 0-.39.04-.56.11-.17.08-.31.18-.41.3-.11.13-.2.27-.27.44-.07.16-.11.33-.12.51s0 .36.01.55l.02.09c.01.06.03.15.06.25s.06.21.1.33.1.25.17.37c.08.12.16.23.25.33s.2.19.34.25c.13.06.28.09.43.09s.3-.03.43-.09zM17 9V5h-5v4h5zm-10.38.83l-1.38-.88c-.41 0-.79.11-1.14.32-.35.22-.62.5-.81.85-.19.34-.29.7-.29 1.07v1.25l.2.05c.13.04.31.09.55.14.24.06.51.12.8.17.29.06.62.1 1 .14.37.04.73.06 1.07.06s.69-.02 1.07-.06.7-.09.98-.14c.27-.05.54-.1.82-.17.27-.06.45-.11.54-.13.09-.03.16-.05.21-.06v-1.25c0-.36-.1-.72-.31-1.07s-.49-.64-.84-.86-.72-.33-1.11-.33zM17 11v-1h-5v1h5zm0 2v-1h-5v1h5zm0 2v-1H3v1h14z";break;case"image-crop":e="M19 12v3h-4v4h-3v-4H4V7H0V4h4V0h3v4h7l3-3 1 1-3 3v7h4zm-8-5H7v4zm-3 5h4V8z";break;case"image-filter":e="M14 5.87c0-2.2-1.79-4-4-4s-4 1.8-4 4c0 2.21 1.79 4 4 4s4-1.79 4-4zM3.24 10.66c-1.92 1.1-2.57 3.55-1.47 5.46 1.11 1.92 3.55 2.57 5.47 1.47 1.91-1.11 2.57-3.55 1.46-5.47-1.1-1.91-3.55-2.56-5.46-1.46zm9.52 6.93c1.92 1.1 4.36.45 5.47-1.46 1.1-1.92.45-4.36-1.47-5.47-1.91-1.1-4.36-.45-5.46 1.46-1.11 1.92-.45 4.36 1.46 5.47z";break;case"image-flip-horizontal":e="M19 3v14h-8v3H9v-3H1V3h8V0h2v3h8zm-8.5 14V3h-1v14h1zM7 6.5L3 10l4 3.5v-7zM17 10l-4-3.5v7z";break;case"image-flip-vertical":e="M20 9v2h-3v8H3v-8H0V9h3V1h14v8h3zM6.5 7h7L10 3zM17 9.5H3v1h14v-1zM13.5 13h-7l3.5 4z";break;case"image-rotate-left":e="M7 5H5.05c0-1.74.85-2.9 2.95-2.9V0C4.85 0 2.96 2.11 2.96 5H1.18L3.8 8.39zm13-4v14h-5v5H1V10h9V1h10zm-2 2h-6v7h3v3h3V3zm-5 9H3v6h10v-6z";break;case"image-rotate-right":e="M15.95 5H14l3.2 3.39L19.82 5h-1.78c0-2.89-1.89-5-5.04-5v2.1c2.1 0 2.95 1.16 2.95 2.9zM1 1h10v9h9v10H6v-5H1V1zm2 2v10h3v-3h3V3H3zm5 9v6h10v-6H8z";break;case"image-rotate":e="M10.25 1.02c5.1 0 8.75 4.04 8.75 9s-3.65 9-8.75 9c-3.2 0-6.02-1.59-7.68-3.99l2.59-1.52c1.1 1.5 2.86 2.51 4.84 2.51 3.3 0 6-2.79 6-6s-2.7-6-6-6c-1.97 0-3.72 1-4.82 2.49L7 8.02l-6 2v-7L2.89 4.6c1.69-2.17 4.36-3.58 7.36-3.58z";break;case"images-alt":e="M4 15v-3H2V2h12v3h2v3h2v10H6v-3H4zm7-12c-1.1 0-2 .9-2 2h4c0-1.1-.89-2-2-2zm-7 8V6H3v5h1zm7-3h4c0-1.1-.89-2-2-2-1.1 0-2 .9-2 2zm-5 6V9H5v5h1zm9-1c1.1 0 2-.89 2-2 0-1.1-.9-2-2-2s-2 .9-2 2c0 1.11.9 2 2 2zm2 4v-2c-5 0-5-3-10-3v5h10z";break;case"images-alt2":e="M5 3h14v11h-2v2h-2v2H1V7h2V5h2V3zm13 10V4H6v9h12zm-3-4c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm1 6v-1H5V6H4v9h12zM7 6l10 6H7V6zm7 11v-1H3V8H2v9h12z";break;case"index-card":e="M1 3.17V18h18V4H8v-.83c0-.32-.12-.6-.35-.83S7.14 2 6.82 2H2.18c-.33 0-.6.11-.83.34-.24.23-.35.51-.35.83zM10 6v2H3V6h7zm7 0v10h-5V6h5zm-7 4v2H3v-2h7zm0 4v2H3v-2h7z";break;case"info-outline":e="M9 15h2V9H9v6zm1-10c-.5 0-1 .5-1 1s.5 1 1 1 1-.5 1-1-.5-1-1-1zm0-4c-5 0-9 4-9 9s4 9 9 9 9-4 9-9-4-9-9-9zm0 16c-3.9 0-7-3.1-7-7s3.1-7 7-7 7 3.1 7 7-3.1 7-7 7z";break;case"info":e="M10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm1 4c0-.55-.45-1-1-1s-1 .45-1 1 .45 1 1 1 1-.45 1-1zm0 9V9H9v6h2z";break;case"insert-after":e="M9 12h2v-2h2V8h-2V6H9v2H7v2h2v2zm1 4c3.9 0 7-3.1 7-7s-3.1-7-7-7-7 3.1-7 7 3.1 7 7 7zm0-12c2.8 0 5 2.2 5 5s-2.2 5-5 5-5-2.2-5-5 2.2-5 5-5zM3 19h14v-2H3v2z";break;case"insert-before":e="M11 8H9v2H7v2h2v2h2v-2h2v-2h-2V8zm-1-4c-3.9 0-7 3.1-7 7s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7zm0 12c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5-2.2 5-5 5zM3 1v2h14V1H3z";break;case"insert":e="M10 1c-5 0-9 4-9 9s4 9 9 9 9-4 9-9-4-9-9-9zm0 16c-3.9 0-7-3.1-7-7s3.1-7 7-7 7 3.1 7 7-3.1 7-7 7zm1-11H9v3H6v2h3v3h2v-3h3V9h-3V6z";break;case"instagram":e="M12.67 10A2.67 2.67 0 1 0 10 12.67 2.68 2.68 0 0 0 12.67 10zm1.43 0A4.1 4.1 0 1 1 10 5.9a4.09 4.09 0 0 1 4.1 4.1zm1.13-4.27a1 1 0 1 1-1-1 1 1 0 0 1 1 1zM10 3.44c-1.17 0-3.67-.1-4.72.32a2.67 2.67 0 0 0-1.52 1.52c-.42 1-.32 3.55-.32 4.72s-.1 3.67.32 4.72a2.74 2.74 0 0 0 1.52 1.52c1 .42 3.55.32 4.72.32s3.67.1 4.72-.32a2.83 2.83 0 0 0 1.52-1.52c.42-1.05.32-3.55.32-4.72s.1-3.67-.32-4.72a2.74 2.74 0 0 0-1.52-1.52c-1.05-.42-3.55-.32-4.72-.32zM18 10c0 1.1 0 2.2-.05 3.3a4.84 4.84 0 0 1-1.29 3.36A4.8 4.8 0 0 1 13.3 18H6.7a4.84 4.84 0 0 1-3.36-1.29 4.84 4.84 0 0 1-1.29-3.41C2 12.2 2 11.1 2 10V6.7a4.84 4.84 0 0 1 1.34-3.36A4.8 4.8 0 0 1 6.7 2.05C7.8 2 8.9 2 10 2h3.3a4.84 4.84 0 0 1 3.36 1.29A4.8 4.8 0 0 1 18 6.7V10z";break;case"keyboard-hide":e="M18,0 L2,0 C0.9,0 0.01,0.9 0.01,2 L0,12 C0,13.1 0.9,14 2,14 L18,14 C19.1,14 20,13.1 20,12 L20,2 C20,0.9 19.1,0 18,0 Z M18,12 L2,12 L2,2 L18,2 L18,12 Z M9,3 L11,3 L11,5 L9,5 L9,3 Z M9,6 L11,6 L11,8 L9,8 L9,6 Z M6,3 L8,3 L8,5 L6,5 L6,3 Z M6,6 L8,6 L8,8 L6,8 L6,6 Z M3,6 L5,6 L5,8 L3,8 L3,6 Z M3,3 L5,3 L5,5 L3,5 L3,3 Z M6,9 L14,9 L14,11 L6,11 L6,9 Z M12,6 L14,6 L14,8 L12,8 L12,6 Z M12,3 L14,3 L14,5 L12,5 L12,3 Z M15,6 L17,6 L17,8 L15,8 L15,6 Z M15,3 L17,3 L17,5 L15,5 L15,3 Z M10,20 L14,16 L6,16 L10,20 Z";break;case"laptop":e="M3 3h14c.6 0 1 .4 1 1v10c0 .6-.4 1-1 1H3c-.6 0-1-.4-1-1V4c0-.6.4-1 1-1zm13 2H4v8h12V5zm-3 1H5v4zm6 11v-1H1v1c0 .6.5 1 1.1 1h15.8c.6 0 1.1-.4 1.1-1z";break;case"layout":e="M2 2h5v11H2V2zm6 0h5v5H8V2zm6 0h4v16h-4V2zM8 8h5v5H8V8zm-6 6h11v4H2v-4z";break;case"leftright":e="M3 10.03L9 6v8zM11 6l6 4.03L11 14V6z";break;case"lightbulb":e="M10 1c3.11 0 5.63 2.52 5.63 5.62 0 1.84-2.03 4.58-2.03 4.58-.33.44-.6 1.25-.6 1.8v1c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1v-1c0-.55-.27-1.36-.6-1.8 0 0-2.02-2.74-2.02-4.58C4.38 3.52 6.89 1 10 1zM7 16.87V16h6v.87c0 .62-.13 1.13-.75 1.13H12c0 .62-.4 1-1.02 1h-2c-.61 0-.98-.38-.98-1h-.25c-.62 0-.75-.51-.75-1.13z";break;case"list-view":e="M2 19h16c.55 0 1-.45 1-1V2c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1zM4 3c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm13 0v2H6V3h11zM4 7c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm13 0v2H6V7h11zM4 11c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm13 0v2H6v-2h11zM4 15c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm13 0v2H6v-2h11z";break;case"location-alt":e="M13 13.14l1.17-5.94c.79-.43 1.33-1.25 1.33-2.2 0-1.38-1.12-2.5-2.5-2.5S10.5 3.62 10.5 5c0 .95.54 1.77 1.33 2.2zm0-9.64c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm1.72 4.8L18 6.97v9L13.12 18 7 15.97l-5 2v-9l5-2 4.27 1.41 1.73 7.3z";break;case"location":e="M10 2C6.69 2 4 4.69 4 8c0 2.02 1.17 3.71 2.53 4.89.43.37 1.18.96 1.85 1.83.74.97 1.41 2.01 1.62 2.71.21-.7.88-1.74 1.62-2.71.67-.87 1.42-1.46 1.85-1.83C14.83 11.71 16 10.02 16 8c0-3.31-2.69-6-6-6zm0 2.56c1.9 0 3.44 1.54 3.44 3.44S11.9 11.44 10 11.44 6.56 9.9 6.56 8 8.1 4.56 10 4.56z";break;case"lock":e="M14 9h1c.55 0 1 .45 1 1v7c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1v-7c0-.55.45-1 1-1h1V6c0-2.21 1.79-4 4-4s4 1.79 4 4v3zm-2 0V6c0-1.1-.9-2-2-2s-2 .9-2 2v3h4zm-1 7l-.36-2.15c.51-.24.86-.75.86-1.35 0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5c0 .6.35 1.11.86 1.35L9 16h2z";break;case"marker":e="M10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm0 13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5z";break;case"media-archive":e="M12 2l4 4v12H4V2h8zm0 4h3l-3-3v3zM8 3.5v2l1.8-1zM11 5L9.2 6 11 7V5zM8 6.5v2l1.8-1zM11 8L9.2 9l1.8 1V8zM8 9.5v2l1.8-1zm3 1.5l-1.8 1 1.8 1v-2zm-1.5 6c.83 0 1.62-.72 1.5-1.63-.05-.38-.49-1.61-.49-1.61l-1.99-1.1s-.45 1.95-.52 2.71c-.07.77.67 1.63 1.5 1.63zm0-2.39c.42 0 .76.34.76.76 0 .43-.34.77-.76.77s-.76-.34-.76-.77c0-.42.34-.76.76-.76z";break;case"media-audio":e="M12 2l4 4v12H4V2h8zm0 4h3l-3-3v3zm1 7.26V8.09c0-.11-.04-.21-.12-.29-.07-.08-.16-.11-.27-.1 0 0-3.97.71-4.25.78C8.07 8.54 8 8.8 8 9v3.37c-.2-.09-.42-.07-.6-.07-.38 0-.7.13-.96.39-.26.27-.4.58-.4.96 0 .37.14.69.4.95.26.27.58.4.96.4.34 0 .7-.04.96-.26.26-.23.64-.65.64-1.12V10.3l3-.6V12c-.67-.2-1.17.04-1.44.31-.26.26-.39.58-.39.95 0 .38.13.69.39.96.27.26.71.39 1.08.39.38 0 .7-.13.96-.39.26-.27.4-.58.4-.96z";break;case"media-code":e="M12 2l4 4v12H4V2h8zM9 13l-2-2 2-2-1-1-3 3 3 3zm3 1l3-3-3-3-1 1 2 2-2 2z";break;case"media-default":e="M12 2l4 4v12H4V2h8zm0 4h3l-3-3v3z";break;case"media-document":e="M12 2l4 4v12H4V2h8zM5 3v1h6V3H5zm7 3h3l-3-3v3zM5 5v1h6V5H5zm10 3V7H5v1h10zM5 9v1h4V9H5zm10 3V9h-5v3h5zM5 11v1h4v-1H5zm10 3v-1H5v1h10zm-3 2v-1H5v1h7z";break;case"media-interactive":e="M12 2l4 4v12H4V2h8zm0 4h3l-3-3v3zm2 8V8H6v6h3l-1 2h1l1-2 1 2h1l-1-2h3zm-6-3c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm5-2v2h-3V9h3zm0 3v1H7v-1h6z";break;case"media-spreadsheet":e="M12 2l4 4v12H4V2h8zm-1 4V3H5v3h6zM8 8V7H5v1h3zm3 0V7H9v1h2zm4 0V7h-3v1h3zm-7 2V9H5v1h3zm3 0V9H9v1h2zm4 0V9h-3v1h3zm-7 2v-1H5v1h3zm3 0v-1H9v1h2zm4 0v-1h-3v1h3zm-7 2v-1H5v1h3zm3 0v-1H9v1h2zm4 0v-1h-3v1h3zm-7 2v-1H5v1h3zm3 0v-1H9v1h2z";break;case"media-text":e="M12 2l4 4v12H4V2h8zM5 3v1h6V3H5zm7 3h3l-3-3v3zM5 5v1h6V5H5zm10 3V7H5v1h10zm0 2V9H5v1h10zm0 2v-1H5v1h10zm-4 2v-1H5v1h6z";break;case"media-video":e="M12 2l4 4v12H4V2h8zm0 4h3l-3-3v3zm-1 8v-3c0-.27-.1-.51-.29-.71-.2-.19-.44-.29-.71-.29H7c-.27 0-.51.1-.71.29-.19.2-.29.44-.29.71v3c0 .27.1.51.29.71.2.19.44.29.71.29h3c.27 0 .51-.1.71-.29.19-.2.29-.44.29-.71zm3 1v-5l-2 2v1z";break;case"megaphone":e="M18.15 5.94c.46 1.62.38 3.22-.02 4.48-.42 1.28-1.26 2.18-2.3 2.48-.16.06-.26.06-.4.06-.06.02-.12.02-.18.02-.06.02-.14.02-.22.02h-6.8l2.22 5.5c.02.14-.06.26-.14.34-.08.1-.24.16-.34.16H6.95c-.1 0-.26-.06-.34-.16-.08-.08-.16-.2-.14-.34l-1-5.5H4.25l-.02-.02c-.5.06-1.08-.18-1.54-.62s-.88-1.08-1.06-1.88c-.24-.8-.2-1.56-.02-2.2.18-.62.58-1.08 1.06-1.3l.02-.02 9-5.4c.1-.06.18-.1.24-.16.06-.04.14-.08.24-.12.16-.08.28-.12.5-.18 1.04-.3 2.24.1 3.22.98s1.84 2.24 2.26 3.86zm-2.58 5.98h-.02c.4-.1.74-.34 1.04-.7.58-.7.86-1.76.86-3.04 0-.64-.1-1.3-.28-1.98-.34-1.36-1.02-2.5-1.78-3.24s-1.68-1.1-2.46-.88c-.82.22-1.4.96-1.7 2-.32 1.04-.28 2.36.06 3.72.38 1.36 1 2.5 1.8 3.24.78.74 1.62 1.1 2.48.88zm-2.54-7.08c.22-.04.42-.02.62.04.38.16.76.48 1.02 1s.42 1.2.42 1.78c0 .3-.04.56-.12.8-.18.48-.44.84-.86.94-.34.1-.8-.06-1.14-.4s-.64-.86-.78-1.5c-.18-.62-.12-1.24.02-1.72s.48-.84.82-.94z";break;case"menu-alt":e="M3 4h14v2H3V4zm0 5h14v2H3V9zm0 5h14v2H3v-2z";break;case"menu":e="M17 7V5H3v2h14zm0 4V9H3v2h14zm0 4v-2H3v2h14z";break;case"microphone":e="M12 9V3c0-1.1-.89-2-2-2-1.12 0-2 .94-2 2v6c0 1.1.9 2 2 2 1.13 0 2-.94 2-2zm4 0c0 2.97-2.16 5.43-5 5.91V17h2c.56 0 1 .45 1 1s-.44 1-1 1H7c-.55 0-1-.45-1-1s.45-1 1-1h2v-2.09C6.17 14.43 4 11.97 4 9c0-.55.45-1 1-1 .56 0 1 .45 1 1 0 2.21 1.8 4 4 4 2.21 0 4-1.79 4-4 0-.55.45-1 1-1 .56 0 1 .45 1 1z";break;case"migrate":e="M4 6h6V4H2v12.01h8V14H4V6zm2 2h6V5l6 5-6 5v-3H6V8z";break;case"minus":e="M4 9h12v2H4V9z";break;case"money":e="M0 3h20v12h-.75c0-1.79-1.46-3.25-3.25-3.25-1.31 0-2.42.79-2.94 1.91-.25-.1-.52-.16-.81-.16-.98 0-1.8.63-2.11 1.5H0V3zm8.37 3.11c-.06.15-.1.31-.11.47s-.01.33.01.5l.02.08c.01.06.02.14.05.23.02.1.06.2.1.31.03.11.09.22.15.33.07.12.15.22.23.31s.18.17.31.23c.12.06.25.09.4.09.14 0 .27-.03.39-.09s.22-.14.3-.22c.09-.09.16-.2.22-.32.07-.12.12-.23.16-.33s.07-.2.09-.31c.03-.11.04-.18.05-.22s.01-.07.01-.09c.05-.29.03-.56-.04-.82s-.21-.48-.41-.66c-.21-.18-.47-.27-.79-.27-.19 0-.36.03-.52.1-.15.07-.28.16-.38.28-.09.11-.17.25-.24.4zm4.48 6.04v-1.14c0-.33-.1-.66-.29-.98s-.45-.59-.77-.79c-.32-.21-.66-.31-1.02-.31l-1.24.84-1.28-.82c-.37 0-.72.1-1.04.3-.31.2-.56.46-.74.77-.18.32-.27.65-.27.99v1.14l.18.05c.12.04.29.08.51.14.23.05.47.1.74.15.26.05.57.09.91.13.34.03.67.05.99.05.3 0 .63-.02.98-.05.34-.04.64-.08.89-.13.25-.04.5-.1.76-.16l.5-.12c.08-.02.14-.04.19-.06zm3.15.1c1.52 0 2.75 1.23 2.75 2.75s-1.23 2.75-2.75 2.75c-.73 0-1.38-.3-1.87-.77.23-.35.37-.78.37-1.23 0-.77-.39-1.46-.99-1.86.43-.96 1.37-1.64 2.49-1.64zm-5.5 3.5c0-.96.79-1.75 1.75-1.75s1.75.79 1.75 1.75-.79 1.75-1.75 1.75-1.75-.79-1.75-1.75z";break;case"move":e="M19 10l-4 4v-3h-4v4h3l-4 4-4-4h3v-4H5v3l-4-4 4-4v3h4V5H6l4-4 4 4h-3v4h4V6z";break;case"nametag":e="M12 5V2c0-.55-.45-1-1-1H9c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h2c.55 0 1-.45 1-1zm-2-3c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm8 13V7c0-1.1-.9-2-2-2h-3v.33C13 6.25 12.25 7 11.33 7H8.67C7.75 7 7 6.25 7 5.33V5H4c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2zm-1-6v6H3V9h14zm-8 2c0-.55-.22-1-.5-1s-.5.45-.5 1 .22 1 .5 1 .5-.45.5-1zm3 0c0-.55-.22-1-.5-1s-.5.45-.5 1 .22 1 .5 1 .5-.45.5-1zm-5.96 1.21c.92.48 2.34.79 3.96.79s3.04-.31 3.96-.79c-.21 1-1.89 1.79-3.96 1.79s-3.75-.79-3.96-1.79z";break;case"networking":e="M18 13h1c.55 0 1 .45 1 1.01v2.98c0 .56-.45 1.01-1 1.01h-4c-.55 0-1-.45-1-1.01v-2.98c0-.56.45-1.01 1-1.01h1v-2h-5v2h1c.55 0 1 .45 1 1.01v2.98c0 .56-.45 1.01-1 1.01H8c-.55 0-1-.45-1-1.01v-2.98c0-.56.45-1.01 1-1.01h1v-2H4v2h1c.55 0 1 .45 1 1.01v2.98C6 17.55 5.55 18 5 18H1c-.55 0-1-.45-1-1.01v-2.98C0 13.45.45 13 1 13h1v-2c0-1.1.9-2 2-2h5V7H8c-.55 0-1-.45-1-1.01V3.01C7 2.45 7.45 2 8 2h4c.55 0 1 .45 1 1.01v2.98C13 6.55 12.55 7 12 7h-1v2h5c1.1 0 2 .9 2 2v2z";break;case"no-alt":e="M14.95 6.46L11.41 10l3.54 3.54-1.41 1.41L10 11.42l-3.53 3.53-1.42-1.42L8.58 10 5.05 6.47l1.42-1.42L10 8.58l3.54-3.53z";break;case"no":e="M12.12 10l3.53 3.53-2.12 2.12L10 12.12l-3.54 3.54-2.12-2.12L7.88 10 4.34 6.46l2.12-2.12L10 7.88l3.54-3.53 2.12 2.12z";break;case"palmtree":e="M8.58 2.39c.32 0 .59.05.81.14 1.25.55 1.69 2.24 1.7 3.97.59-.82 2.15-2.29 3.41-2.29s2.94.73 3.53 3.55c-1.13-.65-2.42-.94-3.65-.94-1.26 0-2.45.32-3.29.89.4-.11.86-.16 1.33-.16 1.39 0 2.9.45 3.4 1.31.68 1.16.47 3.38-.76 4.14-.14-2.1-1.69-4.12-3.47-4.12-.44 0-.88.12-1.33.38C8 10.62 7 14.56 7 19H2c0-5.53 4.21-9.65 7.68-10.79-.56-.09-1.17-.15-1.82-.15C6.1 8.06 4.05 8.5 2 10c.76-2.96 2.78-4.1 4.69-4.1 1.25 0 2.45.5 3.2 1.29-.66-2.24-2.49-2.86-4.08-2.86-.8 0-1.55.16-2.05.35.91-1.29 3.31-2.29 4.82-2.29zM13 11.5c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5.67 1.5 1.5 1.5 1.5-.67 1.5-1.5z";break;case"paperclip":e="M17.05 2.7c1.93 1.94 1.93 5.13 0 7.07L10 16.84c-1.88 1.89-4.91 1.93-6.86.15-.06-.05-.13-.09-.19-.15-1.93-1.94-1.93-5.12 0-7.07l4.94-4.95c.91-.92 2.28-1.1 3.39-.58.3.15.59.33.83.58 1.17 1.17 1.17 3.07 0 4.24l-4.93 4.95c-.39.39-1.02.39-1.41 0s-.39-1.02 0-1.41l4.93-4.95c.39-.39.39-1.02 0-1.41-.38-.39-1.02-.39-1.4 0l-4.94 4.95c-.91.92-1.1 2.29-.57 3.4.14.3.32.59.57.84s.54.43.84.57c1.11.53 2.47.35 3.39-.57l7.05-7.07c1.16-1.17 1.16-3.08 0-4.25-.56-.55-1.28-.83-2-.86-.08.01-.16.01-.24 0-.22-.03-.43-.11-.6-.27-.39-.4-.38-1.05.02-1.45.16-.16.36-.24.56-.28.14-.02.27-.01.4.02 1.19.06 2.36.52 3.27 1.43z";break;case"performance":e="M3.76 17.01h12.48C17.34 15.63 18 13.9 18 12c0-4.41-3.58-8-8-8s-8 3.59-8 8c0 1.9.66 3.63 1.76 5.01zM9 6c0-.55.45-1 1-1s1 .45 1 1c0 .56-.45 1-1 1s-1-.44-1-1zM4 8c0-.55.45-1 1-1s1 .45 1 1c0 .56-.45 1-1 1s-1-.44-1-1zm4.52 3.4c.84-.83 6.51-3.5 6.51-3.5s-2.66 5.68-3.49 6.51c-.84.84-2.18.84-3.02 0-.83-.83-.83-2.18 0-3.01zM3 13c0-.55.45-1 1-1s1 .45 1 1c0 .56-.45 1-1 1s-1-.44-1-1zm6 0c0-.55.45-1 1-1s1 .45 1 1c0 .56-.45 1-1 1s-1-.44-1-1zm6 0c0-.55.45-1 1-1s1 .45 1 1c0 .56-.45 1-1 1s-1-.44-1-1z";break;case"phone":e="M12.06 6l-.21-.2c-.52-.54-.43-.79.08-1.3l2.72-2.75c.81-.82.96-1.21 1.73-.48l.21.2zm.53.45l4.4-4.4c.7.94 2.34 3.47 1.53 5.34-.73 1.67-1.09 1.75-2 3-1.85 2.11-4.18 4.37-6 6.07-1.26.91-1.31 1.33-3 2-1.8.71-4.4-.89-5.38-1.56l4.4-4.4 1.18 1.62c.34.46 1.2-.06 1.8-.66 1.04-1.05 3.18-3.18 4-4.07.59-.59 1.12-1.45.66-1.8zM1.57 16.5l-.21-.21c-.68-.74-.29-.9.52-1.7l2.74-2.72c.51-.49.75-.6 1.27-.11l.2.21z";break;case"playlist-audio":e="M17 3V1H2v2h15zm0 4V5H2v2h15zm-7 4V9H2v2h8zm7.45-1.96l-6 1.12c-.16.02-.19.03-.29.13-.11.09-.16.22-.16.37v4.59c-.29-.13-.66-.14-.93-.14-.54 0-1 .19-1.38.57s-.56.84-.56 1.38c0 .53.18.99.56 1.37s.84.57 1.38.57c.49 0 .92-.16 1.29-.48s.59-.71.65-1.19v-4.95L17 11.27v3.48c-.29-.13-.56-.19-.83-.19-.54 0-1.11.19-1.49.57-.38.37-.57.83-.57 1.37s.19.99.57 1.37.84.57 1.38.57c.53 0 .99-.19 1.37-.57s.57-.83.57-1.37V9.6c0-.16-.05-.3-.16-.41-.11-.12-.24-.17-.39-.15zM8 15v-2H2v2h6zm-2 4v-2H2v2h4z";break;case"playlist-video":e="M17 3V1H2v2h15zm0 4V5H2v2h15zM6 11V9H2v2h4zm2-2h9c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1H8c-.55 0-1-.45-1-1v-8c0-.55.45-1 1-1zm3 7l3.33-2L11 12v4zm-5-1v-2H2v2h4zm0 4v-2H2v2h4z";break;case"plus-alt":e="M15.8 4.2c3.2 3.21 3.2 8.39 0 11.6-3.21 3.2-8.39 3.2-11.6 0C1 12.59 1 7.41 4.2 4.2 7.41 1 12.59 1 15.8 4.2zm-4.3 11.3v-4h4v-3h-4v-4h-3v4h-4v3h4v4h3z";break;case"plus-light":e="M17 9v2h-6v6H9v-6H3V9h6V3h2v6h6z";break;case"plus":e="M17 7v3h-5v5H9v-5H4V7h5V2h3v5h5z";break;case"portfolio":e="M4 5H.78c-.37 0-.74.32-.69.84l1.56 9.99S3.5 8.47 3.86 6.7c.11-.53.61-.7.98-.7H10s-.7-2.08-.77-2.31C9.11 3.25 8.89 3 8.45 3H5.14c-.36 0-.7.23-.8.64C4.25 4.04 4 5 4 5zm4.88 0h-4s.42-1 .87-1h2.13c.48 0 1 1 1 1zM2.67 16.25c-.31.47-.76.75-1.26.75h15.73c.54 0 .92-.31 1.03-.83.44-2.19 1.68-8.44 1.68-8.44.07-.5-.3-.73-.62-.73H16V5.53c0-.16-.26-.53-.66-.53h-3.76c-.52 0-.87.58-.87.58L10 7H5.59c-.32 0-.63.19-.69.5 0 0-1.59 6.7-1.72 7.33-.07.37-.22.99-.51 1.42zM15.38 7H11s.58-1 1.13-1h2.29c.71 0 .96 1 .96 1z";break;case"post-status":e="M14 6c0 1.86-1.28 3.41-3 3.86V16c0 1-2 2-2 2V9.86c-1.72-.45-3-2-3-3.86 0-2.21 1.79-4 4-4s4 1.79 4 4zM8 5c0 .55.45 1 1 1s1-.45 1-1-.45-1-1-1-1 .45-1 1z";break;case"pressthis":e="M14.76 1C16.55 1 18 2.46 18 4.25c0 1.78-1.45 3.24-3.24 3.24-.23 0-.47-.03-.7-.08L13 8.47V19H2V4h9.54c.13-2 1.52-3 3.22-3zm0 5.49C16 6.49 17 5.48 17 4.25 17 3.01 16 2 14.76 2s-2.24 1.01-2.24 2.25c0 .37.1.72.27 1.03L9.57 8.5c-.28.28-1.77 2.22-1.5 2.49.02.03.06.04.1.04.49 0 2.14-1.28 2.39-1.53l3.24-3.24c.29.14.61.23.96.23z";break;case"products":e="M17 8h1v11H2V8h1V6c0-2.76 2.24-5 5-5 .71 0 1.39.15 2 .42.61-.27 1.29-.42 2-.42 2.76 0 5 2.24 5 5v2zM5 6v2h2V6c0-1.13.39-2.16 1.02-3H8C6.35 3 5 4.35 5 6zm10 2V6c0-1.65-1.35-3-3-3h-.02c.63.84 1.02 1.87 1.02 3v2h2zm-5-4.22C9.39 4.33 9 5.12 9 6v2h2V6c0-.88-.39-1.67-1-2.22z";break;case"randomize":e="M18 6.01L14 9V7h-4l-5 8H2v-2h2l5-8h5V3zM2 5h3l1.15 2.17-1.12 1.8L4 7H2V5zm16 9.01L14 17v-2H9l-1.15-2.17 1.12-1.8L10 13h4v-2z";break;case"redo":e="M8 5h5V2l6 4-6 4V7H8c-2.2 0-4 1.8-4 4s1.8 4 4 4h5v2H8c-3.3 0-6-2.7-6-6s2.7-6 6-6z";break;case"rest-api":e="M3 4h2v12H3z";break;case"rss":e="M14.92 18H18C18 9.32 10.82 2.25 2 2.25v3.02c7.12 0 12.92 5.71 12.92 12.73zm-5.44 0h3.08C12.56 12.27 7.82 7.6 2 7.6v3.02c2 0 3.87.77 5.29 2.16C8.7 14.17 9.48 16.03 9.48 18zm-5.35-.02c1.17 0 2.13-.93 2.13-2.09 0-1.15-.96-2.09-2.13-2.09-1.18 0-2.13.94-2.13 2.09 0 1.16.95 2.09 2.13 2.09z";break;case"saved":e="M15.3 5.3l-6.8 6.8-2.8-2.8-1.4 1.4 4.2 4.2 8.2-8.2";break;case"schedule":e="M2 2h16v4H2V2zm0 10V8h4v4H2zm6-2V8h4v2H8zm6 3V8h4v5h-4zm-6 5v-6h4v6H8zm-6 0v-4h4v4H2zm12 0v-3h4v3h-4z";break;case"screenoptions":e="M9 9V3H3v6h6zm8 0V3h-6v6h6zm-8 8v-6H3v6h6zm8 0v-6h-6v6h6z";break;case"search":e="M12.14 4.18c1.87 1.87 2.11 4.75.72 6.89.12.1.22.21.36.31.2.16.47.36.81.59.34.24.56.39.66.47.42.31.73.57.94.78.32.32.6.65.84 1 .25.35.44.69.59 1.04.14.35.21.68.18 1-.02.32-.14.59-.36.81s-.49.34-.81.36c-.31.02-.65-.04-.99-.19-.35-.14-.7-.34-1.04-.59-.35-.24-.68-.52-1-.84-.21-.21-.47-.52-.77-.93-.1-.13-.25-.35-.47-.66-.22-.32-.4-.57-.56-.78-.16-.2-.29-.35-.44-.5-2.07 1.09-4.69.76-6.44-.98-2.14-2.15-2.14-5.64 0-7.78 2.15-2.15 5.63-2.15 7.78 0zm-1.41 6.36c1.36-1.37 1.36-3.58 0-4.95-1.37-1.37-3.59-1.37-4.95 0-1.37 1.37-1.37 3.58 0 4.95 1.36 1.37 3.58 1.37 4.95 0z";break;case"share-alt":e="M16.22 5.8c.47.69.29 1.62-.4 2.08-.69.47-1.62.29-2.08-.4-.16-.24-.35-.46-.55-.67-.21-.2-.43-.39-.67-.55s-.5-.3-.77-.41c-.27-.12-.55-.21-.84-.26-.59-.13-1.23-.13-1.82-.01-.29.06-.57.15-.84.27-.27.11-.53.25-.77.41s-.46.35-.66.55c-.21.21-.4.43-.56.67s-.3.5-.41.76c-.01.02-.01.03-.01.04-.1.24-.17.48-.23.72H1V6h2.66c.04-.07.07-.13.12-.2.27-.4.57-.77.91-1.11s.72-.65 1.11-.91c.4-.27.83-.51 1.28-.7s.93-.34 1.41-.43c.99-.21 2.03-.21 3.02 0 .48.09.96.24 1.41.43s.88.43 1.28.7c.39.26.77.57 1.11.91s.64.71.91 1.11zM12.5 10c0-1.38-1.12-2.5-2.5-2.5S7.5 8.62 7.5 10s1.12 2.5 2.5 2.5 2.5-1.12 2.5-2.5zm-8.72 4.2c-.47-.69-.29-1.62.4-2.09.69-.46 1.62-.28 2.08.41.16.24.35.46.55.67.21.2.43.39.67.55s.5.3.77.41c.27.12.55.2.84.26.59.13 1.23.12 1.82 0 .29-.06.57-.14.84-.26.27-.11.53-.25.77-.41s.46-.35.66-.55c.21-.21.4-.44.56-.67.16-.25.3-.5.41-.76.01-.02.01-.03.01-.04.1-.24.17-.48.23-.72H19v3h-2.66c-.04.06-.07.13-.12.2-.27.4-.57.77-.91 1.11s-.72.65-1.11.91c-.4.27-.83.51-1.28.7s-.93.33-1.41.43c-.99.21-2.03.21-3.02 0-.48-.1-.96-.24-1.41-.43s-.88-.43-1.28-.7c-.39-.26-.77-.57-1.11-.91s-.64-.71-.91-1.11z";break;case"share-alt2":e="M18 8l-5 4V9.01c-2.58.06-4.88.45-7 2.99.29-3.57 2.66-5.66 7-5.94V3zM4 14h11v-2l2-1.6V16H2V5h9.43c-1.83.32-3.31 1-4.41 2H4v7z";break;case"share":e="M14.5 12c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3c0-.24.03-.46.09-.69l-4.38-2.3c-.55.61-1.33.99-2.21.99-1.66 0-3-1.34-3-3s1.34-3 3-3c.88 0 1.66.39 2.21.99l4.38-2.3c-.06-.23-.09-.45-.09-.69 0-1.66 1.34-3 3-3s3 1.34 3 3-1.34 3-3 3c-.88 0-1.66-.39-2.21-.99l-4.38 2.3c.06.23.09.45.09.69s-.03.46-.09.69l4.38 2.3c.55-.61 1.33-.99 2.21-.99z";break;case"shield-alt":e="M10 2s3 2 7 2c0 11-7 14-7 14S3 15 3 4c4 0 7-2 7-2z";break;case"shield":e="M10 2s3 2 7 2c0 11-7 14-7 14S3 15 3 4c4 0 7-2 7-2zm0 8h5s1-1 1-5c0 0-5-1-6-2v7H5c1 4 5 7 5 7v-7z";break;case"shortcode":e="M6 14H4V6h2V4H2v12h4M7.1 17h2.1l3.7-14h-2.1M14 4v2h2v8h-2v2h4V4";break;case"slides":e="M5 14V6h10v8H5zm-3-1V7h2v6H2zm4-6v6h8V7H6zm10 0h2v6h-2V7zm-3 2V8H7v1h6zm0 3v-2H7v2h6z";break;case"smartphone":e="M6 2h8c.55 0 1 .45 1 1v14c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1zm7 12V4H7v10h6zM8 5h4l-4 5V5z";break;case"smiley":e="M7 5.2c1.1 0 2 .89 2 2 0 .37-.11.71-.28 1C8.72 8.2 8 8 7 8s-1.72.2-1.72.2c-.17-.29-.28-.63-.28-1 0-1.11.9-2 2-2zm6 0c1.11 0 2 .89 2 2 0 .37-.11.71-.28 1 0 0-.72-.2-1.72-.2s-1.72.2-1.72.2c-.17-.29-.28-.63-.28-1 0-1.11.89-2 2-2zm-3 13.7c3.72 0 7.03-2.36 8.23-5.88l-1.32-.46C15.9 15.52 13.12 17.5 10 17.5s-5.9-1.98-6.91-4.94l-1.32.46c1.2 3.52 4.51 5.88 8.23 5.88z";break;case"sort":e="M11 7H1l5 7zm-2 7h10l-5-7z";break;case"sos":e="M18 10c0-4.42-3.58-8-8-8s-8 3.58-8 8 3.58 8 8 8 8-3.58 8-8zM7.23 3.57L8.72 7.3c-.62.29-1.13.8-1.42 1.42L3.57 7.23c.71-1.64 2.02-2.95 3.66-3.66zm9.2 3.66L12.7 8.72c-.29-.62-.8-1.13-1.42-1.42l1.49-3.73c1.64.71 2.95 2.02 3.66 3.66zM10 12c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm-6.43.77l3.73-1.49c.29.62.8 1.13 1.42 1.42l-1.49 3.73c-1.64-.71-2.95-2.02-3.66-3.66zm9.2 3.66l-1.49-3.73c.62-.29 1.13-.8 1.42-1.42l3.73 1.49c-.71 1.64-2.02 2.95-3.66 3.66z";break;case"star-empty":e="M10 1L7 7l-6 .75 4.13 4.62L4 19l6-3 6 3-1.12-6.63L19 7.75 13 7zm0 2.24l2.34 4.69 4.65.58-3.18 3.56.87 5.15L10 14.88l-4.68 2.34.87-5.15-3.18-3.56 4.65-.58z";break;case"star-filled":e="M10 1l3 6 6 .75-4.12 4.62L16 19l-6-3-6 3 1.13-6.63L1 7.75 7 7z";break;case"star-half":e="M10 1L7 7l-6 .75 4.13 4.62L4 19l6-3 6 3-1.12-6.63L19 7.75 13 7zm0 2.24l2.34 4.69 4.65.58-3.18 3.56.87 5.15L10 14.88V3.24z";break;case"sticky":e="M5 3.61V1.04l8.99-.01-.01 2.58c-1.22.26-2.16 1.35-2.16 2.67v.5c.01 1.31.93 2.4 2.17 2.66l-.01 2.58h-3.41l-.01 2.57c0 .6-.47 4.41-1.06 4.41-.6 0-1.08-3.81-1.08-4.41v-2.56L5 12.02l.01-2.58c1.23-.25 2.15-1.35 2.15-2.66v-.5c0-1.31-.92-2.41-2.16-2.67z";break;case"store":e="M1 10c.41.29.96.43 1.5.43.55 0 1.09-.14 1.5-.43.62-.46 1-1.17 1-2 0 .83.37 1.54 1 2 .41.29.96.43 1.5.43.55 0 1.09-.14 1.5-.43.62-.46 1-1.17 1-2 0 .83.37 1.54 1 2 .41.29.96.43 1.51.43.54 0 1.08-.14 1.49-.43.62-.46 1-1.17 1-2 0 .83.37 1.54 1 2 .41.29.96.43 1.5.43.55 0 1.09-.14 1.5-.43.63-.46 1-1.17 1-2V7l-3-7H4L0 7v1c0 .83.37 1.54 1 2zm2 8.99h5v-5h4v5h5v-7c-.37-.05-.72-.22-1-.43-.63-.45-1-.73-1-1.56 0 .83-.38 1.11-1 1.56-.41.3-.95.43-1.49.44-.55 0-1.1-.14-1.51-.44-.63-.45-1-.73-1-1.56 0 .83-.38 1.11-1 1.56-.41.3-.95.43-1.5.44-.54 0-1.09-.14-1.5-.44-.63-.45-1-.73-1-1.57 0 .84-.38 1.12-1 1.57-.29.21-.63.38-1 .44v6.99z";break;case"table-col-after":e="M14.08 12.864V9.216h3.648V7.424H14.08V3.776h-1.728v3.648H8.64v1.792h3.712v3.648zM0 17.92V0h20.48v17.92H0zM6.4 1.28H1.28v3.84H6.4V1.28zm0 5.12H1.28v3.84H6.4V6.4zm0 5.12H1.28v3.84H6.4v-3.84zM19.2 1.28H7.68v14.08H19.2V1.28z";break;case"table-col-before":e="M6.4 3.776v3.648H2.752v1.792H6.4v3.648h1.728V9.216h3.712V7.424H8.128V3.776zM0 17.92V0h20.48v17.92H0zM12.8 1.28H1.28v14.08H12.8V1.28zm6.4 0h-5.12v3.84h5.12V1.28zm0 5.12h-5.12v3.84h5.12V6.4zm0 5.12h-5.12v3.84h5.12v-3.84z";break;case"table-col-delete":e="M6.4 9.98L7.68 8.7v-.256L6.4 7.164V9.98zm6.4-1.532l1.28-1.28V9.92L12.8 8.64v-.192zm7.68 9.472V0H0v17.92h20.48zm-1.28-2.56h-5.12v-1.024l-.256.256-1.024-1.024v1.792H7.68v-1.792l-1.024 1.024-.256-.256v1.024H1.28V1.28H6.4v2.368l.704-.704.576.576V1.216h5.12V3.52l.96-.96.32.32V1.216h5.12V15.36zm-5.76-2.112l-3.136-3.136-3.264 3.264-1.536-1.536 3.264-3.264L5.632 5.44l1.536-1.536 3.136 3.136 3.2-3.2 1.536 1.536-3.2 3.2 3.136 3.136-1.536 1.536z";break;case"table-row-after":e="M13.824 10.176h-2.88v-2.88H9.536v2.88h-2.88v1.344h2.88v2.88h1.408v-2.88h2.88zM0 17.92V0h20.48v17.92H0zM6.4 1.28H1.28v3.84H6.4V1.28zm6.4 0H7.68v3.84h5.12V1.28zm6.4 0h-5.12v3.84h5.12V1.28zm0 5.056H1.28v9.024H19.2V6.336z";break;case"table-row-before":e="M6.656 6.464h2.88v2.88h1.408v-2.88h2.88V5.12h-2.88V2.24H9.536v2.88h-2.88zM0 17.92V0h20.48v17.92H0zm7.68-2.56h5.12v-3.84H7.68v3.84zm-6.4 0H6.4v-3.84H1.28v3.84zM19.2 1.28H1.28v9.024H19.2V1.28zm0 10.24h-5.12v3.84h5.12v-3.84z";break;case"table-row-delete":e="M17.728 11.456L14.592 8.32l3.2-3.2-1.536-1.536-3.2 3.2L9.92 3.648 8.384 5.12l3.2 3.2-3.264 3.264 1.536 1.536 3.264-3.264 3.136 3.136 1.472-1.536zM0 17.92V0h20.48v17.92H0zm19.2-6.4h-.448l-1.28-1.28H19.2V6.4h-1.792l1.28-1.28h.512V1.28H1.28v3.84h6.208l1.28 1.28H1.28v3.84h7.424l-1.28 1.28H1.28v3.84H19.2v-3.84z";break;case"tablet":e="M4 2h12c.55 0 1 .45 1 1v14c0 .55-.45 1-1 1H4c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1zm11 14V4H5v12h10zM6 5h6l-6 5V5z";break;case"tag":e="M11 2h7v7L8 19l-7-7zm3 6c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2z";break;case"tagcloud":e="M11 3v4H1V3h10zm8 0v4h-7V3h7zM7 8v3H1V8h6zm12 0v3H8V8h11zM9 12v2H1v-2h8zm10 0v2h-9v-2h9zM6 15v1H1v-1h5zm5 0v1H7v-1h4zm3 0v1h-2v-1h2zm5 0v1h-4v-1h4z";break;case"testimonial":e="M4 3h12c.55 0 1.02.2 1.41.59S18 4.45 18 5v7c0 .55-.2 1.02-.59 1.41S16.55 14 16 14h-1l-5 5v-5H4c-.55 0-1.02-.2-1.41-.59S2 12.55 2 12V5c0-.55.2-1.02.59-1.41S3.45 3 4 3zm11 2H4v1h11V5zm1 3H4v1h12V8zm-3 3H4v1h9v-1z";break;case"text":e="M18 3v2H2V3h16zm-6 4v2H2V7h10zm6 0v2h-4V7h4zM8 11v2H2v-2h6zm10 0v2h-8v-2h8zm-4 4v2H2v-2h12z";break;case"thumbs-down":e="M7.28 18c-.15.02-.26-.02-.41-.07-.56-.19-.83-.79-.66-1.35.17-.55 1-3.04 1-3.58 0-.53-.75-1-1.35-1h-3c-.6 0-1-.4-1-1s2-7 2-7c.17-.39.55-1 1-1H14v9h-2.14c-.41.41-3.3 4.71-3.58 5.27-.21.41-.6.68-1 .73zM18 12h-2V3h2v9z";break;case"thumbs-up":e="M12.72 2c.15-.02.26.02.41.07.56.19.83.79.66 1.35-.17.55-1 3.04-1 3.58 0 .53.75 1 1.35 1h3c.6 0 1 .4 1 1s-2 7-2 7c-.17.39-.55 1-1 1H6V8h2.14c.41-.41 3.3-4.71 3.58-5.27.21-.41.6-.68 1-.73zM2 8h2v9H2V8z";break;case"tickets-alt":e="M20 6.38L18.99 9.2v-.01c-.52-.19-1.03-.16-1.53.08s-.85.62-1.04 1.14-.16 1.03.07 1.53c.24.5.62.84 1.15 1.03v.01l-1.01 2.82-15.06-5.38.99-2.79c.52.19 1.03.16 1.53-.08.5-.23.84-.61 1.03-1.13s.16-1.03-.08-1.53c-.23-.49-.61-.83-1.13-1.02L4.93 1zm-4.97 5.69l1.37-3.76c.12-.31.1-.65-.04-.95s-.39-.53-.7-.65L8.14 3.98c-.64-.23-1.37.12-1.6.74L5.17 8.48c-.24.65.1 1.37.74 1.6l7.52 2.74c.14.05.28.08.43.08.52 0 1-.33 1.17-.83zM7.97 4.45l7.51 2.73c.19.07.34.21.43.39.08.18.09.38.02.57l-1.37 3.76c-.13.38-.58.59-.96.45L6.09 9.61c-.39-.14-.59-.57-.45-.96l1.37-3.76c.1-.29.39-.49.7-.49.09 0 .17.02.26.05zm6.82 12.14c.35.27.75.41 1.2.41H16v3H0v-2.96c.55 0 1.03-.2 1.41-.59.39-.38.59-.86.59-1.41s-.2-1.02-.59-1.41-.86-.59-1.41-.59V10h1.05l-.28.8 2.87 1.02c-.51.16-.89.62-.89 1.18v4c0 .69.56 1.25 1.25 1.25h8c.69 0 1.25-.56 1.25-1.25v-1.75l.83.3c.12.43.36.78.71 1.04zM3.25 17v-4c0-.41.34-.75.75-.75h.83l7.92 2.83V17c0 .41-.34.75-.75.75H4c-.41 0-.75-.34-.75-.75z";break;case"tickets":e="M20 5.38L18.99 8.2v-.01c-1.04-.37-2.19.18-2.57 1.22-.37 1.04.17 2.19 1.22 2.56v.01l-1.01 2.82L1.57 9.42l.99-2.79c1.04.38 2.19-.17 2.56-1.21s-.17-2.18-1.21-2.55L4.93 0zm-5.45 3.37c.74-2.08-.34-4.37-2.42-5.12-2.08-.74-4.37.35-5.11 2.42-.74 2.08.34 4.38 2.42 5.12 2.07.74 4.37-.35 5.11-2.42zm-2.56-4.74c.89.32 1.57.94 1.97 1.71-.01-.01-.02-.01-.04-.02-.33-.12-.67.09-.78.4-.1.28-.03.57.05.91.04.27.09.62-.06 1.04-.1.29-.33.58-.65 1l-.74 1.01.08-4.08.4.11c.19.04.26-.24.08-.29 0 0-.57-.15-.92-.28-.34-.12-.88-.36-.88-.36-.18-.08-.3.19-.12.27 0 0 .16.08.34.16l.01 1.63L9.2 9.18l.08-4.11c.2.06.4.11.4.11.19.04.26-.23.07-.29 0 0-.56-.15-.91-.28-.07-.02-.14-.05-.22-.08.93-.7 2.19-.94 3.37-.52zM7.4 6.19c.17-.49.44-.92.78-1.27l.04 5c-.94-.95-1.3-2.39-.82-3.73zm4.04 4.75l2.1-2.63c.37-.41.57-.77.69-1.12.05-.12.08-.24.11-.35.09.57.04 1.18-.17 1.77-.45 1.25-1.51 2.1-2.73 2.33zm-.7-3.22l.02 3.22c0 .02 0 .04.01.06-.4 0-.8-.07-1.2-.21-.33-.12-.63-.28-.9-.48zm1.24 6.08l2.1.75c.24.84 1 1.45 1.91 1.45H16v3H0v-2.96c1.1 0 2-.89 2-2 0-1.1-.9-2-2-2V9h1.05l-.28.8 4.28 1.52C4.4 12.03 4 12.97 4 14c0 2.21 1.79 4 4 4s4-1.79 4-4c0-.07-.02-.13-.02-.2zm-6.53-2.33l1.48.53c-.14.04-.15.27.03.28 0 0 .18.02.37.03l.56 1.54-.78 2.36-1.31-3.9c.21-.01.41-.03.41-.03.19-.02.17-.31-.02-.3 0 0-.59.05-.96.05-.07 0-.15 0-.23-.01.13-.2.28-.38.45-.55zM4.4 14c0-.52.12-1.02.32-1.46l1.71 4.7C5.23 16.65 4.4 15.42 4.4 14zm4.19-1.41l1.72.62c.07.17.12.37.12.61 0 .31-.12.66-.28 1.16l-.35 1.2zM11.6 14c0 1.33-.72 2.49-1.79 3.11l1.1-3.18c.06-.17.1-.31.14-.46l.52.19c.02.11.03.22.03.34zm-4.62 3.45l1.08-3.14 1.11 3.03c.01.02.01.04.02.05-.37.13-.77.21-1.19.21-.35 0-.69-.06-1.02-.15z";break;case"tide":e="M17 7.2V3H3v7.1c2.6-.5 4.5-1.5 6.4-2.6.2-.2.4-.3.6-.5v3c-1.9 1.1-4 2.2-7 2.8V17h14V9.9c-2.6.5-4.4 1.5-6.2 2.6-.3.1-.5.3-.8.4V10c2-1.1 4-2.2 7-2.8z";break;case"translation":e="M11 7H9.49c-.63 0-1.25.3-1.59.7L7 5H4.13l-2.39 7h1.69l.74-2H7v4H2c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h7c1.1 0 2 .9 2 2v2zM6.51 9H4.49l1-2.93zM10 8h7c1.1 0 2 .9 2 2v7c0 1.1-.9 2-2 2h-7c-1.1 0-2-.9-2-2v-7c0-1.1.9-2 2-2zm7.25 5v-1.08h-3.17V9.75h-1.16v2.17H9.75V13h1.28c.11.85.56 1.85 1.28 2.62-.87.36-1.89.62-2.31.62-.01.02.22.97.2 1.46.84 0 2.21-.5 3.28-1.15 1.09.65 2.48 1.15 3.34 1.15-.02-.49.2-1.44.2-1.46-.43 0-1.49-.27-2.38-.63.7-.77 1.14-1.77 1.25-2.61h1.36zm-3.81 1.93c-.5-.46-.85-1.13-1.01-1.93h2.09c-.17.8-.51 1.47-1 1.93l-.04.03s-.03-.02-.04-.03z";break;case"trash":e="M12 4h3c.6 0 1 .4 1 1v1H3V5c0-.6.5-1 1-1h3c.2-1.1 1.3-2 2.5-2s2.3.9 2.5 2zM8 4h3c-.2-.6-.9-1-1.5-1S8.2 3.4 8 4zM4 7h11l-.9 10.1c0 .5-.5.9-1 .9H5.9c-.5 0-.9-.4-1-.9L4 7z";break;case"twitter":e="M18.94 4.46c-.49.73-1.11 1.38-1.83 1.9.01.15.01.31.01.47 0 4.85-3.69 10.44-10.43 10.44-2.07 0-4-.61-5.63-1.65.29.03.58.05.88.05 1.72 0 3.3-.59 4.55-1.57-1.6-.03-2.95-1.09-3.42-2.55.22.04.45.07.69.07.33 0 .66-.05.96-.13-1.67-.34-2.94-1.82-2.94-3.6v-.04c.5.27 1.06.44 1.66.46-.98-.66-1.63-1.78-1.63-3.06 0-.67.18-1.3.5-1.84 1.81 2.22 4.51 3.68 7.56 3.83-.06-.27-.1-.55-.1-.84 0-2.02 1.65-3.66 3.67-3.66 1.06 0 2.01.44 2.68 1.16.83-.17 1.62-.47 2.33-.89-.28.85-.86 1.57-1.62 2.02.75-.08 1.45-.28 2.11-.57z";break;case"undo":e="M12 5H7V2L1 6l6 4V7h5c2.2 0 4 1.8 4 4s-1.8 4-4 4H7v2h5c3.3 0 6-2.7 6-6s-2.7-6-6-6z";break;case"universal-access-alt":e="M19 10c0-4.97-4.03-9-9-9s-9 4.03-9 9 4.03 9 9 9 9-4.03 9-9zm-9-7.4c.83 0 1.5.67 1.5 1.5s-.67 1.51-1.5 1.51c-.82 0-1.5-.68-1.5-1.51s.68-1.5 1.5-1.5zM3.4 7.36c0-.65 6.6-.76 6.6-.76s6.6.11 6.6.76-4.47 1.4-4.47 1.4 1.69 8.14 1.06 8.38c-.62.24-3.19-5.19-3.19-5.19s-2.56 5.43-3.18 5.19c-.63-.24 1.06-8.38 1.06-8.38S3.4 8.01 3.4 7.36z";break;case"universal-access":e="M10 2.6c.83 0 1.5.67 1.5 1.5s-.67 1.51-1.5 1.51c-.82 0-1.5-.68-1.5-1.51s.68-1.5 1.5-1.5zM3.4 7.36c0-.65 6.6-.76 6.6-.76s6.6.11 6.6.76-4.47 1.4-4.47 1.4 1.69 8.14 1.06 8.38c-.62.24-3.19-5.19-3.19-5.19s-2.56 5.43-3.18 5.19c-.63-.24 1.06-8.38 1.06-8.38S3.4 8.01 3.4 7.36z";break;case"unlock":e="M12 9V6c0-1.1-.9-2-2-2s-2 .9-2 2H6c0-2.21 1.79-4 4-4s4 1.79 4 4v3h1c.55 0 1 .45 1 1v7c0 .55-.45 1-1 1H5c-.55 0-1-.45-1-1v-7c0-.55.45-1 1-1h7zm-1 7l-.36-2.15c.51-.24.86-.75.86-1.35 0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5c0 .6.35 1.11.86 1.35L9 16h2z";break;case"update":e="M10.2 3.28c3.53 0 6.43 2.61 6.92 6h2.08l-3.5 4-3.5-4h2.32c-.45-1.97-2.21-3.45-4.32-3.45-1.45 0-2.73.71-3.54 1.78L4.95 5.66C6.23 4.2 8.11 3.28 10.2 3.28zm-.4 13.44c-3.52 0-6.43-2.61-6.92-6H.8l3.5-4c1.17 1.33 2.33 2.67 3.5 4H5.48c.45 1.97 2.21 3.45 4.32 3.45 1.45 0 2.73-.71 3.54-1.78l1.71 1.95c-1.28 1.46-3.15 2.38-5.25 2.38z";break;case"upload":e="M8 14V8H5l5-6 5 6h-3v6H8zm-2 2v-6H4v8h12.01v-8H14v6H6z";break;case"vault":e="M18 17V3c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v14c0 .55.45 1 1 1h14c.55 0 1-.45 1-1zm-1 0H3V3h14v14zM4.75 4h10.5c.41 0 .75.34.75.75V6h-1v3h1v2h-1v3h1v1.25c0 .41-.34.75-.75.75H4.75c-.41 0-.75-.34-.75-.75V4.75c0-.41.34-.75.75-.75zM13 10c0-2.21-1.79-4-4-4s-4 1.79-4 4 1.79 4 4 4 4-1.79 4-4zM9 7l.77 1.15C10.49 8.46 11 9.17 11 10c0 1.1-.9 2-2 2s-2-.9-2-2c0-.83.51-1.54 1.23-1.85z";break;case"video-alt":e="M8 5c0-.55-.45-1-1-1H2c-.55 0-1 .45-1 1 0 .57.49 1 1 1h5c.55 0 1-.45 1-1zm6 5l4-4v10l-4-4v-2zm-1 4V8c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h8c.55 0 1-.45 1-1z";break;case"video-alt2":e="M12 13V7c0-1.1-.9-2-2-2H3c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h7c1.1 0 2-.9 2-2zm1-2.5l6 4.5V5l-6 4.5v1z";break;case"video-alt3":e="M19 15V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2zM8 14V6l6 4z";break;case"visibility":e="M19.7 9.4C17.7 6 14 3.9 10 3.9S2.3 6 .3 9.4L0 10l.3.6c2 3.4 5.7 5.5 9.7 5.5s7.7-2.1 9.7-5.5l.3-.6-.3-.6zM10 14.1c-3.1 0-6-1.6-7.7-4.1C3.6 8 5.7 6.6 8 6.1c-.9.6-1.5 1.7-1.5 2.9 0 1.9 1.6 3.5 3.5 3.5s3.5-1.6 3.5-3.5c0-1.2-.6-2.3-1.5-2.9 2.3.5 4.4 1.9 5.7 3.9-1.7 2.5-4.6 4.1-7.7 4.1z";break;case"warning":e="M10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm1.13 9.38l.35-6.46H8.52l.35 6.46h2.26zm-.09 3.36c.24-.23.37-.55.37-.96 0-.42-.12-.74-.36-.97s-.59-.35-1.06-.35-.82.12-1.07.35-.37.55-.37.97c0 .41.13.73.38.96.26.23.61.34 1.06.34s.8-.11 1.05-.34z";break;case"welcome-add-page":e="M17 7V4h-2V2h-3v1H3v15h11V9h1V7h2zm-1-2v1h-2v2h-1V6h-2V5h2V3h1v2h2z";break;case"welcome-comments":e="M5 2h10c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2h-2l-5 5v-5H5c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2zm8.5 8.5L11 8l2.5-2.5-1-1L10 7 7.5 4.5l-1 1L9 8l-2.5 2.5 1 1L10 9l2.5 2.5z";break;case"welcome-learn-more":e="M10 10L2.54 7.02 3 18H1l.48-11.41L0 6l10-4 10 4zm0-5c-.55 0-1 .22-1 .5s.45.5 1 .5 1-.22 1-.5-.45-.5-1-.5zm0 6l5.57-2.23c.71.94 1.2 2.07 1.36 3.3-.3-.04-.61-.07-.93-.07-2.55 0-4.78 1.37-6 3.41C8.78 13.37 6.55 12 4 12c-.32 0-.63.03-.93.07.16-1.23.65-2.36 1.36-3.3z";break;case"welcome-view-site":e="M18 14V4c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h14c.55 0 1-.45 1-1zm-8-8c2.3 0 4.4 1.14 6 3-1.6 1.86-3.7 3-6 3s-4.4-1.14-6-3c1.6-1.86 3.7-3 6-3zm2 3c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2 2-.9 2-2zm2 8h3v1H3v-1h3v-1h8v1z";break;case"welcome-widgets-menus":e="M19 16V3c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v13c0 .55.45 1 1 1h15c.55 0 1-.45 1-1zM4 4h13v4H4V4zm1 1v2h3V5H5zm4 0v2h3V5H9zm4 0v2h3V5h-3zm-8.5 5c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5zM6 10h4v1H6v-1zm6 0h5v5h-5v-5zm-7.5 2c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5zM6 12h4v1H6v-1zm7 0v2h3v-2h-3zm-8.5 2c.28 0 .5.22.5.5s-.22.5-.5.5-.5-.22-.5-.5.22-.5.5-.5zM6 14h4v1H6v-1z";break;case"welcome-write-blog":e="M16.89 1.2l1.41 1.41c.39.39.39 1.02 0 1.41L14 8.33V18H3V3h10.67l1.8-1.8c.4-.39 1.03-.4 1.42 0zm-5.66 8.48l5.37-5.36-1.42-1.42-5.36 5.37-.71 2.12z";break;case"wordpress-alt":e="M20 10c0-5.51-4.49-10-10-10C4.48 0 0 4.49 0 10c0 5.52 4.48 10 10 10 5.51 0 10-4.48 10-10zM7.78 15.37L4.37 6.22c.55-.02 1.17-.08 1.17-.08.5-.06.44-1.13-.06-1.11 0 0-1.45.11-2.37.11-.18 0-.37 0-.58-.01C4.12 2.69 6.87 1.11 10 1.11c2.33 0 4.45.87 6.05 2.34-.68-.11-1.65.39-1.65 1.58 0 .74.45 1.36.9 2.1.35.61.55 1.36.55 2.46 0 1.49-1.4 5-1.4 5l-3.03-8.37c.54-.02.82-.17.82-.17.5-.05.44-1.25-.06-1.22 0 0-1.44.12-2.38.12-.87 0-2.33-.12-2.33-.12-.5-.03-.56 1.2-.06 1.22l.92.08 1.26 3.41zM17.41 10c.24-.64.74-1.87.43-4.25.7 1.29 1.05 2.71 1.05 4.25 0 3.29-1.73 6.24-4.4 7.78.97-2.59 1.94-5.2 2.92-7.78zM6.1 18.09C3.12 16.65 1.11 13.53 1.11 10c0-1.3.23-2.48.72-3.59C3.25 10.3 4.67 14.2 6.1 18.09zm4.03-6.63l2.58 6.98c-.86.29-1.76.45-2.71.45-.79 0-1.57-.11-2.29-.33.81-2.38 1.62-4.74 2.42-7.1z";break;case"wordpress":e="M20 10c0-5.52-4.48-10-10-10S0 4.48 0 10s4.48 10 10 10 10-4.48 10-10zM10 1.01c4.97 0 8.99 4.02 8.99 8.99s-4.02 8.99-8.99 8.99S1.01 14.97 1.01 10 5.03 1.01 10 1.01zM8.01 14.82L4.96 6.61c.49-.03 1.05-.08 1.05-.08.43-.05.38-1.01-.06-.99 0 0-1.29.1-2.13.1-.15 0-.33 0-.52-.01 1.44-2.17 3.9-3.6 6.7-3.6 2.09 0 3.99.79 5.41 2.09-.6-.08-1.45.35-1.45 1.42 0 .66.38 1.22.79 1.88.31.54.5 1.22.5 2.21 0 1.34-1.27 4.48-1.27 4.48l-2.71-7.5c.48-.03.75-.16.75-.16.43-.05.38-1.1-.05-1.08 0 0-1.3.11-2.14.11-.78 0-2.11-.11-2.11-.11-.43-.02-.48 1.06-.05 1.08l.84.08 1.12 3.04zm6.02 2.15L16.64 10s.67-1.69.39-3.81c.63 1.14.94 2.42.94 3.81 0 2.96-1.56 5.58-3.94 6.97zM2.68 6.77L6.5 17.25c-2.67-1.3-4.47-4.08-4.47-7.25 0-1.16.2-2.23.65-3.23zm7.45 4.53l2.29 6.25c-.75.27-1.57.42-2.42.42-.72 0-1.41-.11-2.06-.3z";break;case"yes-alt":e="M10 2c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm-.615 12.66h-1.34l-3.24-4.54 1.34-1.25 2.57 2.4 5.14-5.93 1.34.94-5.81 8.38z";break;case"yes":e="M14.83 4.89l1.34.94-5.81 8.38H9.02L5.78 9.67l1.34-1.25 2.57 2.4z"}if(!e)return null;var u=["dashicon","dashicons-"+n,i].filter(Boolean).join(" ");return Object(c.createElement)(te,Object(p.a)({"aria-hidden":!0,role:"img",focusable:"false",className:u,xmlns:"http://www.w3.org/2000/svg",width:o,height:o,viewBox:"0 0 20 20"},a),Object(c.createElement)(ee,{d:e}))}}]),t}(c.Component);function ot(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function it(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ot(Object(n),!0).forEach((function(t){Object(re.a)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ot(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var at=function(e){var t=e.icon,n=void 0===t?null:t,r=e.size,o=h(e,["icon","size"]),i=r||20;if("string"==typeof n)return Object(c.createElement)(rt,Object(p.a)({icon:n,size:i},o));if(n&&rt===n.type)return Object(c.cloneElement)(n,it({size:i},o));var a=r||24;if("function"==typeof n)return n.prototype instanceof c.Component?Object(c.createElement)(n,it({size:a},o)):n(it({size:a},o));if(n&&("svg"===n.type||n.type===te)){var u=it({width:a,height:a},n.props,{},o);return Object(c.createElement)(te,u)}return Object(c.isValidElement)(n)?Object(c.cloneElement)(n,it({size:a},o)):n},ct=["onMouseDown","onClick"];var ut=Object(c.forwardRef)((function(e,t){var n=e.href,r=e.target,o=e.isPrimary,i=e.isLarge,a=e.isSmall,u=e.isTertiary,l=e.isPressed,s=e.isBusy,f=e.isDefault,b=e.isSecondary,g=e.isLink,y=e.isDestructive,_=e.className,w=e.disabled,k=e.icon,O=e.iconSize,z=e.showTooltip,x=e.tooltipPosition,j=e.shortcut,S=e.label,E=e.children,M=e.__experimentalIsFocusable,C=h(e,["href","target","isPrimary","isLarge","isSmall","isTertiary","isPressed","isBusy","isDefault","isSecondary","isLink","isDestructive","className","disabled","icon","iconSize","showTooltip","tooltipPosition","shortcut","label","children","__experimentalIsFocusable"]);f&&Object(m.a)("Button isDefault prop",{alternative:"isSecondary"});var T=d()("components-button",_,{"is-secondary":f||b,"is-primary":o,"is-large":i,"is-small":a,"is-tertiary":u,"is-pressed":l,"is-busy":s,"is-link":g,"is-destructive":y,"has-text":!!k&&!!E,"has-icon":!!k}),P=w&&!M,H=void 0===n||P?"button":"a",V="a"===H?{href:n,target:r}:{type:"button",disabled:P,"aria-pressed":l};if(w&&M){V["aria-disabled"]=!0;var L=!0,A=!1,N=void 0;try{for(var I,R=ct[Symbol.iterator]();!(L=(I=R.next()).done);L=!0){C[I.value]=function(e){e.stopPropagation(),e.preventDefault()}}}catch(B){A=!0,N=B}finally{try{L||null==R.return||R.return()}finally{if(A)throw N}}}var D=!P&&(z&&S||j||!!S&&(!E||Object(v.isArray)(E)&&!E.length)&&!1!==z),F=Object(c.createElement)(H,Object(p.a)({},V,C,{className:T,"aria-label":C["aria-label"]||S,ref:t}),k&&Object(c.createElement)(at,{icon:k,size:O}),E);return D?Object(c.createElement)(nt,{text:S,shortcut:j,position:x},F):F})),lt=n(7),st=(n(58),function(e){var t=e.align,n=e.className,r=e.title,o=e.description,i=e.buttonText,a=e.visible,u=void 0===a||a,l=e.context,f=e.checkoutUrl,p=e.goToCheckoutPage,h=e.isRedirecting,v=void 0!==h&&h,m=d()(n,"jetpack-upgrade-plan-banner",{"wp-block":"editor-canvas"===l,"block-editor-block-list__block":"editor-canvas"===l,"jetpack-upgrade-plan__hidden":!u}),b=Object(lt.a)("Redirecting…","jetpack");return Object(c.createElement)("div",{className:m,"data-align":t},Object(c.createElement)("div",{className:"jetpack-upgrade-plan-banner__wrapper"},r&&Object(c.createElement)("strong",{className:d()("banner-title",s()({},"".concat(n,"__title"),n))},r),o&&Object(c.createElement)("span",{className:"".concat(n,"__description banner-description")},o),Object(c.createElement)(ut,{href:v?null:f,onClick:p,target:"_top",className:d()("is-primary",{"jetpack-upgrade-plan__hidden":!f}),isBusy:v},v?b:i)))}),ft=(n(30),n(22),n(4)),dt=n(15),pt={setPlans:function(e){return{type:"SET_PLANS",plans:e}},fetchFromAPI:function(e){return{type:"FETCH_FROM_API",url:e}}};Object(ft.c)("wordpress-com/plans",{reducer:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SET_PLANS":return t.plans}return e},actions:pt,selectors:{getPlan:function(e,t){return e.find((function(e){return e.product_slug===t}))}},controls:{FETCH_FROM_API:function(e){var t=e.url;return fetch(t).then((function(e){return e.json()}))}},resolvers:{getPlan:regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return"https://public-api.wordpress.com/rest/v1.5/plans",e.next=3,pt.fetchFromAPI("https://public-api.wordpress.com/rest/v1.5/plans");case 3:return t=e.sent,e.abrupt("return",pt.setPlans(t));case 5:case"end":return e.stop()}}),e)}))}});n(44);n(33);function ht(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function vt(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ht(Object(n),!0).forEach((function(t){Object(re.a)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ht(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var mt=[{slug:"common",title:Object(lt.a)("Common blocks")},{slug:"formatting",title:Object(lt.a)("Formatting")},{slug:"layout",title:Object(lt.a)("Layout elements")},{slug:"widgets",title:Object(lt.a)("Widgets")},{slug:"embed",title:Object(lt.a)("Embeds")},{slug:"reusable",title:Object(lt.a)("Reusable blocks")}];function bt(e){return function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,n=arguments.length>1?arguments[1]:void 0;switch(n.type){case"REMOVE_BLOCK_TYPES":return-1!==n.names.indexOf(t)?null:t;case e:return n.name||null}return t}}var gt=bt("SET_DEFAULT_BLOCK_NAME"),yt=bt("SET_FREEFORM_FALLBACK_BLOCK_NAME"),_t=bt("SET_UNREGISTERED_FALLBACK_BLOCK_NAME"),wt=bt("SET_GROUPING_BLOCK_NAME");var kt=Object(ft.a)({blockTypes:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_BLOCK_TYPES":return vt({},e,{},Object(v.keyBy)(Object(v.map)(t.blockTypes,(function(e){return Object(v.omit)(e,"styles ")})),"name"));case"REMOVE_BLOCK_TYPES":return Object(v.omit)(e,t.names)}return e},blockStyles:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_BLOCK_TYPES":return vt({},e,{},Object(v.mapValues)(Object(v.keyBy)(t.blockTypes,"name"),(function(t){return Object(v.uniqBy)([].concat(Object(le.a)(Object(v.get)(t,["styles"],[])),Object(le.a)(Object(v.get)(e,[t.name],[]))),(function(e){return e.name}))})));case"ADD_BLOCK_STYLES":return vt({},e,Object(re.a)({},t.blockName,Object(v.uniqBy)([].concat(Object(le.a)(Object(v.get)(e,[t.blockName],[])),Object(le.a)(t.styles)),(function(e){return e.name}))));case"REMOVE_BLOCK_STYLES":return vt({},e,Object(re.a)({},t.blockName,Object(v.filter)(Object(v.get)(e,[t.blockName],[]),(function(e){return-1===t.styleNames.indexOf(e.name)}))))}return e},blockVariations:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_BLOCK_TYPES":return vt({},e,{},Object(v.mapValues)(Object(v.keyBy)(t.blockTypes,"name"),(function(t){return Object(v.uniqBy)([].concat(Object(le.a)(Object(v.get)(t,["variations"],[])),Object(le.a)(Object(v.get)(e,[t.name],[]))),(function(e){return e.name}))})));case"ADD_BLOCK_VARIATIONS":return vt({},e,Object(re.a)({},t.blockName,Object(v.uniqBy)([].concat(Object(le.a)(Object(v.get)(e,[t.blockName],[])),Object(le.a)(t.variations)),(function(e){return e.name}))));case"REMOVE_BLOCK_VARIATIONS":return vt({},e,Object(re.a)({},t.blockName,Object(v.filter)(Object(v.get)(e,[t.blockName],[]),(function(e){return-1===t.variationNames.indexOf(e.name)}))))}return e},defaultBlockName:gt,freeformFallbackBlockName:yt,unregisteredFallbackBlockName:_t,groupingBlockName:wt,categories:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:mt,t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"SET_CATEGORIES":return t.categories||[];case"UPDATE_CATEGORY":if(!t.category||Object(v.isEmpty)(t.category))return e;var n=Object(v.find)(e,["slug",t.slug]);if(n)return Object(v.map)(e,(function(e){return e.slug===t.slug?vt({},e,{},t.category):e}))}return e},collections:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"ADD_BLOCK_COLLECTION":return vt({},e,Object(re.a)({},t.namespace,{title:t.title,icon:t.icon}));case"REMOVE_BLOCK_COLLECTION":return Object(v.omit)(e,t.namespace)}return e}}),Ot=n(41);function zt(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}var xt=function(e,t){return"string"==typeof t?St(e,t):t},jt=Object(Ot.a)((function(e){return Object.values(e.blockTypes).map((function(t){return function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?zt(Object(n),!0).forEach((function(t){Object(re.a)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):zt(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},t,{variations:Mt(e,t.name)})}))}),(function(e){return[e.blockTypes,e.blockVariations]}));function St(e,t){return e.blockTypes[t]}function Et(e,t){return e.blockStyles[t]}function Mt(e,t,n){var r=e.blockVariations[t];return r&&n?r.filter((function(e){return!e.scope||e.scope.includes(n)})):r}function Ct(e,t,n){var r=Mt(e,t,n);return Object(v.findLast)(r,"isDefault")||Object(v.first)(r)}function Tt(e){return e.categories}function Pt(e){return e.collections}function Ht(e){return e.defaultBlockName}function Vt(e){return e.freeformFallbackBlockName}function Lt(e){return e.unregisteredFallbackBlockName}function At(e){return e.groupingBlockName}var Nt=Object(Ot.a)((function(e,t){return Object(v.map)(Object(v.filter)(e.blockTypes,(function(e){return Object(v.includes)(e.parent,t)})),(function(e){return e.name}))}),(function(e){return[e.blockTypes]})),It=function(e,t,n,r){var o=xt(e,t);return Object(v.get)(o,["supports",n],r)};function Rt(e,t,n,r){return!!It(e,t,n,r)}function Dt(e,t,n){var r=xt(e,t),o=Object(v.flow)([v.deburr,function(e){return e.toLowerCase()},function(e){return e.trim()}]),i=o(n),a=Object(v.flow)([o,function(e){return Object(v.includes)(e,i)}]);return a(r.title)||Object(v.some)(r.keywords,a)||a(r.category)}var Ft=function(e,t){return Nt(e,t).length>0},Bt=function(e,t){return Object(v.some)(Nt(e,t),(function(t){return Rt(e,t,"inserter",!0)}))};function Ut(e){return{type:"ADD_BLOCK_TYPES",blockTypes:Object(v.castArray)(e)}}function $t(e){return{type:"REMOVE_BLOCK_TYPES",names:Object(v.castArray)(e)}}function Wt(e,t){return{type:"ADD_BLOCK_STYLES",styles:Object(v.castArray)(t),blockName:e}}function qt(e,t){return{type:"REMOVE_BLOCK_STYLES",styleNames:Object(v.castArray)(t),blockName:e}}function Kt(e,t){return{type:"ADD_BLOCK_VARIATIONS",variations:Object(v.castArray)(t),blockName:e}}function Qt(e,t){return{type:"REMOVE_BLOCK_VARIATIONS",variationNames:Object(v.castArray)(t),blockName:e}}function Gt(e){return{type:"SET_DEFAULT_BLOCK_NAME",name:e}}function Zt(e){return{type:"SET_FREEFORM_FALLBACK_BLOCK_NAME",name:e}}function Yt(e){return{type:"SET_UNREGISTERED_FALLBACK_BLOCK_NAME",name:e}}function Xt(e){return{type:"SET_GROUPING_BLOCK_NAME",name:e}}function Jt(e){return{type:"SET_CATEGORIES",categories:e}}function en(e,t){return{type:"UPDATE_CATEGORY",slug:e,category:t}}function tn(e,t,n){return{type:"ADD_BLOCK_COLLECTION",namespace:e,title:t,icon:n}}function nn(e){return{type:"REMOVE_BLOCK_COLLECTION",namespace:e}}Object(ft.c)("core/blocks",{reducer:kt,selectors:i,actions:a});var rn=n(42),on=n.n(rn);n(43);function an(e){return Object(v.isString)(e)?sn(e):e}var cn=["attributes","supports","save","migrate","isEligible"];function un(){return Object(ft.d)("core/blocks").getFreeformFallbackBlockName()}function ln(){return Object(ft.d)("core/blocks").getUnregisteredFallbackBlockName()}function sn(e){return Object(ft.d)("core/blocks").getBlockType(e)}function fn(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],r=sn(e),o=Object(v.reduce)(r.attributes,(function(e,n,r){var o=t[r];return void 0!==o?e[r]=o:n.hasOwnProperty("default")&&(e[r]=n.default),-1!==["node","children"].indexOf(n.source)&&("string"==typeof e[r]?e[r]=[e[r]]:Array.isArray(e[r])||(e[r]=[])),e}),{}),i=on()();return{clientId:i,name:e,isValid:!0,attributes:o,innerBlocks:n}}function dn(e,t){for(var n,r=t.split(".");n=r.shift();){if(!(n in e))return;e=e[n]}return e}var pn,hn=function(){return pn||(pn=document.implementation.createHTMLDocument("")),pn};function vn(e,t){if(t){if("string"==typeof e){var n=hn();n.body.innerHTML=e,e=n.body}if("function"==typeof t)return t(e);if(Object===t.constructor)return Object.keys(t).reduce((function(n,r){return n[r]=vn(e,t[r]),n}),{})}}function mn(e,t){return 1===arguments.length&&(t=e,e=void 0),function(n){var r=n;if(e&&(r=n.querySelector(e)),r)return dn(r,t)}}var bn,gn,yn,_n,wn=new RegExp("(<((?=!--|!\\[CDATA\\[)((?=!-)!(?:-(?!->)[^\\-]*)*(?:--\x3e)?|!\\[CDATA\\[[^\\]]*(?:](?!]>)[^\\]]*)*?(?:]]>)?)|[^>]*>?))");function kn(e,t){for(var n=function(e){for(var t,n=[],r=e;t=r.match(wn);)n.push(r.slice(0,t.index)),n.push(t[0]),r=r.slice(t.index+t[0].length);return r.length&&n.push(r),n}(e),r=!1,o=Object.keys(t),i=1;i<n.length;i+=2)for(var a=0;a<o.length;a++){var c=o[a];if(-1!==n[i].indexOf(c)){n[i]=n[i].replace(new RegExp(c,"g"),t[c]),r=!0;break}}return r&&(e=n.join("")),e}var On=/<!--\s+(\/)?wp:([a-z][a-z0-9_-]*\/)?([a-z][a-z0-9_-]*)\s+({(?:(?=([^}]+|}+(?=})|(?!}\s+\/?-->)[^])*)\5|[^]*?)}\s+)?(\/)?-->/g;function zn(e,t,n,r,o){return{blockName:e,attrs:t,innerBlocks:n,innerHTML:r,innerContent:o}}function xn(e){return zn(null,{},[],e,[e])}function jn(){var e=function(){var e=On.exec(bn);if(null===e)return["no-more-tokens"];var t=e.index,n=Object(x.a)(e,7),r=n[0],o=n[1],i=n[2],a=n[3],c=n[4],u=n[6],l=r.length,s=!!o,f=!!u,d=(i||"core/")+a,p=!!c,h=p?function(e){try{return JSON.parse(e)}catch(t){return null}}(c):{};if(f)return["void-block",d,h,t,l];if(s)return["block-closer",d,null,t,l];return["block-opener",d,h,t,l]}(),t=Object(x.a)(e,5),n=t[0],r=t[1],o=t[2],i=t[3],a=t[4],c=_n.length,u=i>gn?gn:null;switch(n){case"no-more-tokens":if(0===c)return Sn(),!1;if(1===c)return Mn(),!1;for(;0<_n.length;)Mn();return!1;case"void-block":return 0===c?(null!==u&&yn.push(xn(bn.substr(u,i-u))),yn.push(zn(r,o,[],"",[])),gn=i+a,!0):(En(zn(r,o,[],"",[]),i,a),gn=i+a,!0);case"block-opener":return _n.push(function(e,t,n,r,o){return{block:e,tokenStart:t,tokenLength:n,prevOffset:r||t+n,leadingHtmlStart:o}}(zn(r,o,[],"",[]),i,a,i+a,u)),gn=i+a,!0;case"block-closer":if(0===c)return Sn(),!1;if(1===c)return Mn(i),gn=i+a,!0;var l=_n.pop(),s=bn.substr(l.prevOffset,i-l.prevOffset);return l.block.innerHTML+=s,l.block.innerContent.push(s),l.prevOffset=i+a,En(l.block,l.tokenStart,l.tokenLength,i+a),gn=i+a,!0;default:return Sn(),!1}}function Sn(e){var t=e||bn.length-gn;0!==t&&yn.push(xn(bn.substr(gn,t)))}function En(e,t,n,r){var o=_n[_n.length-1];o.block.innerBlocks.push(e);var i=bn.substr(o.prevOffset,t-o.prevOffset);i&&(o.block.innerHTML+=i,o.block.innerContent.push(i)),o.block.innerContent.push(null),o.prevOffset=r||t+n}function Mn(e){var t=_n.pop(),n=t.block,r=t.leadingHtmlStart,o=t.prevOffset,i=t.tokenStart,a=e?bn.substr(o,e-o):bn.substr(o);a&&(n.innerHTML+=a,n.innerContent.push(a)),null!==r&&yn.push(xn(bn.substr(r,i-r))),yn.push(n)}var Cn=n(28),Tn=n(27),Pn=n(20),Hn=n(29);var Vn=/^#[xX]([A-Fa-f0-9]+)$/,Ln=/^#([0-9]+)$/,An=/^([A-Za-z0-9]+)$/,Nn=(function(){function e(e){this.named=e}e.prototype.parse=function(e){if(e){var t=e.match(Vn);return t?String.fromCharCode(parseInt(t[1],16)):(t=e.match(Ln))?String.fromCharCode(parseInt(t[1],10)):(t=e.match(An))?this.named[t[1]]:void 0}}}(),/[\t\n\f ]/),In=/[A-Za-z]/,Rn=/\r\n?/g;function Dn(e){return Nn.test(e)}function Fn(e){return In.test(e)}var Bn,Un=function(){function e(e,t){this.delegate=e,this.entityParser=t,this.state="beforeData",this.line=-1,this.column=-1,this.input="",this.index=-1,this.tagNameBuffer="",this.states={beforeData:function(){var e=this.peek();if("<"!==e||this.isIgnoredEndTag()){if("\n"===e){var t=this.tagNameBuffer.toLowerCase();"pre"!==t&&"textarea"!==t||this.consume()}this.transitionTo("data"),this.delegate.beginData()}else this.transitionTo("tagOpen"),this.markTagStart(),this.consume()},data:function(){var e=this.peek(),t=this.tagNameBuffer.toLowerCase();"<"!==e||this.isIgnoredEndTag()?"&"===e&&"script"!==t&&"style"!==t?(this.consume(),this.delegate.appendToData(this.consumeCharRef()||"&")):(this.consume(),this.delegate.appendToData(e)):(this.delegate.finishData(),this.transitionTo("tagOpen"),this.markTagStart(),this.consume())},tagOpen:function(){var e=this.consume();"!"===e?this.transitionTo("markupDeclarationOpen"):"/"===e?this.transitionTo("endTagOpen"):("@"===e||":"===e||Fn(e))&&(this.transitionTo("tagName"),this.tagNameBuffer="",this.delegate.beginStartTag(),this.appendToTagName(e))},markupDeclarationOpen:function(){"-"===this.consume()&&"-"===this.peek()&&(this.consume(),this.transitionTo("commentStart"),this.delegate.beginComment())},commentStart:function(){var e=this.consume();"-"===e?this.transitionTo("commentStartDash"):">"===e?(this.delegate.finishComment(),this.transitionTo("beforeData")):(this.delegate.appendToCommentData(e),this.transitionTo("comment"))},commentStartDash:function(){var e=this.consume();"-"===e?this.transitionTo("commentEnd"):">"===e?(this.delegate.finishComment(),this.transitionTo("beforeData")):(this.delegate.appendToCommentData("-"),this.transitionTo("comment"))},comment:function(){var e=this.consume();"-"===e?this.transitionTo("commentEndDash"):this.delegate.appendToCommentData(e)},commentEndDash:function(){var e=this.consume();"-"===e?this.transitionTo("commentEnd"):(this.delegate.appendToCommentData("-"+e),this.transitionTo("comment"))},commentEnd:function(){var e=this.consume();">"===e?(this.delegate.finishComment(),this.transitionTo("beforeData")):(this.delegate.appendToCommentData("--"+e),this.transitionTo("comment"))},tagName:function(){var e=this.consume();Dn(e)?this.transitionTo("beforeAttributeName"):"/"===e?this.transitionTo("selfClosingStartTag"):">"===e?(this.delegate.finishTag(),this.transitionTo("beforeData")):this.appendToTagName(e)},endTagName:function(){var e=this.consume();Dn(e)?(this.transitionTo("beforeAttributeName"),this.tagNameBuffer=""):"/"===e?(this.transitionTo("selfClosingStartTag"),this.tagNameBuffer=""):">"===e?(this.delegate.finishTag(),this.transitionTo("beforeData"),this.tagNameBuffer=""):this.appendToTagName(e)},beforeAttributeName:function(){var e=this.peek();Dn(e)?this.consume():"/"===e?(this.transitionTo("selfClosingStartTag"),this.consume()):">"===e?(this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):"="===e?(this.delegate.reportSyntaxError("attribute name cannot start with equals sign"),this.transitionTo("attributeName"),this.delegate.beginAttribute(),this.consume(),this.delegate.appendToAttributeName(e)):(this.transitionTo("attributeName"),this.delegate.beginAttribute())},attributeName:function(){var e=this.peek();Dn(e)?(this.transitionTo("afterAttributeName"),this.consume()):"/"===e?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.transitionTo("selfClosingStartTag")):"="===e?(this.transitionTo("beforeAttributeValue"),this.consume()):">"===e?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):'"'===e||"'"===e||"<"===e?(this.delegate.reportSyntaxError(e+" is not a valid character within attribute names"),this.consume(),this.delegate.appendToAttributeName(e)):(this.consume(),this.delegate.appendToAttributeName(e))},afterAttributeName:function(){var e=this.peek();Dn(e)?this.consume():"/"===e?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.transitionTo("selfClosingStartTag")):"="===e?(this.consume(),this.transitionTo("beforeAttributeValue")):">"===e?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.transitionTo("attributeName"),this.delegate.beginAttribute(),this.consume(),this.delegate.appendToAttributeName(e))},beforeAttributeValue:function(){var e=this.peek();Dn(e)?this.consume():'"'===e?(this.transitionTo("attributeValueDoubleQuoted"),this.delegate.beginAttributeValue(!0),this.consume()):"'"===e?(this.transitionTo("attributeValueSingleQuoted"),this.delegate.beginAttributeValue(!0),this.consume()):">"===e?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):(this.transitionTo("attributeValueUnquoted"),this.delegate.beginAttributeValue(!1),this.consume(),this.delegate.appendToAttributeValue(e))},attributeValueDoubleQuoted:function(){var e=this.consume();'"'===e?(this.delegate.finishAttributeValue(),this.transitionTo("afterAttributeValueQuoted")):"&"===e?this.delegate.appendToAttributeValue(this.consumeCharRef()||"&"):this.delegate.appendToAttributeValue(e)},attributeValueSingleQuoted:function(){var e=this.consume();"'"===e?(this.delegate.finishAttributeValue(),this.transitionTo("afterAttributeValueQuoted")):"&"===e?this.delegate.appendToAttributeValue(this.consumeCharRef()||"&"):this.delegate.appendToAttributeValue(e)},attributeValueUnquoted:function(){var e=this.peek();Dn(e)?(this.delegate.finishAttributeValue(),this.consume(),this.transitionTo("beforeAttributeName")):"/"===e?(this.delegate.finishAttributeValue(),this.consume(),this.transitionTo("selfClosingStartTag")):"&"===e?(this.consume(),this.delegate.appendToAttributeValue(this.consumeCharRef()||"&")):">"===e?(this.delegate.finishAttributeValue(),this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):(this.consume(),this.delegate.appendToAttributeValue(e))},afterAttributeValueQuoted:function(){var e=this.peek();Dn(e)?(this.consume(),this.transitionTo("beforeAttributeName")):"/"===e?(this.consume(),this.transitionTo("selfClosingStartTag")):">"===e?(this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):this.transitionTo("beforeAttributeName")},selfClosingStartTag:function(){">"===this.peek()?(this.consume(),this.delegate.markTagAsSelfClosing(),this.delegate.finishTag(),this.transitionTo("beforeData")):this.transitionTo("beforeAttributeName")},endTagOpen:function(){var e=this.consume();("@"===e||":"===e||Fn(e))&&(this.transitionTo("endTagName"),this.tagNameBuffer="",this.delegate.beginEndTag(),this.appendToTagName(e))}},this.reset()}return e.prototype.reset=function(){this.transitionTo("beforeData"),this.input="",this.tagNameBuffer="",this.index=0,this.line=1,this.column=0,this.delegate.reset()},e.prototype.transitionTo=function(e){this.state=e},e.prototype.tokenize=function(e){this.reset(),this.tokenizePart(e),this.tokenizeEOF()},e.prototype.tokenizePart=function(e){for(this.input+=function(e){return e.replace(Rn,"\n")}(e);this.index<this.input.length;){var t=this.states[this.state];if(void 0===t)throw new Error("unhandled state "+this.state);t.call(this)}},e.prototype.tokenizeEOF=function(){this.flushData()},e.prototype.flushData=function(){"data"===this.state&&(this.delegate.finishData(),this.transitionTo("beforeData"))},e.prototype.peek=function(){return this.input.charAt(this.index)},e.prototype.consume=function(){var e=this.peek();return this.index++,"\n"===e?(this.line++,this.column=0):this.column++,e},e.prototype.consumeCharRef=function(){var e=this.input.indexOf(";",this.index);if(-1!==e){var t=this.input.slice(this.index,e),n=this.entityParser.parse(t);if(n){for(var r=t.length;r;)this.consume(),r--;return this.consume(),n}}},e.prototype.markTagStart=function(){this.delegate.tagOpen()},e.prototype.appendToTagName=function(e){this.tagNameBuffer+=e,this.delegate.appendToTagName(e)},e.prototype.isIgnoredEndTag=function(){var e=this.tagNameBuffer.toLowerCase();return"title"===e&&"</title>"!==this.input.substring(this.index,this.index+8)||"style"===e&&"</style>"!==this.input.substring(this.index,this.index+8)||"script"===e&&"<\/script>"!==this.input.substring(this.index,this.index+9)},e}(),$n=function(){function e(e,t){void 0===t&&(t={}),this.options=t,this.token=null,this.startLine=1,this.startColumn=0,this.tokens=[],this.tokenizer=new Un(this,e),this._currentAttribute=void 0}return e.prototype.tokenize=function(e){return this.tokens=[],this.tokenizer.tokenize(e),this.tokens},e.prototype.tokenizePart=function(e){return this.tokens=[],this.tokenizer.tokenizePart(e),this.tokens},e.prototype.tokenizeEOF=function(){return this.tokens=[],this.tokenizer.tokenizeEOF(),this.tokens[0]},e.prototype.reset=function(){this.token=null,this.startLine=1,this.startColumn=0},e.prototype.current=function(){var e=this.token;if(null===e)throw new Error("token was unexpectedly null");if(0===arguments.length)return e;for(var t=0;t<arguments.length;t++)if(e.type===arguments[t])return e;throw new Error("token type was unexpectedly "+e.type)},e.prototype.push=function(e){this.token=e,this.tokens.push(e)},e.prototype.currentAttribute=function(){return this._currentAttribute},e.prototype.addLocInfo=function(){this.options.loc&&(this.current().loc={start:{line:this.startLine,column:this.startColumn},end:{line:this.tokenizer.line,column:this.tokenizer.column}}),this.startLine=this.tokenizer.line,this.startColumn=this.tokenizer.column},e.prototype.beginData=function(){this.push({type:"Chars",chars:""})},e.prototype.appendToData=function(e){this.current("Chars").chars+=e},e.prototype.finishData=function(){this.addLocInfo()},e.prototype.beginComment=function(){this.push({type:"Comment",chars:""})},e.prototype.appendToCommentData=function(e){this.current("Comment").chars+=e},e.prototype.finishComment=function(){this.addLocInfo()},e.prototype.tagOpen=function(){},e.prototype.beginStartTag=function(){this.push({type:"StartTag",tagName:"",attributes:[],selfClosing:!1})},e.prototype.beginEndTag=function(){this.push({type:"EndTag",tagName:""})},e.prototype.finishTag=function(){this.addLocInfo()},e.prototype.markTagAsSelfClosing=function(){this.current("StartTag").selfClosing=!0},e.prototype.appendToTagName=function(e){this.current("StartTag","EndTag").tagName+=e},e.prototype.beginAttribute=function(){this._currentAttribute=["","",!1]},e.prototype.appendToAttributeName=function(e){this.currentAttribute()[0]+=e},e.prototype.beginAttributeValue=function(e){this.currentAttribute()[2]=e},e.prototype.appendToAttributeValue=function(e){this.currentAttribute()[1]+=e},e.prototype.finishAttributeValue=function(){this.current("StartTag").attributes.push(this._currentAttribute)},e.prototype.reportSyntaxError=function(e){this.current().syntaxError=e},e}();function Wn(){function e(e){return function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return e.apply(void 0,["Block validation: "+t].concat(r))}}return{error:e(console.error),warning:e(console.warn),getItems:function(){return[]}}}function qn(){var e=[],t=Wn();return{error:function(){for(var n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];e.push({log:t.error,args:r})},warning:function(){for(var n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];e.push({log:t.warning,args:r})},getItems:function(){return e}}}function Kn(e){return(Kn="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var Qn=n(36);function Gn(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Zn(e){var t=e.children,n=O(e,["children"]);return Object(c.createElement)("div",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Gn(Object(n),!0).forEach((function(t){k(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Gn(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({dangerouslySetInnerHTML:{__html:t}},n))}function Yn(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Xn(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Yn(Object(n),!0).forEach((function(t){k(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Yn(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var Jn=Object(c.createContext)(void 0),er=Jn.Provider,tr=Jn.Consumer,nr=Object(c.forwardRef)((function(){return null})),rr=new Set(["string","boolean","number"]),or=new Set(["area","base","br","col","command","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"]),ir=new Set(["allowfullscreen","allowpaymentrequest","allowusermedia","async","autofocus","autoplay","checked","controls","default","defer","disabled","download","formnovalidate","hidden","ismap","itemscope","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","selected","typemustmatch"]),ar=new Set(["autocapitalize","autocomplete","charset","contenteditable","crossorigin","decoding","dir","draggable","enctype","formenctype","formmethod","http-equiv","inputmode","kind","method","preload","scope","shape","spellcheck","translate","type","wrap"]),cr=new Set(["animation","animationIterationCount","baselineShift","borderImageOutset","borderImageSlice","borderImageWidth","columnCount","cx","cy","fillOpacity","flexGrow","flexShrink","floodOpacity","fontWeight","gridColumnEnd","gridColumnStart","gridRowEnd","gridRowStart","lineHeight","opacity","order","orphans","r","rx","ry","shapeImageThreshold","stopOpacity","strokeDasharray","strokeDashoffset","strokeMiterlimit","strokeOpacity","strokeWidth","tabSize","widows","x","y","zIndex","zoom"]);function ur(e,t){return t.some((function(t){return 0===e.indexOf(t)}))}function lr(e){return"key"===e||"children"===e}function sr(e,t){switch(e){case"style":return function(e){if(!Object(v.isPlainObject)(e))return e;var t;for(var n in e){var r=e[n];if(null!=r){t?t+=";":t="";var o=dr(n),i=pr(n,r);t+=o+":"+i}}return t}(t)}return t}function fr(e){switch(e){case"htmlFor":return"for";case"className":return"class"}return e.toLowerCase()}function dr(e){return Object(v.startsWith)(e,"--")?e:ur(e,["ms","O","Moz","Webkit"])?"-"+Object(v.kebabCase)(e):Object(v.kebabCase)(e)}function pr(e,t){return"number"!=typeof t||0===t||cr.has(e)?t:t+"px"}function hr(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if(null==e||!1===e)return"";if(Array.isArray(e))return br(e,t,n);switch(Kn(e)){case"string":return Object(Qn.b)(e);case"number":return e.toString()}var r=e.type,o=e.props;switch(r){case c.StrictMode:case c.Fragment:return br(o.children,t,n);case Zn:var i=o.children,a=O(o,["children"]);return vr(Object(v.isEmpty)(a)?null:"div",Xn(Xn({},a),{},{dangerouslySetInnerHTML:{__html:i}}),t,n)}switch(Kn(r)){case"string":return vr(r,o,t,n);case"function":return r.prototype&&"function"==typeof r.prototype.render?mr(r,o,t,n):hr(r(o,n),t,n)}switch(r&&r.$$typeof){case er.$$typeof:return br(o.children,o.value,n);case tr.$$typeof:return hr(o.children(t||r._currentValue),t,n);case nr.$$typeof:return hr(r.render(o),t,n)}return""}function vr(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o="";if("textarea"===e&&t.hasOwnProperty("value")?(o=br(t.value,n,r),t=Object(v.omit)(t,"value")):t.dangerouslySetInnerHTML&&"string"==typeof t.dangerouslySetInnerHTML.__html?o=t.dangerouslySetInnerHTML.__html:void 0!==t.children&&(o=br(t.children,n,r)),!e)return o;var i=gr(t);return or.has(e)?"<"+e+i+"/>":"<"+e+i+">"+o+"</"+e+">"}function mr(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o=new e(t,r);"function"==typeof o.getChildContext&&Object.assign(r,o.getChildContext());var i=hr(o.render(),n,r);return i}function br(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r="";e=Object(v.castArray)(e);for(var o=0;o<e.length;o++){var i=e[o];r+=hr(i,t,n)}return r}function gr(e){var t="";for(var n in e){var r=fr(n);if(Object(Qn.c)(r)){var o=sr(n,e[n]);if(rr.has(Kn(o))&&!lr(n)){var i=ir.has(r);if(!i||!1!==o){var a=i||ur(n,["data-","aria-"])||ar.has(r);("boolean"!=typeof o||a)&&(t+=" "+r,i||("string"==typeof o&&(o=Object(Qn.a)(o)),t+='="'+o+'"'))}}}}return t}var yr=hr,_r=Object(c.createContext)((function(){})),wr=_r.Consumer,kr=_r.Provider,Or=(Object(se.a)((function(e){return function(t){return Object(c.createElement)(wr,null,(function(n){return Object(c.createElement)(e,Object(p.a)({},t,{BlockContent:n}))}))}}),"withBlockContentContext"),function(e){var t=e.children,n=e.innerBlocks;return Object(c.createElement)(kr,{value:function(){var e,t,r=(e=n,t={isInnerBlocks:!0},Object(v.castArray)(e).map((function(e){return function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.isInnerBlocks,r=void 0!==n&&n,o=e.name,i=Er(e);if(o===ln()||!r&&o===un())return i;var a=sn(o),c=Sr(a,e.attributes);return Mr(o,c,i)}(e,t)})).join("\n\n"));return Object(c.createElement)(Zn,null,r)}},t)});function zr(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function xr(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?zr(Object(n),!0).forEach((function(t){Object(re.a)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):zr(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function jr(e,t,n){var r=an(e);return yr(function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],r=an(e),o=r.save;if(o.prototype instanceof c.Component){var i=new o({attributes:t});o=i.render.bind(i)}var a=o({attributes:t,innerBlocks:n});if(Object(v.isObject)(a)&&Object(dt.f)("blocks.getSaveContent.extraProps")){var u=Object(dt.b)("blocks.getSaveContent.extraProps",xr({},a.props),r,t);Fe()(u,a.props)||(a=Object(c.cloneElement)(a,u))}return a=Object(dt.b)("blocks.getSaveElement",a,r,t),Object(c.createElement)(Or,{innerBlocks:n},a)}(r,t,n))}function Sr(e,t){return Object(v.reduce)(e.attributes,(function(e,n,r){var o=t[r];return void 0===o||void 0!==n.source||"default"in n&&n.default===o||(e[r]=o),e}),{})}function Er(e){var t=e.originalContent;if(e.isValid||e.innerBlocks.length)try{t=jr(e.name,e.attributes,e.innerBlocks)}catch(n){}return t}function Mr(e,t,n){var r=Object(v.isEmpty)(t)?"":function(e){return JSON.stringify(e).replace(/--/g,"\\u002d\\u002d").replace(/</g,"\\u003c").replace(/>/g,"\\u003e").replace(/&/g,"\\u0026").replace(/\\"/g,"\\u0022")}(t)+" ",o=Object(v.startsWith)(e,"core/")?e.slice(5):e;return n?"\x3c!-- wp:".concat(o," ").concat(r,"--\x3e\n")+n+"\n\x3c!-- /wp:".concat(o," --\x3e"):"\x3c!-- wp:".concat(o," ").concat(r,"/--\x3e")}function Cr(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}var Tr=/[\t\n\r\v\f ]+/g,Pr=/^[\t\n\r\v\f ]*$/,Hr=/^url\s*\(['"\s]*(.*?)['"\s]*\)$/,Vr=["allowfullscreen","allowpaymentrequest","allowusermedia","async","autofocus","autoplay","checked","controls","default","defer","disabled","download","formnovalidate","hidden","ismap","itemscope","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","selected","typemustmatch"],Lr=[].concat(Vr,["autocapitalize","autocomplete","charset","contenteditable","crossorigin","decoding","dir","draggable","enctype","formenctype","formmethod","http-equiv","inputmode","kind","method","preload","scope","shape","spellcheck","translate","type","wrap"]),Ar=[v.identity,function(e){return Fr(e).join(" ")}],Nr=/^[\da-z]+$/i,Ir=/^#\d+$/,Rr=/^#x[\da-f]+$/i;var Dr=function(){function e(){Object(b.a)(this,e)}return Object(g.a)(e,[{key:"parse",value:function(e){if(t=e,Nr.test(t)||Ir.test(t)||Rr.test(t))return function(e){if("string"!=typeof e||-1===e.indexOf("&"))return e;void 0===Bn&&(Bn=document.implementation&&document.implementation.createHTMLDocument?document.implementation.createHTMLDocument("").createElement("textarea"):document.createElement("textarea")),Bn.innerHTML=e;var t=Bn.textContent;return Bn.innerHTML="",t}("&"+e+";");var t}}]),e}();function Fr(e){return e.trim().split(Tr)}function Br(e){return e.attributes.filter((function(e){var t=Object(x.a)(e,2),n=t[0];return t[1]||0===n.indexOf("data-")||Object(v.includes)(Lr,n)}))}function Ur(e,t){for(var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Wn(),r=e.chars,o=t.chars,i=0;i<Ar.length;i++){var a=Ar[i];if((r=a(r))===(o=a(o)))return!0}return n.warning("Expected text `%s`, saw `%s`.",t.chars,e.chars),!1}function $r(e){return e.replace(Hr,"url($1)")}function Wr(e){var t=e.replace(/;?\s*$/,"").split(";").map((function(e){var t,n=e.split(":"),r=(t=n,Object(Cn.a)(t)||Object(Tn.a)(t)||Object(Pn.a)(t)||Object(Hn.a)()),o=r[0],i=r.slice(1).join(":");return[o.trim(),$r(i.trim())]}));return Object(v.fromPairs)(t)}var qr=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Cr(Object(n),!0).forEach((function(t){Object(re.a)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Cr(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({class:function(e,t){return!v.xor.apply(void 0,Object(le.a)([e,t].map(Fr))).length},style:function(e,t){return v.isEqual.apply(void 0,Object(le.a)([e,t].map(Wr)))}},Object(v.fromPairs)(Vr.map((function(e){return[e,v.stubTrue]}))));function Kr(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Wn();if(e.length!==t.length)return n.warning("Expected attributes %o, instead saw %o.",t,e),!1;for(var r={},o=0;o<t.length;o++)r[t[o][0].toLowerCase()]=t[o][1];for(var i=0;i<e.length;i++){var a=Object(x.a)(e[i],2),c=a[0],u=a[1],l=c.toLowerCase();if(!r.hasOwnProperty(l))return n.warning("Encountered unexpected attribute `%s`.",c),!1;var s=r[l],f=qr[l];if(f){if(!f(u,s))return n.warning("Expected attribute `%s` of value `%s`, saw `%s`.",c,s,u),!1}else if(u!==s)return n.warning("Expected attribute `%s` of value `%s`, saw `%s`.",c,s,u),!1}return!0}var Qr={StartTag:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Wn();return e.tagName!==t.tagName&&e.tagName.toLowerCase()!==t.tagName.toLowerCase()?(n.warning("Expected tag name `%s`, instead saw `%s`.",t.tagName,e.tagName),!1):Kr.apply(void 0,Object(le.a)([e,t].map(Br)).concat([n]))},Chars:Ur,Comment:Ur};function Gr(e){for(var t;t=e.shift();){if("Chars"!==t.type)return t;if(!Pr.test(t.chars))return t}}function Zr(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Wn();try{return new $n(new Dr).tokenize(e)}catch(n){t.warning("Malformed HTML detected: %s",e)}return null}function Yr(e,t){return!!e.selfClosing&&!(!t||t.tagName!==e.tagName||"EndTag"!==t.type)}function Xr(e,t){var n,r,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Wn(),i=[e,t].map((function(e){return Zr(e,o)})),a=Object(x.a)(i,2),c=a[0],u=a[1];if(!c||!u)return!1;for(;n=Gr(c);){if(!(r=Gr(u)))return o.warning("Expected end of content, instead saw %o.",n),!1;if(n.type!==r.type)return o.warning("Expected token of type `%s` (%o), instead saw `%s` (%o).",r.type,r,n.type,n),!1;var l=Qr[n.type];if(l&&!l(n,r,o))return!1;Yr(n,u[0])?Gr(u):Yr(r,c[0])&&Gr(c)}return!(r=Gr(u))||(o.warning("Expected %o, instead saw end of content.",r),!1)}function Jr(e,t,n){var r,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:qn(),i=an(e);try{r=jr(i,t)}catch(c){return o.error("Block validation failed because an error occurred while generating block content:\n\n%s",c.toString()),{isValid:!1,validationIssues:o.getItems()}}var a=Xr(n,r,o);return a||o.error("Block validation failed for `%s` (%o).\n\nContent generated by `save` function:\n\n%s\n\nContent retrieved from post body:\n\n%s",i.name,i,r,n),{isValid:a,validationIssues:o.getItems()}}function eo(e){for(var t=[],n=0;n<e.length;n++)try{t.push(uo(e[n]))}catch(r){}return t}function to(e){return function(t){var n=t;return e&&(n=t.querySelector(e)),n?eo(n.childNodes):[]}}function no(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ro(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?no(Object(n),!0).forEach((function(t){Object(re.a)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):no(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var oo=window.Node,io=oo.TEXT_NODE,ao=oo.ELEMENT_NODE;function co(e){for(var t={},n=0;n<e.length;n++){var r=e[n],o=r.name,i=r.value;t[o]=i}return t}function uo(e){if(e.nodeType===io)return e.nodeValue;if(e.nodeType!==ao)throw new TypeError("A block node can only be created from a node of type text or element.");return{type:e.nodeName.toLowerCase(),props:ro({},co(e.attributes),{children:eo(e.childNodes)})}}function lo(e){return function(t){var n=t;e&&(n=t.querySelector(e));try{return uo(n)}catch(r){return null}}}function so(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function fo(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?so(Object(n),!0).forEach((function(t){Object(re.a)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):so(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}new Set(["attribute","html","text","tag"]);function po(e,t){return t.some((function(t){return function(e,t){switch(t){case"string":return"string"==typeof e;case"boolean":return"boolean"==typeof e;case"object":return!!e&&e.constructor===Object;case"null":return null===e;case"array":return Array.isArray(e);case"integer":case"number":return"number"==typeof e}return!0}(e,t)}))}function ho(e){switch(e.source){case"attribute":var t=function(e,t){return 1===arguments.length&&(t=e,e=void 0),function(n){var r=mn(e,"attributes")(n);if(r&&r.hasOwnProperty(t))return r[t].value}}(e.selector,e.attribute);return"boolean"===e.type&&(t=function(e){return Object(v.flow)([e,function(e){return void 0!==e}])}(t)),t;case"html":return r=e.selector,o=e.multiline,function(e){var t=e;if(r&&(t=e.querySelector(r)),!t)return"";if(o){for(var n="",i=t.children.length,a=0;a<i;a++){var c=t.children[a];c.nodeName.toLowerCase()===o&&(n+=c.outerHTML)}return n}return t.innerHTML};case"text":return function(e){return mn(e,"textContent")}(e.selector);case"children":return to(e.selector);case"node":return lo(e.selector);case"query":var n=Object(v.mapValues)(e.query,ho);return function(e,t){return function(n){var r=n.querySelectorAll(e);return[].map.call(r,(function(e){return vn(e,t)}))}}(e.selector,n);case"tag":return Object(v.flow)([mn(e.selector,"nodeName"),function(e){return e?e.toLowerCase():void 0}]);default:console.error('Unknown source type "'.concat(e.source,'"'))}var r,o}function vo(e,t,n,r){var o,i=t.type,a=t.enum;switch(t.source){case void 0:o=r?r[e]:void 0;break;case"attribute":case"property":case"html":case"text":case"children":case"node":case"query":case"tag":o=function(e,t){return vn(e,ho(t))}(n,t)}return function(e,t){return void 0===t||po(e,Object(v.castArray)(t))}(o,i)&&function(e,t){return!Array.isArray(t)||t.includes(e)}(o,a)||(o=void 0),void 0===o?t.default:o}function mo(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=an(e),o=Object(v.mapValues)(r.attributes,(function(e,r){return vo(r,e,t,n)}));return Object(dt.b)("blocks.getBlockAttributes",o,r,t,n)}function bo(e){var t=e.blockName,n=e.attrs,r=e.innerBlocks,o=void 0===r?[]:r,i=e.innerHTML,a=e.innerContent,c=un(),u=ln()||c;n=n||{},i=i.trim();var l=t||c;"core/cover-image"===l&&(l="core/cover"),"core/text"!==l&&"core/cover-text"!==l||(l="core/paragraph"),l&&0===l.indexOf("core/social-link-")&&(n.service=l.substring(17),l="core/social-link"),l===c&&(i=function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=[];if(""===e.trim())return"";if(-1!==(e+="\n").indexOf("<pre")){var r=e.split("</pre>"),o=r.pop();e="";for(var i=0;i<r.length;i++){var a=r[i],c=a.indexOf("<pre");if(-1!==c){var u="<pre wp-pre-tag-"+i+"></pre>";n.push([u,a.substr(c)+"</pre>"]),e+=a.substr(0,c)+u}else e+=a}e+=o}var l="(?:table|thead|tfoot|caption|col|colgroup|tbody|tr|td|th|div|dl|dd|dt|ul|ol|li|pre|form|map|area|blockquote|address|math|style|p|h[1-6]|hr|fieldset|legend|section|article|aside|hgroup|header|footer|nav|figure|figcaption|details|menu|summary)";-1!==(e=kn(e=(e=(e=(e=e.replace(/<br\s*\/?>\s*<br\s*\/?>/g,"\n\n")).replace(new RegExp("(<"+l+"[\\s/>])","g"),"\n\n$1")).replace(new RegExp("(</"+l+">)","g"),"$1\n\n")).replace(/\r\n|\r/g,"\n"),{"\n":" \x3c!-- wpnl --\x3e "})).indexOf("<option")&&(e=(e=e.replace(/\s*<option/g,"<option")).replace(/<\/option>\s*/g,"</option>")),-1!==e.indexOf("</object>")&&(e=(e=(e=e.replace(/(<object[^>]*>)\s*/g,"$1")).replace(/\s*<\/object>/g,"</object>")).replace(/\s*(<\/?(?:param|embed)[^>]*>)\s*/g,"$1")),-1===e.indexOf("<source")&&-1===e.indexOf("<track")||(e=(e=(e=e.replace(/([<\[](?:audio|video)[^>\]]*[>\]])\s*/g,"$1")).replace(/\s*([<\[]\/(?:audio|video)[>\]])/g,"$1")).replace(/\s*(<(?:source|track)[^>]*>)\s*/g,"$1")),-1!==e.indexOf("<figcaption")&&(e=(e=e.replace(/\s*(<figcaption[^>]*>)/,"$1")).replace(/<\/figcaption>\s*/,"</figcaption>"));var s=(e=e.replace(/\n\n+/g,"\n\n")).split(/\n\s*\n/).filter(Boolean);return e="",s.forEach((function(t){e+="<p>"+t.replace(/^\n*|\n*$/g,"")+"</p>\n"})),e=(e=(e=(e=(e=(e=(e=(e=e.replace(/<p>\s*<\/p>/g,"")).replace(/<p>([^<]+)<\/(div|address|form)>/g,"<p>$1</p></$2>")).replace(new RegExp("<p>\\s*(</?"+l+"[^>]*>)\\s*</p>","g"),"$1")).replace(/<p>(<li.+?)<\/p>/g,"$1")).replace(/<p><blockquote([^>]*)>/gi,"<blockquote$1><p>")).replace(/<\/blockquote><\/p>/g,"</p></blockquote>")).replace(new RegExp("<p>\\s*(</?"+l+"[^>]*>)","g"),"$1")).replace(new RegExp("(</?"+l+"[^>]*>)\\s*</p>","g"),"$1"),t&&(e=(e=(e=(e=e.replace(/<(script|style).*?<\/\\1>/g,(function(e){return e[0].replace(/\n/g,"<WPPreserveNewline />")}))).replace(/<br>|<br\/>/g,"<br />")).replace(/(<br \/>)?\s*\n/g,(function(e,t){return t?e:"<br />\n"}))).replace(/<WPPreserveNewline \/>/g,"\n")),e=(e=(e=e.replace(new RegExp("(</?"+l+"[^>]*>)\\s*<br />","g"),"$1")).replace(/<br \/>(\s*<\/?(?:p|li|div|dl|dd|dt|th|pre|td|ul|ol)[^>]*>)/g,"$1")).replace(/\n<\/p>$/g,"</p>"),n.forEach((function(t){var n=Object(x.a)(t,2),r=n[0],o=n[1];e=e.replace(r,o)})),-1!==e.indexOf("\x3c!-- wpnl --\x3e")&&(e=e.replace(/\s?<!-- wpnl -->\s?/g,"\n")),e}(i).trim());var s=sn(l);if(!s){var f={attrs:n,blockName:t,innerBlocks:o,innerContent:a},d=go(f,{isCommentDelimited:!1}),p=go(f,{isCommentDelimited:!0});l&&(i=p),n={originalName:t,originalContent:p,originalUndelimitedContent:d},s=sn(l=u)}o=(o=o.map(bo)).filter((function(e){return e}));var h=l===c||l===u;if(s&&(i||!h)){var m=fn(l,mo(s,i,n),o);if(!h){var b=Jr(s,m.attributes,i),g=b.isValid,y=b.validationIssues;m.isValid=g,m.validationIssues=y}return m.originalContent=m.originalContent||i,(m=function(e,t){var n=sn(e.name),r=n.deprecated;if(!r||!r.length)return e;for(var o=e,i=o.originalContent,a=o.innerBlocks,c=0;c<r.length;c++){var u=r[c].isEligible,l=void 0===u?v.stubFalse:u;if(!e.isValid||l(t,a)){var s=Object.assign(Object(v.omit)(n,cn),r[c]),f=mo(s,i,t),d=Jr(s,f,i),p=d.isValid,h=d.validationIssues;if(p){var m=a,b=s.migrate;if(b){var g=Object(v.castArray)(b(f,a)),y=Object(x.a)(g,2),_=y[0];f=void 0===_?t:_;var w=y[1];m=void 0===w?a:w}e=fo({},e,{attributes:f,innerBlocks:m,isValid:!0})}else e=fo({},e,{validationIssues:[].concat(Object(le.a)(Object(v.get)(e,"validationIssues",[])),Object(le.a)(h))})}}return e}(m,n)).validationIssues&&m.validationIssues.length>0&&(m.isValid?console.info("Block successfully updated for `%s` (%o).\n\nNew content generated by `save` function:\n\n%s\n\nContent retrieved from post body:\n\n%s",s.name,s,jr(s,m.attributes),m.originalContent):m.validationIssues.forEach((function(e){var t=e.log,n=e.args;return t.apply(void 0,Object(le.a)(n))}))),m}}function go(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.isCommentDelimited,r=void 0===n||n,o=e.blockName,i=e.attrs,a=void 0===i?{}:i,c=e.innerBlocks,u=void 0===c?[]:c,l=e.innerContent,s=void 0===l?[]:l,f=0,d=s.map((function(e){return null!==e?e:go(u[f++],t)})).join("\n").replace(/\n+/g,"\n").trim();return r?Mr(o,a,d):d}var yo;yo=function(e){bn=e,gn=0,yn=[],_n=[],On.lastIndex=0;do{}while(jn());return yn};function _o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function wo(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?_o(Object(n),!0).forEach((function(t){Object(re.a)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):_o(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var ko={strong:{},em:{},s:{},del:{},ins:{},a:{attributes:["href","target","rel"]},code:{},abbr:{attributes:["title"]},sub:{},sup:{},br:{},small:{},q:{attributes:["cite"]},dfn:{attributes:["title"]},data:{attributes:["value"]},time:{attributes:["datetime"]},var:{},samp:{},kbd:{},i:{},b:{},u:{},mark:{},ruby:{},rt:{},rp:{},bdi:{attributes:["dir"]},bdo:{attributes:["dir"]},wbr:{},"#text":{}};Object(v.without)(Object.keys(ko),"#text","br").forEach((function(e){ko[e].children=Object(v.omit)(ko,e)}));wo({},ko,{},{audio:{attributes:["src","preload","autoplay","mediagroup","loop","muted"]},canvas:{attributes:["width","height"]},embed:{attributes:["src","type","width","height"]},img:{attributes:["alt","src","srcset","usemap","ismap","width","height"]},object:{attributes:["data","type","name","usemap","form","width","height"]},video:{attributes:["src","poster","preload","autoplay","mediagroup","loop","muted","controls","width","height"]}});var Oo=window.Node;Oo.ELEMENT_NODE,Oo.TEXT_NODE;var zo=window.Node;zo.ELEMENT_NODE,zo.TEXT_NODE,window.Node.COMMENT_NODE;var xo=n(31);function jo(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,r=So(e);r.lastIndex=n;var o=r.exec(t);if(o){if("["===o[1]&&"]"===o[7])return jo(e,t,r.lastIndex);var i={index:o.index,content:o[0],shortcode:Mo(o)};return o[1]&&(i.content=i.content.slice(1),i.index++),o[7]&&(i.content=i.content.slice(0,-1)),i}}function So(e){return new RegExp("\\[(\\[?)("+e+")(?![\\w-])([^\\]\\/]*(?:\\/(?!\\])[^\\]\\/]*)*?)(?:(\\/)\\]|\\](?:([^\\[]*(?:\\[(?!\\/\\2\\])[^\\[]*)*)(\\[\\/\\2\\]))?)(\\]?)","g")}var Eo=n.n(xo)()((function(e){var t,n={},r=[],o=/([\w-]+)\s*=\s*"([^"]*)"(?:\s|$)|([\w-]+)\s*=\s*'([^']*)'(?:\s|$)|([\w-]+)\s*=\s*([^\s'"]+)(?:\s|$)|"([^"]*)"(?:\s|$)|'([^']*)'(?:\s|$)|(\S+)(?:\s|$)/g;for(e=e.replace(/[\u00a0\u200b]/g," ");t=o.exec(e);)t[1]?n[t[1].toLowerCase()]=t[2]:t[3]?n[t[3].toLowerCase()]=t[4]:t[5]?n[t[5].toLowerCase()]=t[6]:t[7]?r.push(t[7]):t[8]?r.push(t[8]):t[9]&&r.push(t[9]);return{named:n,numeric:r}}));function Mo(e){var t;return t=e[4]?"self-closing":e[6]?"closed":"single",new Co({tag:e[2],attrs:e[3],type:t,content:e[5]})}var Co=Object(v.extend)((function(e){var t=this;Object(v.extend)(this,Object(v.pick)(e||{},"tag","attrs","type","content"));var n=this.attrs;this.attrs={named:{},numeric:[]},n&&(Object(v.isString)(n)?this.attrs=Eo(n):Object(v.isEqual)(Object.keys(n),["named","numeric"])?this.attrs=n:Object(v.forEach)(n,(function(e,n){t.set(n,e)})))}),{next:jo,replace:function(e,t,n){return t.replace(So(e),(function(e,t,r,o,i,a,c,u){if("["===t&&"]"===u)return e;var l=n(Mo(arguments));return l?t+l+u:e}))},string:function(e){return new Co(e).string()},regexp:So,attrs:Eo,fromMatch:Mo});Object(v.extend)(Co.prototype,{get:function(e){return this.attrs[Object(v.isNumber)(e)?"numeric":"named"][e]},set:function(e,t){return this.attrs[Object(v.isNumber)(e)?"numeric":"named"][e]=t,this},string:function(){var e="["+this.tag;return Object(v.forEach)(this.attrs.numeric,(function(t){/\s/.test(t)?e+=' "'+t+'"':e+=" "+t})),Object(v.forEach)(this.attrs.named,(function(t,n){e+=" "+n+'="'+t+'"'})),"single"===this.type?e+"]":"self-closing"===this.type?e+" /]":(e+="]",this.content&&(e+=this.content),e+"[/"+this.tag+"]")}});window.Node.COMMENT_NODE;window.parseInt;var To=window.URL;To.createObjectURL,To.revokeObjectURL;var Po=window,Ho=(Po.atob,Po.File,n(53));new(n.n(Ho).a.Converter)({noHeaderId:!0,tables:!0,literalMidWordUnderscores:!0,omitExtraWLInCodeBlocks:!0,simpleLineBreaks:!0,strikethrough:!0});window.console;var Vo=n(54);n(55),n(79),Object(lt.b)("paid","Short label appearing near a block requiring a paid plan","jetpack"),Object(lt.a)("beta","jetpack"),Vo.beta;Object(lt.a)("Upgrade your plan to use video covers","jetpack"),Object(lt.a)("Upgrade your plan to upload audio","jetpack");Object(lt.a)("Premium Block","jetpack");var Lo=Object(lt.a)("Upgrade your plan to use this premium block","jetpack"),Ao=Object(lt.a)("Upgrade","jetpack"),No=(n(82),Object(u.renderToStaticMarkup)(Object(c.createElement)(st,{checkoutUrl:"#checkoutUrl#",description:"#description#",buttonText:"#buttonText#"}))),Io=Object(u.renderToStaticMarkup)(Object(c.createElement)(st,{checkoutUrl:"#checkoutUrl#",description:Lo,buttonText:Ao}));t.default=function(){return{"frontend-nudge.html":No,"upgrade-nudge.html":Io}}},,,,function(e,t,n){"use strict";!function e(){if("undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE){0;try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(t){console.error(t)}}}(),e.exports=n(62)}]);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
_inc/blocks/components.rtl.css DELETED
@@ -1 +0,0 @@
1
- .jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper{display:flex;justify-content:space-between;align-items:center;font-size:14px;height:48px;background:#000;padding:0 20px;border-radius:2px;box-shadow:inset 0 0 1px #fff}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .banner-description,.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .banner-title{color:#fff}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__description,.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__title{margin-left:10px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button{flex-shrink:0;line-height:1;margin-right:auto;height:28px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary{background:#e34c84;color:#fff}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover{background:#eb6594}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary.is-busy{background-size:100px 100%;background-image:linear-gradient(45deg,#e34c84 28%,#ab235a 0,#ab235a 72%,#e34c84 0)}.jetpack-upgrade-plan-banner.block-editor-block-list__block{margin-top:0;margin-bottom:0}.jetpack-upgrade-plan-banner.wp-block[data-align=left],.jetpack-upgrade-plan-banner.wp-block[data-align=right]{height:48px}.jetpack-upgrade-plan-banner.wp-block[data-align=left] .jetpack-upgrade-plan-banner__wrapper,.jetpack-upgrade-plan-banner.wp-block[data-align=right] .jetpack-upgrade-plan-banner__wrapper{max-width:580px;width:100%}.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive>*{pointer-events:auto;-webkit-user-select:auto;-ms-user-select:auto;user-select:auto}.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive:after{content:none}.block-editor-warning{border:1px solid #ddd;padding:10px 14px}.block-editor-warning .block-editor-warning__message{line-height:1.4;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.block-editor-warning .block-editor-warning__actions .components-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:inherit;text-decoration:none}
 
_inc/blocks/contact-info/view.asset.php DELETED
@@ -1 +0,0 @@
1
- <?php return array('dependencies' => array('wp-polyfill'), 'version' => 'de7203a85b33487bea23ffef863fea52');
 
_inc/blocks/contact-info/view.css DELETED
@@ -1 +0,0 @@
1
- .wp-block-jetpack-contact-info{margin-bottom:1.5em}
 
_inc/blocks/contact-info/view.js DELETED
@@ -1 +0,0 @@
1
- !function(e,t){for(var n in t)e[n]=t[n]}(window,function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=408)}({184:function(e,t,n){},408:function(e,t,n){n(53),e.exports=n(409)},409:function(e,t,n){"use strict";n.r(t);n(184)},49:function(e,t,n){"object"==typeof window&&window.Jetpack_Block_Assets_Base_Url&&window.Jetpack_Block_Assets_Base_Url.url&&(n.p=window.Jetpack_Block_Assets_Base_Url.url)},53:function(e,t,n){"use strict";n.r(t);n(49)}}));
 
_inc/blocks/contact-info/view.rtl.css DELETED
@@ -1 +0,0 @@
1
- .wp-block-jetpack-contact-info{margin-bottom:1.5em}
 
_inc/blocks/dialogue/view.asset.php DELETED
@@ -1 +0,0 @@
1
- <?php return array('dependencies' => array('wp-data', 'wp-dom-ready', 'wp-polyfill'), 'version' => '5f0f1e6993fea80b726dbc90d340e661');
 
_inc/blocks/dialogue/view.css DELETED
@@ -1 +0,0 @@
1
- .wp-block-jetpack-dialogue{margin-top:20px;margin-bottom:20px}.wp-block-jetpack-dialogue .wp-block-jetpack-dialogue__meta{display:flex;flex-direction:row;align-items:center;min-height:38px}.wp-block-jetpack-dialogue .wp-block-jetpack-dialogue__participant{font-size:inherit;padding:0;line-height:17px;line-height:var(--global--line-height-body);overflow-wrap:anywhere;color:inherit}.wp-block-jetpack-dialogue .wp-block-jetpack-dialogue__timestamp-label{margin-right:0;padding:6px 12px;text-align:right;font-size:16px;white-space:nowrap;color:inherit;margin-left:5px}.wp-block-jetpack-dialogue__participant{padding:3px 0;height:auto;line-height:1.2}.wp-block-jetpack-dialogue__participant.has-bold-style{font-weight:700}.wp-block-jetpack-dialogue__participant.has-italic-style{font-style:italic}.wp-block-jetpack-dialogue__participant.has-uppercase-style{text-transform:uppercase}.block-editor-block-list__block .wp-block-jetpack-dialogue__content{margin:0 0 1em}@media (min-width:600px){.wp-block-jetpack-conversation.is-style-column .wp-block-jetpack-dialogue{display:flex}.wp-block-jetpack-conversation.is-style-column .wp-block-jetpack-dialogue .wp-block-jetpack-dialogue__meta{display:block;flex:0 0 25%;text-align:right}.wp-block-jetpack-conversation.is-style-column .wp-block-jetpack-dialogue .wp-block-jetpack-dialogue__participant{margin-right:12px}.wp-block-jetpack-conversation.is-style-column .wp-block-jetpack-dialogue .components-dropdown,.wp-block-jetpack-conversation.is-style-column .wp-block-jetpack-dialogue .wp-block-jetpack-dialogue__timestamp-dropdown{display:block}}body.no-media-source .wp-block-jetpack-dialogue__timestamp-label{display:none}
 
_inc/blocks/dialogue/view.js DELETED
@@ -1 +0,0 @@
1
- !function(e,t){for(var n in t)e[n]=t[n]}(window,function(e){var t={};function n(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(o,r,function(t){return e[t]}.bind(null,r));return o},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=466)}({10:function(e,t){!function(){e.exports=this.wp.data}()},364:function(e,t,n){},466:function(e,t,n){n(53),e.exports=n(467)},467:function(e,t,n){"use strict";n.r(t);var o=n(55),r=n.n(o),i=n(10),u=(n(364),"jetpack/media-source");r()((function(){var e,t,n=null===(e=Object(i.select)(u))||void 0===e?void 0:e.getDefaultMediaSource();n||(null===(t=document)||void 0===t||t.body.classList.add("no-media-source"));document.body.addEventListener("click",(function(e){var t,o,r,c,l;if(null==e||null===(t=e.target)||void 0===t||null===(o=t.classList)||void 0===o?void 0:o.contains("wp-block-jetpack-dialogue__timestamp_link")){var a=null===(r=e.target)||void 0===r||null===(c=r.href)||void 0===c||null===(l=c.split("#"))||void 0===l?void 0:l[1];a&&n&&(e.preventDefault(),Object(i.dispatch)(u).setMediaSourceCurrentTime(n.id,a),Object(i.dispatch)(u).playMediaSource(n.id,a))}}))}))},49:function(e,t,n){"object"==typeof window&&window.Jetpack_Block_Assets_Base_Url&&window.Jetpack_Block_Assets_Base_Url.url&&(n.p=window.Jetpack_Block_Assets_Base_Url.url)},53:function(e,t,n){"use strict";n.r(t);n(49)},55:function(e,t){!function(){e.exports=this.wp.domReady}()}}));
 
_inc/blocks/dialogue/view.rtl.css DELETED
@@ -1 +0,0 @@
1
- .wp-block-jetpack-dialogue{margin-top:20px;margin-bottom:20px}.wp-block-jetpack-dialogue .wp-block-jetpack-dialogue__meta{display:flex;flex-direction:row;align-items:center;min-height:38px}.wp-block-jetpack-dialogue .wp-block-jetpack-dialogue__participant{font-size:inherit;padding:0;line-height:17px;line-height:var(--global--line-height-body);overflow-wrap:anywhere;color:inherit}.wp-block-jetpack-dialogue .wp-block-jetpack-dialogue__timestamp-label{margin-left:0;padding:6px 12px;text-align:left;font-size:16px;white-space:nowrap;color:inherit;margin-right:5px}.wp-block-jetpack-dialogue__participant{padding:3px 0;height:auto;line-height:1.2}.wp-block-jetpack-dialogue__participant.has-bold-style{font-weight:700}.wp-block-jetpack-dialogue__participant.has-italic-style{font-style:italic}.wp-block-jetpack-dialogue__participant.has-uppercase-style{text-transform:uppercase}.block-editor-block-list__block .wp-block-jetpack-dialogue__content{margin:0 0 1em}@media (min-width:600px){.wp-block-jetpack-conversation.is-style-column .wp-block-jetpack-dialogue{display:flex}.wp-block-jetpack-conversation.is-style-column .wp-block-jetpack-dialogue .wp-block-jetpack-dialogue__meta{display:block;flex:0 0 25%;text-align:left}.wp-block-jetpack-conversation.is-style-column .wp-block-jetpack-dialogue .wp-block-jetpack-dialogue__participant{margin-left:12px}.wp-block-jetpack-conversation.is-style-column .wp-block-jetpack-dialogue .components-dropdown,.wp-block-jetpack-conversation.is-style-column .wp-block-jetpack-dialogue .wp-block-jetpack-dialogue__timestamp-dropdown{display:block}}body.no-media-source .wp-block-jetpack-dialogue__timestamp-label{display:none}
 
_inc/blocks/donations/view.asset.php DELETED
@@ -1 +0,0 @@
1
- <?php return array('dependencies' => array('lodash', 'moment', 'react', 'wp-dom-ready', 'wp-keycodes', 'wp-polyfill', 'wp-url'), 'version' => '72d42c8933caea684fe49e83465ffe08');
 
_inc/blocks/donations/view.css DELETED
@@ -1 +0,0 @@
1
- .wp-block-jetpack-donations .donations__container{border:1px solid #ccc}.wp-block-jetpack-donations .donations__nav{display:flex;border-bottom:1px solid #ccc}.wp-block-jetpack-donations .donations__nav-item{font-weight:700;display:inline-block;flex:1;text-align:center;font-size:16px;padding:12px;border-left:1px solid #ccc;background:#fff;color:#1e1e1e;cursor:pointer}@media (min-width:600px){.wp-block-jetpack-donations .donations__nav-item{padding:16px 24px}}.wp-block-jetpack-donations .donations__nav-item:first-child{border-left:none}.wp-block-jetpack-donations .donations__nav-item.is-active{background:#007cba;color:#fff;cursor:default}.wp-block-jetpack-donations .donations__content{padding:16px}@media (min-width:600px){.wp-block-jetpack-donations .donations__content{padding:32px}}.wp-block-jetpack-donations .donations__content h4,.wp-block-jetpack-donations .donations__content p{margin:0 0 16px}@media (min-width:600px){.wp-block-jetpack-donations .donations__content h4,.wp-block-jetpack-donations .donations__content p{margin:0 0 24px}}.wp-block-jetpack-donations .donations__amounts{margin-bottom:16px;display:flex;flex-wrap:wrap}@media (min-width:600px){.wp-block-jetpack-donations .donations__amounts{margin:0 0 24px}}.wp-block-jetpack-donations .donations__amount{display:inline-block;padding:16px 24px;background-color:#fff;color:#1e1e1e;border:1px solid #ccc;margin-right:8px;margin-bottom:8px;font-weight:600;font-size:16px;white-space:nowrap}.wp-block-jetpack-donations .donations__amount.has-error{box-shadow:0 0 0 1px #fff,0 0 0 3px #d94f4f;outline:2px solid transparent;outline-offset:-2px}.wp-block-jetpack-donations .donations__custom-amount .donations__amount-value{margin-left:4px;min-width:60px}.wp-block-jetpack-donations .donations__separator{margin-bottom:16px;margin-top:16px}@media (min-width:600px){.wp-block-jetpack-donations .donations__separator{margin-bottom:32px;margin-top:32px}}.wp-block-jetpack-donations .donations__donate-button,.wp-block-jetpack-donations .donations__donate-button-wrapper{margin:0}.jetpack-memberships-modal #TB_title{display:none}#TB_window.jetpack-memberships-modal{background-color:transparent;background-image:url(https://s0.wp.com/i/loading/dark-200.gif);background-size:50px;background-repeat:no-repeat;background-position:center 150px;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;border:none;height:100%}#TB_window.jetpack-memberships-modal,.jetpack-memberships-modal #TB_iframeContent{margin:0!important;bottom:0;left:0;position:absolute;right:0;top:0;width:100%!important}.jetpack-memberships-modal #TB_iframeContent{height:100%!important}BODY.modal-open{overflow:hidden}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.wp-block-jetpack-donations .donations__container:not(.loaded){width:100%;height:200px;position:relative}.wp-block-jetpack-donations .donations__container:not(.loaded) *{display:none}.wp-block-jetpack-donations .donations__container:not(.loaded):before{content:"";background-color:#949494;width:18px;height:18px;opacity:.7;border-radius:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wp-block-jetpack-donations .donations__container:not(.loaded):after{content:"";background-color:#fff;width:4px;height:4px;border-radius:100%;position:absolute;top:50%;left:50%;margin-left:-6px;margin-top:-6px;transform-origin:6px 6px;animation:spinner 1s linear infinite}.wp-block-jetpack-donations .donations__tab.is-annual .donations__monthly-item,.wp-block-jetpack-donations .donations__tab.is-annual .donations__one-time-item,.wp-block-jetpack-donations .donations__tab.is-monthly .donations__annual-item,.wp-block-jetpack-donations .donations__tab.is-monthly .donations__one-time-item,.wp-block-jetpack-donations .donations__tab.is-one-time .donations__annual-item,.wp-block-jetpack-donations .donations__tab.is-one-time .donations__monthly-item{display:none}.wp-block-jetpack-donations .donations__amount{cursor:pointer}.wp-block-jetpack-donations .donations__amount.is-selected{box-shadow:0 0 0 1px #fff,0 0 0 3px #007cba;outline:2px solid transparent;outline-offset:-2px}.wp-block-jetpack-donations .donations__custom-amount{cursor:text}.wp-block-jetpack-donations .donations__custom-amount .donations__amount-value{white-space:pre-wrap;display:inline-block;text-align:left}.wp-block-jetpack-donations .donations__custom-amount .donations__amount-value:empty:after{content:attr(data-empty-text);color:#ccc}.wp-block-jetpack-donations .donations__custom-amount .donations__amount-value:focus{outline:none}.wp-block-jetpack-donations .donations__donate-button.is-disabled{pointer-events:none;opacity:.2}
 
_inc/blocks/donations/view.js DELETED
@@ -1,13 +0,0 @@
1
- !function(t,e){for(var n in e)t[n]=e[n]}(window,function(t){var e={};function n(r){if(e[r])return e[r].exports;var i=e[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)n.d(r,i,function(e){return t[e]}.bind(null,i));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=410)}({101:function(t,e,n){var r=n(4);t.exports=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?Object(arguments[e]):{},i=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(i=i.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),i.forEach((function(e){r(t,e,n[e])}))}return t}},107:function(t,e){function n(e){return"function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?t.exports=n=function(t){return typeof t}:t.exports=n=function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(e)}t.exports=n},108:function(t,e){function n(e,r){return t.exports=n=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},n(e,r)}t.exports=n},109:function(t,e){var n=1e3,r=6e4,i=60*r,o=24*i;function s(t,e,n,r){var i=e>=1.5*n;return Math.round(t/n)+" "+r+(i?"s":"")}t.exports=function(t,e){e=e||{};var a=typeof t;if("string"===a&&t.length>0)return function(t){if((t=String(t)).length>100)return;var e=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(t);if(!e)return;var s=parseFloat(e[1]);switch((e[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*s;case"weeks":case"week":case"w":return 6048e5*s;case"days":case"day":case"d":return s*o;case"hours":case"hour":case"hrs":case"hr":case"h":return s*i;case"minutes":case"minute":case"mins":case"min":case"m":return s*r;case"seconds":case"second":case"secs":case"sec":case"s":return s*n;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return s;default:return}}(t);if("number"===a&&isFinite(t))return e.long?function(t){var e=Math.abs(t);if(e>=o)return s(t,e,o,"day");if(e>=i)return s(t,e,i,"hour");if(e>=r)return s(t,e,r,"minute");if(e>=n)return s(t,e,n,"second");return t+" ms"}(t):function(t){var e=Math.abs(t);if(e>=o)return Math.round(t/o)+"d";if(e>=i)return Math.round(t/i)+"h";if(e>=r)return Math.round(t/r)+"m";if(e>=n)return Math.round(t/n)+"s";return t+"ms"}(t);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(t))}},115:function(t,e,n){"use strict";function r(t){return function(){return t}}var i=function(){};i.thatReturns=r,i.thatReturnsFalse=r(!1),i.thatReturnsTrue=r(!0),i.thatReturnsNull=r(null),i.thatReturnsThis=function(){return this},i.thatReturnsArgument=function(t){return t},t.exports=i},116:function(t,e){"function"==typeof Object.create?t.exports=function(t,e){e&&(t.super_=e,t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}))}:t.exports=function(t,e){if(e){t.super_=e;var n=function(){};n.prototype=e.prototype,t.prototype=new n,t.prototype.constructor=t}}},117:function(t,e){function n(t,e){if(!t)throw new Error(e||"Assertion failed")}t.exports=n,n.equal=function(t,e,n){if(t!=e)throw new Error(n||"Assertion failed: "+t+" != "+e)}},118:function(t,e,n){"use strict";function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}e.log=function(){var t;return"object"===("undefined"==typeof console?"undefined":r(console))&&console.log&&(t=console).log.apply(t,arguments)},e.formatArgs=function(e){if(e[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+e[0]+(this.useColors?"%c ":" ")+"+"+t.exports.humanize(this.diff),!this.useColors)return;var n="color: "+this.color;e.splice(1,0,n,"color: inherit");var r=0,i=0;e[0].replace(/%[a-zA-Z%]/g,(function(t){"%%"!==t&&(r++,"%c"===t&&(i=r))})),e.splice(i,0,n)},e.save=function(t){try{t?e.storage.setItem("debug",t):e.storage.removeItem("debug")}catch(n){}},e.load=function(){var t;try{t=e.storage.getItem("debug")}catch(n){}!t&&"undefined"!=typeof process&&"env"in process&&(t=process.env.DEBUG);return t},e.useColors=function(){if("undefined"!=typeof window&&window.process&&("renderer"===window.process.type||window.process.__nwjs))return!0;if("undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},e.storage=function(){try{return localStorage}catch(t){}}(),e.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.exports=n(185)(e),t.exports.formatters.j=function(t){try{return JSON.stringify(t)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},119:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=a(n(19)),o=a(n(186)),s=a(n(189));function a(t){return t&&t.__esModule?t:{default:t}}var c=void 0;function l(t,e){var n,s,a,u,p,h,f,m,g=[],d={};for(h=0;h<t.length;h++)if("string"!==(p=t[h]).type){if(!e.hasOwnProperty(p.value)||void 0===e[p.value])throw new Error("Invalid interpolation, missing component node: `"+p.value+"`");if("object"!==r(e[p.value]))throw new Error("Invalid interpolation, component node must be a ReactElement or null: `"+p.value+"`","\n> "+c);if("componentClose"===p.type)throw new Error("Missing opening component token: `"+p.value+"`");if("componentOpen"===p.type){n=e[p.value],a=h;break}g.push(e[p.value])}else g.push(p.value);return n&&(u=function(t,e){var n,r,i=e[t],o=0;for(r=t+1;r<e.length;r++)if((n=e[r]).value===i.value){if("componentOpen"===n.type){o++;continue}if("componentClose"===n.type){if(0===o)return r;o--}}throw new Error("Missing closing component token `"+i.value+"`")}(a,t),f=l(t.slice(a+1,u),e),s=i.default.cloneElement(n,{},f),g.push(s),u<t.length-1&&(m=l(t.slice(u+1),e),g=g.concat(m))),1===g.length?g[0]:(g.forEach((function(t,e){t&&(d["interpolation-child-"+e]=t)})),(0,o.default)(d))}e.default=function(t){var e=t.mixedString,n=t.components,i=t.throwErrors;if(c=e,!n)return e;if("object"!==(void 0===n?"undefined":r(n))){if(i)throw new Error("Interpolation Error: unable to process `"+e+"` because components is not an object");return e}var o=(0,s.default)(e);try{return l(o,n)}catch(a){if(i)throw new Error("Interpolation Error: unable to process `"+e+"` because of error `"+a.message+"`");return e}}},12:function(t,e){t.exports=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}},120:function(t,e,n){var r=n(75),i=n(116);function o(t){if(!(this instanceof o))return new o(t);"number"==typeof t&&(t={max:t}),t||(t={}),r.EventEmitter.call(this),this.cache={},this.head=this.tail=null,this.length=0,this.max=t.max||1e3,this.maxAge=t.maxAge||0}t.exports=o,i(o,r.EventEmitter),Object.defineProperty(o.prototype,"keys",{get:function(){return Object.keys(this.cache)}}),o.prototype.clear=function(){this.cache={},this.head=this.tail=null,this.length=0},o.prototype.remove=function(t){if("string"!=typeof t&&(t=""+t),this.cache.hasOwnProperty(t)){var e=this.cache[t];return delete this.cache[t],this._unlink(t,e.prev,e.next),e.value}},o.prototype._unlink=function(t,e,n){this.length--,0===this.length?this.head=this.tail=null:this.head===t?(this.head=e,this.cache[this.head].next=null):this.tail===t?(this.tail=n,this.cache[this.tail].prev=null):(this.cache[e].next=n,this.cache[n].prev=e)},o.prototype.peek=function(t){if(this.cache.hasOwnProperty(t)){var e=this.cache[t];if(this._checkAge(t,e))return e.value}},o.prototype.set=function(t,e){var n;if("string"!=typeof t&&(t=""+t),this.cache.hasOwnProperty(t)){if((n=this.cache[t]).value=e,this.maxAge&&(n.modified=Date.now()),t===this.head)return e;this._unlink(t,n.prev,n.next)}else n={value:e,modified:0,next:null,prev:null},this.maxAge&&(n.modified=Date.now()),this.cache[t]=n,this.length===this.max&&this.evict();return this.length++,n.next=null,n.prev=this.head,this.head&&(this.cache[this.head].next=t),this.head=t,this.tail||(this.tail=t),e},o.prototype._checkAge=function(t,e){return!(this.maxAge&&Date.now()-e.modified>this.maxAge)||(this.remove(t),this.emit("evict",{key:t,value:e.value}),!1)},o.prototype.get=function(t){if("string"!=typeof t&&(t=""+t),this.cache.hasOwnProperty(t)){var e=this.cache[t];if(this._checkAge(t,e))return this.head!==t&&(t===this.tail?(this.tail=e.next,this.cache[this.tail].prev=null):this.cache[e.prev].next=e.next,this.cache[e.next].prev=e.prev,this.cache[this.head].next=t,e.prev=this.head,e.next=null,this.head=t),e.value}},o.prototype.evict=function(){if(this.tail){var t=this.tail,e=this.remove(this.tail);this.emit("evict",{key:t,value:e})}}},121:function(t,e,n){"use strict";var r=n(94),i=n(190),o=n(191),s=r.rotl32,a=r.sum32,c=r.sum32_5,l=o.ft_1,u=i.BlockHash,p=[1518500249,1859775393,2400959708,3395469782];function h(){if(!(this instanceof h))return new h;u.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.W=new Array(80)}r.inherits(h,u),t.exports=h,h.blockSize=512,h.outSize=160,h.hmacStrength=80,h.padLength=64,h.prototype._update=function(t,e){for(var n=this.W,r=0;r<16;r++)n[r]=t[e+r];for(;r<n.length;r++)n[r]=s(n[r-3]^n[r-8]^n[r-14]^n[r-16],1);var i=this.h[0],o=this.h[1],u=this.h[2],h=this.h[3],f=this.h[4];for(r=0;r<n.length;r++){var m=~~(r/20),g=c(s(i,5),l(m,o,u,h),f,n[r],p[m]);f=h,h=u,u=s(o,30),o=i,i=g}this.h[0]=a(this.h[0],i),this.h[1]=a(this.h[1],o),this.h[2]=a(this.h[2],u),this.h[3]=a(this.h[3],h),this.h[4]=a(this.h[4],f)},h.prototype._digest=function(t){return"hex"===t?r.toHex32(this.h,"big"):r.split32(this.h,"big")}},13:function(t,e,n){var r=n(107),i=n(6);t.exports=function(t,e){return!e||"object"!==r(e)&&"function"!=typeof e?i(t):e}},14:function(t,e){function n(e){return t.exports=n=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},n(e)}t.exports=n},15:function(t,e,n){var r=n(108);t.exports=function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&r(t,e)}},16:function(t,e){function n(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}t.exports=function(t,e,r){return e&&n(t.prototype,e),r&&n(t,r),t}},185:function(t,e,n){"use strict";t.exports=function(t){function e(t){for(var e=0,n=0;n<t.length;n++)e=(e<<5)-e+t.charCodeAt(n),e|=0;return r.colors[Math.abs(e)%r.colors.length]}function r(t){var n;function s(){if(s.enabled){for(var t=arguments.length,e=new Array(t),i=0;i<t;i++)e[i]=arguments[i];var o=s,a=Number(new Date),c=a-(n||a);o.diff=c,o.prev=n,o.curr=a,n=a,e[0]=r.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");var l=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,(function(t,n){if("%%"===t)return t;l++;var i=r.formatters[n];if("function"==typeof i){var s=e[l];t=i.call(o,s),e.splice(l,1),l--}return t})),r.formatArgs.call(o,e);var u=o.log||r.log;u.apply(o,e)}}return s.namespace=t,s.enabled=r.enabled(t),s.useColors=r.useColors(),s.color=e(t),s.destroy=i,s.extend=o,"function"==typeof r.init&&r.init(s),r.instances.push(s),s}function i(){var t=r.instances.indexOf(this);return-1!==t&&(r.instances.splice(t,1),!0)}function o(t,e){return r(this.namespace+(void 0===e?":":e)+t)}return r.debug=r,r.default=r,r.coerce=function(t){if(t instanceof Error)return t.stack||t.message;return t},r.disable=function(){r.enable("")},r.enable=function(t){var e;r.save(t),r.names=[],r.skips=[];var n=("string"==typeof t?t:"").split(/[\s,]+/),i=n.length;for(e=0;e<i;e++)n[e]&&("-"===(t=n[e].replace(/\*/g,".*?"))[0]?r.skips.push(new RegExp("^"+t.substr(1)+"$")):r.names.push(new RegExp("^"+t+"$")));for(e=0;e<r.instances.length;e++){var o=r.instances[e];o.enabled=r.enabled(o.namespace)}},r.enabled=function(t){if("*"===t[t.length-1])return!0;var e,n;for(e=0,n=r.skips.length;e<n;e++)if(r.skips[e].test(t))return!1;for(e=0,n=r.names.length;e<n;e++)if(r.names[e].test(t))return!0;return!1},r.humanize=n(109),Object.keys(t).forEach((function(e){r[e]=t[e]})),r.instances=[],r.names=[],r.skips=[],r.formatters={},r.selectColor=e,r.enable(r.load()),r}},186:function(t,e,n){"use strict";var r=n(19),i="function"==typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,o=n(115),s=n(187),a=n(188),c="function"==typeof Symbol&&Symbol.iterator;function l(t,e){return t&&"object"==typeof t&&null!=t.key?(n=t.key,r={"=":"=0",":":"=2"},"$"+(""+n).replace(/[=:]/g,(function(t){return r[t]}))):e.toString(36);var n,r}function u(t,e,n,r){var o,a=typeof t;if("undefined"!==a&&"boolean"!==a||(t=null),null===t||"string"===a||"number"===a||"object"===a&&t.$$typeof===i)return n(r,t,""===e?"."+l(t,0):e),1;var p=0,h=""===e?".":e+":";if(Array.isArray(t))for(var f=0;f<t.length;f++)p+=u(o=t[f],h+l(o,f),n,r);else{var m=function(t){var e=t&&(c&&t[c]||t["@@iterator"]);if("function"==typeof e)return e}(t);if(m){0;for(var g,d=m.call(t),y=0;!(g=d.next()).done;)p+=u(o=g.value,h+l(o,y++),n,r)}else if("object"===a){0;var b=""+t;s(!1,"Objects are not valid as a React child (found: %s).%s","[object Object]"===b?"object with keys {"+Object.keys(t).join(", ")+"}":b,"")}}return p}var p=/\/+/g;function h(t){return(""+t).replace(p,"$&/")}var f,m,g=d,d=function(t){if(this.instancePool.length){var e=this.instancePool.pop();return this.call(e,t),e}return new this(t)},y=function(t){s(t instanceof this,"Trying to release an instance into a pool of a different type."),t.destructor(),this.instancePool.length<this.poolSize&&this.instancePool.push(t)};function b(t,e,n,r){this.result=t,this.keyPrefix=e,this.func=n,this.context=r,this.count=0}function v(t,e,n){var i,s,a=t.result,c=t.keyPrefix,l=t.func,u=t.context,p=l.call(u,e,t.count++);Array.isArray(p)?_(p,a,n,o.thatReturnsArgument):null!=p&&(r.isValidElement(p)&&(i=p,s=c+(!p.key||e&&e.key===p.key?"":h(p.key)+"/")+n,p=r.cloneElement(i,{key:s},void 0!==i.props?i.props.children:void 0)),a.push(p))}function _(t,e,n,r,i){var o="";null!=n&&(o=h(n)+"/");var s=b.getPooled(e,o,r,i);!function(t,e,n){null==t||u(t,"",e,n)}(t,v,s),b.release(s)}b.prototype.destructor=function(){this.result=null,this.keyPrefix=null,this.func=null,this.context=null,this.count=0},f=function(t,e,n,r){if(this.instancePool.length){var i=this.instancePool.pop();return this.call(i,t,e,n,r),i}return new this(t,e,n,r)},(m=b).instancePool=[],m.getPooled=f||g,m.poolSize||(m.poolSize=10),m.release=y;t.exports=function(t){if("object"!=typeof t||!t||Array.isArray(t))return a(!1,"React.addons.createFragment only accepts a single object. Got: %s",t),t;if(r.isValidElement(t))return a(!1,"React.addons.createFragment does not accept a ReactElement without a wrapper object."),t;s(1!==t.nodeType,"React.addons.createFragment(...): Encountered an invalid child; DOM elements are not valid children of React components.");var e=[];for(var n in t)_(t[n],e,n,o.thatReturnsArgument);return e}},187:function(t,e,n){"use strict";t.exports=function(t,e,n,r,i,o,s,a){if(!t){var c;if(void 0===e)c=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var l=[n,r,i,o,s,a],u=0;(c=new Error(e.replace(/%s/g,(function(){return l[u++]})))).name="Invariant Violation"}throw c.framesToPop=1,c}}},188:function(t,e,n){"use strict";var r=n(115);t.exports=r},189:function(t,e,n){"use strict";function r(t){return t.match(/^\{\{\//)?{type:"componentClose",value:t.replace(/\W/g,"")}:t.match(/\/\}\}$/)?{type:"componentSelfClosing",value:t.replace(/\W/g,"")}:t.match(/^\{\{/)?{type:"componentOpen",value:t.replace(/\W/g,"")}:{type:"string",value:t}}t.exports=function(t){return t.split(/(\{\{\/?\s*\w+\s*\/?\}\})/g).map(r)}},19:function(t,e){!function(){t.exports=this.React}()},190:function(t,e,n){"use strict";var r=n(94),i=n(117);function o(){this.pending=null,this.pendingTotal=0,this.blockSize=this.constructor.blockSize,this.outSize=this.constructor.outSize,this.hmacStrength=this.constructor.hmacStrength,this.padLength=this.constructor.padLength/8,this.endian="big",this._delta8=this.blockSize/8,this._delta32=this.blockSize/32}e.BlockHash=o,o.prototype.update=function(t,e){if(t=r.toArray(t,e),this.pending?this.pending=this.pending.concat(t):this.pending=t,this.pendingTotal+=t.length,this.pending.length>=this._delta8){var n=(t=this.pending).length%this._delta8;this.pending=t.slice(t.length-n,t.length),0===this.pending.length&&(this.pending=null),t=r.join32(t,0,t.length-n,this.endian);for(var i=0;i<t.length;i+=this._delta32)this._update(t,i,i+this._delta32)}return this},o.prototype.digest=function(t){return this.update(this._pad()),i(null===this.pending),this._digest(t)},o.prototype._pad=function(){var t=this.pendingTotal,e=this._delta8,n=e-(t+this.padLength)%e,r=new Array(n+this.padLength);r[0]=128;for(var i=1;i<n;i++)r[i]=0;if(t<<=3,"big"===this.endian){for(var o=8;o<this.padLength;o++)r[i++]=0;r[i++]=0,r[i++]=0,r[i++]=0,r[i++]=0,r[i++]=t>>>24&255,r[i++]=t>>>16&255,r[i++]=t>>>8&255,r[i++]=255&t}else for(r[i++]=255&t,r[i++]=t>>>8&255,r[i++]=t>>>16&255,r[i++]=t>>>24&255,r[i++]=0,r[i++]=0,r[i++]=0,r[i++]=0,o=8;o<this.padLength;o++)r[i++]=0;return r}},191:function(t,e,n){"use strict";var r=n(94).rotr32;function i(t,e,n){return t&e^~t&n}function o(t,e,n){return t&e^t&n^e&n}function s(t,e,n){return t^e^n}e.ft_1=function(t,e,n,r){return 0===t?i(e,n,r):1===t||3===t?s(e,n,r):2===t?o(e,n,r):void 0},e.ch32=i,e.maj32=o,e.p32=s,e.s0_256=function(t){return r(t,2)^r(t,13)^r(t,22)},e.s1_256=function(t){return r(t,6)^r(t,11)^r(t,25)},e.g0_256=function(t){return r(t,7)^r(t,18)^t>>>3},e.g1_256=function(t){return r(t,17)^r(t,19)^t>>>10}},25:function(t,e){!function(){t.exports=this.wp.keycodes}()},28:function(t,e){!function(){t.exports=this.wp.url}()},3:function(t,e){!function(){t.exports=this.lodash}()},36:function(t,e,n){"use strict";n.d(e,"a",(function(){return tt}));var r=n(101),i=n.n(r),o=n(118),s=n.n(o),a=n(119),c=n.n(a),l=n(81),u=n.n(l),p=n(120),h=n.n(p),f=n(45),m=n.n(f),g=n(121),d=n.n(g),y=n(75);function b(t,e,n,r){t=(t+"").replace(/[^0-9+\-Ee.]/g,"");var i=isFinite(+t)?+t:0,o=isFinite(+e)?Math.abs(e):0,s=void 0===r?",":r,a=void 0===n?".":n,c="";return(c=(o?
2
- /*
3
- * Exposes number format capability
4
- *
5
- * @copyright Copyright (c) 2013 Kevin van Zonneveld (http://kvz.io) and Contributors (http://phpjs.org/authors).
6
- * @license See CREDITS.md
7
- * @see https://github.com/kvz/phpjs/blob/ffe1356af23a6f2512c84c954dd4e828e92579fa/functions/strings/number_format.js
8
- */
9
- function(t,e){var n=Math.pow(10,e);return""+(Math.round(t*n)/n).toFixed(e)}(i,o):""+Math.round(i)).split("."))[0].length>3&&(c[0]=c[0].replace(/\B(?=(?:\d{3})+(?!\d))/g,s)),(c[1]||"").length<o&&(c[1]=c[1]||"",c[1]+=new Array(o-c[1].length+1).join("0")),c.join(a)}var v=s()("i18n-calypso"),_=[function(t){return t}],w={};function x(){E.throwErrors&&"undefined"!=typeof window&&window.console&&window.console.warn&&window.console.warn.apply(window.console,arguments)}function C(t){return Array.prototype.slice.call(t)}function S(t){var e=t[0];("string"!=typeof e||t.length>3||t.length>2&&"object"==typeof t[1]&&"object"==typeof t[2])&&x("Deprecated Invocation: `translate()` accepts ( string, [string], [object] ). These arguments passed:",C(t),". See https://github.com/Automattic/i18n-calypso#translate-method"),2===t.length&&"string"==typeof e&&"string"==typeof t[1]&&x("Invalid Invocation: `translate()` requires an options object for plural translations, but passed:",C(t));for(var n={},r=0;r<t.length;r++)"object"==typeof t[r]&&(n=t[r]);if("string"==typeof e?n.original=e:"object"==typeof n.original&&(n.plural=n.original.plural,n.count=n.original.count,n.original=n.original.single),"string"==typeof t[1]&&(n.plural=t[1]),void 0===n.original)throw new Error("Translate called without a `string` value as first argument.");return n}function F(t,e){var n="gettext";e.context&&(n="p"+n),"string"==typeof e.original&&"string"==typeof e.plural&&(n="n"+n);var r=function(t,e){switch(t){case"gettext":return[e.original];case"ngettext":return[e.original,e.plural,e.count];case"npgettext":return[e.context,e.original,e.plural,e.count];case"pgettext":return[e.context,e.original]}return[]}(n,e);return t[n].apply(t,r)}function k(t,e){for(var n=_.length-1;n>=0;n--){var r=_[n](Object.assign({},e));if(t.state.locale[r.original])return F(t.state.jed,r)}return null}function E(){if(!(this instanceof E))return new E;this.defaultLocaleSlug="en",this.state={numberFormatSettings:{},jed:void 0,locale:void 0,localeSlug:void 0,translations:h()({max:100})},this.componentUpdateHooks=[],this.translateHooks=[],this.stateObserver=new y.EventEmitter,this.stateObserver.setMaxListeners(0),this.configure()}E.throwErrors=!1,E.prototype.moment=m.a,E.prototype.on=function(){var t;(t=this.stateObserver).on.apply(t,arguments)},E.prototype.off=function(){var t;(t=this.stateObserver).off.apply(t,arguments)},E.prototype.emit=function(){var t;(t=this.stateObserver).emit.apply(t,arguments)},E.prototype.numberFormat=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n="number"==typeof e?e:e.decimals||0,r=e.decPoint||this.state.numberFormatSettings.decimal_point||".",i=e.thousandsSep||this.state.numberFormatSettings.thousands_sep||",";return b(t,n,r,i)},E.prototype.configure=function(t){Object.assign(this,t||{}),this.setLocale()},E.prototype.setLocale=function(t){if(t&&t[""]&&t[""]["key-hash"]){var e=t[""]["key-hash"],n=function(t,e){var n=!1===e?"":String(e);if(void 0!==w[n+t])return w[n+t];var r=d()().update(t).digest("hex");return w[n+t]=e?r.substr(0,e):r},r=function(t){return function(e){return e.context?(e.original=n(e.context+String.fromCharCode(4)+e.original,t),delete e.context):e.original=n(e.original,t),e}};if("sha1"===e.substr(0,4))if(4===e.length)_.push(r(!1));else{var i=e.substr(5).indexOf("-");if(i<0){var o=Number(e.substr(5));_.push(r(o))}else for(var s=Number(e.substr(5,i)),a=Number(e.substr(6+i)),c=s;c<=a;c++)_.push(r(c))}}if(t&&t[""].localeSlug)if(t[""].localeSlug===this.state.localeSlug){if(t===this.state.locale)return;Object.assign(this.state.locale,t)}else this.state.locale=Object.assign({},t);else this.state.locale={"":{localeSlug:this.defaultLocaleSlug}};this.state.localeSlug=this.state.locale[""].localeSlug,this.state.jed=new u.a({locale_data:{messages:this.state.locale}}),m.a.locale(this.state.localeSlug),this.state.numberFormatSettings.decimal_point=F(this.state.jed,S(["number_format_decimals"])),this.state.numberFormatSettings.thousands_sep=F(this.state.jed,S(["number_format_thousands_sep"])),"number_format_decimals"===this.state.numberFormatSettings.decimal_point&&(this.state.numberFormatSettings.decimal_point="."),"number_format_thousands_sep"===this.state.numberFormatSettings.thousands_sep&&(this.state.numberFormatSettings.thousands_sep=","),this.state.translations.clear(),this.stateObserver.emit("change")},E.prototype.getLocale=function(){return this.state.locale},E.prototype.getLocaleSlug=function(){return this.state.localeSlug},E.prototype.addTranslations=function(t){for(var e in t)""!==e&&(this.state.jed.options.locale_data.messages[e]=t[e]);this.state.translations.clear(),this.stateObserver.emit("change")},E.prototype.hasTranslation=function(){return!!k(this,S(arguments))},E.prototype.translate=function(){var t,e=S(arguments),n=!e.components;if(n){try{t=JSON.stringify(e)}catch(a){n=!1}if(t){var r=this.state.translations.get(t);if(r)return r}}var i=k(this,e);if(i||(i=F(this.state.jed,e)),e.args){var o=Array.isArray(e.args)?e.args.slice(0):[e.args];o.unshift(i);try{i=u.a.sprintf.apply(u.a,o)}catch(l){if(!window||!window.console)return;var s=this.throwErrors?"error":"warn";"string"!=typeof l?window.console[s](l):window.console[s]("i18n sprintf error:",o)}}return e.components&&(i=c()({mixedString:i,components:e.components,throwErrors:this.throwErrors})),this.translateHooks.forEach((function(t){i=t(i,e)})),n&&this.state.translations.set(t,i),i},E.prototype.reRenderTranslations=function(){v("Re-rendering all translations due to external request"),this.state.translations.clear(),this.stateObserver.emit("change")},E.prototype.registerComponentUpdateHook=function(t){this.componentUpdateHooks.push(t)},E.prototype.registerTranslateHook=function(t){this.translateHooks.push(t)};var A,O,P=E,L=n(7),j=n.n(L),R=n(12),D=n.n(R),T=n(16),N=n.n(T),M=n(13),$=n.n(M),B=n(14),I=n.n(B),U=n(6),K=n.n(U),G=n(15),H=n.n(G),z=n(4),W=n.n(z),q=n(19),J=n.n(q),Z=n(9),V=n.n(Z),Y=new P,Q=(Y.moment,Y.numberFormat.bind(Y)),X=(Y.translate.bind(Y),Y.configure.bind(Y),Y.setLocale.bind(Y),Y.getLocale.bind(Y),Y.getLocaleSlug.bind(Y),Y.addTranslations.bind(Y),Y.reRenderTranslations.bind(Y),Y.registerComponentUpdateHook.bind(Y),Y.registerTranslateHook.bind(Y),Y.state,Y.stateObserver,Y.on.bind(Y),Y.off.bind(Y),Y.emit.bind(Y),O={moment:(A=Y).moment,numberFormat:A.numberFormat.bind(A),translate:A.translate.bind(A)},function(t){function e(){var e=t.translate.bind(t);return Object.defineProperty(e,"localeSlug",{get:t.getLocaleSlug.bind(t)}),e}}(Y),n(54));function tt(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=Object(X.b)(e);if(!r||isNaN(t))return null;var o=i()({},r,n),s=o.decimal,a=o.grouping,c=o.precision,l=o.symbol,u=t<0?"-":"",p=Q(Math.abs(t),{decimals:c,thousandsSep:a,decPoint:s});return"".concat(u).concat(l).concat(p)}},377:function(t,e,n){"use strict";function r(t){if("https://subscribe.wordpress.com"===t.origin&&t.data){var e=JSON.parse(t.data);e&&"close"===e.action&&(window.removeEventListener("message",r),tb_remove())}}n.d(e,"a",(function(){return i}));var i=function(t){Array.prototype.slice.call(document.querySelectorAll(t)).forEach((function(t){if("true"!==t.getAttribute("data-jetpack-memberships-button-initialized")){try{!function(t){t.addEventListener("click",(function(e){e.preventDefault();var n=t.getAttribute("href");window.scrollTo(0,0),tb_show(null,n+"&display=alternate&TB_iframe=true",null),window.addEventListener("message",r,!1),document.querySelector("#TB_window").classList.add("jetpack-memberships-modal"),window.scrollTo(0,0)}))}(t)}catch(e){console.error("Problem setting up Thickbox",e)}t.setAttribute("data-jetpack-memberships-button-initialized","true")}}))}},38:function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"a",(function(){return s})),n.d(e,"d",(function(){return a})),n.d(e,"c",(function(){return c})),n.d(e,"e",(function(){return l}));var r=n(54),i=n(3),o={USD:.5,AUD:.5,BRL:.5,CAD:.5,CHF:.5,DKK:2.5,EUR:.5,GBP:.3,HKD:4,INR:.5,JPY:50,MXN:10,NOK:3,NZD:.5,PLN:2,SEK:3,SGD:.5},s=Object.keys(o).map((function(t){var e=Object(r.b)(t).symbol;return{value:t,label:e===t?t:"".concat(t," ").concat(Object(i.trimEnd)(e,"."))}}));function a(t){return o[t]}function c(t,e){return!isNaN(e)&&e>=a(t)}function l(t,e){return t?"number"==typeof t?t:(t=parseFloat(t.replace(new RegExp("\\"+r.a[e].grouping,"g"),"").replace(new RegExp("\\"+r.a[e].decimal,"g"),".")),isNaN(t)?null:t):null}},4:function(t,e){t.exports=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}},410:function(t,e,n){n(53),t.exports=n(411)},411:function(t,e,n){"use strict";n.r(e);var r=n(7),i=n.n(r),o=n(12),s=n.n(o),a=n(16),c=n.n(a),l=n(36),u=n(55),p=n.n(u),h=n(25),f=n(28),m=n(38),g=n(377),d=(n(412),function(){function t(e){s()(this,t),this.block=e,this.amount=null,this.isCustomAmount=!1,this.interval="one-time",this.initNavigation(),this.handleCustomAmount(),this.handleChosenAmount(),this.block.querySelector(".donations__container").classList.add("loaded")}return c()(t,[{key:"getNavItem",value:function(t){return this.block.querySelector('.donations__nav-item[data-interval="'.concat(t,'"]'))}},{key:"resetSelectedAmount",value:function(){var t=this.block.querySelector(".donations__amount.is-selected");t&&t.classList.remove("is-selected")}},{key:"getDonateButton",value:function(){return this.block.querySelector(".donations__donate-button.".concat({"one-time":"donations__one-time-item","1 month":"donations__monthly-item","1 year":"donations__annual-item"}[this.interval]))}},{key:"toggleDonateButton",value:function(t){var e=this.getDonateButton();t?e.classList.remove("is-disabled"):e.classList.add("is-disabled")}},{key:"updateUrl",value:function(){var t=this.getDonateButton(),e=t.getAttribute("href");this.amount?t.setAttribute("href",Object(f.addQueryArgs)(e,i()({amount:this.amount},this.isCustomAmount&&{customAmount:!0}))):t.setAttribute("href",Object(f.removeQueryArgs)(e,"amount","customAmount"))}},{key:"updateAmountFromCustomAmountInput",value:function(){var t=this.block.querySelector(".donations__custom-amount .donations__amount-value"),e=this.block.querySelector(".donations__custom-amount"),n=t.innerHTML;if(!n)return this.amount=null,void this.toggleDonateButton(!1);var r=t.dataset.currency,i=Object(m.e)(n,r);i&&i>=Object(m.d)(r)?(e.classList.remove("has-error"),this.amount=i,this.toggleDonateButton(!0)):(e.classList.add("has-error"),this.amount=null,this.toggleDonateButton(!1)),this.updateUrl()}},{key:"initNavigation",value:function(){var t=this,e=this.block.querySelectorAll(".donations__nav-item"),n=this.block.querySelector(".donations__tab"),r={"one-time":"is-one-time","1 month":"is-monthly","1 year":"is-annual"},i=function(e){var i=t.interval,o=e.target.dataset.interval;t.interval=o;var s=t.getNavItem(i);s&&s.classList.remove("is-active");var a=t.getNavItem(o);a&&a.classList.add("is-active"),n.classList.remove(r[i]),n.classList.add(r[o]),t.amount=null,t.isCustomAmount=!1,t.resetSelectedAmount(),t.updateUrl(),t.toggleDonateButton(!1)};e.forEach((function(t){t.addEventListener("click",i),t.addEventListener("keydown",i)}));var o=this.getNavItem(this.interval);o&&o.classList.add("is-active"),n.classList.add(r[this.interval])}},{key:"handleCustomAmount",value:function(){var t=this,e=this.block.querySelector(".donations__custom-amount .donations__amount-value");if(e){var n=this.block.querySelector(".donations__custom-amount");e.setAttribute("contenteditable",""),e.addEventListener("keydown",(function(t){t.keyCode===h.ENTER&&t.preventDefault()})),e.addEventListener("focus",(function(){t.resetSelectedAmount(),n.classList.add("is-selected"),t.isCustomAmount||(t.isCustomAmount=!0,t.updateAmountFromCustomAmountInput())})),e.addEventListener("blur",(function(){t.isCustomAmount&&t.amount&&(e.innerHTML=Object(l.a)(t.amount,e.dataset.currency,{symbol:""}))})),e.addEventListener("input",(function(){return t.updateAmountFromCustomAmountInput()}))}}},{key:"handleChosenAmount",value:function(){var t=this;this.block.querySelectorAll(".donations__amount:not( .donations__custom-amount )").forEach((function(e){e.addEventListener("click",(function(e){t.resetSelectedAmount(),e.target.classList.add("is-selected"),t.amount=e.target.dataset.amount,t.isCustomAmount=!1;var n=t.block.querySelector(".donations__custom-amount");n&&n.classList.remove("has-error"),t.updateUrl(),t.getDonateButton().classList.remove("is-disabled")}))})),this.block.querySelectorAll(".donations__donate-button").forEach((function(t){return t.classList.add("is-disabled")}))}}]),t}());p()((function(){document.querySelectorAll(".wp-block-jetpack-donations").forEach((function(t){return new d(t)})),Object(g.a)(".donations__donate-button")}))},412:function(t,e,n){},45:function(t,e){!function(){t.exports=this.moment}()},49:function(t,e,n){"object"==typeof window&&window.Jetpack_Block_Assets_Base_Url&&window.Jetpack_Block_Assets_Base_Url.url&&(n.p=window.Jetpack_Block_Assets_Base_Url.url)},53:function(t,e,n){"use strict";n.r(e);n(49)},54:function(t,e,n){"use strict";n.d(e,"a",(function(){return r})),n.d(e,"b",(function(){return i}));var r={AED:{symbol:"د.إ.‏",grouping:",",decimal:".",precision:2},AFN:{symbol:"؋",grouping:",",decimal:".",precision:2},ALL:{symbol:"Lek",grouping:".",decimal:",",precision:2},AMD:{symbol:"֏",grouping:",",decimal:".",precision:2},ANG:{symbol:"ƒ",grouping:",",decimal:".",precision:2},AOA:{symbol:"Kz",grouping:",",decimal:".",precision:2},ARS:{symbol:"$",grouping:".",decimal:",",precision:2},AUD:{symbol:"A$",grouping:",",decimal:".",precision:2},AWG:{symbol:"ƒ",grouping:",",decimal:".",precision:2},AZN:{symbol:"₼",grouping:" ",decimal:",",precision:2},BAM:{symbol:"КМ",grouping:".",decimal:",",precision:2},BBD:{symbol:"Bds$",grouping:",",decimal:".",precision:2},BDT:{symbol:"৳",grouping:",",decimal:".",precision:0},BGN:{symbol:"лв.",grouping:" ",decimal:",",precision:2},BHD:{symbol:"د.ب.‏",grouping:",",decimal:".",precision:3},BIF:{symbol:"FBu",grouping:",",decimal:".",precision:0},BMD:{symbol:"$",grouping:",",decimal:".",precision:2},BND:{symbol:"$",grouping:".",decimal:",",precision:0},BOB:{symbol:"Bs",grouping:".",decimal:",",precision:2},BRL:{symbol:"R$",grouping:".",decimal:",",precision:2},BSD:{symbol:"$",grouping:",",decimal:".",precision:2},BTC:{symbol:"Ƀ",grouping:",",decimal:".",precision:2},BTN:{symbol:"Nu.",grouping:",",decimal:".",precision:1},BWP:{symbol:"P",grouping:",",decimal:".",precision:2},BYR:{symbol:"р.",grouping:" ",decimal:",",precision:2},BZD:{symbol:"BZ$",grouping:",",decimal:".",precision:2},CAD:{symbol:"C$",grouping:",",decimal:".",precision:2},CDF:{symbol:"FC",grouping:",",decimal:".",precision:2},CHF:{symbol:"CHF",grouping:"'",decimal:".",precision:2},CLP:{symbol:"$",grouping:".",decimal:",",precision:2},CNY:{symbol:"¥",grouping:",",decimal:".",precision:2},COP:{symbol:"$",grouping:".",decimal:",",precision:2},CRC:{symbol:"₡",grouping:".",decimal:",",precision:2},CUC:{symbol:"CUC",grouping:",",decimal:".",precision:2},CUP:{symbol:"$MN",grouping:",",decimal:".",precision:2},CVE:{symbol:"$",grouping:",",decimal:".",precision:2},CZK:{symbol:"Kč",grouping:" ",decimal:",",precision:2},DJF:{symbol:"Fdj",grouping:",",decimal:".",precision:0},DKK:{symbol:"kr.",grouping:"",decimal:",",precision:2},DOP:{symbol:"RD$",grouping:",",decimal:".",precision:2},DZD:{symbol:"د.ج.‏",grouping:",",decimal:".",precision:2},EGP:{symbol:"ج.م.‏",grouping:",",decimal:".",precision:2},ERN:{symbol:"Nfk",grouping:",",decimal:".",precision:2},ETB:{symbol:"ETB",grouping:",",decimal:".",precision:2},EUR:{symbol:"€",grouping:".",decimal:",",precision:2},FJD:{symbol:"FJ$",grouping:",",decimal:".",precision:2},FKP:{symbol:"£",grouping:",",decimal:".",precision:2},GBP:{symbol:"£",grouping:",",decimal:".",precision:2},GEL:{symbol:"Lari",grouping:" ",decimal:",",precision:2},GHS:{symbol:"₵",grouping:",",decimal:".",precision:2},GIP:{symbol:"£",grouping:",",decimal:".",precision:2},GMD:{symbol:"D",grouping:",",decimal:".",precision:2},GNF:{symbol:"FG",grouping:",",decimal:".",precision:0},GTQ:{symbol:"Q",grouping:",",decimal:".",precision:2},GYD:{symbol:"G$",grouping:",",decimal:".",precision:2},HKD:{symbol:"HK$",grouping:",",decimal:".",precision:2},HNL:{symbol:"L.",grouping:",",decimal:".",precision:2},HRK:{symbol:"kn",grouping:".",decimal:",",precision:2},HTG:{symbol:"G",grouping:",",decimal:".",precision:2},HUF:{symbol:"Ft",grouping:".",decimal:",",precision:0},IDR:{symbol:"Rp",grouping:".",decimal:",",precision:0},ILS:{symbol:"₪",grouping:",",decimal:".",precision:2},INR:{symbol:"₹",grouping:",",decimal:".",precision:2},IQD:{symbol:"د.ع.‏",grouping:",",decimal:".",precision:2},IRR:{symbol:"﷼",grouping:",",decimal:"/",precision:2},ISK:{symbol:"kr.",grouping:".",decimal:",",precision:0},JMD:{symbol:"J$",grouping:",",decimal:".",precision:2},JOD:{symbol:"د.ا.‏",grouping:",",decimal:".",precision:3},JPY:{symbol:"¥",grouping:",",decimal:".",precision:0},KES:{symbol:"S",grouping:",",decimal:".",precision:2},KGS:{symbol:"сом",grouping:" ",decimal:"-",precision:2},KHR:{symbol:"៛",grouping:",",decimal:".",precision:0},KMF:{symbol:"CF",grouping:",",decimal:".",precision:2},KPW:{symbol:"₩",grouping:",",decimal:".",precision:0},KRW:{symbol:"₩",grouping:",",decimal:".",precision:0},KWD:{symbol:"د.ك.‏",grouping:",",decimal:".",precision:3},KYD:{symbol:"$",grouping:",",decimal:".",precision:2},KZT:{symbol:"₸",grouping:" ",decimal:"-",precision:2},LAK:{symbol:"₭",grouping:",",decimal:".",precision:0},LBP:{symbol:"ل.ل.‏",grouping:",",decimal:".",precision:2},LKR:{symbol:"₨",grouping:",",decimal:".",precision:0},LRD:{symbol:"L$",grouping:",",decimal:".",precision:2},LSL:{symbol:"M",grouping:",",decimal:".",precision:2},LYD:{symbol:"د.ل.‏",grouping:",",decimal:".",precision:3},MAD:{symbol:"د.م.‏",grouping:",",decimal:".",precision:2},MDL:{symbol:"lei",grouping:",",decimal:".",precision:2},MGA:{symbol:"Ar",grouping:",",decimal:".",precision:0},MKD:{symbol:"ден.",grouping:".",decimal:",",precision:2},MMK:{symbol:"K",grouping:",",decimal:".",precision:2},MNT:{symbol:"₮",grouping:" ",decimal:",",precision:2},MOP:{symbol:"MOP$",grouping:",",decimal:".",precision:2},MRO:{symbol:"UM",grouping:",",decimal:".",precision:2},MTL:{symbol:"₤",grouping:",",decimal:".",precision:2},MUR:{symbol:"₨",grouping:",",decimal:".",precision:2},MVR:{symbol:"MVR",grouping:",",decimal:".",precision:1},MWK:{symbol:"MK",grouping:",",decimal:".",precision:2},MXN:{symbol:"MX$",grouping:",",decimal:".",precision:2},MYR:{symbol:"RM",grouping:",",decimal:".",precision:2},MZN:{symbol:"MT",grouping:",",decimal:".",precision:0},NAD:{symbol:"N$",grouping:",",decimal:".",precision:2},NGN:{symbol:"₦",grouping:",",decimal:".",precision:2},NIO:{symbol:"C$",grouping:",",decimal:".",precision:2},NOK:{symbol:"kr",grouping:" ",decimal:",",precision:2},NPR:{symbol:"₨",grouping:",",decimal:".",precision:2},NZD:{symbol:"NZ$",grouping:",",decimal:".",precision:2},OMR:{symbol:"﷼",grouping:",",decimal:".",precision:3},PAB:{symbol:"B/.",grouping:",",decimal:".",precision:2},PEN:{symbol:"S/.",grouping:",",decimal:".",precision:2},PGK:{symbol:"K",grouping:",",decimal:".",precision:2},PHP:{symbol:"₱",grouping:",",decimal:".",precision:2},PKR:{symbol:"₨",grouping:",",decimal:".",precision:2},PLN:{symbol:"zł",grouping:" ",decimal:",",precision:2},PYG:{symbol:"₲",grouping:".",decimal:",",precision:2},QAR:{symbol:"﷼",grouping:",",decimal:".",precision:2},RON:{symbol:"lei",grouping:".",decimal:",",precision:2},RSD:{symbol:"Дин.",grouping:".",decimal:",",precision:2},RUB:{symbol:"₽",grouping:" ",decimal:",",precision:2},RWF:{symbol:"RWF",grouping:" ",decimal:",",precision:2},SAR:{symbol:"﷼",grouping:",",decimal:".",precision:2},SBD:{symbol:"S$",grouping:",",decimal:".",precision:2},SCR:{symbol:"₨",grouping:",",decimal:".",precision:2},SDD:{symbol:"LSd",grouping:",",decimal:".",precision:2},SDG:{symbol:"£‏",grouping:",",decimal:".",precision:2},SEK:{symbol:"kr",grouping:",",decimal:".",precision:2},SGD:{symbol:"S$",grouping:",",decimal:".",precision:2},SHP:{symbol:"£",grouping:",",decimal:".",precision:2},SLL:{symbol:"Le",grouping:",",decimal:".",precision:2},SOS:{symbol:"S",grouping:",",decimal:".",precision:2},SRD:{symbol:"$",grouping:",",decimal:".",precision:2},STD:{symbol:"Db",grouping:",",decimal:".",precision:2},SVC:{symbol:"₡",grouping:",",decimal:".",precision:2},SYP:{symbol:"£",grouping:",",decimal:".",precision:2},SZL:{symbol:"E",grouping:",",decimal:".",precision:2},THB:{symbol:"฿",grouping:",",decimal:".",precision:2},TJS:{symbol:"TJS",grouping:" ",decimal:";",precision:2},TMT:{symbol:"m",grouping:" ",decimal:",",precision:0},TND:{symbol:"د.ت.‏",grouping:",",decimal:".",precision:3},TOP:{symbol:"T$",grouping:",",decimal:".",precision:2},TRY:{symbol:"TL",grouping:".",decimal:",",precision:2},TTD:{symbol:"TT$",grouping:",",decimal:".",precision:2},TVD:{symbol:"$T",grouping:",",decimal:".",precision:2},TWD:{symbol:"NT$",grouping:",",decimal:".",precision:2},TZS:{symbol:"TSh",grouping:",",decimal:".",precision:2},UAH:{symbol:"₴",grouping:" ",decimal:",",precision:2},UGX:{symbol:"USh",grouping:",",decimal:".",precision:2},USD:{symbol:"$",grouping:",",decimal:".",precision:2},UYU:{symbol:"$U",grouping:".",decimal:",",precision:2},UZS:{symbol:"сўм",grouping:" ",decimal:",",precision:2},VEB:{symbol:"Bs.",grouping:",",decimal:".",precision:2},VEF:{symbol:"Bs. F.",grouping:".",decimal:",",precision:2},VND:{symbol:"₫",grouping:".",decimal:",",precision:1},VUV:{symbol:"VT",grouping:",",decimal:".",precision:0},WST:{symbol:"WS$",grouping:",",decimal:".",precision:2},XAF:{symbol:"F",grouping:",",decimal:".",precision:2},XCD:{symbol:"$",grouping:",",decimal:".",precision:2},XOF:{symbol:"F",grouping:" ",decimal:",",precision:2},XPF:{symbol:"F",grouping:",",decimal:".",precision:2},YER:{symbol:"﷼",grouping:",",decimal:".",precision:2},ZAR:{symbol:"R",grouping:" ",decimal:",",precision:2},ZMW:{symbol:"ZK",grouping:",",decimal:".",precision:2},WON:{symbol:"₩",grouping:",",decimal:".",precision:2}};function i(t){return r[t]||{symbol:"$",grouping:",",decimal:".",precision:2}}},55:function(t,e){!function(){t.exports=this.wp.domReady}()},6:function(t,e){t.exports=function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}},7:function(t,e,n){var r=n(4);function i(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}t.exports=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?i(Object(n),!0).forEach((function(e){r(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):i(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}},75:function(t,e,n){"use strict";var r,i="object"==typeof Reflect?Reflect:null,o=i&&"function"==typeof i.apply?i.apply:function(t,e,n){return Function.prototype.apply.call(t,e,n)};r=i&&"function"==typeof i.ownKeys?i.ownKeys:Object.getOwnPropertySymbols?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:function(t){return Object.getOwnPropertyNames(t)};var s=Number.isNaN||function(t){return t!=t};function a(){a.init.call(this)}t.exports=a,a.EventEmitter=a,a.prototype._events=void 0,a.prototype._eventsCount=0,a.prototype._maxListeners=void 0;var c=10;function l(t){return void 0===t._maxListeners?a.defaultMaxListeners:t._maxListeners}function u(t,e,n,r){var i,o,s,a;if("function"!=typeof n)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof n);if(void 0===(o=t._events)?(o=t._events=Object.create(null),t._eventsCount=0):(void 0!==o.newListener&&(t.emit("newListener",e,n.listener?n.listener:n),o=t._events),s=o[e]),void 0===s)s=o[e]=n,++t._eventsCount;else if("function"==typeof s?s=o[e]=r?[n,s]:[s,n]:r?s.unshift(n):s.push(n),(i=l(t))>0&&s.length>i&&!s.warned){s.warned=!0;var c=new Error("Possible EventEmitter memory leak detected. "+s.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");c.name="MaxListenersExceededWarning",c.emitter=t,c.type=e,c.count=s.length,a=c,console&&console.warn&&console.warn(a)}return t}function p(){for(var t=[],e=0;e<arguments.length;e++)t.push(arguments[e]);this.fired||(this.target.removeListener(this.type,this.wrapFn),this.fired=!0,o(this.listener,this.target,t))}function h(t,e,n){var r={fired:!1,wrapFn:void 0,target:t,type:e,listener:n},i=p.bind(r);return i.listener=n,r.wrapFn=i,i}function f(t,e,n){var r=t._events;if(void 0===r)return[];var i=r[e];return void 0===i?[]:"function"==typeof i?n?[i.listener||i]:[i]:n?function(t){for(var e=new Array(t.length),n=0;n<e.length;++n)e[n]=t[n].listener||t[n];return e}(i):g(i,i.length)}function m(t){var e=this._events;if(void 0!==e){var n=e[t];if("function"==typeof n)return 1;if(void 0!==n)return n.length}return 0}function g(t,e){for(var n=new Array(e),r=0;r<e;++r)n[r]=t[r];return n}Object.defineProperty(a,"defaultMaxListeners",{enumerable:!0,get:function(){return c},set:function(t){if("number"!=typeof t||t<0||s(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");c=t}}),a.init=function(){void 0!==this._events&&this._events!==Object.getPrototypeOf(this)._events||(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},a.prototype.setMaxListeners=function(t){if("number"!=typeof t||t<0||s(t))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+t+".");return this._maxListeners=t,this},a.prototype.getMaxListeners=function(){return l(this)},a.prototype.emit=function(t){for(var e=[],n=1;n<arguments.length;n++)e.push(arguments[n]);var r="error"===t,i=this._events;if(void 0!==i)r=r&&void 0===i.error;else if(!r)return!1;if(r){var s;if(e.length>0&&(s=e[0]),s instanceof Error)throw s;var a=new Error("Unhandled error."+(s?" ("+s.message+")":""));throw a.context=s,a}var c=i[t];if(void 0===c)return!1;if("function"==typeof c)o(c,this,e);else{var l=c.length,u=g(c,l);for(n=0;n<l;++n)o(u[n],this,e)}return!0},a.prototype.addListener=function(t,e){return u(this,t,e,!1)},a.prototype.on=a.prototype.addListener,a.prototype.prependListener=function(t,e){return u(this,t,e,!0)},a.prototype.once=function(t,e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e);return this.on(t,h(this,t,e)),this},a.prototype.prependOnceListener=function(t,e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e);return this.prependListener(t,h(this,t,e)),this},a.prototype.removeListener=function(t,e){var n,r,i,o,s;if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e);if(void 0===(r=this._events))return this;if(void 0===(n=r[t]))return this;if(n===e||n.listener===e)0==--this._eventsCount?this._events=Object.create(null):(delete r[t],r.removeListener&&this.emit("removeListener",t,n.listener||e));else if("function"!=typeof n){for(i=-1,o=n.length-1;o>=0;o--)if(n[o]===e||n[o].listener===e){s=n[o].listener,i=o;break}if(i<0)return this;0===i?n.shift():function(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}(n,i),1===n.length&&(r[t]=n[0]),void 0!==r.removeListener&&this.emit("removeListener",t,s||e)}return this},a.prototype.off=a.prototype.removeListener,a.prototype.removeAllListeners=function(t){var e,n,r;if(void 0===(n=this._events))return this;if(void 0===n.removeListener)return 0===arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==n[t]&&(0==--this._eventsCount?this._events=Object.create(null):delete n[t]),this;if(0===arguments.length){var i,o=Object.keys(n);for(r=0;r<o.length;++r)"removeListener"!==(i=o[r])&&this.removeAllListeners(i);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if("function"==typeof(e=n[t]))this.removeListener(t,e);else if(void 0!==e)for(r=e.length-1;r>=0;r--)this.removeListener(t,e[r]);return this},a.prototype.listeners=function(t){return f(this,t,!0)},a.prototype.rawListeners=function(t){return f(this,t,!1)},a.listenerCount=function(t,e){return"function"==typeof t.listenerCount?t.listenerCount(e):m.call(t,e)},a.prototype.listenerCount=m,a.prototype.eventNames=function(){return this._eventsCount>0?r(this._events):[]}},78:function(t,e){t.exports=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}},79:function(t,e,n){var r=n(78);t.exports=function(t,e){if(t){if("string"==typeof t)return r(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(t,e):void 0}}},81:function(t,e,n){
10
- /**
11
- * @preserve jed.js https://github.com/SlexAxton/Jed
12
- */
13
- !function(n,r){var i=Array.prototype,o=Object.prototype,s=i.slice,a=o.hasOwnProperty,c=i.forEach,l={},u={forEach:function(t,e,n){var r,i,o;if(null!==t)if(c&&t.forEach===c)t.forEach(e,n);else if(t.length===+t.length){for(r=0,i=t.length;r<i;r++)if(r in t&&e.call(n,t[r],r,t)===l)return}else for(o in t)if(a.call(t,o)&&e.call(n,t[o],o,t)===l)return},extend:function(t){return this.forEach(s.call(arguments,1),(function(e){for(var n in e)t[n]=e[n]})),t}},p=function(t){if(this.defaults={locale_data:{messages:{"":{domain:"messages",lang:"en",plural_forms:"nplurals=2; plural=(n != 1);"}}},domain:"messages",debug:!1},this.options=u.extend({},this.defaults,t),this.textdomain(this.options.domain),t.domain&&!this.options.locale_data[this.options.domain])throw new Error("Text domain set to non-existent domain: `"+t.domain+"`")};function h(t){return p.PF.compile(t||"nplurals=2; plural=(n != 1);")}function f(t,e){this._key=t,this._i18n=e}p.context_delimiter=String.fromCharCode(4),u.extend(f.prototype,{onDomain:function(t){return this._domain=t,this},withContext:function(t){return this._context=t,this},ifPlural:function(t,e){return this._val=t,this._pkey=e,this},fetch:function(t){return"[object Array]"!={}.toString.call(t)&&(t=[].slice.call(arguments,0)),(t&&t.length?p.sprintf:function(t){return t})(this._i18n.dcnpgettext(this._domain,this._context,this._key,this._pkey,this._val),t)}}),u.extend(p.prototype,{translate:function(t){return new f(t,this)},textdomain:function(t){if(!t)return this._textdomain;this._textdomain=t},gettext:function(t){return this.dcnpgettext.call(this,void 0,void 0,t)},dgettext:function(t,e){return this.dcnpgettext.call(this,t,void 0,e)},dcgettext:function(t,e){return this.dcnpgettext.call(this,t,void 0,e)},ngettext:function(t,e,n){return this.dcnpgettext.call(this,void 0,void 0,t,e,n)},dngettext:function(t,e,n,r){return this.dcnpgettext.call(this,t,void 0,e,n,r)},dcngettext:function(t,e,n,r){return this.dcnpgettext.call(this,t,void 0,e,n,r)},pgettext:function(t,e){return this.dcnpgettext.call(this,void 0,t,e)},dpgettext:function(t,e,n){return this.dcnpgettext.call(this,t,e,n)},dcpgettext:function(t,e,n){return this.dcnpgettext.call(this,t,e,n)},npgettext:function(t,e,n,r){return this.dcnpgettext.call(this,void 0,t,e,n,r)},dnpgettext:function(t,e,n,r,i){return this.dcnpgettext.call(this,t,e,n,r,i)},dcnpgettext:function(t,e,n,r,i){var o;if(r=r||n,t=t||this._textdomain,!this.options)return(o=new p).dcnpgettext.call(o,void 0,void 0,n,r,i);if(!this.options.locale_data)throw new Error("No locale data provided.");if(!this.options.locale_data[t])throw new Error("Domain `"+t+"` was not found.");if(!this.options.locale_data[t][""])throw new Error("No locale meta information provided.");if(!n)throw new Error("No translation key found.");var s,a,c,l=e?e+p.context_delimiter+n:n,u=this.options.locale_data,f=u[t],m=(u.messages||this.defaults.locale_data.messages)[""],g=f[""].plural_forms||f[""]["Plural-Forms"]||f[""]["plural-forms"]||m.plural_forms||m["Plural-Forms"]||m["plural-forms"];if(void 0===i)c=0;else{if("number"!=typeof i&&(i=parseInt(i,10),isNaN(i)))throw new Error("The number that was passed in is not a number.");c=h(g)(i)}if(!f)throw new Error("No domain named `"+t+"` could be found.");return!(s=f[l])||c>s.length?(this.options.missing_key_callback&&this.options.missing_key_callback(l,t),a=[n,r],!0===this.options.debug&&console.log(a[h(g)(i)]),a[h()(i)]):(a=s[c])||(a=[n,r])[h()(i)]}});var m,g,d=function(){function t(t){return Object.prototype.toString.call(t).slice(8,-1).toLowerCase()}function e(t,e){for(var n=[];e>0;n[--e]=t);return n.join("")}var n=function(){return n.cache.hasOwnProperty(arguments[0])||(n.cache[arguments[0]]=n.parse(arguments[0])),n.format.call(null,n.cache[arguments[0]],arguments)};return n.format=function(n,r){var i,o,s,a,c,l,u,p=1,h=n.length,f="",m=[];for(o=0;o<h;o++)if("string"===(f=t(n[o])))m.push(n[o]);else if("array"===f){if((a=n[o])[2])for(i=r[p],s=0;s<a[2].length;s++){if(!i.hasOwnProperty(a[2][s]))throw d('[sprintf] property "%s" does not exist',a[2][s]);i=i[a[2][s]]}else i=a[1]?r[a[1]]:r[p++];if(/[^s]/.test(a[8])&&"number"!=t(i))throw d("[sprintf] expecting number but found %s",t(i));switch(null==i&&(i=""),a[8]){case"b":i=i.toString(2);break;case"c":i=String.fromCharCode(i);break;case"d":i=parseInt(i,10);break;case"e":i=a[7]?i.toExponential(a[7]):i.toExponential();break;case"f":i=a[7]?parseFloat(i).toFixed(a[7]):parseFloat(i);break;case"o":i=i.toString(8);break;case"s":i=(i=String(i))&&a[7]?i.substring(0,a[7]):i;break;case"u":i=Math.abs(i);break;case"x":i=i.toString(16);break;case"X":i=i.toString(16).toUpperCase()}i=/[def]/.test(a[8])&&a[3]&&i>=0?"+"+i:i,l=a[4]?"0"==a[4]?"0":a[4].charAt(1):" ",u=a[6]-String(i).length,c=a[6]?e(l,u):"",m.push(a[5]?i+c:c+i)}return m.join("")},n.cache={},n.parse=function(t){for(var e=t,n=[],r=[],i=0;e;){if(null!==(n=/^[^\x25]+/.exec(e)))r.push(n[0]);else if(null!==(n=/^\x25{2}/.exec(e)))r.push("%");else{if(null===(n=/^\x25(?:([1-9]\d*)\$|\(([^\)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-fosuxX])/.exec(e)))throw"[sprintf] huh?";if(n[2]){i|=1;var o=[],s=n[2],a=[];if(null===(a=/^([a-z_][a-z_\d]*)/i.exec(s)))throw"[sprintf] huh?";for(o.push(a[1]);""!==(s=s.substring(a[0].length));)if(null!==(a=/^\.([a-z_][a-z_\d]*)/i.exec(s)))o.push(a[1]);else{if(null===(a=/^\[(\d+)\]/.exec(s)))throw"[sprintf] huh?";o.push(a[1])}n[2]=o}else i|=2;if(3===i)throw"[sprintf] mixing positional and named placeholders is not (yet) supported";r.push(n)}e=e.substring(n[0].length)}return r},n}(),y=function(t,e){return e.unshift(t),d.apply(null,e)};p.parse_plural=function(t,e){return t=t.replace(/n/g,e),p.parse_expression(t)},p.sprintf=function(t,e){return"[object Array]"=={}.toString.call(e)?y(t,[].slice.call(e)):d.apply(this,[].slice.call(arguments))},p.prototype.sprintf=function(){return p.sprintf.apply(this,arguments)},(p.PF={}).parse=function(t){var e=p.PF.extractPluralExpr(t);return p.PF.parser.parse.call(p.PF.parser,e)},p.PF.compile=function(t){var e=p.PF.parse(t);return function(t){return!0===(n=p.PF.interpreter(e)(t))?1:n||0;var n}},p.PF.interpreter=function(t){return function(e){switch(t.type){case"GROUP":return p.PF.interpreter(t.expr)(e);case"TERNARY":return p.PF.interpreter(t.expr)(e)?p.PF.interpreter(t.truthy)(e):p.PF.interpreter(t.falsey)(e);case"OR":return p.PF.interpreter(t.left)(e)||p.PF.interpreter(t.right)(e);case"AND":return p.PF.interpreter(t.left)(e)&&p.PF.interpreter(t.right)(e);case"LT":return p.PF.interpreter(t.left)(e)<p.PF.interpreter(t.right)(e);case"GT":return p.PF.interpreter(t.left)(e)>p.PF.interpreter(t.right)(e);case"LTE":return p.PF.interpreter(t.left)(e)<=p.PF.interpreter(t.right)(e);case"GTE":return p.PF.interpreter(t.left)(e)>=p.PF.interpreter(t.right)(e);case"EQ":return p.PF.interpreter(t.left)(e)==p.PF.interpreter(t.right)(e);case"NEQ":return p.PF.interpreter(t.left)(e)!=p.PF.interpreter(t.right)(e);case"MOD":return p.PF.interpreter(t.left)(e)%p.PF.interpreter(t.right)(e);case"VAR":return e;case"NUM":return t.val;default:throw new Error("Invalid Token found.")}}},p.PF.extractPluralExpr=function(t){t=t.replace(/^\s\s*/,"").replace(/\s\s*$/,""),/;\s*$/.test(t)||(t=t.concat(";"));var e,n=/nplurals\=(\d+);/,r=t.match(n);if(!(r.length>1))throw new Error("nplurals not found in plural_forms string: "+t);if(r[1],!((e=(t=t.replace(n,"")).match(/plural\=(.*);/))&&e.length>1))throw new Error("`plural` expression not found: "+t);return e[1]},p.PF.parser=(m={trace:function(){},yy:{},symbols_:{error:2,expressions:3,e:4,EOF:5,"?":6,":":7,"||":8,"&&":9,"<":10,"<=":11,">":12,">=":13,"!=":14,"==":15,"%":16,"(":17,")":18,n:19,NUMBER:20,$accept:0,$end:1},terminals_:{2:"error",5:"EOF",6:"?",7:":",8:"||",9:"&&",10:"<",11:"<=",12:">",13:">=",14:"!=",15:"==",16:"%",17:"(",18:")",19:"n",20:"NUMBER"},productions_:[0,[3,2],[4,5],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,3],[4,1],[4,1]],performAction:function(t,e,n,r,i,o,s){var a=o.length-1;switch(i){case 1:return{type:"GROUP",expr:o[a-1]};case 2:this.$={type:"TERNARY",expr:o[a-4],truthy:o[a-2],falsey:o[a]};break;case 3:this.$={type:"OR",left:o[a-2],right:o[a]};break;case 4:this.$={type:"AND",left:o[a-2],right:o[a]};break;case 5:this.$={type:"LT",left:o[a-2],right:o[a]};break;case 6:this.$={type:"LTE",left:o[a-2],right:o[a]};break;case 7:this.$={type:"GT",left:o[a-2],right:o[a]};break;case 8:this.$={type:"GTE",left:o[a-2],right:o[a]};break;case 9:this.$={type:"NEQ",left:o[a-2],right:o[a]};break;case 10:this.$={type:"EQ",left:o[a-2],right:o[a]};break;case 11:this.$={type:"MOD",left:o[a-2],right:o[a]};break;case 12:this.$={type:"GROUP",expr:o[a-1]};break;case 13:this.$={type:"VAR"};break;case 14:this.$={type:"NUM",val:Number(t)}}},table:[{3:1,4:2,17:[1,3],19:[1,4],20:[1,5]},{1:[3]},{5:[1,6],6:[1,7],8:[1,8],9:[1,9],10:[1,10],11:[1,11],12:[1,12],13:[1,13],14:[1,14],15:[1,15],16:[1,16]},{4:17,17:[1,3],19:[1,4],20:[1,5]},{5:[2,13],6:[2,13],7:[2,13],8:[2,13],9:[2,13],10:[2,13],11:[2,13],12:[2,13],13:[2,13],14:[2,13],15:[2,13],16:[2,13],18:[2,13]},{5:[2,14],6:[2,14],7:[2,14],8:[2,14],9:[2,14],10:[2,14],11:[2,14],12:[2,14],13:[2,14],14:[2,14],15:[2,14],16:[2,14],18:[2,14]},{1:[2,1]},{4:18,17:[1,3],19:[1,4],20:[1,5]},{4:19,17:[1,3],19:[1,4],20:[1,5]},{4:20,17:[1,3],19:[1,4],20:[1,5]},{4:21,17:[1,3],19:[1,4],20:[1,5]},{4:22,17:[1,3],19:[1,4],20:[1,5]},{4:23,17:[1,3],19:[1,4],20:[1,5]},{4:24,17:[1,3],19:[1,4],20:[1,5]},{4:25,17:[1,3],19:[1,4],20:[1,5]},{4:26,17:[1,3],19:[1,4],20:[1,5]},{4:27,17:[1,3],19:[1,4],20:[1,5]},{6:[1,7],8:[1,8],9:[1,9],10:[1,10],11:[1,11],12:[1,12],13:[1,13],14:[1,14],15:[1,15],16:[1,16],18:[1,28]},{6:[1,7],7:[1,29],8:[1,8],9:[1,9],10:[1,10],11:[1,11],12:[1,12],13:[1,13],14:[1,14],15:[1,15],16:[1,16]},{5:[2,3],6:[2,3],7:[2,3],8:[2,3],9:[1,9],10:[1,10],11:[1,11],12:[1,12],13:[1,13],14:[1,14],15:[1,15],16:[1,16],18:[2,3]},{5:[2,4],6:[2,4],7:[2,4],8:[2,4],9:[2,4],10:[1,10],11:[1,11],12:[1,12],13:[1,13],14:[1,14],15:[1,15],16:[1,16],18:[2,4]},{5:[2,5],6:[2,5],7:[2,5],8:[2,5],9:[2,5],10:[2,5],11:[2,5],12:[2,5],13:[2,5],14:[2,5],15:[2,5],16:[1,16],18:[2,5]},{5:[2,6],6:[2,6],7:[2,6],8:[2,6],9:[2,6],10:[2,6],11:[2,6],12:[2,6],13:[2,6],14:[2,6],15:[2,6],16:[1,16],18:[2,6]},{5:[2,7],6:[2,7],7:[2,7],8:[2,7],9:[2,7],10:[2,7],11:[2,7],12:[2,7],13:[2,7],14:[2,7],15:[2,7],16:[1,16],18:[2,7]},{5:[2,8],6:[2,8],7:[2,8],8:[2,8],9:[2,8],10:[2,8],11:[2,8],12:[2,8],13:[2,8],14:[2,8],15:[2,8],16:[1,16],18:[2,8]},{5:[2,9],6:[2,9],7:[2,9],8:[2,9],9:[2,9],10:[2,9],11:[2,9],12:[2,9],13:[2,9],14:[2,9],15:[2,9],16:[1,16],18:[2,9]},{5:[2,10],6:[2,10],7:[2,10],8:[2,10],9:[2,10],10:[2,10],11:[2,10],12:[2,10],13:[2,10],14:[2,10],15:[2,10],16:[1,16],18:[2,10]},{5:[2,11],6:[2,11],7:[2,11],8:[2,11],9:[2,11],10:[2,11],11:[2,11],12:[2,11],13:[2,11],14:[2,11],15:[2,11],16:[2,11],18:[2,11]},{5:[2,12],6:[2,12],7:[2,12],8:[2,12],9:[2,12],10:[2,12],11:[2,12],12:[2,12],13:[2,12],14:[2,12],15:[2,12],16:[2,12],18:[2,12]},{4:30,17:[1,3],19:[1,4],20:[1,5]},{5:[2,2],6:[1,7],7:[2,2],8:[1,8],9:[1,9],10:[1,10],11:[1,11],12:[1,12],13:[1,13],14:[1,14],15:[1,15],16:[1,16],18:[2,2]}],defaultActions:{6:[2,1]},parseError:function(t,e){throw new Error(t)},parse:function(t){var e=this,n=[0],r=[null],i=[],o=this.table,s="",a=0,c=0,l=0;this.lexer.setInput(t),this.lexer.yy=this.yy,this.yy.lexer=this.lexer,void 0===this.lexer.yylloc&&(this.lexer.yylloc={});var u=this.lexer.yylloc;function p(){var t;return"number"!=typeof(t=e.lexer.lex()||1)&&(t=e.symbols_[t]||t),t}i.push(u),"function"==typeof this.yy.parseError&&(this.parseError=this.yy.parseError);for(var h,f,m,g,d,y,b,v,_,w,x={};;){if(m=n[n.length-1],this.defaultActions[m]?g=this.defaultActions[m]:(null==h&&(h=p()),g=o[m]&&o[m][h]),void 0===g||!g.length||!g[0]){if(!l){for(y in _=[],o[m])this.terminals_[y]&&y>2&&_.push("'"+this.terminals_[y]+"'");var C="";C=this.lexer.showPosition?"Parse error on line "+(a+1)+":\n"+this.lexer.showPosition()+"\nExpecting "+_.join(", ")+", got '"+this.terminals_[h]+"'":"Parse error on line "+(a+1)+": Unexpected "+(1==h?"end of input":"'"+(this.terminals_[h]||h)+"'"),this.parseError(C,{text:this.lexer.match,token:this.terminals_[h]||h,line:this.lexer.yylineno,loc:u,expected:_})}if(3==l){if(1==h)throw new Error(C||"Parsing halted.");c=this.lexer.yyleng,s=this.lexer.yytext,a=this.lexer.yylineno,u=this.lexer.yylloc,h=p()}for(;!(2..toString()in o[m]);){if(0==m)throw new Error(C||"Parsing halted.");w=1,n.length=n.length-2*w,r.length=r.length-w,i.length=i.length-w,m=n[n.length-1]}f=h,h=2,g=o[m=n[n.length-1]]&&o[m][2],l=3}if(g[0]instanceof Array&&g.length>1)throw new Error("Parse Error: multiple actions possible at state: "+m+", token: "+h);switch(g[0]){case 1:n.push(h),r.push(this.lexer.yytext),i.push(this.lexer.yylloc),n.push(g[1]),h=null,f?(h=f,f=null):(c=this.lexer.yyleng,s=this.lexer.yytext,a=this.lexer.yylineno,u=this.lexer.yylloc,l>0&&l--);break;case 2:if(b=this.productions_[g[1]][1],x.$=r[r.length-b],x._$={first_line:i[i.length-(b||1)].first_line,last_line:i[i.length-1].last_line,first_column:i[i.length-(b||1)].first_column,last_column:i[i.length-1].last_column},void 0!==(d=this.performAction.call(x,s,c,a,this.yy,g[1],r,i)))return d;b&&(n=n.slice(0,-1*b*2),r=r.slice(0,-1*b),i=i.slice(0,-1*b)),n.push(this.productions_[g[1]][0]),r.push(x.$),i.push(x._$),v=o[n[n.length-2]][n[n.length-1]],n.push(v);break;case 3:return!0}}return!0}},g=function(){var t={EOF:1,parseError:function(t,e){if(!this.yy.parseError)throw new Error(t);this.yy.parseError(t,e)},setInput:function(t){return this._input=t,this._more=this._less=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this},input:function(){var t=this._input[0];return this.yytext+=t,this.yyleng++,this.match+=t,this.matched+=t,t.match(/\n/)&&this.yylineno++,this._input=this._input.slice(1),t},unput:function(t){return this._input=t+this._input,this},more:function(){return this._more=!0,this},pastInput:function(){var t=this.matched.substr(0,this.matched.length-this.match.length);return(t.length>20?"...":"")+t.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var t=this.match;return t.length<20&&(t+=this._input.substr(0,20-t.length)),(t.substr(0,20)+(t.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var t=this.pastInput(),e=new Array(t.length+1).join("-");return t+this.upcomingInput()+"\n"+e+"^"},next:function(){if(this.done)return this.EOF;var t,e;this._input||(this.done=!0),this._more||(this.yytext="",this.match="");for(var n=this._currentRules(),r=0;r<n.length;r++)if(t=this._input.match(this.rules[n[r]]))return(e=t[0].match(/\n.*/g))&&(this.yylineno+=e.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:e?e[e.length-1].length-1:this.yylloc.last_column+t[0].length},this.yytext+=t[0],this.match+=t[0],this.matches=t,this.yyleng=this.yytext.length,this._more=!1,this._input=this._input.slice(t[0].length),this.matched+=t[0],this.performAction.call(this,this.yy,this,n[r],this.conditionStack[this.conditionStack.length-1])||void 0;if(""===this._input)return this.EOF;this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var t=this.next();return void 0!==t?t:this.lex()},begin:function(t){this.conditionStack.push(t)},popState:function(){return this.conditionStack.pop()},_currentRules:function(){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules},topState:function(){return this.conditionStack[this.conditionStack.length-2]},pushState:function(t){this.begin(t)},performAction:function(t,e,n,r){switch(n){case 0:break;case 1:return 20;case 2:return 19;case 3:return 8;case 4:return 9;case 5:return 6;case 6:return 7;case 7:return 11;case 8:return 13;case 9:return 10;case 10:return 12;case 11:return 14;case 12:return 15;case 13:return 16;case 14:return 17;case 15:return 18;case 16:return 5;case 17:return"INVALID"}},rules:[/^\s+/,/^[0-9]+(\.[0-9]+)?\b/,/^n\b/,/^\|\|/,/^&&/,/^\?/,/^:/,/^<=/,/^>=/,/^</,/^>/,/^!=/,/^==/,/^%/,/^\(/,/^\)/,/^$/,/^./],conditions:{INITIAL:{rules:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17],inclusive:!0}}};return t}(),m.lexer=g,m),t.exports&&(e=t.exports=p),e.Jed=p}()},9:function(t,e,n){var r=n(91),i=n(92),o=n(79),s=n(93);t.exports=function(t,e){return r(t)||i(t,e)||o(t,e)||s()}},91:function(t,e){t.exports=function(t){if(Array.isArray(t))return t}},92:function(t,e){t.exports=function(t,e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t)){var n=[],r=!0,i=!1,o=void 0;try{for(var s,a=t[Symbol.iterator]();!(r=(s=a.next()).done)&&(n.push(s.value),!e||n.length!==e);r=!0);}catch(c){i=!0,o=c}finally{try{r||null==a.return||a.return()}finally{if(i)throw o}}return n}}},93:function(t,e){t.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}},94:function(t,e,n){"use strict";var r=n(117),i=n(116);function o(t,e){return 55296==(64512&t.charCodeAt(e))&&(!(e<0||e+1>=t.length)&&56320==(64512&t.charCod