Gutenberg Blocks – Ultimate Addons for Gutenberg - Version 2.1.0

Version Description

  • WEDNESDAY, 07th DECEMBER 2022 =
  • New: Introducing the Counter block with layouts that will help you flaunt your stats in a cool way!
  • New: Introducing the Image Gallery block with extensive customizability, as well as the all-new perfectly-tiled layout!
  • New: Introducing the ability to add custom CSS directly at the page level!
  • Improvement: Heading - Added sub-heading and separator position settings.
  • Improvement: FAQ - Added background size, background color and border stylings for the toggle icon.
  • Improvement: Post Grid - Added a setting to show buttons on equal height.
  • Improvement: Post Grid - Added a setting to toggle image aspect ratio.
  • Improvement: Post Grid - Added an equal height option for featured images.
  • Improvement: Matrix Alignment Control - Added the new Matrix Alignment Control to match the Spectra UI.
  • Improvement: Number Control - Added the new Number Control to match the Spectra UI.
  • Improvement: Global - Updated Block Previews for All Spectra Blocks in the Editor.
  • Improvement: Code - Added Automatic Block Prioritization and Organization.
  • Fix: Forms - Added email address labels.
  • Fix: Icon List - Resolved an issue in which the links were getting disabled for icon list children.
  • Fix: Marketing Button - Resolved an issue where setting the background type as transparent or gradient results in the block encountering an issue.
  • Fix: Post Carousel - Resolved an issue where the block breaks on the front end when a background image is set.
  • Fix: Post Grid - Resolved an issue where enabling the show taxonomy toggle did not show taxonomy on the posts in the editor.
  • Fix: Responsive Border Control - Resolved an issue where buttons from multiple blocks were not inheriting the theme's style.
  • Fix: Responsive Border Control - Repositioned the misaligned reset control button in all border settings.
  • Fix: Responsive Border Control - Resolved an issue where the border stylings do not work as expected for responsive devices.
  • Fix: Select Control - Adjusted this control to properly align with other setting controls.
  • Fix: Text Control - Changed the default label.
  • Fix: Global - Resolved an issue where the hover stylings of buttons in multiple blocks were not working in the editor.
Download this release

Release Info

Developer brainstormworg
Plugin Icon Gutenberg Blocks – Ultimate Addons for Gutenberg
Version 2.1.0
Comparing to
See all releases

Code changes from version 2.0.16 to 2.1.0

Files changed (116) hide show
  1. admin-core/ajax/common-settings.php +125 -0
  2. admin-core/assets/build/dashboard-app-rtl.css +178 -36
  3. admin-core/assets/build/dashboard-app.asset.php +1 -1
  4. admin-core/assets/build/dashboard-app.css +178 -36
  5. admin-core/assets/build/dashboard-app.js +1 -1
  6. admin-core/inc/admin-helper.php +27 -2
  7. admin-core/inc/admin-menu.php +10 -3
  8. admin/assets/preview-images/advanced-columns.png +0 -0
  9. admin/assets/preview-images/advanced-row.png +0 -0
  10. admin/assets/preview-images/blockquote.png +0 -0
  11. admin/assets/preview-images/call-to-action.png +0 -0
  12. admin/assets/preview-images/container.png +0 -0
  13. admin/assets/preview-images/content-timeline.png +0 -0
  14. admin/assets/preview-images/creative-heading.png +0 -0
  15. admin/assets/preview-images/faq.png +0 -0
  16. admin/assets/preview-images/form-accept.svg +0 -5
  17. admin/assets/preview-images/form-checkbox.svg +0 -8
  18. admin/assets/preview-images/form-date.svg +0 -10
  19. admin/assets/preview-images/form-email.svg +0 -8
  20. admin/assets/preview-images/form-hidden.svg +0 -4
  21. admin/assets/preview-images/form-name.svg +0 -5
  22. admin/assets/preview-images/form-phone.svg +0 -6
  23. admin/assets/preview-images/form-radio.svg +0 -8
  24. admin/assets/preview-images/form-select.svg +0 -6
  25. admin/assets/preview-images/form-textarea.svg +0 -5
  26. admin/assets/preview-images/form-toggle.svg +0 -6
  27. admin/assets/preview-images/form-url.svg +0 -8
  28. admin/assets/preview-images/form.png +0 -0
  29. admin/assets/preview-images/gf-cf-styler.png +0 -0
  30. admin/assets/preview-images/gmap.png +0 -0
  31. admin/assets/preview-images/how-to.png +0 -0
  32. admin/assets/preview-images/icon-list.png +0 -0
  33. admin/assets/preview-images/image.svg +0 -28
  34. admin/assets/preview-images/info-box.png +0 -0
  35. admin/assets/preview-images/inline-notice.png +0 -0
  36. admin/assets/preview-images/lottie-animation.png +0 -0
  37. admin/assets/preview-images/marketing-button.png +0 -0
  38. admin/assets/preview-images/multi-button.png +0 -0
  39. admin/assets/preview-images/post-carousel.png +0 -0
  40. admin/assets/preview-images/post-grid.png +0 -0
  41. admin/assets/preview-images/post-masonry.png +0 -0
  42. admin/assets/preview-images/post-timeline.png +0 -0
  43. admin/assets/preview-images/price-list.png +0 -0
  44. admin/assets/preview-images/review.png +0 -0
  45. admin/assets/preview-images/social-share.png +0 -0
  46. admin/assets/preview-images/star-ratings.png +0 -0
  47. admin/assets/preview-images/table-of-contents.png +0 -0
  48. admin/assets/preview-images/tabs.png +0 -0
  49. admin/assets/preview-images/taxonomy-list.png +0 -0
  50. admin/assets/preview-images/team.png +0 -0
  51. admin/assets/preview-images/testimonials.png +0 -0
  52. admin/assets/preview-images/wp-search.png +0 -0
  53. assets/css/blocks/counter.css +1 -0
  54. assets/css/blocks/image-gallery.css +1 -0
  55. assets/css/blocks/post.css +1 -1
  56. assets/images/block-previews/advanced-columns.svg +6 -0
  57. assets/images/block-previews/advanced-heading.svg +7 -0
  58. assets/images/block-previews/advanced-row.svg +4 -0
  59. assets/images/block-previews/blockquote.svg +8 -0
  60. assets/images/block-previews/buttons.svg +7 -0
  61. assets/images/block-previews/call-to-action.svg +8 -0
  62. assets/images/block-previews/children/advanced-columns-child.svg +6 -0
  63. assets/images/block-previews/children/buttons-child.svg +5 -0
  64. assets/images/block-previews/children/content-timeline-child.svg +8 -0
  65. assets/images/block-previews/children/faq-child.svg +9 -0
  66. assets/images/block-previews/children/form-accept.svg +6 -0
  67. assets/images/block-previews/children/form-checkbox.svg +5 -0
  68. assets/images/block-previews/children/form-field.svg +6 -0
  69. assets/images/block-previews/children/form-hidden.svg +4 -0
  70. assets/images/block-previews/children/form-phone.svg +7 -0
  71. assets/images/block-previews/children/form-radio.svg +5 -0
  72. assets/images/block-previews/children/form-textarea.svg +6 -0
  73. assets/images/block-previews/children/form-toggle.svg +6 -0
  74. assets/images/block-previews/children/how-to-step.svg +5 -0
  75. assets/images/block-previews/children/icon-list-child.svg +12 -0
  76. assets/images/block-previews/children/price-list-child.svg +10 -0
  77. assets/images/block-previews/children/social-share-child.svg +4 -0
  78. assets/images/block-previews/children/tabs-child.svg +8 -0
  79. assets/images/block-previews/contact-form-7-styler.svg +10 -0
  80. assets/images/block-previews/container.svg +5 -0
  81. assets/images/block-previews/content-timeline.svg +22 -0
  82. assets/images/block-previews/counter.svg +12 -0
  83. assets/images/block-previews/faq.svg +13 -0
  84. assets/images/block-previews/form.svg +11 -0
  85. assets/images/block-previews/google-maps.svg +11 -0
  86. assets/images/block-previews/gravity-form-styler.svg +11 -0
  87. assets/images/block-previews/how-to.svg +14 -0
  88. assets/images/block-previews/icon-list.svg +26 -0
  89. assets/images/block-previews/image-gallery.svg +37 -0
  90. assets/images/block-previews/image.svg +13 -0
  91. assets/images/block-previews/info-box.svg +9 -0
  92. assets/images/block-previews/inline-notice.svg +9 -0
  93. assets/images/block-previews/lottie.svg +6 -0
  94. assets/images/block-previews/marketing-button.svg +17 -0
  95. assets/images/block-previews/post-carousel.svg +11 -0
  96. assets/images/block-previews/post-grid.svg +27 -0
  97. assets/images/block-previews/post-masonry.svg +29 -0
  98. assets/images/block-previews/post-timeline.svg +16 -0
  99. assets/images/block-previews/price-list.svg +31 -0
  100. assets/images/block-previews/review.svg +91 -0
  101. assets/images/block-previews/social-share.svg +18 -0
  102. assets/images/block-previews/star-rating.svg +18 -0
  103. assets/images/block-previews/table-of-content.svg +13 -0
  104. assets/images/block-previews/tabs.svg +8 -0
  105. assets/images/block-previews/taxonomy-list.svg +21 -0
  106. assets/images/block-previews/team.svg +28 -0
  107. assets/images/block-previews/testimonial.svg +25 -0
  108. assets/images/block-previews/wp-search.svg +6 -0
  109. assets/js/countUp.min.js +1 -0
  110. assets/js/image-gallery.js +243 -0
  111. assets/js/image-gallery.min.js +1 -0
  112. assets/js/spectra-counter.js +176 -0
  113. assets/js/spectra-counter.min.js +1 -0
  114. blocks-config/blocks-attributes/getBlocksDefaultAttributes.js +5 -1
  115. blocks-config/blocks-config.php +1 -0
  116. blocks-config/image-gallery/class-spectra-image-gallery.php +75 -0
admin-core/ajax/common-settings.php CHANGED
@@ -57,6 +57,7 @@ class Common_Settings extends Ajax_Base {
57
  'enable_block_condition',
58
  'enable_masonry_gallery',
59
  'enable_block_responsive',
 
60
  'blocks_activation_and_deactivation',
61
  'load_select_font_globally',
62
  'select_font_globally',
@@ -64,6 +65,8 @@ class Common_Settings extends Ajax_Base {
64
  'preload_local_fonts',
65
  'collapse_panels',
66
  'copy_paste',
 
 
67
  'content_width',
68
  'container_global_padding',
69
  'container_global_elements_gap',
@@ -677,6 +680,92 @@ class Common_Settings extends Ajax_Base {
677
  wp_send_json_success( $response_data );
678
 
679
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
680
  /**
681
  * Save settings.
682
  *
@@ -779,6 +868,42 @@ class Common_Settings extends Ajax_Base {
779
  wp_send_json_success( $response_data );
780
 
781
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
782
  /**
783
  * Save settings.
784
  *
57
  'enable_block_condition',
58
  'enable_masonry_gallery',
59
  'enable_block_responsive',
60
+ 'enable_dynamic_content',
61
  'blocks_activation_and_deactivation',
62
  'load_select_font_globally',
63
  'select_font_globally',
65
  'preload_local_fonts',
66
  'collapse_panels',
67
  'copy_paste',
68
+ 'social',
69
+ 'dynamic_content_mode',
70
  'content_width',
71
  'container_global_padding',
72
  'container_global_elements_gap',
680
  wp_send_json_success( $response_data );
681
 
682
  }
683
+ /**
684
+ * Save settings.
685
+ *
686
+ * @since 2.1.0
687
+ * @return void
688
+ */
689
+ public function social() {
690
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
691
+
692
+ if ( ! current_user_can( 'manage_options' ) ) {
693
+ wp_send_json_error( $response_data );
694
+ }
695
+
696
+ /**
697
+ * Nonce verification
698
+ */
699
+ if ( ! check_ajax_referer( 'uag_social', 'security', false ) ) {
700
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
701
+ wp_send_json_error( $response_data );
702
+ }
703
+
704
+ if ( empty( $_POST ) ) {
705
+ $response_data = array( 'messsage' => __( 'No post data found!', 'ultimate-addons-for-gutenberg' ) );
706
+ wp_send_json_error( $response_data );
707
+ }
708
+
709
+ $social = \UAGB_Admin_Helper::get_admin_settings_option(
710
+ 'uag_social',
711
+ array(
712
+ 'socialRegister' => false,
713
+ 'googleClientId' => '',
714
+ 'facebookAppId' => '',
715
+ 'facebookAppSecret' => '',
716
+ )
717
+ );
718
+ if ( isset( $_POST['socialRegister'] ) ) {
719
+ $social['socialRegister'] = (bool) rest_sanitize_boolean( $_POST['socialRegister'] );
720
+ }
721
+ if ( isset( $_POST['googleClientId'] ) ) {
722
+ $social['googleClientId'] = sanitize_text_field( $_POST['googleClientId'] );
723
+ }
724
+ if ( isset( $_POST['facebookAppId'] ) ) {
725
+ $social['facebookAppId'] = sanitize_text_field( $_POST['facebookAppId'] );
726
+ }
727
+ if ( isset( $_POST['facebookAppSecret'] ) ) {
728
+ $social['facebookAppSecret'] = sanitize_text_field( $_POST['facebookAppSecret'] );
729
+ }
730
+
731
+ \UAGB_Admin_Helper::update_admin_settings_option( 'uag_social', $social );
732
+
733
+ $response_data = array(
734
+ 'messsage' => __( 'Successfully saved data!', 'ultimate-addons-for-gutenberg' ),
735
+ );
736
+ wp_send_json_success( $response_data );
737
+ }
738
+ /**
739
+ * Save settings.
740
+ *
741
+ * @since 2.1.0
742
+ * @return void
743
+ */
744
+ public function dynamic_content_mode() {
745
+
746
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
747
+
748
+ if ( ! current_user_can( 'manage_options' ) ) {
749
+ wp_send_json_error( $response_data );
750
+ }
751
+
752
+ /**
753
+ * Nonce verification
754
+ */
755
+ if ( ! check_ajax_referer( 'uag_dynamic_content_mode', 'security', false ) ) {
756
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
757
+ wp_send_json_error( $response_data );
758
+ }
759
+
760
+ \UAGB_Admin_Helper::update_admin_settings_option( 'uag_dynamic_content_mode', sanitize_text_field( $_POST['value'] ) );
761
+
762
+ $response_data = array(
763
+ 'messsage' => __( 'Successfully saved data!', 'ultimate-addons-for-gutenberg' ),
764
+ );
765
+ wp_send_json_success( $response_data );
766
+
767
+ }
768
+
769
  /**
770
  * Save settings.
771
  *
868
  wp_send_json_success( $response_data );
869
 
870
  }
871
+ /**
872
+ * Save settings.
873
+ *
874
+ * @since 2.1.0
875
+ * @return void
876
+ */
877
+ public function enable_dynamic_content() {
878
+
879
+ $response_data = array( 'messsage' => $this->get_error_msg( 'permission' ) );
880
+
881
+ if ( ! current_user_can( 'manage_options' ) ) {
882
+ wp_send_json_error( $response_data );
883
+ }
884
+
885
+ /**
886
+ * Nonce verification
887
+ */
888
+ if ( ! check_ajax_referer( 'uag_enable_dynamic_content', 'security', false ) ) {
889
+ $response_data = array( 'messsage' => $this->get_error_msg( 'nonce' ) );
890
+ wp_send_json_error( $response_data );
891
+ }
892
+
893
+ if ( empty( $_POST ) ) {
894
+ $response_data = array( 'messsage' => __( 'No post data found!', 'ultimate-addons-for-gutenberg' ) );
895
+ wp_send_json_error( $response_data );
896
+ }
897
+
898
+ \UAGB_Admin_Helper::update_admin_settings_option( 'uag_enable_dynamic_content', sanitize_text_field( $_POST['value'] ) );
899
+
900
+ $response_data = array(
901
+ 'messsage' => __( 'Successfully saved data!', 'ultimate-addons-for-gutenberg' ),
902
+ );
903
+ wp_send_json_success( $response_data );
904
+
905
+ }
906
+
907
  /**
908
  * Save settings.
909
  *
admin-core/assets/build/dashboard-app-rtl.css CHANGED
@@ -1,5 +1,5 @@
1
  /*
2
- ! tailwindcss v3.0.16 | MIT License | https://tailwindcss.com
3
  *//*
4
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
5
  2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
@@ -163,6 +163,7 @@ select,
163
  textarea {
164
  font-family: inherit; /* 1 */
165
  font-size: 100%; /* 1 */
 
166
  line-height: inherit; /* 1 */
167
  color: inherit; /* 1 */
168
  margin: 0; /* 2 */
@@ -361,10 +362,7 @@ video {
361
  height: auto;
362
  }
363
 
364
- /*
365
- Ensure the default browser behavior of the `hidden` attribute.
366
- */
367
-
368
  [hidden] {
369
  display: none;
370
  }
@@ -411,6 +409,11 @@ input::placeholder,textarea::placeholder {
411
  min-height: 1.5em;
412
  }
413
 
 
 
 
 
 
414
  select {
415
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");
416
  background-position: left 0.5rem center;
@@ -522,6 +525,55 @@ select {
522
  }
523
 
524
  *, ::before, ::after {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
525
  --tw-translate-x: 0;
526
  --tw-translate-y: 0;
527
  --tw-rotate: 0;
@@ -599,15 +651,24 @@ select {
599
  bottom: 0px;
600
  }.right-0 {
601
  left: 0px;
 
 
 
 
602
  }.z-50 {
603
  z-index: 50;
604
  }.z-10 {
605
  z-index: 10;
606
  }.z-0 {
607
  z-index: 0;
 
 
608
  }.mx-auto {
609
  margin-right: auto;
610
  margin-left: auto;
 
 
 
611
  }.my-1 {
612
  margin-top: 0.25rem;
613
  margin-bottom: 0.25rem;
@@ -618,6 +679,12 @@ select {
618
  margin-bottom: 0.25rem;
619
  }.mt-3 {
620
  margin-top: 0.75rem;
 
 
 
 
 
 
621
  }.ml-3 {
622
  margin-right: 0.75rem;
623
  }.ml-4 {
@@ -650,10 +717,10 @@ select {
650
  margin-left: 1.25rem;
651
  }.mt-4 {
652
  margin-top: 1rem;
 
 
653
  }.-mr-1 {
654
  margin-left: -0.25rem;
655
- }.mr-2 {
656
- margin-left: 0.5rem;
657
  }.-ml-1 {
658
  margin-right: -0.25rem;
659
  }.mr-3 {
@@ -662,6 +729,16 @@ select {
662
  margin-top: 1.5rem;
663
  }.mr-4 {
664
  margin-left: 1rem;
 
 
 
 
 
 
 
 
 
 
665
  }.mr-\[80px\] {
666
  margin-left: 80px;
667
  }.box-border {
@@ -708,6 +785,8 @@ select {
708
  height: 3rem;
709
  }.h-\[36rem\] {
710
  height: 36rem;
 
 
711
  }.max-h-4 {
712
  max-height: 1rem;
713
  }.min-h-screen {
@@ -722,6 +801,8 @@ select {
722
  width: 1.5rem;
723
  }.w-auto {
724
  width: auto;
 
 
725
  }.w-full {
726
  width: 100%;
727
  }.w-0 {
@@ -744,6 +825,10 @@ select {
744
  width: 3rem;
745
  }.w-8 {
746
  width: 2rem;
 
 
 
 
747
  }.min-w-0 {
748
  min-width: 0px;
749
  }.max-w-full {
@@ -775,6 +860,9 @@ select {
775
  }.translate-x-5 {
776
  --tw-translate-x: 1.25rem;
777
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
 
 
 
778
  }.translate-y-4 {
779
  --tw-translate-y: 1rem;
780
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
@@ -802,6 +890,8 @@ select {
802
  grid-template-columns: repeat(2, minmax(0, 1fr));
803
  }.grid-cols-1 {
804
  grid-template-columns: repeat(1, minmax(0, 1fr));
 
 
805
  }.flex-col {
806
  flex-direction: column;
807
  }.flex-wrap {
@@ -820,6 +910,8 @@ select {
820
  justify-content: space-between;
821
  }.gap-6 {
822
  gap: 1.5rem;
 
 
823
  }.gap-4 {
824
  gap: 1rem;
825
  }.gap-x-4 {
@@ -861,10 +953,10 @@ select {
861
  border-radius: 0.375rem;
862
  }.rounded-\[0\.2rem\] {
863
  border-radius: 0.2rem;
864
- }.rounded-lg {
865
- border-radius: 0.5rem;
866
  }.rounded {
867
  border-radius: 0.25rem;
 
 
868
  }.rounded-2xl {
869
  border-radius: 1rem;
870
  }.rounded-l-md {
@@ -895,24 +987,36 @@ select {
895
  border-color: rgb(97 4 255 / var(--tw-border-opacity));
896
  }.border-transparent {
897
  border-color: transparent;
 
 
 
 
 
 
898
  }.border-white {
899
  --tw-border-opacity: 1;
900
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
901
- }.border-slate-400 {
902
  --tw-border-opacity: 1;
903
- border-color: rgb(148 163 184 / var(--tw-border-opacity));
904
  }.border-slate-300 {
905
  --tw-border-opacity: 1;
906
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
907
  }.bg-white {
908
  --tw-bg-opacity: 1;
909
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
 
 
 
910
  }.bg-spectra {
911
  --tw-bg-opacity: 1;
912
  background-color: rgb(97 4 255 / var(--tw-bg-opacity));
913
  }.bg-slate-200 {
914
  --tw-bg-opacity: 1;
915
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
 
 
 
916
  }.bg-gray-500 {
917
  --tw-bg-opacity: 1;
918
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
@@ -922,8 +1026,17 @@ select {
922
  }.bg-red-600 {
923
  --tw-bg-opacity: 1;
924
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
 
 
 
925
  }.bg-opacity-75 {
926
  --tw-bg-opacity: 0.75;
 
 
 
 
 
 
927
  }.fill-spectra {
928
  fill: #6104FF;
929
  }.fill-slate-800 {
@@ -960,18 +1073,21 @@ select {
960
  }.px-1 {
961
  padding-right: 0.25rem;
962
  padding-left: 0.25rem;
963
- }.py-6 {
964
- padding-top: 1.5rem;
965
- padding-bottom: 1.5rem;
966
  }.px-1\.5 {
967
  padding-right: 0.375rem;
968
  padding-left: 0.375rem;
969
- }.py-1 {
970
- padding-top: 0.25rem;
971
- padding-bottom: 0.25rem;
 
 
 
972
  }.py-4 {
973
  padding-top: 1rem;
974
  padding-bottom: 1rem;
 
 
 
975
  }.py-2 {
976
  padding-top: 0.5rem;
977
  padding-bottom: 0.5rem;
@@ -1005,6 +1121,8 @@ select {
1005
  padding-bottom: 1rem;
1006
  }.pl-5 {
1007
  padding-right: 1.25rem;
 
 
1008
  }.pt-\[2\.2rem\] {
1009
  padding-top: 2.2rem;
1010
  }.pb-3 {
@@ -1025,6 +1143,8 @@ select {
1025
  vertical-align: top;
1026
  }.align-bottom {
1027
  vertical-align: bottom;
 
 
1028
  }.text-lg {
1029
  font-size: 1.125rem;
1030
  line-height: 1.75rem;
@@ -1036,11 +1156,11 @@ select {
1036
  line-height: 1rem;
1037
  }.text-\[0\.940rem\] {
1038
  font-size: 0.940rem;
 
 
1039
  }.text-base {
1040
  font-size: 1rem;
1041
  line-height: 1.5rem;
1042
- }.text-\[10px\] {
1043
- font-size: 10px;
1044
  }.text-2xl {
1045
  font-size: 1.5rem;
1046
  line-height: 2rem;
@@ -1061,6 +1181,8 @@ select {
1061
  line-height: 2rem;
1062
  }.leading-tight {
1063
  line-height: 1.25;
 
 
1064
  }.leading-\[2\.4rem\] {
1065
  line-height: 2.4rem;
1066
  }.text-gray-900 {
@@ -1078,21 +1200,25 @@ select {
1078
  }.text-spectra {
1079
  --tw-text-opacity: 1;
1080
  color: rgb(97 4 255 / var(--tw-text-opacity));
1081
- }.text-green-400 {
1082
  --tw-text-opacity: 1;
1083
- color: rgb(74 222 128 / var(--tw-text-opacity));
1084
  }.text-slate-400 {
1085
  --tw-text-opacity: 1;
1086
  color: rgb(148 163 184 / var(--tw-text-opacity));
1087
  }.text-white {
1088
  --tw-text-opacity: 1;
1089
  color: rgb(255 255 255 / var(--tw-text-opacity));
 
 
 
 
 
 
1090
  }.underline {
1091
- -webkit-text-decoration-line: underline;
1092
- text-decoration-line: underline;
1093
  }.no-underline {
1094
- -webkit-text-decoration-line: none;
1095
- text-decoration-line: none;
1096
  }.placeholder-slate-400::placeholder {
1097
  --tw-placeholder-opacity: 1;
1098
  color: rgb(148 163 184 / var(--tw-placeholder-opacity));
@@ -1146,25 +1272,23 @@ select {
1146
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
1147
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
1148
  }.transition {
1149
- transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
1150
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
1151
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
1152
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1153
  transition-duration: 150ms;
1154
  }.transition-colors {
1155
- transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
1156
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
1157
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
1158
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1159
- transition-duration: 150ms;
1160
- }.transition-opacity {
1161
- transition-property: opacity;
1162
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1163
  transition-duration: 150ms;
1164
  }.transition-all {
1165
  transition-property: all;
1166
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1167
  transition-duration: 150ms;
 
 
 
 
1168
  }.duration-150 {
1169
  transition-duration: 150ms;
1170
  }.duration-300 {
@@ -1179,7 +1303,10 @@ select {
1179
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
1180
  }.ease-in {
1181
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
1182
- }:root{--accent-color: #2271b1;--accent-hv-color: #0a4b78;--background-light-color: #f0f0f1;--heading-color: #1d2327;--content-color: #3c434a;--link-color: #2271b1;--link-hv-color: #0a4b78;--metabox-background-color: #fff}.wp-admin{overflow-y:scroll}#wpbody-content>.notice:not(.uag-notice),#wpbody-content>.error{display:none !important}.uag-menu-page-wrapper,.uag-menu-page-wrapper *{box-sizing:border-box}.uag-menu-page-wrapper a:focus,.uag-menu-page-wrapper button:focus,.uag-menu-page-wrapper input:focus{box-shadow:none;outline:none}.uag-rollback__dialog{z-index:99999}#uag-menu-page .uag-accordion svg{fill:#e2e8f0}#uag-menu-page .uag-accordion:hover svg{fill:#475569}#uag-menu-page .uag-accordion:focus{outline:none;box-shadow:none}#uag-menu-page .uag-accordion:focus-visible svg{fill:#475569}.settings_page_spectra #wpcontent{padding-right:0}.uag-menu-page-wrapper .uag-settings-app{font-family:var(--heading-font-family);right:-20px;position:relative;width:calc(100% + 20px)}.uag-menu-page-wrapper .uag-settings-app .uag-normal-button-control .uag-button{display:inline-block;text-decoration:none;font-size:14px;margin:0;font-weight:var(--heading-weight-400);font-family:var(--heading-font-family);font-style:var(--heading-font-style);padding:10px 16px;cursor:pointer;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;text-transform:capitalize}.uag-menu-page-wrapper .uag-settings-app h2{font-family:var(--heading-font-family);font-weight:var(--heading-weight-500);font-size:24px;margin-bottom:20px;margin-top:0;color:var(--content-color);line-height:32px}.uag-menu-page-wrapper .uag-settings-app h3{margin:0;margin-bottom:10px;color:var(--content-color);font-family:var(--heading-font-family);font-weight:var(--heading-weight-500);font-size:18px;font-style:var(--heading-font-style);line-height:1.3em}.uag-menu-page-wrapper .uag-settings-app .uag-field{border-radius:2px}.uag-menu-page-wrapper .uag-settings-app p{color:var(--content-color);font-family:var(--heading-font-family);font-weight:var(--heading-weight-400);font-size:14px;margin-top:0;margin-bottom:20px;line-height:1.55em;text-align:right}.uag-menu-page-wrapper .uag-settings-app .components-base-control__field{font-size:16px}.spectra-recaptcha__heading{color:var(--content-color)}.uag-user-info{background:var(--background-light-color);padding:35px 0;box-sizing:border-box;width:1200px;margin:0 auto;max-width:100%}.uag-user-info a[href=""]{display:none}.uag-button--primary:hover,.uag-button--primary:focus,.uag-button--primary:active{background:var(--accent-hv-color);color:var(--metabox-background-color)}.uag-button--primary{border-width:0;border:1px solid var(--accent-color);background:var(--accent-color);color:var(--background-light-color)}.uag-button--secondary{color:var(--accent-color);border:1px solid var(--accent-color);background:#fff;vertical-align:top}.uag-button--secondary:hover,.uag-button--secondary:focus,.uag-button--secondary:active{background:#f0f0f1;border-color:var(--accent-hv-color);color:var(--accent-hv-color)}.uag-control__status-yes,.uag-control__status-enabled{display:inline-flex;color:#639102;align-items:center;font-weight:var(--heading-weight-400);font-family:var(--heading-font-family);font-style:var(--heading-font-style)}.uag-control__status-yes img,.uag-control__status-enabled img{margin-right:5px;width:18px}.uag-control__status-no,.uag-control__status-disabled{color:red;font-weight:var(--heading-weight-400);font-family:var(--heading-font-family);font-style:var(--heading-font-style);display:inline-flex;align-items:center}.uag-control__status-no img,.uag-control__status-disabled img{display:none}#wpwrap{background-color:#f8fafc}#wpwrap .spectra-admin__input-field{color:#64748b;background-color:#fff;border:1px solid #e2e8f0;border-radius:.375rem;padding:.5rem .75rem;font-size:1rem;line-height:1.25rem}#wpwrap .spectra-admin__input-field:focus{outline:none;border-color:#94a3b8;box-shadow:none}#wpwrap .spectra-admin__input-field:focus+.spectra-admin__input-field--end-display{border-color:#94a3b8;box-shadow:none}#wpwrap .spectra-admin__dropdown{padding-left:2rem}#wpwrap .spectra-admin__dropdown:hover{color:#2c3338}#wpwrap .spectra-admin__block-label{box-sizing:content-box}#wpwrap .spectra-content-width-input-wrap>input{padding:.5rem .75rem .5rem 0;border-radius:0 .25rem .25rem 0;border-left-width:0}#wpwrap .spectra-content-width-input-wrap>span{padding:.5rem .75rem;font-size:1rem;line-height:1.25rem;color:#64748b;background-color:#fff;border-radius:.25rem 0 0 .25rem;border:1px solid #e2e8f0}.uag-font-select-disabled{pointer-events:none;opacity:.4}.uag-menu-page-wrapper{font-family:Inter,sans-serif}.uag-menu-page-wrapper p{font-size:14px;line-height:22.4px}.uag-menu-page-wrapper h2{font-size:1.8rem}.uag-menu-page-wrapper h3{font-size:1.125rem}.spectra-video-container{position:relative;width:100%;padding-bottom:56.25%}.spectra-video-container .spectra-video{position:absolute;top:0;right:0;width:100%;height:100%;border:0}.spectra-icon-transition svg,.spectra-icon-transition path{transition-property:stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.spectra-disabled-icon svg,.spectra-disabled-icon path{stroke:#94a3b8}.spectra-changelog-description strong{font-weight:500;font-size:.875rem;line-height:1.25rem;color:#1e293b}.spectra-changelog-description ul{margin-top:.25rem;margin-bottom:.75rem}.spectra-changelog-description ul:last-child{margin-top:0}.spectra-changelog-description li{font-weight:400;font-size:.75rem;line-height:1rem;color:#64748b}.spectra__scrollable{scrollbar-width:.5rem;scrollbar-color:#cbd5e1 #f1f5f9}.spectra__scrollable--blocks{scrollbar-width:.5rem;scrollbar-color:#cbd5e1 #f1f5f9}.spectra__scrollable--blocks::-webkit-scrollbar{width:.5rem;height:.5rem}.spectra__scrollable--blocks::-webkit-scrollbar-track{margin:1rem 0;border-radius:.25rem;background-color:#f1f5f9}.spectra__scrollable--blocks::-webkit-scrollbar-thumb{border-radius:.25rem;background-color:#cbd5e1}.spectra__scrollable--settings{overflow-y:scroll;scrollbar-width:.5rem;scrollbar-color:#cbd5e1 #f1f5f9}.spectra__scrollable--settings::-webkit-scrollbar{width:.5rem;height:.5rem}.spectra__scrollable--settings::-webkit-scrollbar-track{border-radius:.5rem 0 0 .5rem;background-color:#f1f5f9;opacity:.4}.spectra__scrollable--settings::-webkit-scrollbar-thumb{border-radius:.25rem;background-color:#cbd5e1;opacity:.4}.spectra__settings>section:last-child{border-bottom:none}[dir=rtl] .uag-dashboard-app button.bg-spectra[aria-checked=false] span{left:0}[dir=rtl] .uag-dashboard-app button.bg-spectra[aria-checked=true] span{transform:translateX(-20px)}:root{--heading-font-family: "Inter";--heading-font-style: normal;--heading-weight-500: 500;--heading-weight-400: 400;--heading-font-size: 18px;--heading-line-height: 24px}.shadow-focused:focus.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05) !important}.shadow-focused:focus.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1) !important}.shadow-focused:focus.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1) !important}.shadow-focused:focus.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1) !important}.shadow-focused:focus.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1) !important}.shadow-focused:focus.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25) !important}.shadow-focused:focus.shadow-inner{box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.05) !important}.core-block-card-wrap{cursor:not-allowed}.core-block-card-wrap .core-block-card{pointer-events:none}.hover\:z-50:hover {
 
 
 
1183
  z-index: 50;
1184
  }.hover\:border-slate-300:hover {
1185
  --tw-border-opacity: 1;
@@ -1222,12 +1349,18 @@ select {
1222
  }.hover\:text-slate-800:hover {
1223
  --tw-text-opacity: 1;
1224
  color: rgb(30 41 59 / var(--tw-text-opacity));
1225
- }.hover\:text-slate-500:hover {
1226
  --tw-text-opacity: 1;
1227
- color: rgb(100 116 139 / var(--tw-text-opacity));
 
 
 
1228
  }.hover\:text-spectra:hover {
1229
  --tw-text-opacity: 1;
1230
  color: rgb(97 4 255 / var(--tw-text-opacity));
 
 
 
1231
  }.hover\:text-slate-900:hover {
1232
  --tw-text-opacity: 1;
1233
  color: rgb(15 23 42 / var(--tw-text-opacity));
@@ -1263,6 +1396,9 @@ select {
1263
  }.focus\:text-spectra:focus {
1264
  --tw-text-opacity: 1;
1265
  color: rgb(97 4 255 / var(--tw-text-opacity));
 
 
 
1266
  }.focus\:text-slate-400:focus {
1267
  --tw-text-opacity: 1;
1268
  color: rgb(148 163 184 / var(--tw-text-opacity));
@@ -1317,6 +1453,12 @@ select {
1317
  }.active\:text-spectra:active {
1318
  --tw-text-opacity: 1;
1319
  color: rgb(97 4 255 / var(--tw-text-opacity));
 
 
 
 
 
 
1320
  }.active\:text-slate-500:active {
1321
  --tw-text-opacity: 1;
1322
  color: rgb(100 116 139 / var(--tw-text-opacity));
1
  /*
2
+ ! tailwindcss v3.2.1 | MIT License | https://tailwindcss.com
3
  *//*
4
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
5
  2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
163
  textarea {
164
  font-family: inherit; /* 1 */
165
  font-size: 100%; /* 1 */
166
+ font-weight: inherit; /* 1 */
167
  line-height: inherit; /* 1 */
168
  color: inherit; /* 1 */
169
  margin: 0; /* 2 */
362
  height: auto;
363
  }
364
 
365
+ /* Make elements with the HTML hidden attribute stay hidden by default */
 
 
 
366
  [hidden] {
367
  display: none;
368
  }
409
  min-height: 1.5em;
410
  }
411
 
412
+ ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
413
+ padding-top: 0;
414
+ padding-bottom: 0;
415
+ }
416
+
417
  select {
418
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");
419
  background-position: left 0.5rem center;
525
  }
526
 
527
  *, ::before, ::after {
528
+ --tw-border-spacing-x: 0;
529
+ --tw-border-spacing-y: 0;
530
+ --tw-translate-x: 0;
531
+ --tw-translate-y: 0;
532
+ --tw-rotate: 0;
533
+ --tw-skew-x: 0;
534
+ --tw-skew-y: 0;
535
+ --tw-scale-x: 1;
536
+ --tw-scale-y: 1;
537
+ --tw-pan-x: ;
538
+ --tw-pan-y: ;
539
+ --tw-pinch-zoom: ;
540
+ --tw-scroll-snap-strictness: proximity;
541
+ --tw-ordinal: ;
542
+ --tw-slashed-zero: ;
543
+ --tw-numeric-figure: ;
544
+ --tw-numeric-spacing: ;
545
+ --tw-numeric-fraction: ;
546
+ --tw-ring-inset: ;
547
+ --tw-ring-offset-width: 0px;
548
+ --tw-ring-offset-color: #fff;
549
+ --tw-ring-color: rgb(59 130 246 / 0.5);
550
+ --tw-ring-offset-shadow: 0 0 #0000;
551
+ --tw-ring-shadow: 0 0 #0000;
552
+ --tw-shadow: 0 0 #0000;
553
+ --tw-shadow-colored: 0 0 #0000;
554
+ --tw-blur: ;
555
+ --tw-brightness: ;
556
+ --tw-contrast: ;
557
+ --tw-grayscale: ;
558
+ --tw-hue-rotate: ;
559
+ --tw-invert: ;
560
+ --tw-saturate: ;
561
+ --tw-sepia: ;
562
+ --tw-drop-shadow: ;
563
+ --tw-backdrop-blur: ;
564
+ --tw-backdrop-brightness: ;
565
+ --tw-backdrop-contrast: ;
566
+ --tw-backdrop-grayscale: ;
567
+ --tw-backdrop-hue-rotate: ;
568
+ --tw-backdrop-invert: ;
569
+ --tw-backdrop-opacity: ;
570
+ --tw-backdrop-saturate: ;
571
+ --tw-backdrop-sepia: ;
572
+ }
573
+
574
+ ::backdrop {
575
+ --tw-border-spacing-x: 0;
576
+ --tw-border-spacing-y: 0;
577
  --tw-translate-x: 0;
578
  --tw-translate-y: 0;
579
  --tw-rotate: 0;
651
  bottom: 0px;
652
  }.right-0 {
653
  left: 0px;
654
+ }.top-1\/2 {
655
+ top: 50%;
656
+ }.left-3 {
657
+ right: 0.75rem;
658
  }.z-50 {
659
  z-index: 50;
660
  }.z-10 {
661
  z-index: 10;
662
  }.z-0 {
663
  z-index: 0;
664
+ }.float-left {
665
+ float: right;
666
  }.mx-auto {
667
  margin-right: auto;
668
  margin-left: auto;
669
+ }.mx-2 {
670
+ margin-right: 0.5rem;
671
+ margin-left: 0.5rem;
672
  }.my-1 {
673
  margin-top: 0.25rem;
674
  margin-bottom: 0.25rem;
679
  margin-bottom: 0.25rem;
680
  }.mt-3 {
681
  margin-top: 0.75rem;
682
+ }.mr-8 {
683
+ margin-left: 2rem;
684
+ }.ml-2 {
685
+ margin-right: 0.5rem;
686
+ }.mr-2 {
687
+ margin-left: 0.5rem;
688
  }.ml-3 {
689
  margin-right: 0.75rem;
690
  }.ml-4 {
717
  margin-left: 1.25rem;
718
  }.mt-4 {
719
  margin-top: 1rem;
720
+ }.mb-2 {
721
+ margin-bottom: 0.5rem;
722
  }.-mr-1 {
723
  margin-left: -0.25rem;
 
 
724
  }.-ml-1 {
725
  margin-right: -0.25rem;
726
  }.mr-3 {
729
  margin-top: 1.5rem;
730
  }.mr-4 {
731
  margin-left: 1rem;
732
+ }.mt-\[0\.6rem\] {
733
+ margin-top: 0.6rem;
734
+ }.mt-1\.5 {
735
+ margin-top: 0.375rem;
736
+ }.mt-1 {
737
+ margin-top: 0.25rem;
738
+ }.-mt-0\.5 {
739
+ margin-top: -0.125rem;
740
+ }.-mt-0 {
741
+ margin-top: -0px;
742
  }.mr-\[80px\] {
743
  margin-left: 80px;
744
  }.box-border {
785
  height: 3rem;
786
  }.h-\[36rem\] {
787
  height: 36rem;
788
+ }.h-1 {
789
+ height: 0.25rem;
790
  }.max-h-4 {
791
  max-height: 1rem;
792
  }.min-h-screen {
801
  width: 1.5rem;
802
  }.w-auto {
803
  width: auto;
804
+ }.w-4 {
805
+ width: 1rem;
806
  }.w-full {
807
  width: 100%;
808
  }.w-0 {
825
  width: 3rem;
826
  }.w-8 {
827
  width: 2rem;
828
+ }.w-\[78\%\] {
829
+ width: 78%;
830
+ }.w-1 {
831
+ width: 0.25rem;
832
  }.min-w-0 {
833
  min-width: 0px;
834
  }.max-w-full {
860
  }.translate-x-5 {
861
  --tw-translate-x: 1.25rem;
862
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
863
+ }.-translate-y-1\/2 {
864
+ --tw-translate-y: -50%;
865
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
866
  }.translate-y-4 {
867
  --tw-translate-y: 1rem;
868
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
890
  grid-template-columns: repeat(2, minmax(0, 1fr));
891
  }.grid-cols-1 {
892
  grid-template-columns: repeat(1, minmax(0, 1fr));
893
+ }.flex-row {
894
+ flex-direction: row;
895
  }.flex-col {
896
  flex-direction: column;
897
  }.flex-wrap {
910
  justify-content: space-between;
911
  }.gap-6 {
912
  gap: 1.5rem;
913
+ }.gap-\[2\.50rem\] {
914
+ gap: 2.50rem;
915
  }.gap-4 {
916
  gap: 1rem;
917
  }.gap-x-4 {
953
  border-radius: 0.375rem;
954
  }.rounded-\[0\.2rem\] {
955
  border-radius: 0.2rem;
 
 
956
  }.rounded {
957
  border-radius: 0.25rem;
958
+ }.rounded-lg {
959
+ border-radius: 0.5rem;
960
  }.rounded-2xl {
961
  border-radius: 1rem;
962
  }.rounded-l-md {
987
  border-color: rgb(97 4 255 / var(--tw-border-opacity));
988
  }.border-transparent {
989
  border-color: transparent;
990
+ }.border-slate-400 {
991
+ --tw-border-opacity: 1;
992
+ border-color: rgb(148 163 184 / var(--tw-border-opacity));
993
+ }.border-slate-800 {
994
+ --tw-border-opacity: 1;
995
+ border-color: rgb(30 41 59 / var(--tw-border-opacity));
996
  }.border-white {
997
  --tw-border-opacity: 1;
998
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
999
+ }.border-indigo-100 {
1000
  --tw-border-opacity: 1;
1001
+ border-color: rgb(224 231 255 / var(--tw-border-opacity));
1002
  }.border-slate-300 {
1003
  --tw-border-opacity: 1;
1004
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
1005
  }.bg-white {
1006
  --tw-bg-opacity: 1;
1007
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1008
+ }.bg-slate-800 {
1009
+ --tw-bg-opacity: 1;
1010
+ background-color: rgb(30 41 59 / var(--tw-bg-opacity));
1011
  }.bg-spectra {
1012
  --tw-bg-opacity: 1;
1013
  background-color: rgb(97 4 255 / var(--tw-bg-opacity));
1014
  }.bg-slate-200 {
1015
  --tw-bg-opacity: 1;
1016
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
1017
+ }.bg-indigo-50 {
1018
+ --tw-bg-opacity: 1;
1019
+ background-color: rgb(238 242 255 / var(--tw-bg-opacity));
1020
  }.bg-gray-500 {
1021
  --tw-bg-opacity: 1;
1022
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
1026
  }.bg-red-600 {
1027
  --tw-bg-opacity: 1;
1028
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
1029
+ }.bg-gray-200 {
1030
+ --tw-bg-opacity: 1;
1031
+ background-color: rgb(229 231 235 / var(--tw-bg-opacity));
1032
  }.bg-opacity-75 {
1033
  --tw-bg-opacity: 0.75;
1034
+ }.bg-contain {
1035
+ background-size: contain;
1036
+ }.bg-center {
1037
+ background-position: center;
1038
+ }.bg-no-repeat {
1039
+ background-repeat: no-repeat;
1040
  }.fill-spectra {
1041
  fill: #6104FF;
1042
  }.fill-slate-800 {
1073
  }.px-1 {
1074
  padding-right: 0.25rem;
1075
  padding-left: 0.25rem;
 
 
 
1076
  }.px-1\.5 {
1077
  padding-right: 0.375rem;
1078
  padding-left: 0.375rem;
1079
+ }.py-\[3px\] {
1080
+ padding-top: 3px;
1081
+ padding-bottom: 3px;
1082
+ }.py-6 {
1083
+ padding-top: 1.5rem;
1084
+ padding-bottom: 1.5rem;
1085
  }.py-4 {
1086
  padding-top: 1rem;
1087
  padding-bottom: 1rem;
1088
+ }.py-1 {
1089
+ padding-top: 0.25rem;
1090
+ padding-bottom: 0.25rem;
1091
  }.py-2 {
1092
  padding-top: 0.5rem;
1093
  padding-bottom: 0.5rem;
1121
  padding-bottom: 1rem;
1122
  }.pl-5 {
1123
  padding-right: 1.25rem;
1124
+ }.pr-16 {
1125
+ padding-left: 4rem;
1126
  }.pt-\[2\.2rem\] {
1127
  padding-top: 2.2rem;
1128
  }.pb-3 {
1143
  vertical-align: top;
1144
  }.align-bottom {
1145
  vertical-align: bottom;
1146
+ }.align-text-bottom {
1147
+ vertical-align: text-bottom;
1148
  }.text-lg {
1149
  font-size: 1.125rem;
1150
  line-height: 1.75rem;
1156
  line-height: 1rem;
1157
  }.text-\[0\.940rem\] {
1158
  font-size: 0.940rem;
1159
+ }.text-\[10px\] {
1160
+ font-size: 10px;
1161
  }.text-base {
1162
  font-size: 1rem;
1163
  line-height: 1.5rem;
 
 
1164
  }.text-2xl {
1165
  font-size: 1.5rem;
1166
  line-height: 2rem;
1181
  line-height: 2rem;
1182
  }.leading-tight {
1183
  line-height: 1.25;
1184
+ }.leading-6 {
1185
+ line-height: 1.5rem;
1186
  }.leading-\[2\.4rem\] {
1187
  line-height: 2.4rem;
1188
  }.text-gray-900 {
1200
  }.text-spectra {
1201
  --tw-text-opacity: 1;
1202
  color: rgb(97 4 255 / var(--tw-text-opacity));
1203
+ }.text-emerald-500 {
1204
  --tw-text-opacity: 1;
1205
+ color: rgb(16 185 129 / var(--tw-text-opacity));
1206
  }.text-slate-400 {
1207
  --tw-text-opacity: 1;
1208
  color: rgb(148 163 184 / var(--tw-text-opacity));
1209
  }.text-white {
1210
  --tw-text-opacity: 1;
1211
  color: rgb(255 255 255 / var(--tw-text-opacity));
1212
+ }.text-green-400 {
1213
+ --tw-text-opacity: 1;
1214
+ color: rgb(74 222 128 / var(--tw-text-opacity));
1215
+ }.text-gray-800 {
1216
+ --tw-text-opacity: 1;
1217
+ color: rgb(31 41 55 / var(--tw-text-opacity));
1218
  }.underline {
1219
+ text-decoration-line: underline;
 
1220
  }.no-underline {
1221
+ text-decoration-line: none;
 
1222
  }.placeholder-slate-400::placeholder {
1223
  --tw-placeholder-opacity: 1;
1224
  color: rgb(148 163 184 / var(--tw-placeholder-opacity));
1272
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
1273
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
1274
  }.transition {
1275
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
1276
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
1277
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
1278
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1279
  transition-duration: 150ms;
1280
  }.transition-colors {
 
1281
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
 
 
 
 
 
1282
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1283
  transition-duration: 150ms;
1284
  }.transition-all {
1285
  transition-property: all;
1286
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1287
  transition-duration: 150ms;
1288
+ }.transition-opacity {
1289
+ transition-property: opacity;
1290
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1291
+ transition-duration: 150ms;
1292
  }.duration-150 {
1293
  transition-duration: 150ms;
1294
  }.duration-300 {
1303
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
1304
  }.ease-in {
1305
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
1306
+ }:root{--accent-color: #2271b1;--accent-hv-color: #0a4b78;--background-light-color: #f0f0f1;--heading-color: #1d2327;--content-color: #3c434a;--link-color: #2271b1;--link-hv-color: #0a4b78;--metabox-background-color: #fff}.wp-admin{overflow-y:scroll}#wpbody-content>.notice:not(.uag-notice),#wpbody-content>.error{display:none !important}.uag-menu-page-wrapper,.uag-menu-page-wrapper *{box-sizing:border-box}.uag-menu-page-wrapper a:focus,.uag-menu-page-wrapper button:focus,.uag-menu-page-wrapper input:focus{box-shadow:none;outline:none}.uag-rollback__dialog{z-index:99999}#uag-menu-page .uag-accordion svg{fill:#e2e8f0}#uag-menu-page .uag-accordion:hover svg{fill:#475569}#uag-menu-page .uag-accordion:focus{outline:none;box-shadow:none}#uag-menu-page .uag-accordion:focus-visible svg{fill:#475569}.settings_page_spectra #wpcontent{padding-right:0}.uag-menu-page-wrapper .uag-settings-app{font-family:var(--heading-font-family);right:-20px;position:relative;width:calc(100% + 20px)}.uag-menu-page-wrapper .uag-settings-app .uag-normal-button-control .uag-button{display:inline-block;text-decoration:none;font-size:14px;margin:0;font-weight:var(--heading-weight-400);font-family:var(--heading-font-family);font-style:var(--heading-font-style);padding:10px 16px;cursor:pointer;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;text-transform:capitalize}.uag-menu-page-wrapper .uag-settings-app h2{font-family:var(--heading-font-family);font-weight:var(--heading-weight-500);font-size:24px;margin-bottom:20px;margin-top:0;color:var(--content-color);line-height:32px}.uag-menu-page-wrapper .uag-settings-app h3{margin:0;margin-bottom:10px;color:var(--content-color);font-family:var(--heading-font-family);font-weight:var(--heading-weight-500);font-size:18px;font-style:var(--heading-font-style);line-height:1.3em}.uag-menu-page-wrapper .uag-settings-app .uag-field{border-radius:2px}.uag-menu-page-wrapper .uag-settings-app p{color:var(--content-color);font-family:var(--heading-font-family);font-weight:var(--heading-weight-400);font-size:14px;margin-top:0;margin-bottom:20px;line-height:1.55em;text-align:right}.uag-menu-page-wrapper .uag-settings-app .components-base-control__field{font-size:16px}.spectra-recaptcha__heading{color:var(--content-color)}.uag-user-info{background:var(--background-light-color);padding:35px 0;box-sizing:border-box;width:1200px;margin:0 auto;max-width:100%}.uag-user-info a[href=""]{display:none}.uag-button--primary:hover,.uag-button--primary:focus,.uag-button--primary:active{background:var(--accent-hv-color);color:var(--metabox-background-color)}.uag-button--primary{border-width:0;border:1px solid var(--accent-color);background:var(--accent-color);color:var(--background-light-color)}.uag-button--secondary{color:var(--accent-color);border:1px solid var(--accent-color);background:#fff;vertical-align:top}.uag-button--secondary:hover,.uag-button--secondary:focus,.uag-button--secondary:active{background:#f0f0f1;border-color:var(--accent-hv-color);color:var(--accent-hv-color)}.uag-control__status-yes,.uag-control__status-enabled{display:inline-flex;color:#639102;align-items:center;font-weight:var(--heading-weight-400);font-family:var(--heading-font-family);font-style:var(--heading-font-style)}.uag-control__status-yes img,.uag-control__status-enabled img{margin-right:5px;width:18px}.uag-control__status-no,.uag-control__status-disabled{color:red;font-weight:var(--heading-weight-400);font-family:var(--heading-font-family);font-style:var(--heading-font-style);display:inline-flex;align-items:center}.uag-control__status-no img,.uag-control__status-disabled img{display:none}#wpwrap{background-color:#f8fafc}#wpwrap .spectra-admin__input-field{color:#64748b;background-color:#fff;border:1px solid #e2e8f0;border-radius:.375rem;padding:.5rem .75rem;font-size:1rem;line-height:1.25rem}#wpwrap .spectra-admin__input-field--read-only{border:1px solid #cbd5e1 !important;background-color:#f1f5f9 !important}#wpwrap .spectra-admin__input-field--read-only:focus{outline:none}#wpwrap .spectra-admin__input-field:focus{outline:none;border-color:#94a3b8;box-shadow:none}#wpwrap .spectra-admin__input-field:focus+.spectra-admin__input-field--end-display{border-color:#94a3b8;box-shadow:none}#wpwrap .spectra-admin__dropdown{padding-left:2rem}#wpwrap .spectra-admin__dropdown:hover{color:#2c3338}#wpwrap .spectra-admin__block-label{box-sizing:content-box}#wpwrap .spectra-content-width-input-wrap>input{padding:.5rem .75rem .5rem 0;border-radius:0 .25rem .25rem 0;border-left-width:0}#wpwrap .spectra-content-width-input-wrap>span{padding:.5rem .75rem;font-size:1rem;line-height:1.25rem;color:#64748b;background-color:#fff;border-radius:.25rem 0 0 .25rem;border:1px solid #e2e8f0}.uag-font-select-disabled{pointer-events:none;opacity:.4}.uag-menu-page-wrapper{font-family:Inter,sans-serif}.uag-menu-page-wrapper p{font-size:14px;line-height:22.4px}.uag-menu-page-wrapper h2{font-size:1.8rem}.uag-menu-page-wrapper h3{font-size:1.125rem}.spectra-video-container{position:relative;width:100%;padding-bottom:56.25%}.spectra-video-container .spectra-video{position:absolute;top:0;right:0;width:100%;height:100%;border:0}.spectra-icon-transition svg,.spectra-icon-transition path{transition-property:stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.spectra-disabled-icon svg,.spectra-disabled-icon path{stroke:#94a3b8}.spectra-changelog-description strong{font-weight:500;font-size:.875rem;line-height:1.25rem;color:#1e293b}.spectra-changelog-description ul{margin-top:.25rem;margin-bottom:.75rem}.spectra-changelog-description ul:last-child{margin-top:0}.spectra-changelog-description li{font-weight:400;font-size:.75rem;line-height:1rem;color:#64748b}.spectra__scrollable{scrollbar-width:.5rem;scrollbar-color:#cbd5e1 #f1f5f9}.spectra__scrollable--blocks{scrollbar-width:.5rem;scrollbar-color:#cbd5e1 #f1f5f9}.spectra__scrollable--blocks::-webkit-scrollbar{width:.5rem;height:.5rem}.spectra__scrollable--blocks::-webkit-scrollbar-track{margin:1rem 0;border-radius:.25rem;background-color:#f1f5f9}.spectra__scrollable--blocks::-webkit-scrollbar-thumb{border-radius:.25rem;background-color:#cbd5e1}.spectra__scrollable--settings{overflow-y:scroll;scrollbar-width:.5rem;scrollbar-color:#cbd5e1 #f1f5f9}.spectra__scrollable--settings::-webkit-scrollbar{width:.5rem;height:.5rem}.spectra__scrollable--settings::-webkit-scrollbar-track{border-radius:.5rem 0 0 .5rem;background-color:#f1f5f9;opacity:.4}.spectra__scrollable--settings::-webkit-scrollbar-thumb{border-radius:.25rem;background-color:#cbd5e1;opacity:.4}.spectra__settings>section:last-child{border-bottom:none}.section-disabled{pointer-events:none;opacity:.4}.uag-dashboard-app .uag-radio-input{width:20px !important;height:20px !important;border:1px solid #cbd5e1;box-shadow:none !important}.uag-dashboard-app .uag-radio-input:checked{border-color:#6104ff;box-shadow:none !important;color:#6104ff}.uag-dashboard-app .uag-radio-input::before{display:none !important}.uag-dashboard-app .uag-radio-input:active,.uag-dashboard-app .uag-radio-input:focus{border-color:#6104ff;color:#6104ff}.uag-dashboard-app .uag-radio-input:hover{color:#6104ff}[dir=rtl] .uag-dashboard-app button.bg-spectra[aria-checked=false] span{left:0}[dir=rtl] .uag-dashboard-app button.bg-spectra[aria-checked=true] span{transform:translateX(-20px)}:root{--heading-font-family: "Inter";--heading-font-style: normal;--heading-weight-500: 500;--heading-weight-400: 400;--heading-font-size: 18px;--heading-line-height: 24px}.shadow-focused:focus.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05) !important}.shadow-focused:focus.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1) !important}.shadow-focused:focus.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1) !important}.shadow-focused:focus.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1) !important}.shadow-focused:focus.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1) !important}.shadow-focused:focus.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25) !important}.shadow-focused:focus.shadow-inner{box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.05) !important}.core-block-card-wrap{cursor:not-allowed}.core-block-card-wrap .core-block-card{pointer-events:none}.checked\:bg-spectra:checked {
1307
+ --tw-bg-opacity: 1;
1308
+ background-color: rgb(97 4 255 / var(--tw-bg-opacity));
1309
+ }.hover\:z-50:hover {
1310
  z-index: 50;
1311
  }.hover\:border-slate-300:hover {
1312
  --tw-border-opacity: 1;
1349
  }.hover\:text-slate-800:hover {
1350
  --tw-text-opacity: 1;
1351
  color: rgb(30 41 59 / var(--tw-text-opacity));
1352
+ }.hover\:text-emerald-500:hover {
1353
  --tw-text-opacity: 1;
1354
+ color: rgb(16 185 129 / var(--tw-text-opacity));
1355
+ }.hover\:text-slate-400:hover {
1356
+ --tw-text-opacity: 1;
1357
+ color: rgb(148 163 184 / var(--tw-text-opacity));
1358
  }.hover\:text-spectra:hover {
1359
  --tw-text-opacity: 1;
1360
  color: rgb(97 4 255 / var(--tw-text-opacity));
1361
+ }.hover\:text-slate-500:hover {
1362
+ --tw-text-opacity: 1;
1363
+ color: rgb(100 116 139 / var(--tw-text-opacity));
1364
  }.hover\:text-slate-900:hover {
1365
  --tw-text-opacity: 1;
1366
  color: rgb(15 23 42 / var(--tw-text-opacity));
1396
  }.focus\:text-spectra:focus {
1397
  --tw-text-opacity: 1;
1398
  color: rgb(97 4 255 / var(--tw-text-opacity));
1399
+ }.focus\:text-emerald-500:focus {
1400
+ --tw-text-opacity: 1;
1401
+ color: rgb(16 185 129 / var(--tw-text-opacity));
1402
  }.focus\:text-slate-400:focus {
1403
  --tw-text-opacity: 1;
1404
  color: rgb(148 163 184 / var(--tw-text-opacity));
1453
  }.active\:text-spectra:active {
1454
  --tw-text-opacity: 1;
1455
  color: rgb(97 4 255 / var(--tw-text-opacity));
1456
+ }.active\:text-emerald-500:active {
1457
+ --tw-text-opacity: 1;
1458
+ color: rgb(16 185 129 / var(--tw-text-opacity));
1459
+ }.active\:text-slate-400:active {
1460
+ --tw-text-opacity: 1;
1461
+ color: rgb(148 163 184 / var(--tw-text-opacity));
1462
  }.active\:text-slate-500:active {
1463
  --tw-text-opacity: 1;
1464
  color: rgb(100 116 139 / var(--tw-text-opacity));
admin-core/assets/build/dashboard-app.asset.php CHANGED
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-element', 'wp-i18n'), 'version' => '62124d38f5f4b102b950aee5dcc93942');
1
+ <?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-element', 'wp-i18n'), 'version' => 'c5ac770202baee40724f');
admin-core/assets/build/dashboard-app.css CHANGED
@@ -1,5 +1,5 @@
1
  /*
2
- ! tailwindcss v3.0.16 | MIT License | https://tailwindcss.com
3
  *//*
4
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
5
  2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
@@ -163,6 +163,7 @@ select,
163
  textarea {
164
  font-family: inherit; /* 1 */
165
  font-size: 100%; /* 1 */
 
166
  line-height: inherit; /* 1 */
167
  color: inherit; /* 1 */
168
  margin: 0; /* 2 */
@@ -361,10 +362,7 @@ video {
361
  height: auto;
362
  }
363
 
364
- /*
365
- Ensure the default browser behavior of the `hidden` attribute.
366
- */
367
-
368
  [hidden] {
369
  display: none;
370
  }
@@ -411,6 +409,11 @@ input::placeholder,textarea::placeholder {
411
  min-height: 1.5em;
412
  }
413
 
 
 
 
 
 
414
  select {
415
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");
416
  background-position: right 0.5rem center;
@@ -522,6 +525,55 @@ select {
522
  }
523
 
524
  *, ::before, ::after {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
525
  --tw-translate-x: 0;
526
  --tw-translate-y: 0;
527
  --tw-rotate: 0;
@@ -599,15 +651,24 @@ select {
599
  bottom: 0px;
600
  }.right-0 {
601
  right: 0px;
 
 
 
 
602
  }.z-50 {
603
  z-index: 50;
604
  }.z-10 {
605
  z-index: 10;
606
  }.z-0 {
607
  z-index: 0;
 
 
608
  }.mx-auto {
609
  margin-left: auto;
610
  margin-right: auto;
 
 
 
611
  }.my-1 {
612
  margin-top: 0.25rem;
613
  margin-bottom: 0.25rem;
@@ -618,6 +679,12 @@ select {
618
  margin-bottom: 0.25rem;
619
  }.mt-3 {
620
  margin-top: 0.75rem;
 
 
 
 
 
 
621
  }.ml-3 {
622
  margin-left: 0.75rem;
623
  }.ml-4 {
@@ -650,10 +717,10 @@ select {
650
  margin-right: 1.25rem;
651
  }.mt-4 {
652
  margin-top: 1rem;
 
 
653
  }.-mr-1 {
654
  margin-right: -0.25rem;
655
- }.mr-2 {
656
- margin-right: 0.5rem;
657
  }.-ml-1 {
658
  margin-left: -0.25rem;
659
  }.mr-3 {
@@ -662,6 +729,16 @@ select {
662
  margin-top: 1.5rem;
663
  }.mr-4 {
664
  margin-right: 1rem;
 
 
 
 
 
 
 
 
 
 
665
  }.mr-\[80px\] {
666
  margin-right: 80px;
667
  }.box-border {
@@ -708,6 +785,8 @@ select {
708
  height: 3rem;
709
  }.h-\[36rem\] {
710
  height: 36rem;
 
 
711
  }.max-h-4 {
712
  max-height: 1rem;
713
  }.min-h-screen {
@@ -722,6 +801,8 @@ select {
722
  width: 1.5rem;
723
  }.w-auto {
724
  width: auto;
 
 
725
  }.w-full {
726
  width: 100%;
727
  }.w-0 {
@@ -744,6 +825,10 @@ select {
744
  width: 3rem;
745
  }.w-8 {
746
  width: 2rem;
 
 
 
 
747
  }.min-w-0 {
748
  min-width: 0px;
749
  }.max-w-full {
@@ -775,6 +860,9 @@ select {
775
  }.translate-x-5 {
776
  --tw-translate-x: 1.25rem;
777
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
 
 
 
778
  }.translate-y-4 {
779
  --tw-translate-y: 1rem;
780
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
@@ -802,6 +890,8 @@ select {
802
  grid-template-columns: repeat(2, minmax(0, 1fr));
803
  }.grid-cols-1 {
804
  grid-template-columns: repeat(1, minmax(0, 1fr));
 
 
805
  }.flex-col {
806
  flex-direction: column;
807
  }.flex-wrap {
@@ -820,6 +910,8 @@ select {
820
  justify-content: space-between;
821
  }.gap-6 {
822
  gap: 1.5rem;
 
 
823
  }.gap-4 {
824
  gap: 1rem;
825
  }.gap-x-4 {
@@ -861,10 +953,10 @@ select {
861
  border-radius: 0.375rem;
862
  }.rounded-\[0\.2rem\] {
863
  border-radius: 0.2rem;
864
- }.rounded-lg {
865
- border-radius: 0.5rem;
866
  }.rounded {
867
  border-radius: 0.25rem;
 
 
868
  }.rounded-2xl {
869
  border-radius: 1rem;
870
  }.rounded-l-md {
@@ -895,24 +987,36 @@ select {
895
  border-color: rgb(97 4 255 / var(--tw-border-opacity));
896
  }.border-transparent {
897
  border-color: transparent;
 
 
 
 
 
 
898
  }.border-white {
899
  --tw-border-opacity: 1;
900
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
901
- }.border-slate-400 {
902
  --tw-border-opacity: 1;
903
- border-color: rgb(148 163 184 / var(--tw-border-opacity));
904
  }.border-slate-300 {
905
  --tw-border-opacity: 1;
906
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
907
  }.bg-white {
908
  --tw-bg-opacity: 1;
909
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
 
 
 
910
  }.bg-spectra {
911
  --tw-bg-opacity: 1;
912
  background-color: rgb(97 4 255 / var(--tw-bg-opacity));
913
  }.bg-slate-200 {
914
  --tw-bg-opacity: 1;
915
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
 
 
 
916
  }.bg-gray-500 {
917
  --tw-bg-opacity: 1;
918
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
@@ -922,8 +1026,17 @@ select {
922
  }.bg-red-600 {
923
  --tw-bg-opacity: 1;
924
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
 
 
 
925
  }.bg-opacity-75 {
926
  --tw-bg-opacity: 0.75;
 
 
 
 
 
 
927
  }.fill-spectra {
928
  fill: #6104FF;
929
  }.fill-slate-800 {
@@ -960,18 +1073,21 @@ select {
960
  }.px-1 {
961
  padding-left: 0.25rem;
962
  padding-right: 0.25rem;
963
- }.py-6 {
964
- padding-top: 1.5rem;
965
- padding-bottom: 1.5rem;
966
  }.px-1\.5 {
967
  padding-left: 0.375rem;
968
  padding-right: 0.375rem;
969
- }.py-1 {
970
- padding-top: 0.25rem;
971
- padding-bottom: 0.25rem;
 
 
 
972
  }.py-4 {
973
  padding-top: 1rem;
974
  padding-bottom: 1rem;
 
 
 
975
  }.py-2 {
976
  padding-top: 0.5rem;
977
  padding-bottom: 0.5rem;
@@ -1005,6 +1121,8 @@ select {
1005
  padding-bottom: 1rem;
1006
  }.pl-5 {
1007
  padding-left: 1.25rem;
 
 
1008
  }.pt-\[2\.2rem\] {
1009
  padding-top: 2.2rem;
1010
  }.pb-3 {
@@ -1025,6 +1143,8 @@ select {
1025
  vertical-align: top;
1026
  }.align-bottom {
1027
  vertical-align: bottom;
 
 
1028
  }.text-lg {
1029
  font-size: 1.125rem;
1030
  line-height: 1.75rem;
@@ -1036,11 +1156,11 @@ select {
1036
  line-height: 1rem;
1037
  }.text-\[0\.940rem\] {
1038
  font-size: 0.940rem;
 
 
1039
  }.text-base {
1040
  font-size: 1rem;
1041
  line-height: 1.5rem;
1042
- }.text-\[10px\] {
1043
- font-size: 10px;
1044
  }.text-2xl {
1045
  font-size: 1.5rem;
1046
  line-height: 2rem;
@@ -1061,6 +1181,8 @@ select {
1061
  line-height: 2rem;
1062
  }.leading-tight {
1063
  line-height: 1.25;
 
 
1064
  }.leading-\[2\.4rem\] {
1065
  line-height: 2.4rem;
1066
  }.text-gray-900 {
@@ -1078,21 +1200,25 @@ select {
1078
  }.text-spectra {
1079
  --tw-text-opacity: 1;
1080
  color: rgb(97 4 255 / var(--tw-text-opacity));
1081
- }.text-green-400 {
1082
  --tw-text-opacity: 1;
1083
- color: rgb(74 222 128 / var(--tw-text-opacity));
1084
  }.text-slate-400 {
1085
  --tw-text-opacity: 1;
1086
  color: rgb(148 163 184 / var(--tw-text-opacity));
1087
  }.text-white {
1088
  --tw-text-opacity: 1;
1089
  color: rgb(255 255 255 / var(--tw-text-opacity));
 
 
 
 
 
 
1090
  }.underline {
1091
- -webkit-text-decoration-line: underline;
1092
- text-decoration-line: underline;
1093
  }.no-underline {
1094
- -webkit-text-decoration-line: none;
1095
- text-decoration-line: none;
1096
  }.placeholder-slate-400::placeholder {
1097
  --tw-placeholder-opacity: 1;
1098
  color: rgb(148 163 184 / var(--tw-placeholder-opacity));
@@ -1146,25 +1272,23 @@ select {
1146
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
1147
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
1148
  }.transition {
1149
- transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
1150
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
1151
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
1152
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1153
  transition-duration: 150ms;
1154
  }.transition-colors {
1155
- transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
1156
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
1157
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
1158
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1159
- transition-duration: 150ms;
1160
- }.transition-opacity {
1161
- transition-property: opacity;
1162
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1163
  transition-duration: 150ms;
1164
  }.transition-all {
1165
  transition-property: all;
1166
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1167
  transition-duration: 150ms;
 
 
 
 
1168
  }.duration-150 {
1169
  transition-duration: 150ms;
1170
  }.duration-300 {
@@ -1179,7 +1303,10 @@ select {
1179
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
1180
  }.ease-in {
1181
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
1182
- }:root{--accent-color: #2271b1;--accent-hv-color: #0a4b78;--background-light-color: #f0f0f1;--heading-color: #1d2327;--content-color: #3c434a;--link-color: #2271b1;--link-hv-color: #0a4b78;--metabox-background-color: #fff}.wp-admin{overflow-y:scroll}#wpbody-content>.notice:not(.uag-notice),#wpbody-content>.error{display:none !important}.uag-menu-page-wrapper,.uag-menu-page-wrapper *{box-sizing:border-box}.uag-menu-page-wrapper a:focus,.uag-menu-page-wrapper button:focus,.uag-menu-page-wrapper input:focus{box-shadow:none;outline:none}.uag-rollback__dialog{z-index:99999}#uag-menu-page .uag-accordion svg{fill:#e2e8f0}#uag-menu-page .uag-accordion:hover svg{fill:#475569}#uag-menu-page .uag-accordion:focus{outline:none;box-shadow:none}#uag-menu-page .uag-accordion:focus-visible svg{fill:#475569}.settings_page_spectra #wpcontent{padding-left:0}.uag-menu-page-wrapper .uag-settings-app{font-family:var(--heading-font-family);left:-20px;position:relative;width:calc(100% + 20px)}.uag-menu-page-wrapper .uag-settings-app .uag-normal-button-control .uag-button{display:inline-block;text-decoration:none;font-size:14px;margin:0;font-weight:var(--heading-weight-400);font-family:var(--heading-font-family);font-style:var(--heading-font-style);padding:10px 16px;cursor:pointer;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;text-transform:capitalize}.uag-menu-page-wrapper .uag-settings-app h2{font-family:var(--heading-font-family);font-weight:var(--heading-weight-500);font-size:24px;margin-bottom:20px;margin-top:0;color:var(--content-color);line-height:32px}.uag-menu-page-wrapper .uag-settings-app h3{margin:0;margin-bottom:10px;color:var(--content-color);font-family:var(--heading-font-family);font-weight:var(--heading-weight-500);font-size:18px;font-style:var(--heading-font-style);line-height:1.3em}.uag-menu-page-wrapper .uag-settings-app .uag-field{border-radius:2px}.uag-menu-page-wrapper .uag-settings-app p{color:var(--content-color);font-family:var(--heading-font-family);font-weight:var(--heading-weight-400);font-size:14px;margin-top:0;margin-bottom:20px;line-height:1.55em;text-align:left}.uag-menu-page-wrapper .uag-settings-app .components-base-control__field{font-size:16px}.spectra-recaptcha__heading{color:var(--content-color)}.uag-user-info{background:var(--background-light-color);padding:35px 0;box-sizing:border-box;width:1200px;margin:0 auto;max-width:100%}.uag-user-info a[href=""]{display:none}.uag-button--primary:hover,.uag-button--primary:focus,.uag-button--primary:active{background:var(--accent-hv-color);color:var(--metabox-background-color)}.uag-button--primary{border-width:0;border:1px solid var(--accent-color);background:var(--accent-color);color:var(--background-light-color)}.uag-button--secondary{color:var(--accent-color);border:1px solid var(--accent-color);background:#fff;vertical-align:top}.uag-button--secondary:hover,.uag-button--secondary:focus,.uag-button--secondary:active{background:#f0f0f1;border-color:var(--accent-hv-color);color:var(--accent-hv-color)}.uag-control__status-yes,.uag-control__status-enabled{display:inline-flex;color:#639102;align-items:center;font-weight:var(--heading-weight-400);font-family:var(--heading-font-family);font-style:var(--heading-font-style)}.uag-control__status-yes img,.uag-control__status-enabled img{margin-left:5px;width:18px}.uag-control__status-no,.uag-control__status-disabled{color:red;font-weight:var(--heading-weight-400);font-family:var(--heading-font-family);font-style:var(--heading-font-style);display:inline-flex;align-items:center}.uag-control__status-no img,.uag-control__status-disabled img{display:none}#wpwrap{background-color:#f8fafc}#wpwrap .spectra-admin__input-field{color:#64748b;background-color:#fff;border:1px solid #e2e8f0;border-radius:.375rem;padding:.5rem .75rem;font-size:1rem;line-height:1.25rem}#wpwrap .spectra-admin__input-field:focus{outline:none;border-color:#94a3b8;box-shadow:none}#wpwrap .spectra-admin__input-field:focus+.spectra-admin__input-field--end-display{border-color:#94a3b8;box-shadow:none}#wpwrap .spectra-admin__dropdown{padding-right:2rem}#wpwrap .spectra-admin__dropdown:hover{color:#2c3338}#wpwrap .spectra-admin__block-label{box-sizing:content-box}#wpwrap .spectra-content-width-input-wrap>input{padding:.5rem 0 .5rem .75rem;border-radius:.25rem 0 0 .25rem;border-right-width:0}#wpwrap .spectra-content-width-input-wrap>span{padding:.5rem .75rem;font-size:1rem;line-height:1.25rem;color:#64748b;background-color:#fff;border-radius:0 .25rem .25rem 0;border:1px solid #e2e8f0}.uag-font-select-disabled{pointer-events:none;opacity:.4}.uag-menu-page-wrapper{font-family:Inter,sans-serif}.uag-menu-page-wrapper p{font-size:14px;line-height:22.4px}.uag-menu-page-wrapper h2{font-size:1.8rem}.uag-menu-page-wrapper h3{font-size:1.125rem}.spectra-video-container{position:relative;width:100%;padding-bottom:56.25%}.spectra-video-container .spectra-video{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.spectra-icon-transition svg,.spectra-icon-transition path{transition-property:stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.spectra-disabled-icon svg,.spectra-disabled-icon path{stroke:#94a3b8}.spectra-changelog-description strong{font-weight:500;font-size:.875rem;line-height:1.25rem;color:#1e293b}.spectra-changelog-description ul{margin-top:.25rem;margin-bottom:.75rem}.spectra-changelog-description ul:last-child{margin-top:0}.spectra-changelog-description li{font-weight:400;font-size:.75rem;line-height:1rem;color:#64748b}.spectra__scrollable{scrollbar-width:.5rem;scrollbar-color:#cbd5e1 #f1f5f9}.spectra__scrollable--blocks{scrollbar-width:.5rem;scrollbar-color:#cbd5e1 #f1f5f9}.spectra__scrollable--blocks::-webkit-scrollbar{width:.5rem;height:.5rem}.spectra__scrollable--blocks::-webkit-scrollbar-track{margin:1rem 0;border-radius:.25rem;background-color:#f1f5f9}.spectra__scrollable--blocks::-webkit-scrollbar-thumb{border-radius:.25rem;background-color:#cbd5e1}.spectra__scrollable--settings{overflow-y:scroll;scrollbar-width:.5rem;scrollbar-color:#cbd5e1 #f1f5f9}.spectra__scrollable--settings::-webkit-scrollbar{width:.5rem;height:.5rem}.spectra__scrollable--settings::-webkit-scrollbar-track{border-radius:0 .5rem .5rem 0;background-color:#f1f5f9;opacity:.4}.spectra__scrollable--settings::-webkit-scrollbar-thumb{border-radius:.25rem;background-color:#cbd5e1;opacity:.4}.spectra__settings>section:last-child{border-bottom:none}[dir=rtl] .uag-dashboard-app button.bg-spectra[aria-checked=false] span{right:0}[dir=rtl] .uag-dashboard-app button.bg-spectra[aria-checked=true] span{transform:translateX(20px)}:root{--heading-font-family: "Inter";--heading-font-style: normal;--heading-weight-500: 500;--heading-weight-400: 400;--heading-font-size: 18px;--heading-line-height: 24px}.shadow-focused:focus.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05) !important}.shadow-focused:focus.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1) !important}.shadow-focused:focus.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1) !important}.shadow-focused:focus.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1) !important}.shadow-focused:focus.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1) !important}.shadow-focused:focus.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25) !important}.shadow-focused:focus.shadow-inner{box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.05) !important}.core-block-card-wrap{cursor:not-allowed}.core-block-card-wrap .core-block-card{pointer-events:none}.hover\:z-50:hover {
 
 
 
1183
  z-index: 50;
1184
  }.hover\:border-slate-300:hover {
1185
  --tw-border-opacity: 1;
@@ -1222,12 +1349,18 @@ select {
1222
  }.hover\:text-slate-800:hover {
1223
  --tw-text-opacity: 1;
1224
  color: rgb(30 41 59 / var(--tw-text-opacity));
1225
- }.hover\:text-slate-500:hover {
1226
  --tw-text-opacity: 1;
1227
- color: rgb(100 116 139 / var(--tw-text-opacity));
 
 
 
1228
  }.hover\:text-spectra:hover {
1229
  --tw-text-opacity: 1;
1230
  color: rgb(97 4 255 / var(--tw-text-opacity));
 
 
 
1231
  }.hover\:text-slate-900:hover {
1232
  --tw-text-opacity: 1;
1233
  color: rgb(15 23 42 / var(--tw-text-opacity));
@@ -1263,6 +1396,9 @@ select {
1263
  }.focus\:text-spectra:focus {
1264
  --tw-text-opacity: 1;
1265
  color: rgb(97 4 255 / var(--tw-text-opacity));
 
 
 
1266
  }.focus\:text-slate-400:focus {
1267
  --tw-text-opacity: 1;
1268
  color: rgb(148 163 184 / var(--tw-text-opacity));
@@ -1317,6 +1453,12 @@ select {
1317
  }.active\:text-spectra:active {
1318
  --tw-text-opacity: 1;
1319
  color: rgb(97 4 255 / var(--tw-text-opacity));
 
 
 
 
 
 
1320
  }.active\:text-slate-500:active {
1321
  --tw-text-opacity: 1;
1322
  color: rgb(100 116 139 / var(--tw-text-opacity));
1
  /*
2
+ ! tailwindcss v3.2.1 | MIT License | https://tailwindcss.com
3
  *//*
4
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
5
  2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
163
  textarea {
164
  font-family: inherit; /* 1 */
165
  font-size: 100%; /* 1 */
166
+ font-weight: inherit; /* 1 */
167
  line-height: inherit; /* 1 */
168
  color: inherit; /* 1 */
169
  margin: 0; /* 2 */
362
  height: auto;
363
  }
364
 
365
+ /* Make elements with the HTML hidden attribute stay hidden by default */
 
 
 
366
  [hidden] {
367
  display: none;
368
  }
409
  min-height: 1.5em;
410
  }
411
 
412
+ ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
413
+ padding-top: 0;
414
+ padding-bottom: 0;
415
+ }
416
+
417
  select {
418
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");
419
  background-position: right 0.5rem center;
525
  }
526
 
527
  *, ::before, ::after {
528
+ --tw-border-spacing-x: 0;
529
+ --tw-border-spacing-y: 0;
530
+ --tw-translate-x: 0;
531
+ --tw-translate-y: 0;
532
+ --tw-rotate: 0;
533
+ --tw-skew-x: 0;
534
+ --tw-skew-y: 0;
535
+ --tw-scale-x: 1;
536
+ --tw-scale-y: 1;
537
+ --tw-pan-x: ;
538
+ --tw-pan-y: ;
539
+ --tw-pinch-zoom: ;
540
+ --tw-scroll-snap-strictness: proximity;
541
+ --tw-ordinal: ;
542
+ --tw-slashed-zero: ;
543
+ --tw-numeric-figure: ;
544
+ --tw-numeric-spacing: ;
545
+ --tw-numeric-fraction: ;
546
+ --tw-ring-inset: ;
547
+ --tw-ring-offset-width: 0px;
548
+ --tw-ring-offset-color: #fff;
549
+ --tw-ring-color: rgb(59 130 246 / 0.5);
550
+ --tw-ring-offset-shadow: 0 0 #0000;
551
+ --tw-ring-shadow: 0 0 #0000;
552
+ --tw-shadow: 0 0 #0000;
553
+ --tw-shadow-colored: 0 0 #0000;
554
+ --tw-blur: ;
555
+ --tw-brightness: ;
556
+ --tw-contrast: ;
557
+ --tw-grayscale: ;
558
+ --tw-hue-rotate: ;
559
+ --tw-invert: ;
560
+ --tw-saturate: ;
561
+ --tw-sepia: ;
562
+ --tw-drop-shadow: ;
563
+ --tw-backdrop-blur: ;
564
+ --tw-backdrop-brightness: ;
565
+ --tw-backdrop-contrast: ;
566
+ --tw-backdrop-grayscale: ;
567
+ --tw-backdrop-hue-rotate: ;
568
+ --tw-backdrop-invert: ;
569
+ --tw-backdrop-opacity: ;
570
+ --tw-backdrop-saturate: ;
571
+ --tw-backdrop-sepia: ;
572
+ }
573
+
574
+ ::backdrop {
575
+ --tw-border-spacing-x: 0;
576
+ --tw-border-spacing-y: 0;
577
  --tw-translate-x: 0;
578
  --tw-translate-y: 0;
579
  --tw-rotate: 0;
651
  bottom: 0px;
652
  }.right-0 {
653
  right: 0px;
654
+ }.top-1\/2 {
655
+ top: 50%;
656
+ }.left-3 {
657
+ left: 0.75rem;
658
  }.z-50 {
659
  z-index: 50;
660
  }.z-10 {
661
  z-index: 10;
662
  }.z-0 {
663
  z-index: 0;
664
+ }.float-left {
665
+ float: left;
666
  }.mx-auto {
667
  margin-left: auto;
668
  margin-right: auto;
669
+ }.mx-2 {
670
+ margin-left: 0.5rem;
671
+ margin-right: 0.5rem;
672
  }.my-1 {
673
  margin-top: 0.25rem;
674
  margin-bottom: 0.25rem;
679
  margin-bottom: 0.25rem;
680
  }.mt-3 {
681
  margin-top: 0.75rem;
682
+ }.mr-8 {
683
+ margin-right: 2rem;
684
+ }.ml-2 {
685
+ margin-left: 0.5rem;
686
+ }.mr-2 {
687
+ margin-right: 0.5rem;
688
  }.ml-3 {
689
  margin-left: 0.75rem;
690
  }.ml-4 {
717
  margin-right: 1.25rem;
718
  }.mt-4 {
719
  margin-top: 1rem;
720
+ }.mb-2 {
721
+ margin-bottom: 0.5rem;
722
  }.-mr-1 {
723
  margin-right: -0.25rem;
 
 
724
  }.-ml-1 {
725
  margin-left: -0.25rem;
726
  }.mr-3 {
729
  margin-top: 1.5rem;
730
  }.mr-4 {
731
  margin-right: 1rem;
732
+ }.mt-\[0\.6rem\] {
733
+ margin-top: 0.6rem;
734
+ }.mt-1\.5 {
735
+ margin-top: 0.375rem;
736
+ }.mt-1 {
737
+ margin-top: 0.25rem;
738
+ }.-mt-0\.5 {
739
+ margin-top: -0.125rem;
740
+ }.-mt-0 {
741
+ margin-top: -0px;
742
  }.mr-\[80px\] {
743
  margin-right: 80px;
744
  }.box-border {
785
  height: 3rem;
786
  }.h-\[36rem\] {
787
  height: 36rem;
788
+ }.h-1 {
789
+ height: 0.25rem;
790
  }.max-h-4 {
791
  max-height: 1rem;
792
  }.min-h-screen {
801
  width: 1.5rem;
802
  }.w-auto {
803
  width: auto;
804
+ }.w-4 {
805
+ width: 1rem;
806
  }.w-full {
807
  width: 100%;
808
  }.w-0 {
825
  width: 3rem;
826
  }.w-8 {
827
  width: 2rem;
828
+ }.w-\[78\%\] {
829
+ width: 78%;
830
+ }.w-1 {
831
+ width: 0.25rem;
832
  }.min-w-0 {
833
  min-width: 0px;
834
  }.max-w-full {
860
  }.translate-x-5 {
861
  --tw-translate-x: 1.25rem;
862
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
863
+ }.-translate-y-1\/2 {
864
+ --tw-translate-y: -50%;
865
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
866
  }.translate-y-4 {
867
  --tw-translate-y: 1rem;
868
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
890
  grid-template-columns: repeat(2, minmax(0, 1fr));
891
  }.grid-cols-1 {
892
  grid-template-columns: repeat(1, minmax(0, 1fr));
893
+ }.flex-row {
894
+ flex-direction: row;
895
  }.flex-col {
896
  flex-direction: column;
897
  }.flex-wrap {
910
  justify-content: space-between;
911
  }.gap-6 {
912
  gap: 1.5rem;
913
+ }.gap-\[2\.50rem\] {
914
+ gap: 2.50rem;
915
  }.gap-4 {
916
  gap: 1rem;
917
  }.gap-x-4 {
953
  border-radius: 0.375rem;
954
  }.rounded-\[0\.2rem\] {
955
  border-radius: 0.2rem;
 
 
956
  }.rounded {
957
  border-radius: 0.25rem;
958
+ }.rounded-lg {
959
+ border-radius: 0.5rem;
960
  }.rounded-2xl {
961
  border-radius: 1rem;
962
  }.rounded-l-md {
987
  border-color: rgb(97 4 255 / var(--tw-border-opacity));
988
  }.border-transparent {
989
  border-color: transparent;
990
+ }.border-slate-400 {
991
+ --tw-border-opacity: 1;
992
+ border-color: rgb(148 163 184 / var(--tw-border-opacity));
993
+ }.border-slate-800 {
994
+ --tw-border-opacity: 1;
995
+ border-color: rgb(30 41 59 / var(--tw-border-opacity));
996
  }.border-white {
997
  --tw-border-opacity: 1;
998
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
999
+ }.border-indigo-100 {
1000
  --tw-border-opacity: 1;
1001
+ border-color: rgb(224 231 255 / var(--tw-border-opacity));
1002
  }.border-slate-300 {
1003
  --tw-border-opacity: 1;
1004
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
1005
  }.bg-white {
1006
  --tw-bg-opacity: 1;
1007
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1008
+ }.bg-slate-800 {
1009
+ --tw-bg-opacity: 1;
1010
+ background-color: rgb(30 41 59 / var(--tw-bg-opacity));
1011
  }.bg-spectra {
1012
  --tw-bg-opacity: 1;
1013
  background-color: rgb(97 4 255 / var(--tw-bg-opacity));
1014
  }.bg-slate-200 {
1015
  --tw-bg-opacity: 1;
1016
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
1017
+ }.bg-indigo-50 {
1018
+ --tw-bg-opacity: 1;
1019
+ background-color: rgb(238 242 255 / var(--tw-bg-opacity));
1020
  }.bg-gray-500 {
1021
  --tw-bg-opacity: 1;
1022
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
1026
  }.bg-red-600 {
1027
  --tw-bg-opacity: 1;
1028
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
1029
+ }.bg-gray-200 {
1030
+ --tw-bg-opacity: 1;
1031
+ background-color: rgb(229 231 235 / var(--tw-bg-opacity));
1032
  }.bg-opacity-75 {
1033
  --tw-bg-opacity: 0.75;
1034
+ }.bg-contain {
1035
+ background-size: contain;
1036
+ }.bg-center {
1037
+ background-position: center;
1038
+ }.bg-no-repeat {
1039
+ background-repeat: no-repeat;
1040
  }.fill-spectra {
1041
  fill: #6104FF;
1042
  }.fill-slate-800 {
1073
  }.px-1 {
1074
  padding-left: 0.25rem;
1075
  padding-right: 0.25rem;
 
 
 
1076
  }.px-1\.5 {
1077
  padding-left: 0.375rem;
1078
  padding-right: 0.375rem;
1079
+ }.py-\[3px\] {
1080
+ padding-top: 3px;
1081
+ padding-bottom: 3px;
1082
+ }.py-6 {
1083
+ padding-top: 1.5rem;
1084
+ padding-bottom: 1.5rem;
1085
  }.py-4 {
1086
  padding-top: 1rem;
1087
  padding-bottom: 1rem;
1088
+ }.py-1 {
1089
+ padding-top: 0.25rem;
1090
+ padding-bottom: 0.25rem;
1091
  }.py-2 {
1092
  padding-top: 0.5rem;
1093
  padding-bottom: 0.5rem;
1121
  padding-bottom: 1rem;
1122
  }.pl-5 {
1123
  padding-left: 1.25rem;
1124
+ }.pr-16 {
1125
+ padding-right: 4rem;
1126
  }.pt-\[2\.2rem\] {
1127
  padding-top: 2.2rem;
1128
  }.pb-3 {
1143
  vertical-align: top;
1144
  }.align-bottom {
1145
  vertical-align: bottom;
1146
+ }.align-text-bottom {
1147
+ vertical-align: text-bottom;
1148
  }.text-lg {
1149
  font-size: 1.125rem;
1150
  line-height: 1.75rem;
1156
  line-height: 1rem;
1157
  }.text-\[0\.940rem\] {
1158
  font-size: 0.940rem;
1159
+ }.text-\[10px\] {
1160
+ font-size: 10px;
1161
  }.text-base {
1162
  font-size: 1rem;
1163
  line-height: 1.5rem;
 
 
1164
  }.text-2xl {
1165
  font-size: 1.5rem;
1166
  line-height: 2rem;
1181
  line-height: 2rem;
1182
  }.leading-tight {
1183
  line-height: 1.25;
1184
+ }.leading-6 {
1185
+ line-height: 1.5rem;
1186
  }.leading-\[2\.4rem\] {
1187
  line-height: 2.4rem;
1188
  }.text-gray-900 {
1200
  }.text-spectra {
1201
  --tw-text-opacity: 1;
1202
  color: rgb(97 4 255 / var(--tw-text-opacity));
1203
+ }.text-emerald-500 {
1204
  --tw-text-opacity: 1;
1205
+ color: rgb(16 185 129 / var(--tw-text-opacity));
1206
  }.text-slate-400 {
1207
  --tw-text-opacity: 1;
1208
  color: rgb(148 163 184 / var(--tw-text-opacity));
1209
  }.text-white {
1210
  --tw-text-opacity: 1;
1211
  color: rgb(255 255 255 / var(--tw-text-opacity));
1212
+ }.text-green-400 {
1213
+ --tw-text-opacity: 1;
1214
+ color: rgb(74 222 128 / var(--tw-text-opacity));
1215
+ }.text-gray-800 {
1216
+ --tw-text-opacity: 1;
1217
+ color: rgb(31 41 55 / var(--tw-text-opacity));
1218
  }.underline {
1219
+ text-decoration-line: underline;
 
1220
  }.no-underline {
1221
+ text-decoration-line: none;
 
1222
  }.placeholder-slate-400::placeholder {
1223
  --tw-placeholder-opacity: 1;
1224
  color: rgb(148 163 184 / var(--tw-placeholder-opacity));
1272
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
1273
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
1274
  }.transition {
1275
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
1276
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
1277
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
1278
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1279
  transition-duration: 150ms;
1280
  }.transition-colors {
 
1281
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
 
 
 
 
 
1282
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1283
  transition-duration: 150ms;
1284
  }.transition-all {
1285
  transition-property: all;
1286
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1287
  transition-duration: 150ms;
1288
+ }.transition-opacity {
1289
+ transition-property: opacity;
1290
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1291
+ transition-duration: 150ms;
1292
  }.duration-150 {
1293
  transition-duration: 150ms;
1294
  }.duration-300 {
1303
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
1304
  }.ease-in {
1305
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
1306
+ }:root{--accent-color: #2271b1;--accent-hv-color: #0a4b78;--background-light-color: #f0f0f1;--heading-color: #1d2327;--content-color: #3c434a;--link-color: #2271b1;--link-hv-color: #0a4b78;--metabox-background-color: #fff}.wp-admin{overflow-y:scroll}#wpbody-content>.notice:not(.uag-notice),#wpbody-content>.error{display:none !important}.uag-menu-page-wrapper,.uag-menu-page-wrapper *{box-sizing:border-box}.uag-menu-page-wrapper a:focus,.uag-menu-page-wrapper button:focus,.uag-menu-page-wrapper input:focus{box-shadow:none;outline:none}.uag-rollback__dialog{z-index:99999}#uag-menu-page .uag-accordion svg{fill:#e2e8f0}#uag-menu-page .uag-accordion:hover svg{fill:#475569}#uag-menu-page .uag-accordion:focus{outline:none;box-shadow:none}#uag-menu-page .uag-accordion:focus-visible svg{fill:#475569}.settings_page_spectra #wpcontent{padding-left:0}.uag-menu-page-wrapper .uag-settings-app{font-family:var(--heading-font-family);left:-20px;position:relative;width:calc(100% + 20px)}.uag-menu-page-wrapper .uag-settings-app .uag-normal-button-control .uag-button{display:inline-block;text-decoration:none;font-size:14px;margin:0;font-weight:var(--heading-weight-400);font-family:var(--heading-font-family);font-style:var(--heading-font-style);padding:10px 16px;cursor:pointer;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box;text-transform:capitalize}.uag-menu-page-wrapper .uag-settings-app h2{font-family:var(--heading-font-family);font-weight:var(--heading-weight-500);font-size:24px;margin-bottom:20px;margin-top:0;color:var(--content-color);line-height:32px}.uag-menu-page-wrapper .uag-settings-app h3{margin:0;margin-bottom:10px;color:var(--content-color);font-family:var(--heading-font-family);font-weight:var(--heading-weight-500);font-size:18px;font-style:var(--heading-font-style);line-height:1.3em}.uag-menu-page-wrapper .uag-settings-app .uag-field{border-radius:2px}.uag-menu-page-wrapper .uag-settings-app p{color:var(--content-color);font-family:var(--heading-font-family);font-weight:var(--heading-weight-400);font-size:14px;margin-top:0;margin-bottom:20px;line-height:1.55em;text-align:left}.uag-menu-page-wrapper .uag-settings-app .components-base-control__field{font-size:16px}.spectra-recaptcha__heading{color:var(--content-color)}.uag-user-info{background:var(--background-light-color);padding:35px 0;box-sizing:border-box;width:1200px;margin:0 auto;max-width:100%}.uag-user-info a[href=""]{display:none}.uag-button--primary:hover,.uag-button--primary:focus,.uag-button--primary:active{background:var(--accent-hv-color);color:var(--metabox-background-color)}.uag-button--primary{border-width:0;border:1px solid var(--accent-color);background:var(--accent-color);color:var(--background-light-color)}.uag-button--secondary{color:var(--accent-color);border:1px solid var(--accent-color);background:#fff;vertical-align:top}.uag-button--secondary:hover,.uag-button--secondary:focus,.uag-button--secondary:active{background:#f0f0f1;border-color:var(--accent-hv-color);color:var(--accent-hv-color)}.uag-control__status-yes,.uag-control__status-enabled{display:inline-flex;color:#639102;align-items:center;font-weight:var(--heading-weight-400);font-family:var(--heading-font-family);font-style:var(--heading-font-style)}.uag-control__status-yes img,.uag-control__status-enabled img{margin-left:5px;width:18px}.uag-control__status-no,.uag-control__status-disabled{color:red;font-weight:var(--heading-weight-400);font-family:var(--heading-font-family);font-style:var(--heading-font-style);display:inline-flex;align-items:center}.uag-control__status-no img,.uag-control__status-disabled img{display:none}#wpwrap{background-color:#f8fafc}#wpwrap .spectra-admin__input-field{color:#64748b;background-color:#fff;border:1px solid #e2e8f0;border-radius:.375rem;padding:.5rem .75rem;font-size:1rem;line-height:1.25rem}#wpwrap .spectra-admin__input-field--read-only{border:1px solid #cbd5e1 !important;background-color:#f1f5f9 !important}#wpwrap .spectra-admin__input-field--read-only:focus{outline:none}#wpwrap .spectra-admin__input-field:focus{outline:none;border-color:#94a3b8;box-shadow:none}#wpwrap .spectra-admin__input-field:focus+.spectra-admin__input-field--end-display{border-color:#94a3b8;box-shadow:none}#wpwrap .spectra-admin__dropdown{padding-right:2rem}#wpwrap .spectra-admin__dropdown:hover{color:#2c3338}#wpwrap .spectra-admin__block-label{box-sizing:content-box}#wpwrap .spectra-content-width-input-wrap>input{padding:.5rem 0 .5rem .75rem;border-radius:.25rem 0 0 .25rem;border-right-width:0}#wpwrap .spectra-content-width-input-wrap>span{padding:.5rem .75rem;font-size:1rem;line-height:1.25rem;color:#64748b;background-color:#fff;border-radius:0 .25rem .25rem 0;border:1px solid #e2e8f0}.uag-font-select-disabled{pointer-events:none;opacity:.4}.uag-menu-page-wrapper{font-family:Inter,sans-serif}.uag-menu-page-wrapper p{font-size:14px;line-height:22.4px}.uag-menu-page-wrapper h2{font-size:1.8rem}.uag-menu-page-wrapper h3{font-size:1.125rem}.spectra-video-container{position:relative;width:100%;padding-bottom:56.25%}.spectra-video-container .spectra-video{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.spectra-icon-transition svg,.spectra-icon-transition path{transition-property:stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.spectra-disabled-icon svg,.spectra-disabled-icon path{stroke:#94a3b8}.spectra-changelog-description strong{font-weight:500;font-size:.875rem;line-height:1.25rem;color:#1e293b}.spectra-changelog-description ul{margin-top:.25rem;margin-bottom:.75rem}.spectra-changelog-description ul:last-child{margin-top:0}.spectra-changelog-description li{font-weight:400;font-size:.75rem;line-height:1rem;color:#64748b}.spectra__scrollable{scrollbar-width:.5rem;scrollbar-color:#cbd5e1 #f1f5f9}.spectra__scrollable--blocks{scrollbar-width:.5rem;scrollbar-color:#cbd5e1 #f1f5f9}.spectra__scrollable--blocks::-webkit-scrollbar{width:.5rem;height:.5rem}.spectra__scrollable--blocks::-webkit-scrollbar-track{margin:1rem 0;border-radius:.25rem;background-color:#f1f5f9}.spectra__scrollable--blocks::-webkit-scrollbar-thumb{border-radius:.25rem;background-color:#cbd5e1}.spectra__scrollable--settings{overflow-y:scroll;scrollbar-width:.5rem;scrollbar-color:#cbd5e1 #f1f5f9}.spectra__scrollable--settings::-webkit-scrollbar{width:.5rem;height:.5rem}.spectra__scrollable--settings::-webkit-scrollbar-track{border-radius:0 .5rem .5rem 0;background-color:#f1f5f9;opacity:.4}.spectra__scrollable--settings::-webkit-scrollbar-thumb{border-radius:.25rem;background-color:#cbd5e1;opacity:.4}.spectra__settings>section:last-child{border-bottom:none}.section-disabled{pointer-events:none;opacity:.4}.uag-dashboard-app .uag-radio-input{width:20px !important;height:20px !important;border:1px solid #cbd5e1;box-shadow:none !important}.uag-dashboard-app .uag-radio-input:checked{border-color:#6104ff;box-shadow:none !important;color:#6104ff}.uag-dashboard-app .uag-radio-input::before{display:none !important}.uag-dashboard-app .uag-radio-input:active,.uag-dashboard-app .uag-radio-input:focus{border-color:#6104ff;color:#6104ff}.uag-dashboard-app .uag-radio-input:hover{color:#6104ff}[dir=rtl] .uag-dashboard-app button.bg-spectra[aria-checked=false] span{right:0}[dir=rtl] .uag-dashboard-app button.bg-spectra[aria-checked=true] span{transform:translateX(20px)}:root{--heading-font-family: "Inter";--heading-font-style: normal;--heading-weight-500: 500;--heading-weight-400: 400;--heading-font-size: 18px;--heading-line-height: 24px}.shadow-focused:focus.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05) !important}.shadow-focused:focus.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1) !important}.shadow-focused:focus.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1) !important}.shadow-focused:focus.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1) !important}.shadow-focused:focus.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1) !important}.shadow-focused:focus.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25) !important}.shadow-focused:focus.shadow-inner{box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.05) !important}.core-block-card-wrap{cursor:not-allowed}.core-block-card-wrap .core-block-card{pointer-events:none}.checked\:bg-spectra:checked {
1307
+ --tw-bg-opacity: 1;
1308
+ background-color: rgb(97 4 255 / var(--tw-bg-opacity));
1309
+ }.hover\:z-50:hover {
1310
  z-index: 50;
1311
  }.hover\:border-slate-300:hover {
1312
  --tw-border-opacity: 1;
1349
  }.hover\:text-slate-800:hover {
1350
  --tw-text-opacity: 1;
1351
  color: rgb(30 41 59 / var(--tw-text-opacity));
1352
+ }.hover\:text-emerald-500:hover {
1353
  --tw-text-opacity: 1;
1354
+ color: rgb(16 185 129 / var(--tw-text-opacity));
1355
+ }.hover\:text-slate-400:hover {
1356
+ --tw-text-opacity: 1;
1357
+ color: rgb(148 163 184 / var(--tw-text-opacity));
1358
  }.hover\:text-spectra:hover {
1359
  --tw-text-opacity: 1;
1360
  color: rgb(97 4 255 / var(--tw-text-opacity));
1361
+ }.hover\:text-slate-500:hover {
1362
+ --tw-text-opacity: 1;
1363
+ color: rgb(100 116 139 / var(--tw-text-opacity));
1364
  }.hover\:text-slate-900:hover {
1365
  --tw-text-opacity: 1;
1366
  color: rgb(15 23 42 / var(--tw-text-opacity));
1396
  }.focus\:text-spectra:focus {
1397
  --tw-text-opacity: 1;
1398
  color: rgb(97 4 255 / var(--tw-text-opacity));
1399
+ }.focus\:text-emerald-500:focus {
1400
+ --tw-text-opacity: 1;
1401
+ color: rgb(16 185 129 / var(--tw-text-opacity));
1402
  }.focus\:text-slate-400:focus {
1403
  --tw-text-opacity: 1;
1404
  color: rgb(148 163 184 / var(--tw-text-opacity));
1453
  }.active\:text-spectra:active {
1454
  --tw-text-opacity: 1;
1455
  color: rgb(97 4 255 / var(--tw-text-opacity));
1456
+ }.active\:text-emerald-500:active {
1457
+ --tw-text-opacity: 1;
1458
+ color: rgb(16 185 129 / var(--tw-text-opacity));
1459
+ }.active\:text-slate-400:active {
1460
+ --tw-text-opacity: 1;
1461
+ color: rgb(148 163 184 / var(--tw-text-opacity));
1462
  }.active\:text-slate-500:active {
1463
  --tw-text-opacity: 1;
1464
  color: rgb(100 116 139 / var(--tw-text-opacity));
admin-core/assets/build/dashboard-app.js CHANGED
@@ -1 +1 @@
1
- !function(){var e={679:function(e,t,a){"use strict";var n=a(864),r={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},l={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},o={};function s(e){return n.isMemo(e)?l:o[e.$$typeof]||r}o[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},o[n.Memo]=l;var u=Object.defineProperty,c=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,m=Object.getOwnPropertyDescriptor,f=Object.getPrototypeOf,g=Object.prototype;e.exports=function e(t,a,n){if("string"!=typeof a){if(g){var r=f(a);r&&r!==g&&e(t,r,n)}var l=c(a);d&&(l=l.concat(d(a)));for(var o=s(t),p=s(a),h=0;h<l.length;++h){var v=l[h];if(!(i[v]||n&&n[v]||p&&p[v]||o&&o[v])){var b=m(a,v);try{u(t,v,b)}catch(e){}}}}return t}},826:function(e){e.exports=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)}},779:function(e,t,a){var n=a(826);e.exports=function e(t,a,r){return n(a)||(r=a||r,a=[]),r=r||{},t instanceof RegExp?function(e,t){var a=e.source.match(/\((?!\?)/g);if(a)for(var n=0;n<a.length;n++)t.push({name:n,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return c(e,t)}(t,a):n(t)?function(t,a,n){for(var r=[],i=0;i<t.length;i++)r.push(e(t[i],a,n).source);return c(new RegExp("(?:"+r.join("|")+")",d(n)),a)}(t,a,r):function(e,t,a){return m(i(e,a),t,a)}(t,a,r)},e.exports.parse=i,e.exports.compile=function(e,t){return o(i(e,t),t)},e.exports.tokensToFunction=o,e.exports.tokensToRegExp=m;var r=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function i(e,t){for(var a,n=[],i=0,l=0,o="",c=t&&t.delimiter||"/";null!=(a=r.exec(e));){var d=a[0],m=a[1],f=a.index;if(o+=e.slice(l,f),l=f+d.length,m)o+=m[1];else{var g=e[l],p=a[2],h=a[3],v=a[4],b=a[5],w=a[6],y=a[7];o&&(n.push(o),o="");var x=null!=p&&null!=g&&g!==p,D="+"===w||"*"===w,E="?"===w||"*"===w,C=a[2]||c,_=v||b;n.push({name:h||i++,prefix:p||"",delimiter:C,optional:E,repeat:D,partial:x,asterisk:!!y,pattern:_?u(_):y?".*":"[^"+s(C)+"]+?"})}}return l<e.length&&(o+=e.substr(l)),o&&n.push(o),n}function l(e){return encodeURI(e).replace(/[\/?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}function o(e,t){for(var a=new Array(e.length),r=0;r<e.length;r++)"object"==typeof e[r]&&(a[r]=new RegExp("^(?:"+e[r].pattern+")$",d(t)));return function(t,r){for(var i="",o=t||{},s=(r||{}).pretty?l:encodeURIComponent,u=0;u<e.length;u++){var c=e[u];if("string"!=typeof c){var d,m=o[c.name];if(null==m){if(c.optional){c.partial&&(i+=c.prefix);continue}throw new TypeError('Expected "'+c.name+'" to be defined')}if(n(m)){if(!c.repeat)throw new TypeError('Expected "'+c.name+'" to not repeat, but received `'+JSON.stringify(m)+"`");if(0===m.length){if(c.optional)continue;throw new TypeError('Expected "'+c.name+'" to not be empty')}for(var f=0;f<m.length;f++){if(d=s(m[f]),!a[u].test(d))throw new TypeError('Expected all "'+c.name+'" to match "'+c.pattern+'", but received `'+JSON.stringify(d)+"`");i+=(0===f?c.prefix:c.delimiter)+d}}else{if(d=c.asterisk?encodeURI(m).replace(/[?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})):s(m),!a[u].test(d))throw new TypeError('Expected "'+c.name+'" to match "'+c.pattern+'", but received "'+d+'"');i+=c.prefix+d}}else i+=c}return i}}function s(e){return e.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function u(e){return e.replace(/([=!:$\/()])/g,"\\$1")}function c(e,t){return e.keys=t,e}function d(e){return e&&e.sensitive?"":"i"}function m(e,t,a){n(t)||(a=t||a,t=[]);for(var r=(a=a||{}).strict,i=!1!==a.end,l="",o=0;o<e.length;o++){var u=e[o];if("string"==typeof u)l+=s(u);else{var m=s(u.prefix),f="(?:"+u.pattern+")";t.push(u),u.repeat&&(f+="(?:"+m+f+")*"),l+=f=u.optional?u.partial?m+"("+f+")?":"(?:"+m+"("+f+"))?":m+"("+f+")"}}var g=s(a.delimiter||"/"),p=l.slice(-g.length)===g;return r||(l=(p?l.slice(0,-g.length):l)+"(?:"+g+"(?=$))?"),l+=i?"$":r&&p?"":"(?="+g+"|$)",c(new RegExp("^"+l,d(a)),t)}},703:function(e,t,a){"use strict";var n=a(414);function r(){}function i(){}i.resetWarningCache=r,e.exports=function(){function e(e,t,a,r,i,l){if(l!==n){var o=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw o.name="Invariant Violation",o}}function t(){return e}e.isRequired=e;var a={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:r};return a.PropTypes=a,a}},697:function(e,t,a){e.exports=a(703)()},414:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},639:function(e,t,a){"use strict";var n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}return e},r=function(){function e(e,t){for(var a=0;a<t.length;a++){var n=t[a];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(t,a,n){return a&&e(t.prototype,a),n&&e(t,n),t}}(),i=a(196),l=s(i),o=s(a(697));function s(e){return e&&e.__esModule?e:{default:e}}var u={position:"absolute",top:0,left:0,visibility:"hidden",height:0,overflow:"scroll",whiteSpace:"pre"},c=["extraWidth","injectStyles","inputClassName","inputRef","inputStyle","minWidth","onAutosize","placeholderIsMinWidth"],d=function(e,t){t.style.fontSize=e.fontSize,t.style.fontFamily=e.fontFamily,t.style.fontWeight=e.fontWeight,t.style.fontStyle=e.fontStyle,t.style.letterSpacing=e.letterSpacing,t.style.textTransform=e.textTransform},m=!("undefined"==typeof window||!window.navigator)&&/MSIE |Trident\/|Edge\//.test(window.navigator.userAgent),f=function(){return m?"_"+Math.random().toString(36).substr(2,12):void 0},g=function(e){function t(e){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var a=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));return a.inputRef=function(e){a.input=e,"function"==typeof a.props.inputRef&&a.props.inputRef(e)},a.placeHolderSizerRef=function(e){a.placeHolderSizer=e},a.sizerRef=function(e){a.sizer=e},a.state={inputWidth:e.minWidth,inputId:e.id||f(),prevId:e.id},a}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),r(t,null,[{key:"getDerivedStateFromProps",value:function(e,t){var a=e.id;return a!==t.prevId?{inputId:a||f(),prevId:a}:null}}]),r(t,[{key:"componentDidMount",value:function(){this.mounted=!0,this.copyInputStyles(),this.updateInputWidth()}},{key:"componentDidUpdate",value:function(e,t){t.inputWidth!==this.state.inputWidth&&"function"==typeof this.props.onAutosize&&this.props.onAutosize(this.state.inputWidth),this.updateInputWidth()}},{key:"componentWillUnmount",value:function(){this.mounted=!1}},{key:"copyInputStyles",value:function(){if(this.mounted&&window.getComputedStyle){var e=this.input&&window.getComputedStyle(this.input);e&&(d(e,this.sizer),this.placeHolderSizer&&d(e,this.placeHolderSizer))}}},{key:"updateInputWidth",value:function(){if(this.mounted&&this.sizer&&void 0!==this.sizer.scrollWidth){var e=void 0;e=this.props.placeholder&&(!this.props.value||this.props.value&&this.props.placeholderIsMinWidth)?Math.max(this.sizer.scrollWidth,this.placeHolderSizer.scrollWidth)+2:this.sizer.scrollWidth+2,(e+="number"===this.props.type&&void 0===this.props.extraWidth?16:parseInt(this.props.extraWidth)||0)<this.props.minWidth&&(e=this.props.minWidth),e!==this.state.inputWidth&&this.setState({inputWidth:e})}}},{key:"getInput",value:function(){return this.input}},{key:"focus",value:function(){this.input.focus()}},{key:"blur",value:function(){this.input.blur()}},{key:"select",value:function(){this.input.select()}},{key:"renderStyles",value:function(){var e=this.props.injectStyles;return m&&e?l.default.createElement("style",{dangerouslySetInnerHTML:{__html:"input#"+this.state.inputId+"::-ms-clear {display: none;}"}}):null}},{key:"render",value:function(){var e=[this.props.defaultValue,this.props.value,""].reduce((function(e,t){return null!=e?e:t})),t=n({},this.props.style);t.display||(t.display="inline-block");var a=n({boxSizing:"content-box",width:this.state.inputWidth+"px"},this.props.inputStyle),r=function(e,t){var a={};for(var n in e)t.indexOf(n)>=0||Object.prototype.hasOwnProperty.call(e,n)&&(a[n]=e[n]);return a}(this.props,[]);return function(e){c.forEach((function(t){return delete e[t]}))}(r),r.className=this.props.inputClassName,r.id=this.state.inputId,r.style=a,l.default.createElement("div",{className:this.props.className,style:t},this.renderStyles(),l.default.createElement("input",n({},r,{ref:this.inputRef})),l.default.createElement("div",{ref:this.sizerRef,style:u},e),this.props.placeholder?l.default.createElement("div",{ref:this.placeHolderSizerRef,style:u},this.props.placeholder):null)}}]),t}(i.Component);g.propTypes={className:o.default.string,defaultValue:o.default.any,extraWidth:o.default.oneOfType([o.default.number,o.default.string]),id:o.default.string,injectStyles:o.default.bool,inputClassName:o.default.string,inputRef:o.default.func,inputStyle:o.default.object,minWidth:o.default.oneOfType([o.default.number,o.default.string]),onAutosize:o.default.func,onChange:o.default.func,placeholder:o.default.string,placeholderIsMinWidth:o.default.bool,style:o.default.object,value:o.default.any},g.defaultProps={minWidth:1,injectStyles:!0},t.Z=g},921:function(e,t){"use strict";var a="function"==typeof Symbol&&Symbol.for,n=a?Symbol.for("react.element"):60103,r=a?Symbol.for("react.portal"):60106,i=a?Symbol.for("react.fragment"):60107,l=a?Symbol.for("react.strict_mode"):60108,o=a?Symbol.for("react.profiler"):60114,s=a?Symbol.for("react.provider"):60109,u=a?Symbol.for("react.context"):60110,c=a?Symbol.for("react.async_mode"):60111,d=a?Symbol.for("react.concurrent_mode"):60111,m=a?Symbol.for("react.forward_ref"):60112,f=a?Symbol.for("react.suspense"):60113,g=a?Symbol.for("react.suspense_list"):60120,p=a?Symbol.for("react.memo"):60115,h=a?Symbol.for("react.lazy"):60116,v=a?Symbol.for("react.block"):60121,b=a?Symbol.for("react.fundamental"):60117,w=a?Symbol.for("react.responder"):60118,y=a?Symbol.for("react.scope"):60119;function x(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case c:case d:case i:case o:case l:case f:return e;default:switch(e=e&&e.$$typeof){case u:case m:case h:case p:case s:return e;default:return t}}case r:return t}}}function D(e){return x(e)===d}t.AsyncMode=c,t.ConcurrentMode=d,t.ContextConsumer=u,t.ContextProvider=s,t.Element=n,t.ForwardRef=m,t.Fragment=i,t.Lazy=h,t.Memo=p,t.Portal=r,t.Profiler=o,t.StrictMode=l,t.Suspense=f,t.isAsyncMode=function(e){return D(e)||x(e)===c},t.isConcurrentMode=D,t.isContextConsumer=function(e){return x(e)===u},t.isContextProvider=function(e){return x(e)===s},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return x(e)===m},t.isFragment=function(e){return x(e)===i},t.isLazy=function(e){return x(e)===h},t.isMemo=function(e){return x(e)===p},t.isPortal=function(e){return x(e)===r},t.isProfiler=function(e){return x(e)===o},t.isStrictMode=function(e){return x(e)===l},t.isSuspense=function(e){return x(e)===f},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===d||e===o||e===l||e===f||e===g||"object"==typeof e&&null!==e&&(e.$$typeof===h||e.$$typeof===p||e.$$typeof===s||e.$$typeof===u||e.$$typeof===m||e.$$typeof===b||e.$$typeof===w||e.$$typeof===y||e.$$typeof===v)},t.typeOf=x},864:function(e,t,a){"use strict";e.exports=a(921)},359:function(e,t){"use strict";if("function"==typeof Symbol&&Symbol.for){var a=Symbol.for;a("react.element"),a("react.portal"),a("react.fragment"),a("react.strict_mode"),a("react.profiler"),a("react.provider"),a("react.context"),a("react.forward_ref"),a("react.suspense"),a("react.suspense_list"),a("react.memo"),a("react.lazy"),a("react.block"),a("react.server.block"),a("react.fundamental"),a("react.debug_trace_mode"),a("react.legacy_hidden")}},973:function(e,t,a){"use strict";a(359)},196:function(e){"use strict";e.exports=window.React}},t={};function a(n){var r=t[n];if(void 0!==r)return r.exports;var i=t[n]={exports:{}};return e[n](i,i.exports,a),i.exports}a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,{a:t}),t},a.d=function(e,t){for(var n in t)a.o(t,n)&&!a.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},function(){"use strict";var e,t,n,r=window.wp.element,i=a(196),l=a.n(i),o=window.ReactDOM,s=a.n(o);function u(){return u=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}return e},u.apply(this,arguments)}function c(e,t){if(null==e)return{};var a,n,r={},i=Object.keys(e);for(n=0;n<i.length;n++)a=i[n],t.indexOf(a)>=0||(r[a]=e[a]);return r}function d(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,n=new Array(t);a<t;a++)n[a]=e[a];return n}function m(e,t){var a;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(a=function(e,t){if(e){if("string"==typeof e)return d(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);return"Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a?Array.from(e):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?d(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){a&&(e=a);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(a=e[Symbol.iterator]()).next.bind(a)}function f(e,t){if(e in t){for(var a=t[e],n=arguments.length,r=new Array(n>2?n-2:0),i=2;i<n;i++)r[i-2]=arguments[i];return"function"==typeof a?a.apply(void 0,r):a}var l=new Error('Tried to handle "'+e+'" but there is no handler defined. Only defined handlers are: '+Object.keys(t).map((function(e){return'"'+e+'"'})).join(", ")+".");throw Error.captureStackTrace&&Error.captureStackTrace(l,f),l}function g(a){var n=a.props,r=a.slot,i=a.defaultTag,l=a.features,o=a.visible,s=void 0===o||o,d=a.name;if(s)return p(n,r,i,d);var m=null!=l?l:e.None;if(m&e.Static){var g=n.static,h=void 0!==g&&g,v=c(n,["static"]);if(h)return p(v,r,i,d)}if(m&e.RenderStrategy){var b,w=n.unmount,y=void 0===w||w,x=c(n,["unmount"]);return f(y?t.Unmount:t.Hidden,((b={})[t.Unmount]=function(){return null},b[t.Hidden]=function(){return p(u({},x,{hidden:!0,style:{display:"none"}}),r,i,d)},b))}return p(n,r,i,d)}function p(e,t,a,n){var r;void 0===t&&(t={});var l=v(e,["unmount","static"]),o=l.as,s=void 0===o?a:o,u=l.children,d=l.refName,f=void 0===d?"ref":d,g=c(l,["as","children","refName"]),p=void 0!==e.ref?((r={})[f]=e.ref,r):{},h="function"==typeof u?u(t):u;if(g.className&&"function"==typeof g.className&&(g.className=g.className(t)),s===i.Fragment&&Object.keys(g).length>0){if(!(0,i.isValidElement)(h)||Array.isArray(h)&&h.length>1)throw new Error(['Passing props on "Fragment"!',"","The current component <"+n+' /> is rendering a "Fragment".',"However we need to passthrough the following props:",Object.keys(g).map((function(e){return" - "+e})).join("\n"),"","You can apply a few solutions:",['Add an `as="..."` prop, to ensure that we render an actual element instead of a "Fragment".',"Render a single element as the child so that we can forward the props onto that element."].map((function(e){return" - "+e})).join("\n")].join("\n"));return(0,i.cloneElement)(h,Object.assign({},function(e,t,a){for(var n,r=Object.assign({},e),i=function(){var a,i=n.value;void 0!==e[i]&&void 0!==t[i]&&Object.assign(r,((a={})[i]=function(a){a.defaultPrevented||e[i](a),a.defaultPrevented||t[i](a)},a))},l=m(["onClick"]);!(n=l()).done;)i();return r}(function(e){var t=Object.assign({},e);for(var a in t)void 0===t[a]&&delete t[a];return t}(v(g,["ref"])),h.props),p))}return(0,i.createElement)(s,Object.assign({},v(g,["ref"]),s!==i.Fragment&&p),h)}function h(e){var t;return Object.assign((0,i.forwardRef)(e),{displayName:null!=(t=e.displayName)?t:e.name})}function v(e,t){void 0===t&&(t=[]);for(var a,n=Object.assign({},e),r=m(t);!(a=r()).done;){var i=a.value;i in n&&delete n[i]}return n}function b(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];var n=(0,i.useRef)(t);return(0,i.useEffect)((function(){n.current=t}),[t]),(0,i.useCallback)((function(e){for(var t,a=m(n.current);!(t=a()).done;){var r=t.value;null!=r&&("function"==typeof r?r(e):r.current=e)}}),[n])}function w(e){for(var t,a,n=e.parentElement,r=null;n&&!(n instanceof HTMLFieldSetElement);)n instanceof HTMLLegendElement&&(r=n),n=n.parentElement;var i=null!=(t=""===(null==(a=n)?void 0:a.getAttribute("disabled")))&&t;return(!i||!function(e){if(!e)return!1;for(var t=e.previousElementSibling;null!==t;){if(t instanceof HTMLLegendElement)return!1;t=t.previousElementSibling}return!0}(r))&&i}!function(e){e[e.None=0]="None",e[e.RenderStrategy=1]="RenderStrategy",e[e.Static=2]="Static"}(e||(e={})),function(e){e[e.Unmount=0]="Unmount",e[e.Hidden=1]="Hidden"}(t||(t={})),function(e){e.Space=" ",e.Enter="Enter",e.Escape="Escape",e.Backspace="Backspace",e.ArrowLeft="ArrowLeft",e.ArrowUp="ArrowUp",e.ArrowRight="ArrowRight",e.ArrowDown="ArrowDown",e.Home="Home",e.End="End",e.PageUp="PageUp",e.PageDown="PageDown",e.Tab="Tab"}(n||(n={}));var y="undefined"!=typeof window?i.useLayoutEffect:i.useEffect,x={serverHandoffComplete:!1};function D(){var e=(0,i.useState)(x.serverHandoffComplete),t=e[0],a=e[1];return(0,i.useEffect)((function(){!0!==t&&a(!0)}),[t]),(0,i.useEffect)((function(){!1===x.serverHandoffComplete&&(x.serverHandoffComplete=!0)}),[]),t}var E=0;function C(){return++E}function _(){var e=D(),t=(0,i.useState)(e?C:null),a=t[0],n=t[1];return y((function(){null===a&&n(C())}),[a]),null!=a?""+a:void 0}var k,S,O,T,N=(0,i.createContext)(null);function A(){return(0,i.useContext)(N)}function M(e){var t=e.value,a=e.children;return l().createElement(N.Provider,{value:t},a)}function P(e){var t;if(e.type)return e.type;var a=null!=(t=e.as)?t:"button";return"string"==typeof a&&"button"===a.toLowerCase()?"button":void 0}function L(e,t){var a=(0,i.useState)((function(){return P(e)})),n=a[0],r=a[1];return y((function(){r(P(e))}),[e.type,e.as]),y((function(){n||t.current&&t.current instanceof HTMLButtonElement&&!t.current.hasAttribute("type")&&r("button")}),[n,t]),n}N.displayName="OpenClosedContext",function(e){e[e.Open=0]="Open",e[e.Closed=1]="Closed"}(k||(k={})),function(e){e[e.Open=0]="Open",e[e.Closed=1]="Closed"}(O||(O={})),function(e){e[e.ToggleDisclosure=0]="ToggleDisclosure",e[e.CloseDisclosure=1]="CloseDisclosure",e[e.SetButtonId=2]="SetButtonId",e[e.SetPanelId=3]="SetPanelId",e[e.LinkPanel=4]="LinkPanel",e[e.UnlinkPanel=5]="UnlinkPanel"}(T||(T={}));var I=((S={})[T.ToggleDisclosure]=function(e){var t;return u({},e,{disclosureState:f(e.disclosureState,(t={},t[O.Open]=O.Closed,t[O.Closed]=O.Open,t))})},S[T.CloseDisclosure]=function(e){return e.disclosureState===O.Closed?e:u({},e,{disclosureState:O.Closed})},S[T.LinkPanel]=function(e){return!0===e.linkedPanel?e:u({},e,{linkedPanel:!0})},S[T.UnlinkPanel]=function(e){return!1===e.linkedPanel?e:u({},e,{linkedPanel:!1})},S[T.SetButtonId]=function(e,t){return e.buttonId===t.buttonId?e:u({},e,{buttonId:t.buttonId})},S[T.SetPanelId]=function(e,t){return e.panelId===t.panelId?e:u({},e,{panelId:t.panelId})},S),V=(0,i.createContext)(null);function R(e){var t=(0,i.useContext)(V);if(null===t){var a=new Error("<"+e+" /> is missing a parent <"+W.name+" /> component.");throw Error.captureStackTrace&&Error.captureStackTrace(a,R),a}return t}V.displayName="DisclosureContext";var F=(0,i.createContext)(null);function H(e){var t=(0,i.useContext)(F);if(null===t){var a=new Error("<"+e+" /> is missing a parent <"+W.name+" /> component.");throw Error.captureStackTrace&&Error.captureStackTrace(a,H),a}return t}F.displayName="DisclosureAPIContext";var j=(0,i.createContext)(null);function B(e,t){return f(t.type,I,e,t)}j.displayName="DisclosurePanelContext";var U=i.Fragment;function W(e){var t,a=e.defaultOpen,n=void 0!==a&&a,r=c(e,["defaultOpen"]),o="headlessui-disclosure-button-"+_(),s="headlessui-disclosure-panel-"+_(),u=(0,i.useReducer)(B,{disclosureState:n?O.Open:O.Closed,linkedPanel:!1,buttonId:o,panelId:s}),d=u[0].disclosureState,m=u[1];(0,i.useEffect)((function(){return m({type:T.SetButtonId,buttonId:o})}),[o,m]),(0,i.useEffect)((function(){return m({type:T.SetPanelId,panelId:s})}),[s,m]);var p=(0,i.useCallback)((function(e){m({type:T.CloseDisclosure});var t=e?e instanceof HTMLElement?e:e.current instanceof HTMLElement?e.current:document.getElementById(o):document.getElementById(o);null==t||t.focus()}),[m,o]),h=(0,i.useMemo)((function(){return{close:p}}),[p]),v=(0,i.useMemo)((function(){return{open:d===O.Open,close:p}}),[d,p]);return l().createElement(V.Provider,{value:u},l().createElement(F.Provider,{value:h},l().createElement(M,{value:f(d,(t={},t[O.Open]=k.Open,t[O.Closed]=k.Closed,t))},g({props:r,slot:v,defaultTag:U,name:"Disclosure"}))))}var G=h((function e(t,a){var r=R([W.name,e.name].join(".")),l=r[0],o=r[1],s=(0,i.useRef)(null),c=b(s,a),d=(0,i.useContext)(j),m=null!==d&&d===l.panelId,f=(0,i.useCallback)((function(e){var t;if(m){if(l.disclosureState===O.Closed)return;switch(e.key){case n.Space:case n.Enter:e.preventDefault(),e.stopPropagation(),o({type:T.ToggleDisclosure}),null==(t=document.getElementById(l.buttonId))||t.focus()}}else switch(e.key){case n.Space:case n.Enter:e.preventDefault(),e.stopPropagation(),o({type:T.ToggleDisclosure})}}),[o,m,l.disclosureState]),p=(0,i.useCallback)((function(e){e.key===n.Space&&e.preventDefault()}),[]),h=(0,i.useCallback)((function(e){var a;w(e.currentTarget)||t.disabled||(m?(o({type:T.ToggleDisclosure}),null==(a=document.getElementById(l.buttonId))||a.focus()):o({type:T.ToggleDisclosure}))}),[o,t.disabled,l.buttonId,m]),v=(0,i.useMemo)((function(){return{open:l.disclosureState===O.Open}}),[l]),y=L(t,s);return g({props:u({},t,m?{ref:c,type:y,onKeyDown:f,onClick:h}:{ref:c,id:l.buttonId,type:y,"aria-expanded":t.disabled?void 0:l.disclosureState===O.Open,"aria-controls":l.linkedPanel?l.panelId:void 0,onKeyDown:f,onKeyUp:p,onClick:h}),slot:v,defaultTag:"button",name:"Disclosure.Button"})})),z=e.RenderStrategy|e.Static,Z=h((function e(t,a){var n=R([W.name,e.name].join(".")),r=n[0],o=n[1],s=H([W.name,e.name].join(".")).close,c=b(a,(function(){r.linkedPanel||o({type:T.LinkPanel})})),d=A(),m=null!==d?d===k.Open:r.disclosureState===O.Open;(0,i.useEffect)((function(){return function(){return o({type:T.UnlinkPanel})}}),[o]),(0,i.useEffect)((function(){var e;r.disclosureState!==O.Closed||null!=(e=t.unmount)&&!e||o({type:T.UnlinkPanel})}),[r.disclosureState,t.unmount,o]);var f=(0,i.useMemo)((function(){return{open:r.disclosureState===O.Open,close:s}}),[r,s]),p={ref:c,id:r.panelId},h=t;return l().createElement(j.Provider,{value:r.panelId},g({props:u({},h,p),slot:f,defaultTag:"div",features:z,visible:m,name:"Disclosure.Panel"}))}));function K(e,t){return K=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},K(e,t)}function $(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,K(e,t)}W.Button=G,W.Panel=Z;var Y=a(697),J=a.n(Y);function q(){return q=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}return e},q.apply(this,arguments)}function X(e){return"/"===e.charAt(0)}function Q(e,t){for(var a=t,n=a+1,r=e.length;n<r;a+=1,n+=1)e[a]=e[n];e.pop()}var ee=function(e,t){if(!e)throw new Error("Invariant failed")};function te(e){return"/"===e.charAt(0)?e:"/"+e}function ae(e,t){return function(e,t){return 0===e.toLowerCase().indexOf(t.toLowerCase())&&-1!=="/?#".indexOf(e.charAt(t.length))}(e,t)?e.substr(t.length):e}function ne(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function re(e){var t=e.pathname,a=e.search,n=e.hash,r=t||"/";return a&&"?"!==a&&(r+="?"===a.charAt(0)?a:"?"+a),n&&"#"!==n&&(r+="#"===n.charAt(0)?n:"#"+n),r}function ie(e,t,a,n){var r;"string"==typeof e?(r=function(e){var t=e||"/",a="",n="",r=t.indexOf("#");-1!==r&&(n=t.substr(r),t=t.substr(0,r));var i=t.indexOf("?");return-1!==i&&(a=t.substr(i),t=t.substr(0,i)),{pathname:t,search:"?"===a?"":a,hash:"#"===n?"":n}}(e),r.state=t):(void 0===(r=q({},e)).pathname&&(r.pathname=""),r.search?"?"!==r.search.charAt(0)&&(r.search="?"+r.search):r.search="",r.hash?"#"!==r.hash.charAt(0)&&(r.hash="#"+r.hash):r.hash="",void 0!==t&&void 0===r.state&&(r.state=t));try{r.pathname=decodeURI(r.pathname)}catch(e){throw e instanceof URIError?new URIError('Pathname "'+r.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):e}return a&&(r.key=a),n?r.pathname?"/"!==r.pathname.charAt(0)&&(r.pathname=function(e,t){void 0===t&&(t="");var a,n=e&&e.split("/")||[],r=t&&t.split("/")||[],i=e&&X(e),l=t&&X(t),o=i||l;if(e&&X(e)?r=n:n.length&&(r.pop(),r=r.concat(n)),!r.length)return"/";if(r.length){var s=r[r.length-1];a="."===s||".."===s||""===s}else a=!1;for(var u=0,c=r.length;c>=0;c--){var d=r[c];"."===d?Q(r,c):".."===d?(Q(r,c),u++):u&&(Q(r,c),u--)}if(!o)for(;u--;u)r.unshift("..");!o||""===r[0]||r[0]&&X(r[0])||r.unshift("");var m=r.join("/");return a&&"/"!==m.substr(-1)&&(m+="/"),m}(r.pathname,n.pathname)):r.pathname=n.pathname:r.pathname||(r.pathname="/"),r}function le(){var e=null,t=[];return{setPrompt:function(t){return e=t,function(){e===t&&(e=null)}},confirmTransitionTo:function(t,a,n,r){if(null!=e){var i="function"==typeof e?e(t,a):e;"string"==typeof i?"function"==typeof n?n(i,r):r(!0):r(!1!==i)}else r(!0)},appendListener:function(e){var a=!0;function n(){a&&e.apply(void 0,arguments)}return t.push(n),function(){a=!1,t=t.filter((function(e){return e!==n}))}},notifyListeners:function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];t.forEach((function(e){return e.apply(void 0,a)}))}}}var oe=!("undefined"==typeof window||!window.document||!window.document.createElement);function se(e,t){t(window.confirm(e))}var ue="popstate",ce="hashchange";function de(){try{return window.history.state||{}}catch(e){return{}}}function me(e){void 0===e&&(e={}),oe||ee(!1);var t,a=window.history,n=(-1===(t=window.navigator.userAgent).indexOf("Android 2.")&&-1===t.indexOf("Android 4.0")||-1===t.indexOf("Mobile Safari")||-1!==t.indexOf("Chrome")||-1!==t.indexOf("Windows Phone"))&&window.history&&"pushState"in window.history,r=!(-1===window.navigator.userAgent.indexOf("Trident")),i=e,l=i.forceRefresh,o=void 0!==l&&l,s=i.getUserConfirmation,u=void 0===s?se:s,c=i.keyLength,d=void 0===c?6:c,m=e.basename?ne(te(e.basename)):"";function f(e){var t=e||{},a=t.key,n=t.state,r=window.location,i=r.pathname+r.search+r.hash;return m&&(i=ae(i,m)),ie(i,n,a)}function g(){return Math.random().toString(36).substr(2,d)}var p=le();function h(e){q(O,e),O.length=a.length,p.notifyListeners(O.location,O.action)}function v(e){(function(e){return void 0===e.state&&-1===navigator.userAgent.indexOf("CriOS")})(e)||y(f(e.state))}function b(){y(f(de()))}var w=!1;function y(e){w?(w=!1,h()):p.confirmTransitionTo(e,"POP",u,(function(t){t?h({action:"POP",location:e}):function(e){var t=O.location,a=D.indexOf(t.key);-1===a&&(a=0);var n=D.indexOf(e.key);-1===n&&(n=0);var r=a-n;r&&(w=!0,C(r))}(e)}))}var x=f(de()),D=[x.key];function E(e){return m+re(e)}function C(e){a.go(e)}var _=0;function k(e){1===(_+=e)&&1===e?(window.addEventListener(ue,v),r&&window.addEventListener(ce,b)):0===_&&(window.removeEventListener(ue,v),r&&window.removeEventListener(ce,b))}var S=!1,O={length:a.length,action:"POP",location:x,createHref:E,push:function(e,t){var r="PUSH",i=ie(e,t,g(),O.location);p.confirmTransitionTo(i,r,u,(function(e){if(e){var t=E(i),l=i.key,s=i.state;if(n)if(a.pushState({key:l,state:s},null,t),o)window.location.href=t;else{var u=D.indexOf(O.location.key),c=D.slice(0,u+1);c.push(i.key),D=c,h({action:r,location:i})}else window.location.href=t}}))},replace:function(e,t){var r="REPLACE",i=ie(e,t,g(),O.location);p.confirmTransitionTo(i,r,u,(function(e){if(e){var t=E(i),l=i.key,s=i.state;if(n)if(a.replaceState({key:l,state:s},null,t),o)window.location.replace(t);else{var u=D.indexOf(O.location.key);-1!==u&&(D[u]=i.key),h({action:r,location:i})}else window.location.replace(t)}}))},go:C,goBack:function(){C(-1)},goForward:function(){C(1)},block:function(e){void 0===e&&(e=!1);var t=p.setPrompt(e);return S||(k(1),S=!0),function(){return S&&(S=!1,k(-1)),t()}},listen:function(e){var t=p.appendListener(e);return k(1),function(){k(-1),t()}}};return O}var fe=1073741823,ge="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==a.g?a.g:{};function pe(e){var t=[];return{on:function(e){t.push(e)},off:function(e){t=t.filter((function(t){return t!==e}))},get:function(){return e},set:function(a,n){e=a,t.forEach((function(t){return t(e,n)}))}}}var he=l().createContext||function(e,t){var a,n,r,l="__create-react-context-"+((ge[r="__global_unique_id__"]=(ge[r]||0)+1)+"__"),o=function(e){function a(){var t;return(t=e.apply(this,arguments)||this).emitter=pe(t.props.value),t}$(a,e);var n=a.prototype;return n.getChildContext=function(){var e;return(e={})[l]=this.emitter,e},n.componentWillReceiveProps=function(e){if(this.props.value!==e.value){var a,n=this.props.value,r=e.value;((i=n)===(l=r)?0!==i||1/i==1/l:i!=i&&l!=l)?a=0:(a="function"==typeof t?t(n,r):fe,0!=(a|=0)&&this.emitter.set(e.value,a))}var i,l},n.render=function(){return this.props.children},a}(i.Component);o.childContextTypes=((a={})[l]=J().object.isRequired,a);var s=function(t){function a(){var e;return(e=t.apply(this,arguments)||this).state={value:e.getValue()},e.onUpdate=function(t,a){0!=((0|e.observedBits)&a)&&e.setState({value:e.getValue()})},e}$(a,t);var n=a.prototype;return n.componentWillReceiveProps=function(e){var t=e.observedBits;this.observedBits=null==t?fe:t},n.componentDidMount=function(){this.context[l]&&this.context[l].on(this.onUpdate);var e=this.props.observedBits;this.observedBits=null==e?fe:e},n.componentWillUnmount=function(){this.context[l]&&this.context[l].off(this.onUpdate)},n.getValue=function(){return this.context[l]?this.context[l].get():e},n.render=function(){return(e=this.props.children,Array.isArray(e)?e[0]:e)(this.state.value);var e},a}(i.Component);return s.contextTypes=((n={})[l]=J().object,n),{Provider:o,Consumer:s}},ve=he,be=a(779),we=a.n(be);function ye(e,t){if(null==e)return{};var a,n,r={},i=Object.keys(e);for(n=0;n<i.length;n++)a=i[n],t.indexOf(a)>=0||(r[a]=e[a]);return r}a(864),a(679);var xe=function(e){var t=ve();return t.displayName=e,t},De=xe("Router-History"),Ee=function(e){var t=ve();return t.displayName=e,t},Ce=Ee("Router"),_e=function(e){function t(t){var a;return(a=e.call(this,t)||this).state={location:t.history.location},a._isMounted=!1,a._pendingLocation=null,t.staticContext||(a.unlisten=t.history.listen((function(e){a._isMounted?a.setState({location:e}):a._pendingLocation=e}))),a}$(t,e),t.computeRootMatch=function(e){return{path:"/",url:"/",params:{},isExact:"/"===e}};var a=t.prototype;return a.componentDidMount=function(){this._isMounted=!0,this._pendingLocation&&this.setState({location:this._pendingLocation})},a.componentWillUnmount=function(){this.unlisten&&this.unlisten()},a.render=function(){return l().createElement(Ce.Provider,{value:{history:this.props.history,location:this.state.location,match:t.computeRootMatch(this.state.location.pathname),staticContext:this.props.staticContext}},l().createElement(De.Provider,{children:this.props.children||null,value:this.props.history}))},t}(l().Component);l().Component,l().Component;var ke={},Se=0;function Oe(e,t){void 0===t&&(t={}),("string"==typeof t||Array.isArray(t))&&(t={path:t});var a=t,n=a.path,r=a.exact,i=void 0!==r&&r,l=a.strict,o=void 0!==l&&l,s=a.sensitive,u=void 0!==s&&s;return[].concat(n).reduce((function(t,a){if(!a&&""!==a)return null;if(t)return t;var n=function(e,t){var a=""+t.end+t.strict+t.sensitive,n=ke[a]||(ke[a]={});if(n[e])return n[e];var r=[],i={regexp:we()(e,r,t),keys:r};return Se<1e4&&(n[e]=i,Se++),i}(a,{end:i,strict:o,sensitive:u}),r=n.regexp,l=n.keys,s=r.exec(e);if(!s)return null;var c=s[0],d=s.slice(1),m=e===c;return i&&!m?null:{path:a,url:"/"===a&&""===c?"/":c,isExact:m,params:l.reduce((function(e,t,a){return e[t.name]=d[a],e}),{})}}),null)}var Te=function(e){function t(){return e.apply(this,arguments)||this}return $(t,e),t.prototype.render=function(){var e=this;return l().createElement(Ce.Consumer,null,(function(t){t||ee(!1);var a=e.props.location||t.location,n=q({},t,{location:a,match:e.props.computedMatch?e.props.computedMatch:e.props.path?Oe(a.pathname,e.props):t.match}),r=e.props,i=r.children,o=r.component,s=r.render;return Array.isArray(i)&&0===i.length&&(i=null),l().createElement(Ce.Provider,{value:n},n.match?i?"function"==typeof i?i(n):i:o?l().createElement(o,n):s?s(n):null:"function"==typeof i?i(n):null)}))},t}(l().Component);l().Component;var Ne=function(e){function t(){return e.apply(this,arguments)||this}return $(t,e),t.prototype.render=function(){var e=this;return l().createElement(Ce.Consumer,null,(function(t){t||ee(!1);var a,n,r=e.props.location||t.location;return l().Children.forEach(e.props.children,(function(e){if(null==n&&l().isValidElement(e)){a=e;var i=e.props.path||e.props.from;n=i?Oe(r.pathname,q({},e.props,{path:i})):t.match}})),n?l().cloneElement(a,{location:r,computedMatch:n}):null}))},t}(l().Component),Ae=l().useContext;function Me(){return Ae(Ce).location}var Pe=function(e){function t(){for(var t,a=arguments.length,n=new Array(a),r=0;r<a;r++)n[r]=arguments[r];return(t=e.call.apply(e,[this].concat(n))||this).history=me(t.props),t}return $(t,e),t.prototype.render=function(){return l().createElement(_e,{history:this.history,children:this.props.children})},t}(l().Component);l().Component;var Le=function(e,t){return"function"==typeof e?e(t):e},Ie=function(e,t){return"string"==typeof e?ie(e,null,null,t):e},Ve=function(e){return e},Re=l().forwardRef;void 0===Re&&(Re=Ve);var Fe=Re((function(e,t){var a=e.innerRef,n=e.navigate,r=e.onClick,i=ye(e,["innerRef","navigate","onClick"]),o=i.target,s=q({},i,{onClick:function(e){try{r&&r(e)}catch(t){throw e.preventDefault(),t}e.defaultPrevented||0!==e.button||o&&"_self"!==o||function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(e)||(e.preventDefault(),n())}});return s.ref=Ve!==Re&&t||a,l().createElement("a",s)})),He=Re((function(e,t){var a=e.component,n=void 0===a?Fe:a,r=e.replace,i=e.to,o=e.innerRef,s=ye(e,["component","replace","to","innerRef"]);return l().createElement(Ce.Consumer,null,(function(e){e||ee(!1);var a=e.history,u=Ie(Le(i,e.location),e.location),c=u?a.createHref(u):"",d=q({},s,{href:c,navigate:function(){var t=Le(i,e.location);(r?a.replace:a.push)(t)}});return Ve!==Re?d.ref=t||o:d.innerRef=o,l().createElement(n,d)}))})),je=function(e){return e},Be=l().forwardRef;void 0===Be&&(Be=je),Be((function(e,t){var a=e["aria-current"],n=void 0===a?"page":a,r=e.activeClassName,i=void 0===r?"active":r,o=e.activeStyle,s=e.className,u=e.exact,c=e.isActive,d=e.location,m=e.sensitive,f=e.strict,g=e.style,p=e.to,h=e.innerRef,v=ye(e,["aria-current","activeClassName","activeStyle","className","exact","isActive","location","sensitive","strict","style","to","innerRef"]);return l().createElement(Ce.Consumer,null,(function(e){e||ee(!1);var a=d||e.location,r=Ie(Le(p,a),a),b=r.pathname,w=b&&b.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1"),y=w?Oe(a.pathname,{path:w,exact:u,sensitive:m,strict:f}):null,x=!!(c?c(y,a):y),D=x?function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter((function(e){return e})).join(" ")}(s,i):s,E=x?q({},g,{},o):g,C=q({"aria-current":x&&n||null,className:D,style:E,to:r},v);return je!==Be?C.ref=t||h:C.innerRef=h,l().createElement(He,C)}))}));var Ue,We=window.wp.i18n;function Ge(){var e=(0,i.useRef)(!1);return(0,i.useEffect)((function(){return e.current=!0,function(){e.current=!1}}),[]),e}function ze(){var e=[],t={requestAnimationFrame:function(e){function t(){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(){var e=requestAnimationFrame.apply(void 0,arguments);t.add((function(){return cancelAnimationFrame(e)}))})),nextFrame:function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];t.requestAnimationFrame((function(){t.requestAnimationFrame.apply(t,a)}))},setTimeout:function(e){function t(){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(){var e=setTimeout.apply(void 0,arguments);t.add((function(){return clearTimeout(e)}))})),add:function(t){e.push(t)},dispose:function(){for(var t,a=m(e.splice(0));!(t=a()).done;){(0,t.value)()}}};return t}function Ze(e){for(var t,a=arguments.length,n=new Array(a>1?a-1:0),r=1;r<a;r++)n[r-1]=arguments[r];e&&n.length>0&&(t=e.classList).add.apply(t,n)}function Ke(e){for(var t,a=arguments.length,n=new Array(a>1?a-1:0),r=1;r<a;r++)n[r-1]=arguments[r];e&&n.length>0&&(t=e.classList).remove.apply(t,n)}function $e(e,t,a,n,r,i){var l=ze(),o=void 0!==i?function(e){var t={called:!1};return function(){if(!t.called)return t.called=!0,e.apply(void 0,arguments)}}(i):function(){};return Ke.apply(void 0,[e].concat(r)),Ze.apply(void 0,[e].concat(t,a)),l.nextFrame((function(){Ke.apply(void 0,[e].concat(a)),Ze.apply(void 0,[e].concat(n)),l.add(function(e,t){var a=ze();if(!e)return a.dispose;var n=getComputedStyle(e),r=[n.transitionDuration,n.transitionDelay].map((function(e){var t=e.split(",").filter(Boolean).map((function(e){return e.includes("ms")?parseFloat(e):1e3*parseFloat(e)})).sort((function(e,t){return t-e}))[0];return void 0===t?0:t})),i=r[0],l=r[1];return 0!==i?a.setTimeout((function(){t(Ue.Finished)}),i+l):t(Ue.Finished),a.add((function(){return t(Ue.Cancelled)})),a.dispose}(e,(function(a){return Ke.apply(void 0,[e].concat(n,t)),Ze.apply(void 0,[e].concat(r)),o(a)})))})),l.add((function(){return Ke.apply(void 0,[e].concat(t,a,n,r))})),l.add((function(){return o(Ue.Cancelled)})),l.dispose}function Ye(e){return void 0===e&&(e=""),(0,i.useMemo)((function(){return e.split(" ").filter((function(e){return e.trim().length>1}))}),[e])}!function(e){e.Finished="finished",e.Cancelled="cancelled"}(Ue||(Ue={}));var Je,qe=(0,i.createContext)(null);qe.displayName="TransitionContext",function(e){e.Visible="visible",e.Hidden="hidden"}(Je||(Je={}));var Xe=(0,i.createContext)(null);function Qe(e){return"children"in e?Qe(e.children):e.current.filter((function(e){return e.state===Je.Visible})).length>0}function et(e){var a=(0,i.useRef)(e),n=(0,i.useRef)([]),r=Ge();(0,i.useEffect)((function(){a.current=e}),[e]);var l=(0,i.useCallback)((function(e,i){var l;void 0===i&&(i=t.Hidden);var o=n.current.findIndex((function(t){return t.id===e}));-1!==o&&(f(i,((l={})[t.Unmount]=function(){n.current.splice(o,1)},l[t.Hidden]=function(){n.current[o].state=Je.Hidden},l)),!Qe(n)&&r.current&&(null==a.current||a.current()))}),[a,r,n]),o=(0,i.useCallback)((function(e){var a=n.current.find((function(t){return t.id===e}));return a?a.state!==Je.Visible&&(a.state=Je.Visible):n.current.push({id:e,state:Je.Visible}),function(){return l(e,t.Unmount)}}),[n,l]);return(0,i.useMemo)((function(){return{children:n,register:o,unregister:l}}),[o,l,n])}function tt(){}Xe.displayName="NestingContext";var at=["beforeEnter","afterEnter","beforeLeave","afterLeave"];function nt(e){for(var t,a={},n=m(at);!(t=n()).done;){var r,i=t.value;a[i]=null!=(r=e[i])?r:tt}return a}var rt=e.RenderStrategy;function it(e){var a,n=e.beforeEnter,r=e.afterEnter,o=e.beforeLeave,s=e.afterLeave,d=e.enter,m=e.enterFrom,p=e.enterTo,h=e.entered,v=e.leave,b=e.leaveFrom,w=e.leaveTo,x=c(e,["beforeEnter","afterEnter","beforeLeave","afterLeave","enter","enterFrom","enterTo","entered","leave","leaveFrom","leaveTo"]),E=(0,i.useRef)(null),C=(0,i.useState)(Je.Visible),S=C[0],O=C[1],T=x.unmount?t.Unmount:t.Hidden,N=function(){var e=(0,i.useContext)(qe);if(null===e)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}(),A=N.show,P=N.appear,L=N.initial,I=function(){var e=(0,i.useContext)(Xe);if(null===e)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}(),V=I.register,R=I.unregister,F=_(),H=(0,i.useRef)(!1),j=et((function(){H.current||(O(Je.Hidden),R(F),$.current.afterLeave())}));y((function(){if(F)return V(F)}),[V,F]),y((function(){var e;T===t.Hidden&&F&&(A&&S!==Je.Visible?O(Je.Visible):f(S,((e={})[Je.Hidden]=function(){return R(F)},e[Je.Visible]=function(){return V(F)},e)))}),[S,F,V,R,A,T]);var B=Ye(d),U=Ye(m),W=Ye(p),G=Ye(h),z=Ye(v),Z=Ye(b),K=Ye(w),$=function(e){var t=(0,i.useRef)(nt(e));return(0,i.useEffect)((function(){t.current=nt(e)}),[e]),t}({beforeEnter:n,afterEnter:r,beforeLeave:o,afterLeave:s}),Y=D();(0,i.useEffect)((function(){if(Y&&S===Je.Visible&&null===E.current)throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?")}),[E,S,Y]);var J=L&&!P;y((function(){var e=E.current;if(e&&!J)return H.current=!0,A&&$.current.beforeEnter(),A||$.current.beforeLeave(),A?$e(e,B,U,W,G,(function(e){H.current=!1,e===Ue.Finished&&$.current.afterEnter()})):$e(e,z,Z,K,G,(function(e){H.current=!1,e===Ue.Finished&&(Qe(j)||(O(Je.Hidden),R(F),$.current.afterLeave()))}))}),[$,F,H,R,j,E,J,A,B,U,W,z,Z,K]);var q={ref:E},X=x;return l().createElement(Xe.Provider,{value:j},l().createElement(M,{value:f(S,(a={},a[Je.Visible]=k.Open,a[Je.Hidden]=k.Closed,a))},g({props:u({},X,q),defaultTag:"div",features:rt,visible:S===Je.Visible,name:"Transition.Child"})))}function lt(e){var t,a=e.show,n=e.appear,r=void 0!==n&&n,o=e.unmount,s=c(e,["show","appear","unmount"]),d=A();if(void 0===a&&null!==d&&(a=f(d,((t={})[k.Open]=!0,t[k.Closed]=!1,t))),![!0,!1].includes(a))throw new Error("A <Transition /> is used but it is missing a `show={true | false}` prop.");var m=(0,i.useState)(a?Je.Visible:Je.Hidden),p=m[0],h=m[1],v=et((function(){h(Je.Hidden)})),b=function(){var e=(0,i.useRef)(!0);return(0,i.useEffect)((function(){e.current=!1}),[]),e.current}(),w=(0,i.useMemo)((function(){return{show:a,appear:r||!b,initial:b}}),[a,r,b]);(0,i.useEffect)((function(){a?h(Je.Visible):Qe(v)||h(Je.Hidden)}),[a,v]);var y={unmount:o};return l().createElement(Xe.Provider,{value:v},l().createElement(qe.Provider,{value:w},g({props:u({},y,{as:i.Fragment,children:l().createElement(it,Object.assign({},y,s))}),defaultTag:i.Fragment,features:rt,visible:p===Je.Visible,name:"Transition"})))}function ot(e,t,a){var n=(0,i.useRef)(t);n.current=t,(0,i.useEffect)((function(){function t(e){n.current.call(window,e)}return window.addEventListener(e,t,a),function(){return window.removeEventListener(e,t,a)}}),[e,a])}lt.Child=function(e){var t=null!==(0,i.useContext)(qe),a=null!==A();return!t&&a?l().createElement(lt,Object.assign({},e)):l().createElement(it,Object.assign({},e))},lt.Root=lt;var st,ut,ct,dt,mt,ft=["[contentEditable=true]","[tabindex]","a[href]","area[href]","button:not([disabled])","iframe","input:not([disabled])","select:not([disabled])","textarea:not([disabled])"].map((function(e){return e+":not([tabindex='-1'])"})).join(",");function gt(e){null==e||e.focus({preventScroll:!0})}function pt(e,t){var a=Array.isArray(e)?e.slice().sort((function(e,t){var a=e.compareDocumentPosition(t);return a&Node.DOCUMENT_POSITION_FOLLOWING?-1:a&Node.DOCUMENT_POSITION_PRECEDING?1:0})):function(e){return void 0===e&&(e=document.body),null==e?[]:Array.from(e.querySelectorAll(ft))}(e),n=document.activeElement,r=function(){if(t&(st.First|st.Next))return ct.Next;if(t&(st.Previous|st.Last))return ct.Previous;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")}(),i=function(){if(t&st.First)return 0;if(t&st.Previous)return Math.max(0,a.indexOf(n))-1;if(t&st.Next)return Math.max(0,a.indexOf(n))+1;if(t&st.Last)return a.length-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")}(),l=t&st.NoScroll?{preventScroll:!0}:{},o=0,s=a.length,u=void 0;do{var c;if(o>=s||o+s<=0)return ut.Error;var d=i+o;if(t&st.WrapAround)d=(d+s)%s;else{if(d<0)return ut.Underflow;if(d>=s)return ut.Overflow}null==(c=u=a[d])||c.focus(l),o+=r}while(u!==document.activeElement);return u.hasAttribute("tabindex")||u.setAttribute("tabindex","0"),ut.Success}!function(e){e[e.First=1]="First",e[e.Previous=2]="Previous",e[e.Next=4]="Next",e[e.Last=8]="Last",e[e.WrapAround=16]="WrapAround",e[e.NoScroll=32]="NoScroll"}(st||(st={})),function(e){e[e.Error=0]="Error",e[e.Overflow=1]="Overflow",e[e.Success=2]="Success",e[e.Underflow=3]="Underflow"}(ut||(ut={})),function(e){e[e.Previous=-1]="Previous",e[e.Next=1]="Next"}(ct||(ct={})),function(e){e[e.Strict=0]="Strict",e[e.Loose=1]="Loose"}(dt||(dt={})),function(e){e[e.None=1]="None",e[e.InitialFocus=2]="InitialFocus",e[e.TabLock=4]="TabLock",e[e.FocusLock=8]="FocusLock",e[e.RestoreFocus=16]="RestoreFocus",e[e.All=30]="All"}(mt||(mt={}));var ht=new Set,vt=new Map;function bt(e){e.setAttribute("aria-hidden","true"),e.inert=!0}function wt(e){var t=vt.get(e);t&&(null===t["aria-hidden"]?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",t["aria-hidden"]),e.inert=t.inert)}var yt=(0,i.createContext)(!1);function xt(e){return l().createElement(yt.Provider,{value:e.force},e.children)}var Dt=i.Fragment;function Et(e){var t=e,a=function(){var e=(0,i.useContext)(yt),t=(0,i.useContext)(_t),a=(0,i.useState)((function(){if(!e&&null!==t)return null;if("undefined"==typeof window)return null;var a=document.getElementById("headlessui-portal-root");if(a)return a;var n=document.createElement("div");return n.setAttribute("id","headlessui-portal-root"),document.body.appendChild(n)})),n=a[0],r=a[1];return(0,i.useEffect)((function(){null!==n&&(document.body.contains(n)||document.body.appendChild(n))}),[n]),(0,i.useEffect)((function(){e||null!==t&&r(t.current)}),[t,r,e]),n}(),n=(0,i.useState)((function(){return"undefined"==typeof window?null:document.createElement("div")}))[0],r=D();return y((function(){if(a&&n)return a.appendChild(n),function(){var e;a&&n&&(a.removeChild(n),a.childNodes.length<=0&&(null==(e=a.parentElement)||e.removeChild(a)))}}),[a,n]),r&&a&&n?(0,o.createPortal)(g({props:t,defaultTag:Dt,name:"Portal"}),n):null}var Ct=i.Fragment,_t=(0,i.createContext)(null);Et.Group=function(e){var t=e.target,a=c(e,["target"]);return l().createElement(_t.Provider,{value:t},g({props:a,defaultTag:Ct,name:"Popover.Group"}))};var kt=(0,i.createContext)(null);function St(){var e=(0,i.useContext)(kt);if(null===e){var t=new Error("You used a <Description /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(t,St),t}return e}function Ot(){var e=(0,i.useState)([]),t=e[0],a=e[1];return[t.length>0?t.join(" "):void 0,(0,i.useMemo)((function(){return function(e){var t=(0,i.useCallback)((function(e){return a((function(t){return[].concat(t,[e])})),function(){return a((function(t){var a=t.slice(),n=a.indexOf(e);return-1!==n&&a.splice(n,1),a}))}}),[]),n=(0,i.useMemo)((function(){return{register:t,slot:e.slot,name:e.name,props:e.props}}),[t,e.slot,e.name,e.props]);return l().createElement(kt.Provider,{value:n},e.children)}}),[a])]}function Tt(e){var t=St(),a="headlessui-description-"+_();y((function(){return t.register(a)}),[a,t.register]);var n=e,r=u({},t.props,{id:a});return g({props:u({},n,r),slot:t.slot||{},defaultTag:"p",name:t.name||"Description"})}var Nt,At,Mt,Pt,Lt=(0,i.createContext)((function(){}));function It(e){var t=e.children,a=e.onUpdate,n=e.type,r=e.element,o=(0,i.useContext)(Lt),s=(0,i.useCallback)((function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];null==a||a.apply(void 0,t),o.apply(void 0,t)}),[o,a]);return y((function(){return s(Nt.Add,n,r),function(){return s(Nt.Remove,n,r)}}),[s,n,r]),l().createElement(Lt.Provider,{value:s},t)}Lt.displayName="StackContext",function(e){e[e.Add=0]="Add",e[e.Remove=1]="Remove"}(Nt||(Nt={})),function(e){e[e.Open=0]="Open",e[e.Closed=1]="Closed"}(Mt||(Mt={})),function(e){e[e.SetTitleId=0]="SetTitleId"}(Pt||(Pt={}));var Vt=((At={})[Pt.SetTitleId]=function(e,t){return e.titleId===t.id?e:u({},e,{titleId:t.id})},At),Rt=(0,i.createContext)(null);function Ft(e){var t=(0,i.useContext)(Rt);if(null===t){var a=new Error("<"+e+" /> is missing a parent <"+Wt.displayName+" /> component.");throw Error.captureStackTrace&&Error.captureStackTrace(a,Ft),a}return t}function Ht(e,t){return f(t.type,Vt,e,t)}Rt.displayName="DialogContext";var jt=e.RenderStrategy|e.Static,Bt=h((function(e,t){var a,r=e.open,o=e.onClose,s=e.initialFocus,d=c(e,["open","onClose","initialFocus"]),p=(0,i.useState)(0),h=p[0],v=p[1],w=A();void 0===r&&null!==w&&(r=f(w,((a={})[k.Open]=!0,a[k.Closed]=!1,a)));var x=(0,i.useRef)(new Set),E=(0,i.useRef)(null),C=b(E,t),S=e.hasOwnProperty("open")||null!==w,O=e.hasOwnProperty("onClose");if(!S&&!O)throw new Error("You have to provide an `open` and an `onClose` prop to the `Dialog` component.");if(!S)throw new Error("You provided an `onClose` prop to the `Dialog`, but forgot an `open` prop.");if(!O)throw new Error("You provided an `open` prop to the `Dialog`, but forgot an `onClose` prop.");if("boolean"!=typeof r)throw new Error("You provided an `open` prop to the `Dialog`, but the value is not a boolean. Received: "+r);if("function"!=typeof o)throw new Error("You provided an `onClose` prop to the `Dialog`, but the value is not a function. Received: "+o);var T=r?Mt.Open:Mt.Closed,N=null!==w?w===k.Open:T===Mt.Open,M=(0,i.useReducer)(Ht,{titleId:null,descriptionId:null}),P=M[0],L=M[1],I=(0,i.useCallback)((function(){return o(!1)}),[o]),V=(0,i.useCallback)((function(e){return L({type:Pt.SetTitleId,id:e})}),[L]),R=D()&&T===Mt.Open,F=h>1,H=null!==(0,i.useContext)(Rt);(function(e,t,a){void 0===t&&(t=mt.All);var r=void 0===a?{}:a,l=r.initialFocus,o=r.containers,s=(0,i.useRef)("undefined"!=typeof window?document.activeElement:null),u=(0,i.useRef)(null),c=Ge(),d=Boolean(t&mt.RestoreFocus),f=Boolean(t&mt.InitialFocus);(0,i.useEffect)((function(){d&&(s.current=document.activeElement)}),[d]),(0,i.useEffect)((function(){if(d)return function(){gt(s.current),s.current=null}}),[d]),(0,i.useEffect)((function(){if(f&&e.current){var t=document.activeElement;if(null==l?void 0:l.current){if((null==l?void 0:l.current)===t)return void(u.current=t)}else if(e.current.contains(t))return void(u.current=t);(null==l?void 0:l.current)?gt(l.current):pt(e.current,st.First)===ut.Error&&console.warn("There are no focusable elements inside the <FocusTrap />"),u.current=document.activeElement}}),[e,l,f]),ot("keydown",(function(a){t&mt.TabLock&&e.current&&a.key===n.Tab&&(a.preventDefault(),pt(e.current,(a.shiftKey?st.Previous:st.Next)|st.WrapAround)===ut.Success&&(u.current=document.activeElement))})),ot("focus",(function(a){if(t&mt.FocusLock){var n=new Set(null==o?void 0:o.current);if(n.add(e),n.size){var r=u.current;if(r&&c.current){var i=a.target;i&&i instanceof HTMLElement?function(e,t){for(var a,n=m(e);!(a=n()).done;){var r;if(null==(r=a.value.current)?void 0:r.contains(t))return!0}return!1}(n,i)?(u.current=i,gt(i)):(a.preventDefault(),a.stopPropagation(),gt(r)):gt(u.current)}}}}),!0)})(E,R?f(F?"parent":"leaf",{parent:mt.RestoreFocus,leaf:mt.All}):mt.None,{initialFocus:s,containers:x}),function(e,t){void 0===t&&(t=!0),y((function(){if(t&&e.current){var a=e.current;ht.add(a);for(var n,r=m(vt.keys());!(n=r()).done;){var i=n.value;i.contains(a)&&(wt(i),vt.delete(i))}return document.querySelectorAll("body > *").forEach((function(e){if(e instanceof HTMLElement){for(var t,a=m(ht);!(t=a()).done;){var n=t.value;if(e.contains(n))return}1===ht.size&&(vt.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),bt(e))}})),function(){if(ht.delete(a),ht.size>0)document.querySelectorAll("body > *").forEach((function(e){if(e instanceof HTMLElement&&!vt.has(e)){for(var t,a=m(ht);!(t=a()).done;){var n=t.value;if(e.contains(n))return}vt.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),bt(e)}}));else for(var e,t=m(vt.keys());!(e=t()).done;){var n=e.value;wt(n),vt.delete(n)}}}}),[t])}(E,!!F&&R),ot("mousedown",(function(e){var t,a=e.target;T===Mt.Open&&(F||(null==(t=E.current)?void 0:t.contains(a))||I())})),ot("keydown",(function(e){e.key===n.Escape&&T===Mt.Open&&(F||(e.preventDefault(),e.stopPropagation(),I()))})),(0,i.useEffect)((function(){if(T===Mt.Open&&!H){var e=document.documentElement.style.overflow,t=document.documentElement.style.paddingRight,a=window.innerWidth-document.documentElement.clientWidth;return document.documentElement.style.overflow="hidden",document.documentElement.style.paddingRight=a+"px",function(){document.documentElement.style.overflow=e,document.documentElement.style.paddingRight=t}}}),[T,H]),(0,i.useEffect)((function(){if(T===Mt.Open&&E.current){var e=new IntersectionObserver((function(e){for(var t,a=m(e);!(t=a()).done;){var n=t.value;0===n.boundingClientRect.x&&0===n.boundingClientRect.y&&0===n.boundingClientRect.width&&0===n.boundingClientRect.height&&I()}}));return e.observe(E.current),function(){return e.disconnect()}}}),[T,E,I]);var j=Ot(),B=j[0],U=j[1],W="headlessui-dialog-"+_(),G=(0,i.useMemo)((function(){return[{dialogState:T,close:I,setTitleId:V},P]}),[T,P,I,V]),z=(0,i.useMemo)((function(){return{open:T===Mt.Open}}),[T]),Z={ref:C,id:W,role:"dialog","aria-modal":T===Mt.Open||void 0,"aria-labelledby":P.titleId,"aria-describedby":B,onClick:function(e){e.stopPropagation()}},K=d;return l().createElement(It,{type:"Dialog",element:E,onUpdate:(0,i.useCallback)((function(e,t,a){var n;"Dialog"===t&&f(e,((n={})[Nt.Add]=function(){x.current.add(a),v((function(e){return e+1}))},n[Nt.Remove]=function(){x.current.add(a),v((function(e){return e-1}))},n))}),[])},l().createElement(xt,{force:!0},l().createElement(Et,null,l().createElement(Rt.Provider,{value:G},l().createElement(Et.Group,{target:E},l().createElement(xt,{force:!1},l().createElement(U,{slot:z,name:"Dialog.Description"},g({props:u({},K,Z),slot:z,defaultTag:"div",features:jt,visible:N,name:"Dialog"}))))))))})),Ut=h((function e(t,a){var n=Ft([Wt.displayName,e.name].join("."))[0],r=n.dialogState,l=n.close,o=b(a),s="headlessui-dialog-overlay-"+_(),c=(0,i.useCallback)((function(e){if(e.target===e.currentTarget){if(w(e.currentTarget))return e.preventDefault();e.preventDefault(),e.stopPropagation(),l()}}),[l]),d=(0,i.useMemo)((function(){return{open:r===Mt.Open}}),[r]);return g({props:u({},t,{ref:o,id:s,"aria-hidden":!0,onClick:c}),slot:d,defaultTag:"div",name:"Dialog.Overlay"})})),Wt=Object.assign(Bt,{Overlay:Ut,Title:function e(t){var a=Ft([Wt.displayName,e.name].join("."))[0],n=a.dialogState,r=a.setTitleId,l="headlessui-dialog-title-"+_();(0,i.useEffect)((function(){return r(l),function(){return r(null)}}),[l,r]);var o=(0,i.useMemo)((function(){return{open:n===Mt.Open}}),[n]);return g({props:u({},t,{id:l}),slot:o,defaultTag:"h2",name:"Dialog.Title"})},Description:Tt}),Gt=function(e){return i.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true"},e),i.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"}))},zt=function(e){return i.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true"},e),i.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"}))},Zt=()=>{const e=uag_react.global_data.changelog_data,[t,a]=(0,i.useState)(!1);return(0,r.createElement)(i.Fragment,null,(0,r.createElement)("button",{onClick:()=>a(!0),title:(0,We.__)("What's New?","ultimate-addons-for-gutenberg"),className:"w-10 h-10 flex items-center justify-center cursor-pointer rounded-full border border-slate-200"},(0,r.createElement)("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("path",{d:"M8.16667 3.90182V15.0335C8.16667 15.8434 7.51008 16.5 6.70015 16.5C6.08038 16.5 5.52752 16.1104 5.31907 15.5267L3.53039 10.4024M14 9.83333C15.3807 9.83333 16.5 8.71404 16.5 7.33333C16.5 5.95262 15.3807 4.83333 14 4.83333M3.53039 10.4024C2.33691 9.89508 1.5 8.71194 1.5 7.33333C1.5 5.49238 2.99238 4 4.83333 4H6.36007C9.77727 4 12.7141 2.97159 14 1.5L14 13.1667C12.7141 11.6951 9.77727 10.6667 6.36007 10.6667L4.83331 10.6667C4.37098 10.6667 3.93064 10.5725 3.53039 10.4024Z",stroke:"#475569",strokeWidth:"1.4",strokeLinecap:"round",strokeLinejoin:"round"}))),(0,r.createElement)(lt.Root,{show:t,as:i.Fragment},(0,r.createElement)(Wt,{as:"div",className:"fixed inset-0 overflow-hidden",onClose:a},(0,r.createElement)("div",{className:"absolute inset-0 overflow-hidden"},(0,r.createElement)(Wt.Overlay,{className:"absolute inset-0"}),(0,r.createElement)("div",{className:"fixed inset-y-0 right-0 pl-10 max-w-full flex sm:mt-[2rem]"},(0,r.createElement)(lt.Child,{as:i.Fragment,enter:"transform transition ease-in-out duration-150 sm:duration-150",enterFrom:"translate-x-full",enterTo:"translate-x-0",leave:"transform transition ease-in-out duration-300 sm:duration-300",leaveFrom:"translate-x-0",leaveTo:"translate-x-full"},(0,r.createElement)("div",{className:"w-screen max-w-md shadow-overlay-left"},(0,r.createElement)("div",{className:"h-full flex flex-col bg-white shadow-xl"},(0,r.createElement)("div",{className:"px-4 sm:px-6 h-16 shadow flex items-center justify-between z-50"},(0,r.createElement)(Wt.Title,{className:"text-lg font-medium text-gray-900"}," ",(0,We.__)("What's New?","ultimate-addons-for-gutenberg")," "),(0,r.createElement)("div",{className:"flex items-center"},(0,r.createElement)("button",{type:"button",className:"bg-white rounded-md text-gray-400 hover:text-gray-500 focus:outline-none",onClick:()=>a(!1)},(0,r.createElement)(zt,{className:"h-6 w-6","aria-hidden":"true"})))),(0,r.createElement)("div",{className:"relative flex-1 overflow-y-auto"},(0,r.createElement)("div",{className:"relative grid bg-white divide-y divide-gray-200"},e.map(((t,a)=>{const n=e[a].title,i=e[a].description,l=e[a].date;return(0,r.createElement)("a",{key:n,href:"https://wpspectra.com/changelog/",className:"px-6 py-5 block rounded-[0.2rem] transition ease-in-out duration-150",target:"_blank",rel:"noreferrer noopener"},(0,r.createElement)("p",{className:"text-sm mb-1 font-medium text-slate-800",dangerouslySetInnerHTML:{__html:n}}),(0,r.createElement)("p",{className:"text-xs text-slate-500",dangerouslySetInnerHTML:{__html:l}}),(0,r.createElement)("p",{className:"mt-3 spectra-changelog-description",dangerouslySetInnerHTML:{__html:i}}))}))))))))))))};function Kt(){const e=[{name:(0,We.__)("Welcome","ultimate-addons-for-gutenberg"),slug:uag_react.home_slug,path:""},{name:(0,We.__)("Blocks / Extensions","ultimate-addons-for-gutenberg"),slug:uag_react.home_slug,path:"blocks"},{name:(0,We.__)("Settings","ultimate-addons-for-gutenberg"),slug:uag_react.home_slug,path:"settings"}],t=new URLSearchParams(Me()?.search),a=t.get("page")?t.get("page"):uag_react.home_slug,n=t.get("path")?t.get("path"):"";return(0,r.createElement)(W,{as:"nav",className:"bg-white shadow"},(0,r.createElement)("div",{className:"max-w-3xl mx-auto px-6 lg:max-w-7xl"},(0,r.createElement)("div",{className:"relative flex justify-between h-16"},(0,r.createElement)("div",{className:"flex-1 flex items-center justify-center sm:items-stretch sm:justify-start"},(0,r.createElement)("a",{href:uag_react.uag_base_url,className:"flex-shrink-0 flex items-center"},(0,r.createElement)("img",{className:"lg:block h-[2.6rem] w-auto",src:uag_react.logo_url,alt:"Workflow"})),(0,r.createElement)("div",{className:"sm:ml-8 sm:flex sm:space-x-8"},e.map(((e,t)=>(0,r.createElement)(He,{index:t,key:`?page=${e.slug}&path=${e.path}`,to:{pathname:"options-general.php",search:`?page=${e.slug}${""!==e.path?"&path="+e.path:""}`},className:a===e.slug&&n===e.path?"border-spectra text-spectra active:text-spectra focus:text-spectra focus-visible:text-spectra-hover hover:text-spectra-hover inline-flex items-center px-1 border-b-2 text-[0.940rem] font-medium":"border-transparent text-slate-500 active:text-spectra focus-visible:border-slate-300 focus-visible:text-slate-800 hover:border-slate-300 hover:text-slate-800 inline-flex items-center px-1 border-b-2 text-[0.940rem] font-medium"},e.name))))),(0,r.createElement)("div",{className:"absolute inset-y-0 right-0 flex items-center pr-2 sm:static sm:inset-auto sm:ml-6 sm:pr-0"},(0,r.createElement)(Zt,null)))))}var $t=()=>{const e="1"===new URLSearchParams(Me()?.search).get("spectra-activation-redirect")?1:0;return(0,r.createElement)("main",{className:"py-[2.43rem]"},(0,r.createElement)("div",{className:"max-w-3xl mx-auto px-6 lg:max-w-7xl"},(0,r.createElement)("h1",{className:"sr-only"},"Page title"),(0,r.createElement)("div",{className:"grid grid-cols-1 gap-4 items-start lg:grid-cols-3 lg:gap-5 xl:gap-10"},(0,r.createElement)("div",{className:"grid grid-cols-1 gap-4 lg:col-span-2 h-full"},(0,r.createElement)("section",{"aria-labelledby":"section-1-title h-full"},(0,r.createElement)("h2",{className:"sr-only",id:"section-1-title"},"Section title"),(0,r.createElement)("div",{className:"rounded-md bg-white overflow-hidden shadow-sm flex flex-col justify-center h-full"},(0,r.createElement)("div",{className:"p-12 pt-[2.2rem]"},(0,r.createElement)("h2",{className:"text-slate-800 text-[1.8rem] leading-[2.4rem] pb-3 font-medium text-left"},(0,We.__)("Welcome to Spectra!","ultimate-addons-for-gutenberg")),(0,r.createElement)("p",{className:"text-slate-500 pb-7"},(0,We.__)("We designed Spectra to be intuitive but we do recommend learning how it works by checking our comprehensive documentation and watching the video below. Enjoy your time with Spectra!","ultimate-addons-for-gutenberg")),(0,r.createElement)("div",{className:"mr-[80px] spectra-video-container"},(0,r.createElement)("iframe",{className:"spectra-video",src:`https://www.youtube.com/embed/GLNzTxArR6Y?showinfo=0&autoplay=${e}&mute=${e}&rel=0`,allow:"autoplay",title:"YouTube video player",frameBorder:"0",allowFullScreen:!0})),(0,r.createElement)("span",{className:"relative z-0 inline-flex pt-6 justify-start w-full"},(0,r.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-spectra focus-visible:bg-spectra-hover hover:bg-spectra-hover focus:outline-none mr-4",onClick:()=>{window.open(uag_react.wp_pages_url,"_blank")}},(0,We.__)("Create New Page","ultimate-addons-for-gutenberg")),(0,r.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-slate-300 shadow-sm text-sm font-medium rounded-md text-slate-500 bg-white focus-visible:bg-slate-50 hover:bg-slate-50 focus:outline-none",onClick:()=>{window.open("https://wpspectra.com/","_blank")}},(0,We.__)("Visit Our Website","ultimate-addons-for-gutenberg"))))))),(0,r.createElement)("div",{className:"space-y-4 flex h-full flex-col justify-between"},(0,r.createElement)("section",{"aria-labelledby":"section-2-title"},(0,r.createElement)("h2",{className:"sr-only",id:"section-2-title"},"Section title"),(0,r.createElement)("div",{className:"box-border rounded-md bg-white shadow-sm overflow-hidden transition hover:shadow-hover"},(0,r.createElement)("div",{className:"p-8 pr-10"},(0,r.createElement)("h3",{className:"text-slate-800 text-xl font-medium pb-2"},(0,We.__)("Knowledge Base","ultimate-addons-for-gutenberg")),(0,r.createElement)("p",{className:"text-slate-500 text-sm pb-2 pr-2"},(0,We.__)("Learn everything you need to know about the Spectra plugin with our comprehensive documentation.","ultimate-addons-for-gutenberg")),(0,r.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover underline",href:"https://wpspectra.com/docs/",target:"_blank",rel:"noreferrer"},(0,We.__)("Browse Now","ultimate-addons-for-gutenberg")),(0,r.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover no-underline",href:"https://wpspectra.com/docs/",target:"_blank",rel:"noreferrer"}," → ")))),(0,r.createElement)("section",{"aria-labelledby":"section-2-title"},(0,r.createElement)("h2",{className:"sr-only",id:"section-2-title"},"Section title"),(0,r.createElement)("div",{className:"box-border rounded-md bg-white shadow-sm overflow-hidden transition hover:shadow-hover"},(0,r.createElement)("div",{className:"p-8 pr-10"},(0,r.createElement)("h3",{className:"text-slate-800 text-xl font-medium pb-2"},(0,We.__)("Get 5-star Support","ultimate-addons-for-gutenberg")),(0,r.createElement)("p",{className:"text-slate-500 text-sm pb-2 pr-2"},(0,We.__)("Need some help? Our awesome support team is here to help you with any question you have.","ultimate-addons-for-gutenberg")),(0,r.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover underline",href:"https://wpspectra.com/support/",target:"_blank",rel:"noreferrer"},(0,We.__)("Get Support","ultimate-addons-for-gutenberg")),(0,r.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover no-underline",href:"https://wpspectra.com/support/",target:"_blank",rel:"noreferrer"}," → ")))),(0,r.createElement)("section",{"aria-labelledby":"section-2-title"},(0,r.createElement)("h2",{className:"sr-only",id:"section-2-title"},"Section title"),(0,r.createElement)("div",{className:"box-border rounded-md bg-white shadow-sm overflow-hidden transition hover:shadow-hover"},(0,r.createElement)("div",{className:"p-8 pr-10"},(0,r.createElement)("h3",{className:"text-slate-800 text-xl font-medium pb-2"},(0,We.__)("Join the Community","ultimate-addons-for-gutenberg")),(0,r.createElement)("p",{className:"text-slate-500 text-sm pb-2 pr-2"},(0,We.__)("Got a question about the plugin, want to share your awesome project or just say hi? Join our wonderful community!","ultimate-addons-for-gutenberg")),(0,r.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover underline",href:"https://www.facebook.com/groups/wpspectra",target:"_blank",rel:"noreferrer"},(0,We.__)("Join Now","ultimate-addons-for-gutenberg")),(0,r.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover no-underline",href:"https://www.facebook.com/groups/wpspectra",target:"_blank",rel:"noreferrer"}," → "))))))))},Yt=window.wp.apiFetch,Jt=a.n(Yt),qt=l().createContext(null),Xt=function(e){e()},Qt=function(){return Xt},ea={notify:function(){},get:function(){return[]}};function ta(e,t){var a,n=ea;function r(){l.onStateChange&&l.onStateChange()}function i(){a||(a=t?t.addNestedSub(r):e.subscribe(r),n=function(){var e=Qt(),t=null,a=null;return{clear:function(){t=null,a=null},notify:function(){e((function(){for(var e=t;e;)e.callback(),e=e.next}))},get:function(){for(var e=[],a=t;a;)e.push(a),a=a.next;return e},subscribe:function(e){var n=!0,r=a={callback:e,next:null,prev:a};return r.prev?r.prev.next=r:t=r,function(){n&&null!==t&&(n=!1,r.next?r.next.prev=r.prev:a=r.prev,r.prev?r.prev.next=r.next:t=r.next)}}}}())}var l={addNestedSub:function(e){return i(),n.subscribe(e)},notifyNestedSubs:function(){n.notify()},handleChangeWrapper:r,isSubscribed:function(){return Boolean(a)},trySubscribe:i,tryUnsubscribe:function(){a&&(a(),a=void 0,n.clear(),n=ea)},getListeners:function(){return n}};return l}var aa="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement?i.useLayoutEffect:i.useEffect;function na(){return(0,i.useContext)(qt)}function ra(e){void 0===e&&(e=qt);var t=e===qt?na:function(){return(0,i.useContext)(e)};return function(){return t().store}}a(973);var ia=ra();function la(e){void 0===e&&(e=qt);var t=e===qt?ia:ra(e);return function(){return t().dispatch}}var oa=la(),sa=function(e,t){return e===t};function ua(e){void 0===e&&(e=qt);var t=e===qt?na:function(){return(0,i.useContext)(e)};return function(e,a){void 0===a&&(a=sa);var n=t(),r=function(e,t,a,n){var r,l=(0,i.useReducer)((function(e){return e+1}),0)[1],o=(0,i.useMemo)((function(){return ta(a,n)}),[a,n]),s=(0,i.useRef)(),u=(0,i.useRef)(),c=(0,i.useRef)(),d=(0,i.useRef)(),m=a.getState();try{if(e!==u.current||m!==c.current||s.current){var f=e(m);r=void 0!==d.current&&t(f,d.current)?d.current:f}else r=d.current}catch(e){throw s.current&&(e.message+="\nThe error may be correlated with this previous error:\n"+s.current.stack+"\n\n"),e}return aa((function(){u.current=e,c.current=m,d.current=r,s.current=void 0})),aa((function(){function e(){try{var e=a.getState();if(e===c.current)return;var n=u.current(e);if(t(n,d.current))return;d.current=n,c.current=e}catch(e){s.current=e}l()}return o.onStateChange=e,o.trySubscribe(),e(),function(){return o.tryUnsubscribe()}}),[a,o]),r}(e,a,n.store,n.subscription);return(0,i.useDebugValue)(r),r}}var ca,da=ua();ca=o.unstable_batchedUpdates,Xt=ca;const ma=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")};var fa=()=>{const e=new URLSearchParams(Me()?.search),t=uag_react.blocks_info,a=oa(),n=da((e=>e.blocksStatuses)),l=da((e=>e.coreBlocks)),o=da((e=>e.activeBlocksFilterTab)),[s,u]=(0,i.useState)([]),c=[{name:"All",slug:"all"},{name:"Core",slug:"core"},{name:"Creative",slug:"creative"},{name:"Content",slug:"content"},{name:"Post",slug:"post"},{name:"Social",slug:"social"},{name:"Form",slug:"form"},{name:"SEO",slug:"seo"},{name:"Extensions",slug:"extensions"}];return(0,i.useEffect)((()=>{const n=e.get("path"),r=e.get("filterTab");a({type:"UPDATE_BLOCKS_ACTIVE_FILTER_TAB",payload:r&&"blocks"===n?r:"all"});const i={...s};t.map((e=>(e.admin_categories?.map((t=>(i[t]||(i[t]=[]),i[t].push(e.slug),t))),e))),u(i)}),[]),(0,r.createElement)("div",{className:"mx-auto mb-6 px-6 lg:max-w-[80rem]"},(0,r.createElement)("div",{className:"w-full sm:hidden"},(0,r.createElement)("label",{htmlFor:"tabs",className:"sr-only"},"Select a tab"),(0,r.createElement)("select",{id:"tabs",name:"tabs",className:"w-full spectra-admin__input-field spectra-admin__dropdown",style:{maxWidth:"100%"}},c.map((e=>(0,r.createElement)("option",{key:e.name},e.name))))),(0,r.createElement)("div",{className:"hidden justify-between items-center space-y-4 sm:flex sm:flex-col lg:space-y-0 lg:flex-row"},(0,r.createElement)("nav",{className:"flex -ml-4 flex-wrap justify-center lg:justify-start","aria-label":"Tabs"},c.map((e=>(0,r.createElement)(He,{to:{pathname:"options-general.php",search:`?page=spectra&path=blocks&filterTab=${e.slug}`},key:e.name,className:ma(e.slug===o?"bg-white border-transparent text-slate-800 active:text-slate-800 focus:text-slate-800 hover:text-slate-800 shadow shadow-focused":"text-slate-500 border-slate-200 focus:text-slate-500 focus-visible:bg-white active:text-slate-500 hover:text-slate-500 hover:bg-white","px-4 py-1 ml-4 my-1 font-medium text-sm rounded-2xl cursor-pointer border transition"),onClick:()=>{a({type:"UPDATE_BLOCKS_ACTIVE_FILTER_TAB",payload:e.slug})}},e.name)))),(0,r.createElement)("span",{className:"z-0 flex shadow-sm rounded-[0.2rem] justify-center"},(0,r.createElement)("button",{type:"button",className:"focus:bg-indigo-50 focus:text-slate-500 focus-visible:text-spectra hover:bg-indigo-50 hover:text-spectra -ml-px relative inline-flex items-center px-4 py-2 border border-slate-200 bg-white text-sm font-medium text-slate-500 focus:z-10 focus:outline-none rounded-l-md transition",onClick:()=>{const e={...n};for(const t in n)("all"===o||s[o]&&s[o].includes(t))&&(e[t]="block");a({type:"UPDATE_BLOCK_STATUSES",payload:e}),"extensions"!==o&&"all"!==o||(a({type:"UPDATE_ENABLE_MASONRY_EXTENSION",payload:"enabled"}),a({type:"UPDATE_ENABLE_DISPLAY_CONDITIONS",payload:"enabled"}),a({type:"UPDATE_ENABLE_RESPONSIVE_CONDITIONS",payload:"enabled"}));const t=new window.FormData;t.append("action","uag_blocks_activation_and_deactivation"),t.append("security",uag_react.blocks_activation_and_deactivation_nonce),t.append("value",JSON.stringify(e)),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))}},"Activate all"),(0,r.createElement)("button",{type:"button",className:"focus:bg-indigo-50 focus:text-slate-500 focus-visible:text-spectra hover:bg-indigo-50 hover:text-spectra -ml-px relative inline-flex items-center px-4 py-2 border border-slate-200 bg-white text-sm font-medium text-slate-500 focus:z-10 focus:outline-none rounded-r-md transition",onClick:()=>{const e={...n};for(const t in n)!l.includes(t)&&("all"===o||s[o]&&s[o].includes(t))&&(e[t]="disabled");a({type:"UPDATE_BLOCK_STATUSES",payload:e}),"extensions"!==o&&"all"!==o||(a({type:"UPDATE_ENABLE_MASONRY_EXTENSION",payload:"disabled"}),a({type:"UPDATE_ENABLE_DISPLAY_CONDITIONS",payload:"disabled"}),a({type:"UPDATE_ENABLE_RESPONSIVE_CONDITIONS",payload:"disabled"}));const t=new window.FormData;t.append("action","uag_blocks_activation_and_deactivation"),t.append("security",uag_react.blocks_activation_and_deactivation_nonce),t.append("value",JSON.stringify(e)),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))}},"Deactivate all"))))};const ga="#1e293b";var pa={section:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M21 15V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19L3 15M21 15L3 15M21 15V9M3 15L3 9M21 9V5C21 3.89543 20.1046 3 19 3L5 3C3.89543 3 3 3.89543 3 5L3 9M21 9L3 9",stroke:ga,strokeWidth:1.4})),buttons:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M7 17.5H17M7 6.5H17M5 10H19C20.1046 10 21 9.10457 21 8V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V8C3 9.10457 3.89543 10 5 10ZM5 21H19C20.1046 21 21 20.1046 21 19V16C21 14.8954 20.1046 14 19 14H5C3.89543 14 3 14.8954 3 16V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"advanced-heading":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M8 7V12.8333M8 12.8333V17M8 12.8333H16M16 12.8333V7M16 12.8333V17M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"google-map":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M9 3.00002L4.10557 5.44723C3.428 5.78601 3 6.47854 3 7.23608V20.382C3 21.1254 3.78231 21.6089 4.44721 21.2764L9 19M9 3.00002L15 5.00002M9 3.00002V19M9 19L15 21M15 5.00002L19.5528 2.72362C20.2177 2.39117 21 2.87467 21 3.61805V16.7639C21 17.5215 20.572 18.214 19.8944 18.5528L15 21M15 5.00002V21",stroke:ga,strokeWidth:1.4})),"info-box":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M7 13H17M7 16.5H15.3333M9 8C9 8.55228 8.55228 9 8 9C7.44772 9 7 8.55228 7 8C7 7.44772 7.44772 7 8 7C8.55228 7 9 7.44772 9 8ZM5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"post-carousel":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M0 17C1.10457 17 2 16.1046 2 15V8C2 6.89543 1.10457 6 0 6M24 17C22.8954 17 22 16.1046 22 15V8C22 6.89543 22.8954 6 24 6M7 17H17C18.1046 17 19 16.1046 19 15V8C19 6.89543 18.1046 6 17 6H7C5.89543 6 5 6.89543 5 8V15C5 16.1046 5.89543 17 7 17Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M8 11H12.5M8 14H16",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"post-masonry":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M3 14C3 12.8954 3.89543 12 5 12H8C9.10457 12 10 12.8954 10 14V21C10 22.1046 9.10457 23 8 23H5C3.89543 23 3 22.1046 3 21V14Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M14 3C14 1.89543 14.8954 1 16 1H19C20.1046 1 21 1.89543 21 3V10C21 11.1046 20.1046 12 19 12H16C14.8954 12 14 11.1046 14 10V3Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M14 18C14 16.8954 14.8954 16 16 16H19C20.1046 16 21 16.8954 21 18V21C21 22.1046 20.1046 23 19 23H16C14.8954 23 14 22.1046 14 21V18Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M3 3C3 1.89543 3.89543 1 5 1H8C9.10457 1 10 1.89543 10 3V6C10 7.10457 9.10457 8 8 8H5C3.89543 8 3 7.10457 3 6V3Z",stroke:ga,strokeWidth:1.4})),"post-grid":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M3 16C3 14.8954 3.89543 14 5 14H8C9.10457 14 10 14.8954 10 16V19C10 20.1046 9.10457 21 8 21H5C3.89543 21 3 20.1046 3 19V16Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M14 16C14 14.8954 14.8954 14 16 14H19C20.1046 14 21 14.8954 21 16V19C21 20.1046 20.1046 21 19 21H16C14.8954 21 14 20.1046 14 19V16Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M3 5C3 3.89543 3.89543 3 5 3H8C9.10457 3 10 3.89543 10 5V8C10 9.10457 9.10457 10 8 10H5C3.89543 10 3 9.10457 3 8V5Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M14 5C14 3.89543 14.8954 3 16 3H19C20.1046 3 21 3.89543 21 5V8C21 9.10457 20.1046 10 19 10H16C14.8954 10 14 9.10457 14 8V5Z",stroke:ga,strokeWidth:1.4})),testimonial:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M15.5 9.42857C15.5 10.2175 14.903 10.8571 14.1667 10.8571C13.4303 10.8571 12.8333 10.2175 12.8333 9.42857C12.8333 8.63959 13.4303 8 14.1667 8C14.903 8 15.5 8.63959 15.5 9.42857ZM15.5 9.42857C15.5 9.42857 15.5 11.5714 13.5 13M11.1667 9.42857C11.1667 10.2175 10.5697 10.8571 9.83333 10.8571C9.09695 10.8571 8.5 10.2175 8.5 9.42857C8.5 8.63959 9.09695 8 9.83333 8C10.5697 8 11.1667 8.63959 11.1667 9.42857ZM11.1667 9.42857C11.1667 9.42857 11.1667 11.5714 9.16667 13M12 21L14.4142 18.5858C14.7893 18.2107 15.298 18 15.8284 18H19C20.1046 18 21 17.1046 21 16V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V16C3 17.1046 3.89543 18 5 18H8.17157C8.70201 18 9.21071 18.2107 9.58579 18.5858L12 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"cf7-styler":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M4.51555 17C6.13007 19.412 8.87958 21 12 21C15.1204 21 17.8699 19.412 19.4845 17M4.51555 17C3.55827 15.5699 3 13.8501 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 13.8501 20.4417 15.5699 19.4845 17M4.51555 17C5.75777 17 7.12889 15 8.43944 13M19.4845 17C18.2422 17 16.8711 15 15.5606 13M8.43944 13C9.75 11 11 9 12 9C13 9 14.25 11 15.5606 13M8.43944 13L9.09522 14.2607C9.47211 14.9852 10.5116 14.9769 10.8768 14.2464L11.3795 13.241C11.6848 12.6305 12.4984 12.4984 12.9811 12.9811L13.4309 13.4309C13.7632 13.7632 14.282 13.8193 14.6776 13.5658L15.5606 13",stroke:ga,strokeWidth:1.4})),"gf-styler":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M17 12V15H7L6.99998 12.9996C6.99998 10.7905 8.79083 9.00001 10.9999 9.00001H17.5M3.33984 8.71466V15.2854C3.33984 16.0317 3.75541 16.7159 4.41768 17.0601L11.0779 20.5208C11.656 20.8212 12.3442 20.8212 12.9223 20.5208L19.5825 17.0601C20.2448 16.7159 20.6604 16.0317 20.6604 15.2854V8.71466C20.6604 7.96832 20.2448 7.28407 19.5825 6.93995L12.9223 3.47918C12.3442 3.1788 11.656 3.1788 11.0779 3.47918L4.41768 6.93995C3.75541 7.28407 3.33984 7.96832 3.33984 8.71466Z",stroke:ga,strokeWidth:1.4})),"content-timeline":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M12.0001 3V7M12.0001 21V17M12.0001 7H15.0001M12.0001 7V12M15.0001 7C15.0001 8.10457 15.8954 9 17 9H19C20.1046 9 21 8.10457 21 7C21 5.89543 20.1046 5 19 5H17C15.8954 5 15.0001 5.89543 15.0001 7ZM12.0001 12H9M12.0001 12V17M9 12C9 13.1046 8.10457 14 7 14H5C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10H7C8.10457 10 9 10.8954 9 12ZM12.0001 17H15.0001M15.0001 17C15.0001 18.1046 15.8954 19 17 19H19C20.1046 19 21 18.1046 21 17C21 15.8954 20.1046 15 19 15H17C15.8954 15 15.0001 15.8954 15.0001 17Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"call-to-action":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M16.4545 16.4545L14.6364 21L11 11L21 14.6364L16.4545 16.4545ZM16.4545 16.4545L21 21M9 16.9291C5.60771 16.4439 3 13.5265 3 10C3 6.13401 6.13401 3 10 3C13.5265 3 16.4439 5.60771 16.9291 9M8.5 12.5987C7.6033 12.0799 7 11.1104 7 10C7 8.34315 8.34315 7 10 7C11.1104 7 12.0799 7.6033 12.5987 8.5",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"post-timeline":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M4 3V6M4 6C2.89543 6 2 6.89543 2 8C2 9.10457 2.89543 10 4 10M4 6C5.10457 6 6 6.89543 6 8C6 9.10457 5.10457 10 4 10M4 10V14M4 14C2.89543 14 2 14.8954 2 16C2 17.1046 2.89543 18 4 18M4 14C5.10457 14 6 14.8954 6 16C6 17.1046 5.10457 18 4 18M4 18V21M11 18H19C20.1046 18 21 17.1046 21 16C21 14.8954 20.1046 14 19 14H11C9.89543 14 9 14.8954 9 16C9 17.1046 9.89543 18 11 18ZM11 10H19C20.1046 10 21 9.10457 21 8C21 6.89543 20.1046 6 19 6H11C9.89543 6 9 6.89543 9 8C9 9.10457 9.89543 10 11 10Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"icon-list":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M11 5H21M11 12H21M11 19H21",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,r.createElement)("path",{d:"M7 5C7 6.10457 6.10457 7 5 7C3.89543 7 3 6.10457 3 5C3 3.89543 3.89543 3 5 3C6.10457 3 7 3.89543 7 5Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,r.createElement)("path",{d:"M7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,r.createElement)("path",{d:"M7 19C7 20.1046 6.10457 21 5 21C3.89543 21 3 20.1046 3 19C3 17.8954 3.89543 17 5 17C6.10457 17 7 17.8954 7 19Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),team:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M17 20H22V18C22 16.3431 20.6569 15 19 15C18.0444 15 17.1931 15.4468 16.6438 16.1429M17 20H7M17 20V18C17 17.3438 16.8736 16.717 16.6438 16.1429M7 20H2V18C2 16.3431 3.34315 15 5 15C5.95561 15 6.80686 15.4468 7.35625 16.1429M7 20V18C7 17.3438 7.12642 16.717 7.35625 16.1429M7.35625 16.1429C8.0935 14.301 9.89482 13 12 13C14.1052 13 15.9065 14.301 16.6438 16.1429M15 7C15 8.65685 13.6569 10 12 10C10.3431 10 9 8.65685 9 7C9 5.34315 10.3431 4 12 4C13.6569 4 15 5.34315 15 7ZM21 10C21 11.1046 20.1046 12 19 12C17.8954 12 17 11.1046 17 10C17 8.89543 17.8954 8 19 8C20.1046 8 21 8.89543 21 10ZM7 10C7 11.1046 6.10457 12 5 12C3.89543 12 3 11.1046 3 10C3 8.89543 3.89543 8 5 8C6.10457 8 7 8.89543 7 10Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),tabs:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M10 3V6C10 7.10457 10.8954 8 12 8H15.5M15.5 8H21M15.5 8V3M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4})),"social-share":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M9 12C9 13.1046 8.10457 14 7 14C5.89543 14 5 13.1046 5 12C5 10.8954 5.89543 10 7 10C8.10457 10 9 10.8954 9 12Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M19 6C19 7.10457 18.1046 8 17 8C15.8954 8 15 7.10457 15 6C15 4.89543 15.8954 4 17 4C18.1046 4 19 4.89543 19 6Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M19 18C19 19.1046 18.1046 20 17 20C15.8954 20 15 19.1046 15 18C15 16.8954 15.8954 16 17 16C18.1046 16 19 16.8954 19 18Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M9 10.5L15 7M9 13.5L15 17",stroke:ga,strokeWidth:1.4})),"restaurant-menu":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M17.7472 5.05554C17.5824 4.84998 17.3481 4.68976 17.074 4.59515C16.8912 4.53203 16.696 4.5 16.5 4.5M16.5 4.5C16.4022 4.5 16.3042 4.50797 16.2074 4.52402C15.9164 4.57225 15.6491 4.6913 15.4393 4.86612C15.2296 5.04093 15.0867 5.26366 15.0288 5.50614C14.9709 5.74861 15.0006 5.99995 15.1142 6.22835C15.2277 6.45676 15.42 6.65199 15.6666 6.78934C15.9133 6.92669 16.2033 7 16.5 7C16.7967 7 17.0867 7.07331 17.3334 7.21066C17.58 7.34802 17.7723 7.54324 17.8858 7.77165C17.9994 8.00005 18.0291 8.25139 17.9712 8.49386C17.9133 8.73634 17.7704 8.95907 17.5607 9.13388C17.3509 9.3087 17.0836 9.42775 16.7926 9.47598C16.6958 9.49203 16.5978 9.5 16.5 9.5M16.5 4.5V4M15.2528 8.94446C15.4176 9.15003 15.6519 9.31024 15.926 9.40485C16.1088 9.46797 16.304 9.5 16.5 9.5M16.5 9.5V10",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,r.createElement)("path",{d:"M17.7472 15.0555C17.5824 14.85 17.3481 14.6898 17.074 14.5952C16.8912 14.532 16.696 14.5 16.5 14.5M16.5 14.5C16.4022 14.5 16.3042 14.508 16.2074 14.524C15.9164 14.5723 15.6491 14.6913 15.4393 14.8661C15.2296 15.0409 15.0867 15.2637 15.0288 15.5061C14.9709 15.7486 15.0006 15.9999 15.1142 16.2284C15.2277 16.4568 15.42 16.652 15.6666 16.7893C15.9133 16.9267 16.2033 17 16.5 17C16.7967 17 17.0867 17.0733 17.3334 17.2107C17.58 17.348 17.7723 17.5432 17.8858 17.7716C17.9994 18.0001 18.0291 18.2514 17.9712 18.4939C17.9133 18.7363 17.7704 18.9591 17.5607 19.1339C17.3509 19.3087 17.0836 19.4278 16.7926 19.476C16.6958 19.492 16.5978 19.5 16.5 19.5M16.5 14.5V14M15.2528 18.9445C15.4176 19.15 15.6519 19.3102 15.926 19.4049C16.1088 19.468 16.304 19.5 16.5 19.5M16.5 19.5V20",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,r.createElement)("path",{d:"M6 5H12M6 15H12M6 8H9M6 18H9",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,r.createElement)("path",{d:"M3 3C3 1.89543 3.89543 1 5 1H19C20.1046 1 21 1.89543 21 3V21C21 22.1046 20.1046 23 19 23H5C3.89543 23 3 22.1046 3 21V3Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),blockquote:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M7 7H17M7 11H9M17 11.8571C17 12.3305 16.6418 12.7143 16.2 12.7143C15.7582 12.7143 15.4 12.3305 15.4 11.8571C15.4 11.3838 15.7582 11 16.2 11C16.6418 11 17 11.3838 17 11.8571ZM17 11.8571C17 11.8571 17 13.1429 15.8 14M13.6 11.8571C13.6 12.3305 13.2418 12.7143 12.8 12.7143C12.3582 12.7143 12 12.3305 12 11.8571C12 11.3838 12.3582 11 12.8 11C13.2418 11 13.6 11.3838 13.6 11.8571ZM13.6 11.8571C13.6 11.8571 13.6 13.1429 12.4 14M3 21V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V16C21 17.1046 20.1046 18 19 18H7.66667C7.23393 18 6.81286 18.1404 6.46667 18.4L3 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),columns:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M15 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H15M15 3V21M15 3H9M15 21H9M9 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H9M9 3V21",stroke:ga,strokeWidth:1.4})),"marketing-button":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M7 20.9895H17M4 16.9895H20",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,r.createElement)("path",{d:"M10 7H19M3 11H21C22.1046 11 23 10.1046 23 9V5C23 3.89543 22.1046 3 21 3H3C1.89543 3 1 3.89543 1 5V9C1 10.1046 1.89543 11 3 11ZM7 7C7 7.55228 6.55228 8 6 8C5.44772 8 5 7.55228 5 7C5 6.44772 5.44772 6 6 6C6.55228 6 7 6.44772 7 7Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"table-of-contents":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M7 16H13M7 12H15.3333M7 8H17M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),faq:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M9.00006 9C9.50006 8 10.5001 7 12.0001 7C13.5002 7 15.0001 8.5 15.0001 10C15.0001 11.4553 14.0588 12.4399 13.0843 12.8686C13.0248 12.8948 12.9619 12.9116 12.8992 12.9285C12.4001 13.0627 12.0001 13.4804 12.0001 14M12.0001 17H12.0101M21.0001 12C21.0001 16.9706 16.9706 21 12.0001 21C10.5124 21 9.1091 20.6391 7.87286 20C7.19356 19.6488 3.56466 21.5054 3 21C2.43678 20.4959 4.93748 17.6302 4.51561 17C3.55833 15.5699 3.00006 13.8501 3.00006 12C3.00006 7.02944 7.0295 3 12.0001 3C16.9706 3 21.0001 7.02944 21.0001 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),forms:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M7 10H17M7 7H10.5M9 17H15M7 13H17M13.5 7H17M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"how-to":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M13 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V11M13 3L21 11M13 3V9C13 10.1046 13.8954 11 15 11H21M10 11H17M10 7H13M10 15H17M7 7H7.1M7 11H7.1M7 15H7.1",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"inline-notice":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M3 21H21M3 3H21M10 12H19M3 17H21C22.1046 17 23 16.1046 23 15V9C23 7.89543 22.1046 7 21 7H3C1.89543 7 1 7.89543 1 9V15C1 16.1046 1.89543 17 3 17ZM7 12C7 12.5523 6.55228 13 6 13C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11C6.55228 11 7 11.4477 7 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"wp-search":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M3 21L9 15M7 10C7 13.866 10.134 17 14 17C17.866 17 21 13.866 21 10C21 6.13401 17.866 3 14 3C10.134 3 7 6.13401 7 10Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"taxonomy-list":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M10 16H17M10 12H15M10 8H17M6.98999 8H6.99999M6.98999 12H6.99999M6.98999 16H6.99999M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),review:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M7 10.5H17M9.5 7H9.51M6.99 7H7M12 7H12.01M7 14H14M12 21L14.4142 18.5858C14.7893 18.2107 15.298 18 15.8284 18H19C20.1046 18 21 17.1046 21 16V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V16C3 17.1046 3.89543 18 5 18H8.17157C8.70201 18 9.21071 18.2107 9.58579 18.5858L12 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),lottie:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M7 17C7 17 12 17.5 12 12C12 6.5 17 7 17 7M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"star-rating":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M11.103 7.81696C11.4698 7.07371 12.5297 7.07371 12.8965 7.81696L13.8243 9.69697C13.97 9.99211 14.2516 10.1967 14.5773 10.244L16.652 10.5455C17.4722 10.6647 17.7997 11.6726 17.2062 12.2512L15.7049 13.7146C15.4692 13.9443 15.3617 14.2753 15.4173 14.5997L15.7717 16.666C15.9118 17.4829 15.0544 18.1059 14.3208 17.7202L12.4651 16.7446C12.1738 16.5915 11.8257 16.5915 11.5344 16.7446L9.67874 17.7202C8.94511 18.1059 8.08768 17.4829 8.22779 16.666L8.58219 14.5997C8.63783 14.2753 8.53028 13.9443 8.29459 13.7146L6.79332 12.2512C6.1998 11.6726 6.52731 10.6647 7.34753 10.5455L9.42225 10.244C9.74796 10.1967 10.0295 9.99211 10.1752 9.69697L11.103 7.81696Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M18.4424 14.106L20.1846 14.8943C21.0283 15.2761 21.9613 14.5667 21.7842 13.6782L21.6155 12.8313C21.5377 12.4411 21.6806 12.0403 21.99 11.7808L22.6034 11.2662C23.3499 10.6399 22.9822 9.44941 22.0043 9.32712L20.8958 9.18848C20.5373 9.14365 20.2219 8.93603 20.0458 8.62895L19.4377 7.56859C19.003 6.81047 17.8817 6.81047 17.447 7.56859L16.559 9.11719M5.55765 14.106L3.8154 14.8943C2.97172 15.2761 2.0387 14.5667 2.21577 13.6782L2.38454 12.8313C2.46229 12.4411 2.3194 12.0403 2.01002 11.7808L1.39664 11.2662C0.650069 10.6399 1.01784 9.44941 1.99569 9.32712L3.1042 9.18848C3.46273 9.14365 3.77814 8.93603 3.95423 8.62895L4.56227 7.56859C4.997 6.81047 6.11829 6.81047 6.55302 7.56859L7.44104 9.11719",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"display-conditions":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M14.8291 12C14.8291 13.4202 13.5623 14.5714 11.9996 14.5714C10.4369 14.5714 9.17004 13.4202 9.17004 12C9.17004 10.5798 10.4369 9.42857 11.9996 9.42857C13.5623 9.42857 14.8291 10.5798 14.8291 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"}),(0,r.createElement)("path",{d:"M3 12C4.20187 8.52247 7.77678 6 12 6C16.2232 6 19.7982 8.5225 21 12C19.7981 15.4775 16.2232 18 12 18C7.77678 18 4.20185 15.4775 3 12Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"masonry-gallery":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M14 21V18C14 16.8954 14.8954 16 16 16H19C20.1046 16 21 16.8954 21 18V21M14 21C14 22.1046 14.8954 23 16 23H19C20.1046 23 21 22.1046 21 21M14 21L16.0343 19.6438C16.6315 19.2457 17.3962 19.1981 18.0381 19.5191L21 21M14 10C14 11.1046 14.8954 12 16 12H19C20.1046 12 21 11.1046 21 10M14 10V3C14 1.89543 14.8954 1 16 1H19C20.1046 1 21 1.89543 21 3V10M14 10V10C14 9.37526 14.3122 8.79185 14.8321 8.4453L16.0343 7.64381C16.6315 7.24569 17.3962 7.19808 18.0381 7.51906L20.1056 8.55279C20.6537 8.82687 21 9.38713 21 10V10M3 21C3 22.1046 3.89543 23 5 23H8C9.10457 23 10 22.1046 10 21M3 21V14C3 12.8954 3.89543 12 5 12H8C9.10457 12 10 12.8954 10 14V21M3 21V21C3 20.3753 3.31223 19.7918 3.83205 19.4453L5.03429 18.6438C5.63146 18.2457 6.39617 18.1981 7.03811 18.5191L9.10557 19.5528C9.65374 19.8269 10 20.3871 10 21V21M3 6V3C3 1.89543 3.89543 1 5 1H8C9.10457 1 10 1.89543 10 3V6M3 6C3 7.10457 3.89543 8 5 8H8C9.10457 8 10 7.10457 10 6M3 6L5.03429 4.64381C5.63146 4.24569 6.39617 4.19808 7.03811 4.51906L10 6M7 15H7.1M18 4H18.1",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"})),"responsive-conditions":(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M16 19H3C1.89543 19 1 18.1046 1 17V7C1 5.89543 1.89543 5 3 5H20C21.1046 5 22 5.89543 22 7V9M16 19V11C16 9.89543 16.8954 9 18 9H21C22.1046 9 23 9.89543 23 11V19C23 20.1046 22.1046 21 21 21H18C16.8954 21 16 20.1046 16 19Z",stroke:ga,strokeWidth:1.4,strokeLinecap:"round"}),(0,r.createElement)("path",{d:"M3.5 12H3.51M19.5 18.5H19.51",stroke:ga,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),container:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M3 16C3 14.8954 3.89543 14 5 14H8C9.10457 14 10 14.8954 10 16V19C10 20.1046 9.10457 21 8 21H5C3.89543 21 3 20.1046 3 19V16Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M14 16C14 14.8954 14.8954 14 16 14H19C20.1046 14 21 14.8954 21 16V19C21 20.1046 20.1046 21 19 21H16C14.8954 21 14 20.1046 14 19V16Z",stroke:ga,strokeWidth:1.4}),(0,r.createElement)("path",{d:"M3 5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V8C21 9.10457 20.1046 10 19 10H5C3.89543 10 3 9.10457 3 8V5Z",stroke:ga,strokeWidth:1.4})),image:(0,r.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,r.createElement)("path",{d:"M3 17L7.41995 12.58C8.26284 11.7372 9.65125 11.8141 10.3959 12.7449L11.789 14.4863C12.4639 15.3298 13.6866 15.4851 14.5508 14.8369L15.6123 14.0408C16.4086 13.4436 17.5228 13.5228 18.2265 14.2265L21 17M17 8C17 8.55228 16.5523 9 16 9C15.4477 9 15 8.55228 15 8C15 7.44772 15.4477 7 16 7C16.5523 7 17 7.44772 17 8ZM5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:ga,strokeWidth:1.4}))},ha=(0,i.createContext)(null);function va(){var e=(0,i.useContext)(ha);if(null===e){var t=new Error("You used a <Label /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(t,va),t}return e}var ba=(0,i.createContext)(null);ba.displayName="GroupContext";var wa=i.Fragment;function ya(e){var t=e.checked,a=e.onChange,r=c(e,["checked","onChange"]),l="headlessui-switch-"+_(),o=(0,i.useContext)(ba),s=(0,i.useRef)(null),d=b(s,null===o?null:o.setSwitch),m=(0,i.useCallback)((function(){return a(!t)}),[a,t]),f=(0,i.useCallback)((function(e){if(w(e.currentTarget))return e.preventDefault();e.preventDefault(),m()}),[m]),p=(0,i.useCallback)((function(e){e.key!==n.Tab&&e.preventDefault(),e.key===n.Space&&m()}),[m]),h=(0,i.useCallback)((function(e){return e.preventDefault()}),[]),v=(0,i.useMemo)((function(){return{checked:t}}),[t]);return g({props:u({},r,{id:l,ref:d,role:"switch",type:L(e,s),tabIndex:0,"aria-checked":t,"aria-labelledby":null==o?void 0:o.labelledby,"aria-describedby":null==o?void 0:o.describedby,onClick:f,onKeyUp:p,onKeyPress:h}),slot:v,defaultTag:"button",name:"Switch"})}ya.Group=function(e){var t=(0,i.useState)(null),a=t[0],n=t[1],r=function(){var e=(0,i.useState)([]),t=e[0],a=e[1];return[t.length>0?t.join(" "):void 0,(0,i.useMemo)((function(){return function(e){var t=(0,i.useCallback)((function(e){return a((function(t){return[].concat(t,[e])})),function(){return a((function(t){var a=t.slice(),n=a.indexOf(e);return-1!==n&&a.splice(n,1),a}))}}),[]),n=(0,i.useMemo)((function(){return{register:t,slot:e.slot,name:e.name,props:e.props}}),[t,e.slot,e.name,e.props]);return l().createElement(ha.Provider,{value:n},e.children)}}),[a])]}(),o=r[0],s=r[1],u=Ot(),c=u[0],d=u[1],m=(0,i.useMemo)((function(){return{switch:a,setSwitch:n,labelledby:o,describedby:c}}),[a,n,o,c]);return l().createElement(d,{name:"Switch.Description"},l().createElement(s,{name:"Switch.Label",props:{onClick:function(){a&&(a.click(),a.focus({preventScroll:!0}))}}},l().createElement(ba.Provider,{value:m},g({props:e,defaultTag:wa,name:"Switch.Group"}))))},ya.Label=function(e){var t=e.passive,a=void 0!==t&&t,n=c(e,["passive"]),r=va(),i="headlessui-label-"+_();y((function(){return r.register(i)}),[i,r.register]);var l=u({},r.props,{id:i}),o=u({},n,l);return a&&delete o.onClick,g({props:o,slot:r.slot||{},defaultTag:"label",name:r.name||"Label"})},ya.Description=Tt;const xa=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")};var Da=e=>{const{link:t,slug:a,title:n,deprecated:i}=e.blockInfo,l=oa(),o=da((e=>e.blocksStatuses)),s=da((e=>e.coreBlocks)),u=s.includes(a),c=!("disabled"===o[a]&&!u);return(0,r.createElement)("div",{key:a,className:xa(c?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,r.createElement)("div",{className:"flex-shrink-0 opacity-80"},pa[a]),(0,r.createElement)("div",{className:"uagb-admin-block-card__title flex-1 min-w-0"},(0,r.createElement)("p",{className:"text-base font-medium text-slate-800"},n,i&&(0,r.createElement)("div",{className:"inline-block align-top max-h-4 px-1.5 py-1 ml-1.5 text-[10px] leading-[10px] border border-slate-200 text-slate-400 rounded spectra-admin__block-label"},(0,We.__)("Legacy","ultimate-addons-for-gutenberg"))),(0,r.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:`https://wpspectra.com/blocks/${t}`,target:"_blank",rel:"noreferrer"},(0,We.__)("Live Demo","ultimate-addons-for-gutenberg"))),(0,r.createElement)("div",{className:u?"core-block-card-wrap":"",title:u?(0,We.__)("This is a Core Spectra block & cannot be disabled.","ultimate-addons-for-gutenberg"):""},(0,r.createElement)(ya,{checked:c,onChange:()=>{let e="disabled";c||(e=a);const t={...o};t[a]=e,l({type:"UPDATE_BLOCK_STATUSES",payload:t});const n=new window.FormData;n.append("action","uag_blocks_activation_and_deactivation"),n.append("security",uag_react.blocks_activation_and_deactivation_nonce),n.append("value",JSON.stringify(t)),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{l({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:xa(u?"core-block-card":"",c?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:xa(c?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))))};function Ea(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Ca=()=>{const e=da((e=>e.enableDisplayConditions)),t=oa(),a="disabled"!==e;return(0,i.useEffect)((()=>{const t=new window.FormData;t.append("action","uag_enable_block_condition"),t.append("security",uag_react.enable_block_condition_nonce),t.append("value",e),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{}))}),[e]),(0,r.createElement)("div",{key:"display-conditons",className:Ea(a?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,r.createElement)("div",{className:"flex-shrink-0 ml-0"},pa["display-conditions"]),(0,r.createElement)("div",{className:"uagb-admin-block__extension-title flex-1 min-w-0"},(0,r.createElement)("p",{className:"text-base font-medium text-slate-800"},(0,We.__)("Display Conditions","ultimate-addons-for-gutenberg"),(0,r.createElement)("div",{className:"inline-block align-top max-h-4 px-1.5 py-1 ml-1.5 text-[10px] leading-[10px] border border-slate-400 text-slate-500 rounded spectra-admin__block-label"},(0,We.__)("Extension","ultimate-addons-for-gutenberg"))),(0,r.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:"https://wpspectra.com/docs/display-conditions-blocks/",target:"_blank",rel:"noreferrer"},(0,We.__)("Documentation","ultimate-addons-for-gutenberg"))),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===e?"enabled":"disabled",t({type:"UPDATE_ENABLE_DISPLAY_CONDITIONS",payload:a}),t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})},className:Ea(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:Ea(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))};function _a(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var ka=()=>{const e=da((e=>e.enableMasonryExtension)),t=oa(),a="disabled"!==e;return(0,i.useEffect)((()=>{const t=new window.FormData;t.append("action","uag_enable_masonry_gallery"),t.append("security",uag_react.enable_masonry_gallery_nonce),t.append("value",e),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{}))}),[e]),(0,r.createElement)("div",{key:"masonry-gallery",className:_a(a?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,r.createElement)("div",{className:"flex-shrink-0"},pa["masonry-gallery"]),(0,r.createElement)("div",{className:"uagb-admin-block__extension-title flex-1 min-w-0"},(0,r.createElement)("p",{className:"text-base font-medium text-slate-800"},(0,We.__)("Masonry Gallery","ultimate-addons-for-gutenberg"),(0,r.createElement)("div",{className:"inline-block align-top max-h-4 px-1.5 py-1 ml-1.5 text-[10px] leading-[10px] border border-slate-400 text-slate-500 rounded spectra-admin__block-label"},(0,We.__)("Extension","ultimate-addons-for-gutenberg"))),(0,r.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:"https://wpspectra.com/docs/masonry-image-gallery/",target:"_blank",rel:"noreferrer"},(0,We.__)("Documentation","ultimate-addons-for-gutenberg"))),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===e?"enabled":"disabled",t({type:"UPDATE_ENABLE_MASONRY_EXTENSION",payload:a}),t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})},className:_a(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:_a(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))};function Sa(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Oa=()=>{const e=da((e=>e.enableResponsiveConditions)),t=oa(),a="disabled"!==e;return(0,i.useEffect)((()=>{const t=new window.FormData;t.append("action","uag_enable_block_responsive"),t.append("security",uag_react.enable_block_responsive_nonce),t.append("value",e),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{}))}),[e]),(0,r.createElement)("div",{key:"display-responsive-conditons",className:Sa(a?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,r.createElement)("div",{className:"flex-shrink-0 ml-0"},pa["responsive-conditions"]),(0,r.createElement)("div",{className:"uagb-admin-block__extension-title flex-1 min-w-0"},(0,r.createElement)("p",{className:"text-base font-medium text-slate-800"},(0,We.__)("Responsive Conditions","ultimate-addons-for-gutenberg"),(0,r.createElement)("div",{className:"inline-block align-top max-h-4 px-1.5 py-1 ml-1.5 text-[10px] leading-[10px] border border-slate-400 text-slate-500 rounded spectra-admin__block-label"},(0,We.__)("Extension","ultimate-addons-for-gutenberg"))),(0,r.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:"https://wpspectra.com/docs/responsive-conditions/",target:"_blank",rel:"noreferrer"},(0,We.__)("Documentation","ultimate-addons-for-gutenberg"))),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===e?"enabled":"disabled",t({type:"UPDATE_ENABLE_RESPONSIVE_CONDITIONS",payload:a}),t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})},className:Sa(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:Sa(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))},Ta=()=>(0,r.createElement)(r.Fragment,null,(0,r.createElement)(Oa,null),(0,r.createElement)(Ca,null),(0,r.createElement)(ka,null)),Na=()=>{const e=da((e=>e.activeBlocksFilterTab)),t=uag_react.blocks_info.map(((t,a)=>t.admin_categories?.includes(e)||"all"===e?(0,r.createElement)(Da,{key:a,blockInfo:t}):""));return(0,r.createElement)("div",{className:"lg:max-w-[80rem] mx-auto grid grid-flow-row auto-rows-min grid-cols-2 gap-6 sm:grid-cols-3 px-6 py-4"},t,("extensions"===e||"all"===e)&&(0,r.createElement)(Ta,null))},Aa=function(e){const{fontSize:t,width:a,style:n}=e;return(0,r.createElement)("div",{className:"uag-skeleton uag-skeleton--text uag-skeleton--wave",style:{fontSize:t,width:a,...n}})},Ma=function(e){const{width:t,height:a,style:n}=e;return(0,r.createElement)("div",{className:"uag-skeleton uag-skeleton--rect uag-skeleton--wave",style:{width:t,height:a,...n}})},Pa=()=>(0,r.createElement)(r.Fragment,null,(0,r.createElement)("div",{className:"max-w-3xl mx-auto lg:max-w-[77rem] mt-10 mb-8 font-semibold text-2xl"},(0,r.createElement)(Ma,{width:"75px",height:"32px"})),(0,r.createElement)("div",{className:"max-w-3xl mx-auto lg:max-w-[77rem] mb-[2.43rem]"},(0,r.createElement)("div",{className:"hidden justify-between sm:flex"},(0,r.createElement)("nav",{className:"flex space-x-4","aria-label":"Tabs"},(0,r.createElement)(Ma,{width:"25px",height:"35px"}),(0,r.createElement)(Ma,{width:"50px",height:"35px"}),(0,r.createElement)(Ma,{width:"50px",height:"35px"}),(0,r.createElement)(Ma,{width:"33px",height:"35px"}),(0,r.createElement)(Ma,{width:"37px",height:"35px"}),(0,r.createElement)(Ma,{width:"33px",height:"35px"}),(0,r.createElement)(Ma,{width:"27px",height:"35px"}),(0,r.createElement)(Ma,{width:"71px",height:"35px"})),(0,r.createElement)("span",{className:"z-0 flex shadow-sm rounded-[0.2rem] justify-center"},(0,r.createElement)(Ma,{width:"100px",height:"40px",style:{marginRight:"10px"}}),(0,r.createElement)(Ma,{width:"100px",height:"40px"})))),(0,r.createElement)("div",{className:"lg:max-w-[80rem] mx-auto grid grid-cols-2 gap-6 sm:grid-cols-3 p-6 pt-0"},Array(36).fill().map((e=>(0,r.createElement)(Ma,{key:e,width:"400px",height:"80px"}))))),La=()=>{const e=da((e=>e.initialStateSetFlag));return e?(0,r.createElement)(r.Fragment,null,(0,r.createElement)("div",{className:"mx-auto px-6 mt-10 mb-8 font-semibold text-2xl lg:max-w-[80rem]"},"Blocks / Extensions"),(0,r.createElement)(fa,null),(0,r.createElement)(Na,null)):(0,r.createElement)(Pa,null)},Ia={"asset-generation":(0,r.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("path",{d:"M1 1V6H1.58152M16.9381 8C16.446 4.05369 13.0796 1 9 1C5.64262 1 2.76829 3.06817 1.58152 6M1.58152 6H6M17 17V12H16.4185M16.4185 12C15.2317 14.9318 12.3574 17 9 17C4.92038 17 1.55399 13.9463 1.06189 10M16.4185 12H12",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),templates:(0,r.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("path",{d:"M1 2C1 1.44772 1.44772 1 2 1H16C16.5523 1 17 1.44772 17 2V4C17 4.55228 16.5523 5 16 5H2C1.44772 5 1 4.55228 1 4V2Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,r.createElement)("path",{d:"M1 10C1 9.44772 1.44772 9 2 9H8C8.55228 9 9 9.44772 9 10V16C9 16.5523 8.55228 17 8 17H2C1.44772 17 1 16.5523 1 16V10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,r.createElement)("path",{d:"M13 10C13 9.44772 13.4477 9 14 9H16C16.5523 9 17 9.44772 17 10V16C17 16.5523 16.5523 17 16 17H14C13.4477 17 13 16.5523 13 16V10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"version-control":(0,r.createElement)("svg",{className:"flex-shrink-0 mr-4 fill-inherit",stroke:"none",width:"16",height:"20",viewBox:"0 0 16 20",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("path",{d:"M5.70711 11.2929C5.31658 10.9024 4.68342 10.9024 4.29289 11.2929C3.90237 11.6834 3.90237 12.3166 4.29289 12.7071L5.70711 11.2929ZM7 14L6.29289 14.7071C6.68342 15.0976 7.31658 15.0976 7.70711 14.7071L7 14ZM11.7071 10.7071C12.0976 10.3166 12.0976 9.68342 11.7071 9.29289C11.3166 8.90237 10.6834 8.90237 10.2929 9.29289L11.7071 10.7071ZM14 5V17H16V5H14ZM13 18H3V20H13V18ZM2 17V5H0V17H2ZM3 4H5V2H3V4ZM11 4H13V2H11V4ZM3 18C2.44772 18 2 17.5523 2 17H0C0 18.6569 1.34315 20 3 20V18ZM14 17C14 17.5523 13.5523 18 13 18V20C14.6569 20 16 18.6569 16 17H14ZM16 5C16 3.34315 14.6569 2 13 2V4C13.5523 4 14 4.44772 14 5H16ZM2 5C2 4.44772 2.44772 4 3 4V2C1.34315 2 0 3.34315 0 5H2ZM4.29289 12.7071L6.29289 14.7071L7.70711 13.2929L5.70711 11.2929L4.29289 12.7071ZM7.70711 14.7071L11.7071 10.7071L10.2929 9.29289L6.29289 13.2929L7.70711 14.7071ZM7 2H9V0H7V2ZM9 4H7V6H9V4ZM7 4C6.44772 4 6 3.55228 6 3H4C4 4.65685 5.34315 6 7 6V4ZM10 3C10 3.55228 9.55228 4 9 4V6C10.6569 6 12 4.65685 12 3H10ZM9 2C9.55228 2 10 2.44772 10 3H12C12 1.34315 10.6569 0 9 0V2ZM7 0C5.34315 0 4 1.34315 4 3H6C6 2.44772 6.44772 2 7 2V0Z"})),"fonts-performance":(0,r.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"20",viewBox:"0 0 18 20",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("path",{d:"M10 8V1L1 12H8L8 19L17 8L10 8Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"global-settings":(0,r.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("path",{d:"M8.32463 2.31731C8.75103 0.560897 11.249 0.560897 11.6754 2.31731C11.9508 3.45193 13.2507 3.99038 14.2478 3.38285C15.7913 2.44239 17.5576 4.2087 16.6172 5.75218C16.0096 6.74925 16.5481 8.04918 17.6827 8.32463C19.4391 8.75103 19.4391 11.249 17.6827 11.6754C16.5481 11.9508 16.0096 13.2507 16.6172 14.2478C17.5576 15.7913 15.7913 17.5576 14.2478 16.6172C13.2507 16.0096 11.9508 16.5481 11.6754 17.6827C11.249 19.4391 8.75103 19.4391 8.32463 17.6827C8.04918 16.5481 6.74926 16.0096 5.75219 16.6172C4.2087 17.5576 2.44239 15.7913 3.38285 14.2478C3.99038 13.2507 3.45193 11.9508 2.31731 11.6754C0.560897 11.249 0.560897 8.75103 2.31731 8.32463C3.45193 8.04918 3.99037 6.74926 3.38285 5.75218C2.44239 4.2087 4.2087 2.44239 5.75219 3.38285C6.74926 3.99037 8.04918 3.45193 8.32463 2.31731Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,r.createElement)("path",{d:"M13 10C13 11.6569 11.6569 13 10 13C8.34315 13 7 11.6569 7 10C7 8.34315 8.34315 7 10 7C11.6569 7 13 8.34315 13 10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"block-settings":(0,r.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("path",{d:"M1 3C1 1.89543 1.89543 1 3 1H5C6.10457 1 7 1.89543 7 3V5C7 6.10457 6.10457 7 5 7H3C1.89543 7 1 6.10457 1 5V3Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,r.createElement)("path",{d:"M11 3C11 1.89543 11.8954 1 13 1H15C16.1046 1 17 1.89543 17 3V5C17 6.10457 16.1046 7 15 7H13C11.8954 7 11 6.10457 11 5V3Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,r.createElement)("path",{d:"M1 13C1 11.8954 1.89543 11 3 11H5C6.10457 11 7 11.8954 7 13V15C7 16.1046 6.10457 17 5 17H3C1.89543 17 1 16.1046 1 15V13Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,r.createElement)("path",{d:"M11 13C11 11.8954 11.8954 11 13 11H15C16.1046 11 17 11.8954 17 13V15C17 16.1046 16.1046 17 15 17H13C11.8954 17 11 16.1046 11 15V13Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"coming-soon":(0,r.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("path",{d:"M10 6V10L13 13M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))};function Va(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Ra=()=>{const e=oa(),t=da((e=>e.enableFileGeneration)),a="disabled"!==t;return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("File Generation","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_FILE_GENERATION",payload:a});const n=uag_react.enable_file_generation_nonce,r=new window.FormData;r.append("action","uag_enable_file_generation"),r.append("security",n),r.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:r}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:Va(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:Va(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Spectra loads the CSS and JS inline on the page by default. If you want to generate separate CSS and JS files for Spectra blocks, enable this option. Please read ","ultimate-addons-for-gutenberg"),(0,r.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://wpspectra.com/clean-html-with-uag/?utm_source=uag-dashboard&utm_medium=link&utm_campaign=uag-dashboard",target:"_blank",rel:"noreferrer"}," ",(0,We.__)("this article","ultimate-addons-for-gutenberg")," "),(0,We.__)(" to learn the difference between generating CSS and JS inline and in a separate file.","ultimate-addons-for-gutenberg")))},Fa=()=>{const e=oa(),[t,a]=(0,i.useState)(!1);return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Asset Regeneration","ultimate-addons-for-gutenberg")),(0,r.createElement)("div",{className:"flex justify-right items-center"},(0,r.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-spectra transition focus:bg-spectra-hover hover:bg-spectra-hover focus:outline-none",onClick:()=>{a("loading");const t=new window.FormData;t.append("action","uag_regenerate_assets"),t.append("security",uag_react.regenerate_assets_nonce),t.append("value",!0),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((t=>{t.success&&(e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Assets Regenerated!"}),a(!1))}))}},(0,We.__)("Regenerate Assets","ultimate-addons-for-gutenberg"),"loading"===t&&(0,r.createElement)("svg",{className:"animate-spin -mr-1 ml-3 h-5 w-5 text-white",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},(0,r.createElement)("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),(0,r.createElement)("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"}))))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Facing issues with style, layout, color or another page element? Use this option to regenerate CSS and Javascript assets. It can help with all kinds of asset issues.","ultimate-addons-for-gutenberg")))};function Ha(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var ja=()=>{const e=oa(),t=da((e=>e.enableTemplates)),a="no"!==t;return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Enable Templates Button","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="no"===t?"yes":"no",e({type:"UPDATE_TEMPLATES_BUTTON",payload:a});const n=uag_react.enable_templates_button_nonce,r=new window.FormData;r.append("action","uag_enable_templates_button"),r.append("security",n),r.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:r}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:Ha(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:Ha(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Spectra comes with a stunning library of page templates and block patterns. This library is accessible with the Templates button while editing the page or post. Manage the visibility of that button with this option.","ultimate-addons-for-gutenberg")))},Ba=e=>{const{openPopup:t,setopenPopup:a,previousVersionSelect:n,setconfirmPopup:l}=e,[o,s]=(0,i.useState)(t),u=(0,i.useRef)(null);return(0,i.useEffect)((()=>{s(t)}),[t]),(0,r.createElement)(lt.Root,{show:o,as:i.Fragment},(0,r.createElement)(Wt,{as:"div",className:"uag-rollback__dialog fixed backdrop-blur-sm inset-0 overflow-y-auto",initialFocus:u,onClose:s},(0,r.createElement)("div",{className:"flex items-end justify-center min-h-screen pt-4 px-4 pb-20 text-center sm:block sm:p-0"},(0,r.createElement)(lt.Child,{as:i.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in duration-200",leaveFrom:"opacity-100",leaveTo:"opacity-0"},(0,r.createElement)("div",{className:"fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity"})),(0,r.createElement)("span",{className:"hidden sm:inline-block sm:align-middle sm:h-screen","aria-hidden":"true"},"​"),(0,r.createElement)(lt.Child,{as:i.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95",enterTo:"opacity-100 translate-y-0 sm:scale-100",leave:"ease-in duration-200",leaveFrom:"opacity-100 translate-y-0 sm:scale-100",leaveTo:"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"},(0,r.createElement)("div",{className:"inline-block align-bottom bg-white rounded-lg px-4 pt-5 pb-4 text-left overflow-hidden shadow-xl transform transition-all sm:my-8 sm:align-middle sm:max-w-lg sm:w-full sm:p-6"},(0,r.createElement)("div",{className:"sm:flex sm:items-start"},(0,r.createElement)("div",{className:"mx-auto flex-shrink-0 flex items-center justify-center h-12 w-12 rounded-full bg-red-50 sm:mx-0 sm:h-16 sm:w-16"},(0,r.createElement)("svg",{className:"h-8 w-8 stroke-red-600",viewBox:"0 0 34 33",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("path",{d:"M17 9.83333V16.5M17 23.1667H17.0167M32 16.5C32 24.7843 25.2843 31.5 17 31.5C8.71573 31.5 2 24.7843 2 16.5C2 8.21573 8.71573 1.5 17 1.5C25.2843 1.5 32 8.21573 32 16.5Z",strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round"}))),(0,r.createElement)("div",{className:"mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left"},(0,r.createElement)(Wt.Title,{as:"h3",className:"text-2xl font-semibold text-slate-800"},(0,We.__)("Rollback to Previous Version","ultimate-addons-for-gutenberg")),(0,r.createElement)("p",{className:"mt-2 text-sm text-slate-500"},(0,We.__)(`Are you sure you want to rollback to Spectra v${n}?`,"ultimate-addons-for-gutenberg")))),(0,r.createElement)("div",{className:"mt-6 sm:flex sm:flex-row sm:ml-20"},(0,r.createElement)("button",{type:"button",className:"w-full inline-flex justify-center rounded border border-transparent shadow-sm px-4 py-2 bg-red-600 text-base font-medium text-white focus:bg-red-700 hover:bg-red-700 focus:outline-none sm:mr-3 sm:w-auto sm:text-sm",onClick:()=>{const e=uag_react.rollback_url.replace("VERSION",n);a(!1),l(!0),window.location.href=e}},(0,We.__)("Rollback","ultimate-addons-for-gutenberg")),(0,r.createElement)("button",{type:"button",className:"mt-3 w-full inline-flex justify-center rounded border border-slate-200 shadow-sm px-4 py-2 bg-white text-base font-medium text-slate-800 focus:bg-gray-50 hover:bg-gray-50 focus:outline-none sm:mt-0 sm:w-auto sm:text-sm",onClick:()=>{a(!t)},ref:u},(0,We.__)("Cancel","ultimate-addons-for-gutenberg"))))))))},Ua=()=>{const e=uag_react.global_data.uag_previous_versions,[t,a]=(0,i.useState)(e[0].value),[n,l]=(0,i.useState)(!1),[o,s]=(0,i.useState)(!1);return(0,r.createElement)(r.Fragment,null,(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Rollback to Previous Version","ultimate-addons-for-gutenberg")),(0,r.createElement)("div",{className:"flex justify-right"},(0,r.createElement)("select",{id:"location",name:"location",className:"block h-9 mr-2 sm:text-sm spectra-admin__input-field spectra-admin__dropdown",onBlur:e=>{a(e.target.value)}},e.map((e=>(0,r.createElement)("option",{key:e.value,value:e.value},e.label)))),(0,r.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-spectra transition focus:bg-spectra-hover hover:bg-spectra-hover focus:outline-none h-9",onClick:()=>{l(!0)}},o&&(0,r.createElement)("svg",{className:"animate-spin -ml-1 mr-3 h-5 w-5 text-white",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},(0,r.createElement)("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),(0,r.createElement)("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})),(0,We.__)("Rollback","ultimate-addons-for-gutenberg")))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)(`Experiencing an issue with Spectra version ${uag_react.plugin_ver}? Roll back to a previous version to help troubleshoot the issue.`,"ultimate-addons-for-gutenberg"))),(0,r.createElement)(Ba,{openPopup:n,setopenPopup:l,previousVersionSelect:t,setconfirmPopup:s}))};function Wa(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Ga=()=>{const e=oa(),t=da((e=>e.enableBeta)),a="no"!==t;return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Enable Beta","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="no"===t?"yes":"no",e({type:"UPDATE_BETA",payload:a});const n=new window.FormData;n.append("action","uag_enable_beta_updates"),n.append("security",uag_react.enable_beta_updates_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:Wa(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500")},(0,r.createElement)("span",{"aria-hidden":"true",className:Wa(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Enable this option to turn on beta updates and be notified when a new beta version of Spectra is available. The beta version will not install automatically, you will have to install it when you get a notification. It is recommended to try beta on a test environment only.","ultimate-addons-for-gutenberg")))};function za(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Za=()=>{const e=oa(),t=da((e=>e.enableLegacyBlocks)),a="no"!==t;return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Enable Legacy Blocks","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:t,onChange:()=>{let a;a="no"===t?"yes":"no",e({type:"UPDATE_LEGACY_BLOCKS",payload:a});const n=new window.FormData;n.append("action","uag_enable_legacy_blocks"),n.append("security",uag_react.enable_legacy_blocks_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:za(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500")},(0,r.createElement)("span",{"aria-hidden":"true",className:za(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Enable this option to enable the support of our Legacy Blocks on the site.","ultimate-addons-for-gutenberg")))};function Ka(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function $a(e,t){for(var a=0;a<t.length;a++){var n=t[a];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function Ya(e,t,a){return t&&$a(e.prototype,t),a&&$a(e,a),e}function Ja(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&&K(e,t)}function qa(e){return qa="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},qa(e)}function Xa(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Qa(e,t){return!t||"object"!==qa(t)&&"function"!=typeof t?Xa(e):t}function en(e){return en=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},en(e)}var tn=Number.isNaN||function(e){return"number"==typeof e&&e!=e};function an(e,t){if(e.length!==t.length)return!1;for(var a=0;a<e.length;a++)if(!((n=e[a])===(r=t[a])||tn(n)&&tn(r)))return!1;var n,r;return!0}var nn=function(e,t){var a;void 0===t&&(t=an);var n,r=[],i=!1;return function(){for(var l=[],o=0;o<arguments.length;o++)l[o]=arguments[o];return i&&a===this&&t(l,r)||(n=e.apply(this,l),i=!0,a=this,r=l),n}},rn=function(){function e(e){this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.before=null}var t=e.prototype;return t.insert=function(e){if(this.ctr%(this.isSpeedy?65e3:1)==0){var t,a=function(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),void 0!==e.nonce&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t}(this);t=0===this.tags.length?this.before:this.tags[this.tags.length-1].nextSibling,this.container.insertBefore(a,t),this.tags.push(a)}var n=this.tags[this.tags.length-1];if(this.isSpeedy){var r=function(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}(n);try{var i=105===e.charCodeAt(1)&&64===e.charCodeAt(0);r.insertRule(e,i?0:r.cssRules.length)}catch(e){}}else n.appendChild(document.createTextNode(e));this.ctr++},t.flush=function(){this.tags.forEach((function(e){return e.parentNode.removeChild(e)})),this.tags=[],this.ctr=0},e}(),ln=function(e){function t(e,n,s,u,m){for(var f,g,p,h,y,D=0,E=0,C=0,_=0,k=0,M=0,L=p=f=0,V=0,R=0,F=0,H=0,j=s.length,B=j-1,U="",W="",G="",z="";V<j;){if(g=s.charCodeAt(V),V===B&&0!==E+_+C+D&&(0!==E&&(g=47===E?10:47),_=C=D=0,j++,B++),0===E+_+C+D){if(V===B&&(0<R&&(U=U.replace(d,"")),0<U.trim().length)){switch(g){case 32:case 9:case 59:case 13:case 10:break;default:U+=s.charAt(V)}g=59}switch(g){case 123:for(f=(U=U.trim()).charCodeAt(0),p=1,H=++V;V<j;){switch(g=s.charCodeAt(V)){case 123:p++;break;case 125:p--;break;case 47:switch(g=s.charCodeAt(V+1)){case 42:case 47:e:{for(L=V+1;L<B;++L)switch(s.charCodeAt(L)){case 47:if(42===g&&42===s.charCodeAt(L-1)&&V+2!==L){V=L+1;break e}break;case 10:if(47===g){V=L+1;break e}}V=L}}break;case 91:g++;case 40:g++;case 34:case 39:for(;V++<B&&s.charCodeAt(V)!==g;);}if(0===p)break;V++}if(p=s.substring(H,V),0===f&&(f=(U=U.replace(c,"").trim()).charCodeAt(0)),64===f){switch(0<R&&(U=U.replace(d,"")),g=U.charCodeAt(1)){case 100:case 109:case 115:case 45:R=n;break;default:R=A}if(H=(p=t(n,R,p,g,m+1)).length,0<P&&(y=o(3,p,R=a(A,U,F),n,O,S,H,g,m,u),U=R.join(""),void 0!==y&&0===(H=(p=y.trim()).length)&&(g=0,p="")),0<H)switch(g){case 115:U=U.replace(x,l);case 100:case 109:case 45:p=U+"{"+p+"}";break;case 107:p=(U=U.replace(v,"$1 $2"))+"{"+p+"}",p=1===N||2===N&&i("@"+p,3)?"@-webkit-"+p+"@"+p:"@"+p;break;default:p=U+p,112===u&&(W+=p,p="")}else p=""}else p=t(n,a(n,U,F),p,u,m+1);G+=p,p=F=R=L=f=0,U="",g=s.charCodeAt(++V);break;case 125:case 59:if(1<(H=(U=(0<R?U.replace(d,""):U).trim()).length))switch(0===L&&(f=U.charCodeAt(0),45===f||96<f&&123>f)&&(H=(U=U.replace(" ",":")).length),0<P&&void 0!==(y=o(1,U,n,e,O,S,W.length,u,m,u))&&0===(H=(U=y.trim()).length)&&(U="\0\0"),f=U.charCodeAt(0),g=U.charCodeAt(1),f){case 0:break;case 64:if(105===g||99===g){z+=U+s.charAt(V);break}default:58!==U.charCodeAt(H-1)&&(W+=r(U,f,g,U.charCodeAt(2)))}F=R=L=f=0,U="",g=s.charCodeAt(++V)}}switch(g){case 13:case 10:47===E?E=0:0===1+f&&107!==u&&0<U.length&&(R=1,U+="\0"),0<P*I&&o(0,U,n,e,O,S,W.length,u,m,u),S=1,O++;break;case 59:case 125:if(0===E+_+C+D){S++;break}default:switch(S++,h=s.charAt(V),g){case 9:case 32:if(0===_+D+E)switch(k){case 44:case 58:case 9:case 32:h="";break;default:32!==g&&(h=" ")}break;case 0:h="\\0";break;case 12:h="\\f";break;case 11:h="\\v";break;case 38:0===_+E+D&&(R=F=1,h="\f"+h);break;case 108:if(0===_+E+D+T&&0<L)switch(V-L){case 2:112===k&&58===s.charCodeAt(V-3)&&(T=k);case 8:111===M&&(T=M)}break;case 58:0===_+E+D&&(L=V);break;case 44:0===E+C+_+D&&(R=1,h+="\r");break;case 34:case 39:0===E&&(_=_===g?0:0===_?g:_);break;case 91:0===_+E+C&&D++;break;case 93:0===_+E+C&&D--;break;case 41:0===_+E+D&&C--;break;case 40:0===_+E+D&&(0===f&&(2*k+3*M==533||(f=1)),C++);break;case 64:0===E+C+_+D+L+p&&(p=1);break;case 42:case 47:if(!(0<_+D+C))switch(E){case 0:switch(2*g+3*s.charCodeAt(V+1)){case 235:E=47;break;case 220:H=V,E=42}break;case 42:47===g&&42===k&&H+2!==V&&(33===s.charCodeAt(H+2)&&(W+=s.substring(H,V+1)),h="",E=0)}}0===E&&(U+=h)}M=k,k=g,V++}if(0<(H=W.length)){if(R=n,0<P&&void 0!==(y=o(2,W,R,e,O,S,H,u,m,u))&&0===(W=y).length)return z+W+G;if(W=R.join(",")+"{"+W+"}",0!=N*T){switch(2!==N||i(W,2)||(T=0),T){case 111:W=W.replace(w,":-moz-$1")+W;break;case 112:W=W.replace(b,"::-webkit-input-$1")+W.replace(b,"::-moz-$1")+W.replace(b,":-ms-input-$1")+W}T=0}}return z+W+G}function a(e,t,a){var r=t.trim().split(p);t=r;var i=r.length,l=e.length;switch(l){case 0:case 1:var o=0;for(e=0===l?"":e[0]+" ";o<i;++o)t[o]=n(e,t[o],a).trim();break;default:var s=o=0;for(t=[];o<i;++o)for(var u=0;u<l;++u)t[s++]=n(e[u]+" ",r[o],a).trim()}return t}function n(e,t,a){var n=t.charCodeAt(0);switch(33>n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(h,"$1"+e.trim());case 58:return e.trim()+t.replace(h,"$1"+e.trim());default:if(0<1*a&&0<t.indexOf("\f"))return t.replace(h,(58===e.charCodeAt(0)?"":"$1")+e.trim())}return e+t}function r(e,t,a,n){var l=e+";",o=2*t+3*a+4*n;if(944===o){e=l.indexOf(":",9)+1;var s=l.substring(e,l.length-1).trim();return s=l.substring(0,e).trim()+s+";",1===N||2===N&&i(s,1)?"-webkit-"+s+s:s}if(0===N||2===N&&!i(l,1))return l;switch(o){case 1015:return 97===l.charCodeAt(10)?"-webkit-"+l+l:l;case 951:return 116===l.charCodeAt(3)?"-webkit-"+l+l:l;case 963:return 110===l.charCodeAt(5)?"-webkit-"+l+l:l;case 1009:if(100!==l.charCodeAt(4))break;case 969:case 942:return"-webkit-"+l+l;case 978:return"-webkit-"+l+"-moz-"+l+l;case 1019:case 983:return"-webkit-"+l+"-moz-"+l+"-ms-"+l+l;case 883:if(45===l.charCodeAt(8))return"-webkit-"+l+l;if(0<l.indexOf("image-set(",11))return l.replace(k,"$1-webkit-$2")+l;break;case 932:if(45===l.charCodeAt(4))switch(l.charCodeAt(5)){case 103:return"-webkit-box-"+l.replace("-grow","")+"-webkit-"+l+"-ms-"+l.replace("grow","positive")+l;case 115:return"-webkit-"+l+"-ms-"+l.replace("shrink","negative")+l;case 98:return"-webkit-"+l+"-ms-"+l.replace("basis","preferred-size")+l}return"-webkit-"+l+"-ms-"+l+l;case 964:return"-webkit-"+l+"-ms-flex-"+l+l;case 1023:if(99!==l.charCodeAt(8))break;return"-webkit-box-pack"+(s=l.substring(l.indexOf(":",15)).replace("flex-","").replace("space-between","justify"))+"-webkit-"+l+"-ms-flex-pack"+s+l;case 1005:return f.test(l)?l.replace(m,":-webkit-")+l.replace(m,":-moz-")+l:l;case 1e3:switch(t=(s=l.substring(13).trim()).indexOf("-")+1,s.charCodeAt(0)+s.charCodeAt(t)){case 226:s=l.replace(y,"tb");break;case 232:s=l.replace(y,"tb-rl");break;case 220:s=l.replace(y,"lr");break;default:return l}return"-webkit-"+l+"-ms-"+s+l;case 1017:if(-1===l.indexOf("sticky",9))break;case 975:switch(t=(l=e).length-10,o=(s=(33===l.charCodeAt(t)?l.substring(0,t):l).substring(e.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|s.charCodeAt(7))){case 203:if(111>s.charCodeAt(8))break;case 115:l=l.replace(s,"-webkit-"+s)+";"+l;break;case 207:case 102:l=l.replace(s,"-webkit-"+(102<o?"inline-":"")+"box")+";"+l.replace(s,"-webkit-"+s)+";"+l.replace(s,"-ms-"+s+"box")+";"+l}return l+";";case 938:if(45===l.charCodeAt(5))switch(l.charCodeAt(6)){case 105:return s=l.replace("-items",""),"-webkit-"+l+"-webkit-box-"+s+"-ms-flex-"+s+l;case 115:return"-webkit-"+l+"-ms-flex-item-"+l.replace(E,"")+l;default:return"-webkit-"+l+"-ms-flex-line-pack"+l.replace("align-content","").replace(E,"")+l}break;case 973:case 989:if(45!==l.charCodeAt(3)||122===l.charCodeAt(4))break;case 931:case 953:if(!0===_.test(e))return 115===(s=e.substring(e.indexOf(":")+1)).charCodeAt(0)?r(e.replace("stretch","fill-available"),t,a,n).replace(":fill-available",":stretch"):l.replace(s,"-webkit-"+s)+l.replace(s,"-moz-"+s.replace("fill-",""))+l;break;case 962:if(l="-webkit-"+l+(102===l.charCodeAt(5)?"-ms-"+l:"")+l,211===a+n&&105===l.charCodeAt(13)&&0<l.indexOf("transform",10))return l.substring(0,l.indexOf(";",27)+1).replace(g,"$1-webkit-$2")+l}return l}function i(e,t){var a=e.indexOf(1===t?":":"{"),n=e.substring(0,3!==t?a:10);return a=e.substring(a+1,e.length-1),L(2!==t?n:n.replace(C,"$1"),a,t)}function l(e,t){var a=r(t,t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2));return a!==t+";"?a.replace(D," or ($1)").substring(4):"("+t+")"}function o(e,t,a,n,r,i,l,o,s,c){for(var d,m=0,f=t;m<P;++m)switch(d=M[m].call(u,e,f,a,n,r,i,l,o,s,c)){case void 0:case!1:case!0:case null:break;default:f=d}if(f!==t)return f}function s(e){return void 0!==(e=e.prefix)&&(L=null,e?"function"!=typeof e?N=1:(N=2,L=e):N=0),s}function u(e,a){var n=e;if(33>n.charCodeAt(0)&&(n=n.trim()),n=[n],0<P){var r=o(-1,a,n,n,O,S,0,0,0,0);void 0!==r&&"string"==typeof r&&(a=r)}var i=t(A,n,a,0,0);return 0<P&&void 0!==(r=o(-2,i,n,n,O,S,i.length,0,0,0))&&(i=r),T=0,S=O=1,i}var c=/^\0+/g,d=/[\0\r\f]/g,m=/: */g,f=/zoo|gra/,g=/([,: ])(transform)/g,p=/,\r+?/g,h=/([\t\r\n ])*\f?&/g,v=/@(k\w+)\s*(\S*)\s*/,b=/::(place)/g,w=/:(read-only)/g,y=/[svh]\w+-[tblr]{2}/,x=/\(\s*(.*)\s*\)/g,D=/([\s\S]*?);/g,E=/-self|flex-/g,C=/[^]*?(:[rp][el]a[\w-]+)[^]*/,_=/stretch|:\s*\w+\-(?:conte|avail)/,k=/([^-])(image-set\()/,S=1,O=1,T=0,N=1,A=[],M=[],P=0,L=null,I=0;return u.use=function e(t){switch(t){case void 0:case null:P=M.length=0;break;default:if("function"==typeof t)M[P++]=t;else if("object"==typeof t)for(var a=0,n=t.length;a<n;++a)e(t[a]);else I=0|!!t}return e},u.set=s,void 0!==e&&s(e),u},on="/*|*/";function sn(e){e&&un.current.insert(e+"}")}var un={current:null},cn=function(e,t,a,n,r,i,l,o,s,u){switch(e){case 1:switch(t.charCodeAt(0)){case 64:return un.current.insert(t+";"),"";case 108:if(98===t.charCodeAt(2))return""}break;case 2:if(0===o)return t+on;break;case 3:switch(o){case 102:case 112:return un.current.insert(a[0]+t),"";default:return t+(0===u?on:"")}case-2:t.split("/*|*/}").forEach(sn)}};function dn(e,t,a){var n="";return a.split(" ").forEach((function(a){void 0!==e[a]?t.push(e[a]):n+=a+" "})),n}var mn,fn,gn=function(e,t,a){var n=e.key+"-"+t.name;if(!1===a&&void 0===e.registered[n]&&(e.registered[n]=t.styles),void 0===e.inserted[t.name]){var r=t;do{e.insert("."+n,r,e.sheet,!0),r=r.next}while(void 0!==r)}},pn=function(e){for(var t,a=0,n=0,r=e.length;r>=4;++n,r-=4)t=1540483477*(65535&(t=255&e.charCodeAt(n)|(255&e.charCodeAt(++n))<<8|(255&e.charCodeAt(++n))<<16|(255&e.charCodeAt(++n))<<24))+(59797*(t>>>16)<<16),a=1540483477*(65535&(t^=t>>>24))+(59797*(t>>>16)<<16)^1540483477*(65535&a)+(59797*(a>>>16)<<16);switch(r){case 3:a^=(255&e.charCodeAt(n+2))<<16;case 2:a^=(255&e.charCodeAt(n+1))<<8;case 1:a=1540483477*(65535&(a^=255&e.charCodeAt(n)))+(59797*(a>>>16)<<16)}return(((a=1540483477*(65535&(a^=a>>>13))+(59797*(a>>>16)<<16))^a>>>15)>>>0).toString(36)},hn={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},vn=/[A-Z]|^ms/g,bn=/_EMO_([^_]+?)_([^]*?)_EMO_/g,wn=function(e){return 45===e.charCodeAt(1)},yn=function(e){return null!=e&&"boolean"!=typeof e},xn=(mn=function(e){return wn(e)?e:e.replace(vn,"-$&").toLowerCase()},fn={},function(e){return void 0===fn[e]&&(fn[e]=mn(e)),fn[e]}),Dn=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(bn,(function(e,t,a){return Cn={name:t,styles:a,next:Cn},t}))}return 1===hn[e]||wn(e)||"number"!=typeof t||0===t?t:t+"px"};function En(e,t,a,n){if(null==a)return"";if(void 0!==a.__emotion_styles)return a;switch(typeof a){case"boolean":return"";case"object":if(1===a.anim)return Cn={name:a.name,styles:a.styles,next:Cn},a.name;if(void 0!==a.styles){var r=a.next;if(void 0!==r)for(;void 0!==r;)Cn={name:r.name,styles:r.styles,next:Cn},r=r.next;return a.styles+";"}return function(e,t,a){var n="";if(Array.isArray(a))for(var r=0;r<a.length;r++)n+=En(e,t,a[r],!1);else for(var i in a){var l=a[i];if("object"!=typeof l)null!=t&&void 0!==t[l]?n+=i+"{"+t[l]+"}":yn(l)&&(n+=xn(i)+":"+Dn(i,l)+";");else if(!Array.isArray(l)||"string"!=typeof l[0]||null!=t&&void 0!==t[l[0]]){var o=En(e,t,l,!1);switch(i){case"animation":case"animationName":n+=xn(i)+":"+o+";";break;default:n+=i+"{"+o+"}"}}else for(var s=0;s<l.length;s++)yn(l[s])&&(n+=xn(i)+":"+Dn(i,l[s])+";")}return n}(e,t,a);case"function":if(void 0!==e){var i=Cn,l=a(e);return Cn=i,En(e,t,l,n)}}if(null==t)return a;var o=t[a];return void 0===o||n?a:o}var Cn,kn=/label:\s*([^\s;\n{]+)\s*;/g,Sn=function(e,t,a){if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];var n=!0,r="";Cn=void 0;var i=e[0];null==i||void 0===i.raw?(n=!1,r+=En(a,t,i,!1)):r+=i[0];for(var l=1;l<e.length;l++)r+=En(a,t,e[l],46===r.charCodeAt(r.length-1)),n&&(r+=i[l]);kn.lastIndex=0;for(var o,s="";null!==(o=kn.exec(r));)s+="-"+o[1];return{name:pn(r)+s,styles:r,next:Cn}},On=Object.prototype.hasOwnProperty,Tn=(0,i.createContext)("undefined"!=typeof HTMLElement?function(e){void 0===e&&(e={});var t,a=e.key||"css";void 0!==e.prefix&&(t={prefix:e.prefix});var n,r=new ln(t),i={};n=e.container||document.head;var l,o=document.querySelectorAll("style[data-emotion-"+a+"]");Array.prototype.forEach.call(o,(function(e){e.getAttribute("data-emotion-"+a).split(" ").forEach((function(e){i[e]=!0})),e.parentNode!==n&&n.appendChild(e)})),r.use(e.stylisPlugins)(cn),l=function(e,t,a,n){var i=t.name;un.current=a,r(e,t.styles),n&&(s.inserted[i]=!0)};var s={key:a,sheet:new rn({key:a,container:n,nonce:e.nonce,speedy:e.speedy}),nonce:e.nonce,inserted:i,registered:{},insert:l};return s}():null),Nn=(0,i.createContext)({}),An=(Tn.Provider,function(e){var t=function(t,a){return(0,i.createElement)(Tn.Consumer,null,(function(n){return e(t,n,a)}))};return(0,i.forwardRef)(t)}),Mn="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",Pn=function(e,t){var a={};for(var n in t)On.call(t,n)&&(a[n]=t[n]);return a[Mn]=e,a},Ln=function(e,t,a,n){var r=null===a?t.css:t.css(a);"string"==typeof r&&void 0!==e.registered[r]&&(r=e.registered[r]);var l=t[Mn],o=[r],s="";"string"==typeof t.className?s=dn(e.registered,o,t.className):null!=t.className&&(s=t.className+" ");var u=Sn(o);gn(e,u,"string"==typeof l),s+=e.key+"-"+u.name;var c={};for(var d in t)On.call(t,d)&&"css"!==d&&d!==Mn&&(c[d]=t[d]);return c.ref=n,c.className=s,(0,i.createElement)(l,c)},In=An((function(e,t,a){return"function"==typeof e.css?(0,i.createElement)(Nn.Consumer,null,(function(n){return Ln(t,e,n,a)})):Ln(t,e,null,a)})),Vn=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return Sn(t)},Rn=function(e,t){var a=arguments;if(null==t||!On.call(t,"css"))return i.createElement.apply(void 0,a);var n=a.length,r=new Array(n);r[0]=In,r[1]=Pn(e,t);for(var l=2;l<n;l++)r[l]=a[l];return i.createElement.apply(null,r)},Fn=(i.Component,function e(t){for(var a=t.length,n=0,r="";n<a;n++){var i=t[n];if(null!=i){var l=void 0;switch(typeof i){case"boolean":break;case"object":if(Array.isArray(i))l=e(i);else for(var o in l="",i)i[o]&&o&&(l&&(l+=" "),l+=o);break;default:l=i}l&&(r&&(r+=" "),r+=l)}}return r});function Hn(e,t,a){var n=[],r=dn(e,n,a);return n.length<2?a:r+t(n)}var jn=An((function(e,t){return(0,i.createElement)(Nn.Consumer,null,(function(a){var n=function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];var r=Sn(a,t.registered);return gn(t,r,!1),t.key+"-"+r.name},r={css:n,cx:function(){for(var e=arguments.length,a=new Array(e),r=0;r<e;r++)a[r]=arguments[r];return Hn(t.registered,n,Fn(a))},theme:a};return e.children(r)}))}));function Bn(e,t){if(null==e)return{};var a,n,r=ye(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)a=i[n],t.indexOf(a)>=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(r[a]=e[a])}return r}function Un(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,n=new Array(t);a<t;a++)n[a]=e[a];return n}function Wn(e,t){if(e){if("string"==typeof e)return Un(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);return"Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a?Array.from(e):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?Un(e,t):void 0}}function Gn(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var a=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=a){var n,r,i=[],_n=!0,l=!1;try{for(a=a.call(e);!(_n=(n=a.next()).done)&&(i.push(n.value),!t||i.length!==t);_n=!0);}catch(e){l=!0,r=e}finally{try{_n||null==a.return||a.return()}finally{if(l)throw r}}return i}}(e,t)||Wn(e,t)||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 zn(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}var Zn=a(639),Kn=function(){};function $n(e,t){return t?"-"===t[0]?e+t:e+"__"+t:e}function Yn(e,t,a){var n=[a];if(t&&e)for(var r in t)t.hasOwnProperty(r)&&t[r]&&n.push("".concat($n(e,r)));return n.filter((function(e){return e})).map((function(e){return String(e).trim()})).join(" ")}var Jn=function(e){return Array.isArray(e)?e.filter(Boolean):"object"===qa(e)&&null!==e?[e]:[]};function qn(e){return[document.documentElement,document.body,window].indexOf(e)>-1}function Xn(e){return qn(e)?window.pageYOffset:e.scrollTop}function Qn(e,t){qn(e)?window.scrollTo(0,t):e.scrollTop=t}function er(e,t,a,n){return a*((e=e/n-1)*e*e+1)+t}function tr(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:200,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:Kn,r=Xn(e),i=t-r,l=10,o=0;function s(){var t=er(o+=l,r,i,a);Qn(e,t),o<a?window.requestAnimationFrame(s):n(e)}s()}function ar(){try{return document.createEvent("TouchEvent"),!0}catch(e){return!1}}function nr(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function rr(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?nr(Object(a),!0).forEach((function(t){zn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):nr(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function ir(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,n=en(e);if(t){var r=en(this).constructor;a=Reflect.construct(n,arguments,r)}else a=n.apply(this,arguments);return Qa(this,a)}}function lr(e){var t=e.maxHeight,a=e.menuEl,n=e.minHeight,r=e.placement,i=e.shouldScroll,l=e.isFixedPosition,o=e.theme.spacing,s=function(e){var t=getComputedStyle(e),a="absolute"===t.position,n=/(auto|scroll)/,r=document.documentElement;if("fixed"===t.position)return r;for(var i=e;i=i.parentElement;)if(t=getComputedStyle(i),(!a||"static"!==t.position)&&n.test(t.overflow+t.overflowY+t.overflowX))return i;return r}(a),u={placement:"bottom",maxHeight:t};if(!a||!a.offsetParent)return u;var c=s.getBoundingClientRect().height,d=a.getBoundingClientRect(),m=d.bottom,f=d.height,g=d.top,p=a.offsetParent.getBoundingClientRect().top,h=window.innerHeight,v=Xn(s),b=parseInt(getComputedStyle(a).marginBottom,10),w=parseInt(getComputedStyle(a).marginTop,10),y=p-w,x=h-g,D=y+v,E=c-v-g,C=m-h+v+b,_=v+g-w,k=160;switch(r){case"auto":case"bottom":if(x>=f)return{placement:"bottom",maxHeight:t};if(E>=f&&!l)return i&&tr(s,C,k),{placement:"bottom",maxHeight:t};if(!l&&E>=n||l&&x>=n)return i&&tr(s,C,k),{placement:"bottom",maxHeight:l?x-b:E-b};if("auto"===r||l){var S=t,O=l?y:D;return O>=n&&(S=Math.min(O-b-o.controlHeight,t)),{placement:"top",maxHeight:S}}if("bottom"===r)return Qn(s,C),{placement:"bottom",maxHeight:t};break;case"top":if(y>=f)return{placement:"top",maxHeight:t};if(D>=f&&!l)return i&&tr(s,_,k),{placement:"top",maxHeight:t};if(!l&&D>=n||l&&y>=n){var T=t;return(!l&&D>=n||l&&y>=n)&&(T=l?y-w:D-w),i&&tr(s,_,k),{placement:"top",maxHeight:T}}return{placement:"bottom",maxHeight:t};default:throw new Error('Invalid placement provided "'.concat(r,'".'))}return u}var or=function(e){return"auto"===e?"bottom":e},sr=(0,i.createContext)({getPortalPlacement:null}),ur=function(e){Ja(a,e);var t=ir(a);function a(){var e;Ka(this,a);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return(e=t.call.apply(t,[this].concat(r))).state={maxHeight:e.props.maxMenuHeight,placement:null},e.getPlacement=function(t){var a=e.props,n=a.minMenuHeight,r=a.maxMenuHeight,i=a.menuPlacement,l=a.menuPosition,o=a.menuShouldScrollIntoView,s=a.theme;if(t){var u="fixed"===l,c=lr({maxHeight:r,menuEl:t,minHeight:n,placement:i,shouldScroll:o&&!u,isFixedPosition:u,theme:s}),d=e.context.getPortalPlacement;d&&d(c),e.setState(c)}},e.getUpdatedProps=function(){var t=e.props.menuPlacement,a=e.state.placement||or(t);return rr(rr({},e.props),{},{placement:a,maxHeight:e.state.maxHeight})},e}return Ya(a,[{key:"render",value:function(){return(0,this.props.children)({ref:this.getPlacement,placerProps:this.getUpdatedProps()})}}]),a}(i.Component);ur.contextType=sr;var cr=function(e){var t=e.theme,a=t.spacing.baseUnit;return{color:t.colors.neutral40,padding:"".concat(2*a,"px ").concat(3*a,"px"),textAlign:"center"}},dr=cr,mr=cr,fr=function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return Rn("div",q({css:r("noOptionsMessage",e),className:n({"menu-notice":!0,"menu-notice--no-options":!0},a)},i),t)};fr.defaultProps={children:"No options"};var gr=function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return Rn("div",q({css:r("loadingMessage",e),className:n({"menu-notice":!0,"menu-notice--loading":!0},a)},i),t)};gr.defaultProps={children:"Loading..."};var pr=function(e){Ja(a,e);var t=ir(a);function a(){var e;Ka(this,a);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return(e=t.call.apply(t,[this].concat(r))).state={placement:null},e.getPortalPlacement=function(t){var a=t.placement;a!==or(e.props.menuPlacement)&&e.setState({placement:a})},e}return Ya(a,[{key:"render",value:function(){var e=this.props,t=e.appendTo,a=e.children,n=e.controlElement,r=e.menuPlacement,i=e.menuPosition,l=e.getStyles,s="fixed"===i;if(!t&&!s||!n)return null;var u=this.state.placement||or(r),c=function(e){var t=e.getBoundingClientRect();return{bottom:t.bottom,height:t.height,left:t.left,right:t.right,top:t.top,width:t.width}}(n),d=s?0:window.pageYOffset,m=c[u]+d,f=Rn("div",{css:l("menuPortal",{offset:m,position:i,rect:c})},a);return Rn(sr.Provider,{value:{getPortalPlacement:this.getPortalPlacement}},t?(0,o.createPortal)(f,t):f)}}]),a}(i.Component),hr=Array.isArray,vr=Object.keys,br=Object.prototype.hasOwnProperty;function wr(e,t){if(e===t)return!0;if(e&&t&&"object"==qa(e)&&"object"==qa(t)){var a,n,r,i=hr(e),l=hr(t);if(i&&l){if((n=e.length)!=t.length)return!1;for(a=n;0!=a--;)if(!wr(e[a],t[a]))return!1;return!0}if(i!=l)return!1;var o=e instanceof Date,s=t instanceof Date;if(o!=s)return!1;if(o&&s)return e.getTime()==t.getTime();var u=e instanceof RegExp,c=t instanceof RegExp;if(u!=c)return!1;if(u&&c)return e.toString()==t.toString();var d=vr(e);if((n=d.length)!==vr(t).length)return!1;for(a=n;0!=a--;)if(!br.call(t,d[a]))return!1;for(a=n;0!=a--;)if(!("_owner"===(r=d[a])&&e.$$typeof||wr(e[r],t[r])))return!1;return!0}return e!=e&&t!=t}function yr(e,t){try{return wr(e,t)}catch(e){if(e.message&&e.message.match(/stack|recursion/i))return console.warn("Warning: react-fast-compare does not handle circular references.",e.name,e.message),!1;throw e}}function xr(){var e,t,a=(e=["\n 0%, 80%, 100% { opacity: 0; }\n 40% { opacity: 1; }\n"],t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}})));return xr=function(){return a},a}var Dr={name:"19bqh2r",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;"},Er=function(e){var t=e.size,a=Bn(e,["size"]);return Rn("svg",q({height:t,width:t,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:Dr},a))},Cr=function(e){return Rn(Er,q({size:20},e),Rn("path",{d:"M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"}))},_r=function(e){return Rn(Er,q({size:20},e),Rn("path",{d:"M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"}))},kr=function(e){var t=e.isFocused,a=e.theme,n=a.spacing.baseUnit,r=a.colors;return{label:"indicatorContainer",color:t?r.neutral60:r.neutral20,display:"flex",padding:2*n,transition:"color 150ms",":hover":{color:t?r.neutral80:r.neutral40}}},Sr=kr,Or=kr,Tr=function(){var e=Vn.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}(xr()),Nr=function(e){var t=e.delay,a=e.offset;return Rn("span",{css:Vn({animation:"".concat(Tr," 1s ease-in-out ").concat(t,"ms infinite;"),backgroundColor:"currentColor",borderRadius:"1em",display:"inline-block",marginLeft:a?"1em":null,height:"1em",verticalAlign:"top",width:"1em"},"")})},Ar=function(e){var t=e.className,a=e.cx,n=e.getStyles,r=e.innerProps,i=e.isRtl;return Rn("div",q({},r,{css:n("loadingIndicator",e),className:a({indicator:!0,"loading-indicator":!0},t)}),Rn(Nr,{delay:0,offset:i}),Rn(Nr,{delay:160,offset:!0}),Rn(Nr,{delay:320,offset:!i}))};function Mr(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Pr(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Mr(Object(a),!0).forEach((function(t){zn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Mr(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function Lr(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Ir(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Lr(Object(a),!0).forEach((function(t){zn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Lr(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}Ar.defaultProps={size:4};var Vr=function(e){return{label:"input",background:0,border:0,fontSize:"inherit",opacity:e?0:1,outline:0,padding:0,color:"inherit"}};function Rr(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Fr(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Rr(Object(a),!0).forEach((function(t){zn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Rr(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}var Hr=function(e){var t=e.children,a=e.innerProps;return Rn("div",a,t)},jr=Hr,Br=Hr,Ur=function(e){var t=e.children,a=e.className,n=e.components,r=e.cx,i=e.data,l=e.getStyles,o=e.innerProps,s=e.isDisabled,u=e.removeProps,c=e.selectProps,d=n.Container,m=n.Label,f=n.Remove;return Rn(jn,null,(function(n){var g=n.css,p=n.cx;return Rn(d,{data:i,innerProps:Fr(Fr({},o),{},{className:p(g(l("multiValue",e)),r({"multi-value":!0,"multi-value--is-disabled":s},a))}),selectProps:c},Rn(m,{data:i,innerProps:{className:p(g(l("multiValueLabel",e)),r({"multi-value__label":!0},a))},selectProps:c},t),Rn(f,{data:i,innerProps:Fr({className:p(g(l("multiValueRemove",e)),r({"multi-value__remove":!0},a))},u),selectProps:c}))}))};function Wr(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Gr(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Wr(Object(a),!0).forEach((function(t){zn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Wr(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}Ur.defaultProps={cropWithEllipsis:!0};for(var zr={ClearIndicator:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return Rn("div",q({},i,{css:r("clearIndicator",e),className:n({indicator:!0,"clear-indicator":!0},a)}),t||Rn(Cr,null))},Control:function(e){var t=e.children,a=e.cx,n=e.getStyles,r=e.className,i=e.isDisabled,l=e.isFocused,o=e.innerRef,s=e.innerProps,u=e.menuIsOpen;return Rn("div",q({ref:o,css:n("control",e),className:a({control:!0,"control--is-disabled":i,"control--is-focused":l,"control--menu-is-open":u},r)},s),t)},DropdownIndicator:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return Rn("div",q({},i,{css:r("dropdownIndicator",e),className:n({indicator:!0,"dropdown-indicator":!0},a)}),t||Rn(_r,null))},DownChevron:_r,CrossIcon:Cr,Group:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.Heading,l=e.headingProps,o=e.label,s=e.theme,u=e.selectProps;return Rn("div",{css:r("group",e),className:n({group:!0},a)},Rn(i,q({},l,{selectProps:u,theme:s,getStyles:r,cx:n}),o),Rn("div",null,t))},GroupHeading:function(e){var t=e.className,a=e.cx,n=e.getStyles,r=e.theme,i=(e.selectProps,Bn(e,["className","cx","getStyles","theme","selectProps"]));return Rn("div",q({css:n("groupHeading",Pr({theme:r},i)),className:a({"group-heading":!0},t)},i))},IndicatorsContainer:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles;return Rn("div",{css:r("indicatorsContainer",e),className:n({indicators:!0},a)},t)},IndicatorSeparator:function(e){var t=e.className,a=e.cx,n=e.getStyles,r=e.innerProps;return Rn("span",q({},r,{css:n("indicatorSeparator",e),className:a({"indicator-separator":!0},t)}))},Input:function(e){var t=e.className,a=e.cx,n=e.getStyles,r=e.innerRef,i=e.isHidden,l=e.isDisabled,o=e.theme,s=(e.selectProps,Bn(e,["className","cx","getStyles","innerRef","isHidden","isDisabled","theme","selectProps"]));return Rn("div",{css:n("input",Ir({theme:o},s))},Rn(Zn.Z,q({className:a({input:!0},t),inputRef:r,inputStyle:Vr(i),disabled:l},s)))},LoadingIndicator:Ar,Menu:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerRef,l=e.innerProps;return Rn("div",q({css:r("menu",e),className:n({menu:!0},a)},l,{ref:i}),t)},MenuList:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.isMulti,l=e.innerRef,o=e.innerProps;return Rn("div",q({css:r("menuList",e),className:n({"menu-list":!0,"menu-list--is-multi":i},a),ref:l},o),t)},MenuPortal:pr,LoadingMessage:gr,NoOptionsMessage:fr,MultiValue:Ur,MultiValueContainer:jr,MultiValueLabel:Br,MultiValueRemove:function(e){var t=e.children,a=e.innerProps;return Rn("div",a,t||Rn(Cr,{size:14}))},Option:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.isDisabled,l=e.isFocused,o=e.isSelected,s=e.innerRef,u=e.innerProps;return Rn("div",q({css:r("option",e),className:n({option:!0,"option--is-disabled":i,"option--is-focused":l,"option--is-selected":o},a),ref:s},u),t)},Placeholder:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return Rn("div",q({css:r("placeholder",e),className:n({placeholder:!0},a)},i),t)},SelectContainer:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps,l=e.isDisabled,o=e.isRtl;return Rn("div",q({css:r("container",e),className:n({"--is-disabled":l,"--is-rtl":o},a)},i),t)},SingleValue:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.isDisabled,l=e.innerProps;return Rn("div",q({css:r("singleValue",e),className:n({"single-value":!0,"single-value--is-disabled":i},a)},l),t)},ValueContainer:function(e){var t=e.children,a=e.className,n=e.cx,r=e.isMulti,i=e.getStyles,l=e.hasValue;return Rn("div",{css:i("valueContainer",e),className:n({"value-container":!0,"value-container--is-multi":r,"value-container--has-value":l},a)},t)}},Zr=function(e){return Gr(Gr({},zr),e.components)},Kr=[{base:"A",letters:"AⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ"},{base:"AA",letters:"Ꜳ"},{base:"AE",letters:"ÆǼǢ"},{base:"AO",letters:"Ꜵ"},{base:"AU",letters:"Ꜷ"},{base:"AV",letters:"ꜸꜺ"},{base:"AY",letters:"Ꜽ"},{base:"B",letters:"BⒷBḂḄḆɃƂƁ"},{base:"C",letters:"CⒸCĆĈĊČÇḈƇȻꜾ"},{base:"D",letters:"DⒹDḊĎḌḐḒḎĐƋƊƉꝹ"},{base:"DZ",letters:"DZDŽ"},{base:"Dz",letters:"DzDž"},{base:"E",letters:"EⒺEÈÉÊỀẾỄỂẼĒḔḖĔĖËẺĚȄȆẸỆȨḜĘḘḚƐƎ"},{base:"F",letters:"FⒻFḞƑꝻ"},{base:"G",letters:"GⒼGǴĜḠĞĠǦĢǤƓꞠꝽꝾ"},{base:"H",letters:"HⒽHĤḢḦȞḤḨḪĦⱧⱵꞍ"},{base:"I",letters:"IⒾIÌÍÎĨĪĬİÏḮỈǏȈȊỊĮḬƗ"},{base:"J",letters:"JⒿJĴɈ"},{base:"K",letters:"KⓀKḰǨḲĶḴƘⱩꝀꝂꝄꞢ"},{base:"L",letters:"LⓁLĿĹĽḶḸĻḼḺŁȽⱢⱠꝈꝆꞀ"},{base:"LJ",letters:"LJ"},{base:"Lj",letters:"Lj"},{base:"M",letters:"MⓂMḾṀṂⱮƜ"},{base:"N",letters:"NⓃNǸŃÑṄŇṆŅṊṈȠƝꞐꞤ"},{base:"NJ",letters:"NJ"},{base:"Nj",letters:"Nj"},{base:"O",letters:"OⓄOÒÓÔỒỐỖỔÕṌȬṎŌṐṒŎȮȰÖȪỎŐǑȌȎƠỜỚỠỞỢỌỘǪǬØǾƆƟꝊꝌ"},{base:"OI",letters:"Ƣ"},{base:"OO",letters:"Ꝏ"},{base:"OU",letters:"Ȣ"},{base:"P",letters:"PⓅPṔṖƤⱣꝐꝒꝔ"},{base:"Q",letters:"QⓆQꝖꝘɊ"},{base:"R",letters:"RⓇRŔṘŘȐȒṚṜŖṞɌⱤꝚꞦꞂ"},{base:"S",letters:"SⓈSẞŚṤŜṠŠṦṢṨȘŞⱾꞨꞄ"},{base:"T",letters:"TⓉTṪŤṬȚŢṰṮŦƬƮȾꞆ"},{base:"TZ",letters:"Ꜩ"},{base:"U",letters:"UⓊUÙÚÛŨṸŪṺŬÜǛǗǕǙỦŮŰǓȔȖƯỪỨỮỬỰỤṲŲṶṴɄ"},{base:"V",letters:"VⓋVṼṾƲꝞɅ"},{base:"VY",letters:"Ꝡ"},{base:"W",letters:"WⓌWẀẂŴẆẄẈⱲ"},{base:"X",letters:"XⓍXẊẌ"},{base:"Y",letters:"YⓎYỲÝŶỸȲẎŸỶỴƳɎỾ"},{base:"Z",letters:"ZⓏZŹẐŻŽẒẔƵȤⱿⱫꝢ"},{base:"a",letters:"aⓐaẚàáâầấẫẩãāăằắẵẳȧǡäǟảåǻǎȁȃạậặḁąⱥɐ"},{base:"aa",letters:"ꜳ"},{base:"ae",letters:"æǽǣ"},{base:"ao",letters:"ꜵ"},{base:"au",letters:"ꜷ"},{base:"av",letters:"ꜹꜻ"},{base:"ay",letters:"ꜽ"},{base:"b",letters:"bⓑbḃḅḇƀƃɓ"},{base:"c",letters:"cⓒcćĉċčçḉƈȼꜿↄ"},{base:"d",letters:"dⓓdḋďḍḑḓḏđƌɖɗꝺ"},{base:"dz",letters:"dzdž"},{base:"e",letters:"eⓔeèéêềếễểẽēḕḗĕėëẻěȅȇẹệȩḝęḙḛɇɛǝ"},{base:"f",letters:"fⓕfḟƒꝼ"},{base:"g",letters:"gⓖgǵĝḡğġǧģǥɠꞡᵹꝿ"},{base:"h",letters:"hⓗhĥḣḧȟḥḩḫẖħⱨⱶɥ"},{base:"hv",letters:"ƕ"},{base:"i",letters:"iⓘiìíîĩīĭïḯỉǐȉȋịįḭɨı"},{base:"j",letters:"jⓙjĵǰɉ"},{base:"k",letters:"kⓚkḱǩḳķḵƙⱪꝁꝃꝅꞣ"},{base:"l",letters:"lⓛlŀĺľḷḹļḽḻſłƚɫⱡꝉꞁꝇ"},{base:"lj",letters:"lj"},{base:"m",letters:"mⓜmḿṁṃɱɯ"},{base:"n",letters:"nⓝnǹńñṅňṇņṋṉƞɲʼnꞑꞥ"},{base:"nj",letters:"nj"},{base:"o",letters:"oⓞoòóôồốỗổõṍȭṏōṑṓŏȯȱöȫỏőǒȍȏơờớỡởợọộǫǭøǿɔꝋꝍɵ"},{base:"oi",letters:"ƣ"},{base:"ou",letters:"ȣ"},{base:"oo",letters:"ꝏ"},{base:"p",letters:"pⓟpṕṗƥᵽꝑꝓꝕ"},{base:"q",letters:"qⓠqɋꝗꝙ"},{base:"r",letters:"rⓡrŕṙřȑȓṛṝŗṟɍɽꝛꞧꞃ"},{base:"s",letters:"sⓢsßśṥŝṡšṧṣṩșşȿꞩꞅẛ"},{base:"t",letters:"tⓣtṫẗťṭțţṱṯŧƭʈⱦꞇ"},{base:"tz",letters:"ꜩ"},{base:"u",letters:"uⓤuùúûũṹūṻŭüǜǘǖǚủůűǔȕȗưừứữửựụṳųṷṵʉ"},{base:"v",letters:"vⓥvṽṿʋꝟʌ"},{base:"vy",letters:"ꝡ"},{base:"w",letters:"wⓦwẁẃŵẇẅẘẉⱳ"},{base:"x",letters:"xⓧxẋẍ"},{base:"y",letters:"yⓨyỳýŷỹȳẏÿỷẙỵƴɏỿ"},{base:"z",letters:"zⓩzźẑżžẓẕƶȥɀⱬꝣ"}],$r=new RegExp("["+Kr.map((function(e){return e.letters})).join("")+"]","g"),Yr={},Jr=0;Jr<Kr.length;Jr++)for(var qr=Kr[Jr],Xr=0;Xr<qr.letters.length;Xr++)Yr[qr.letters[Xr]]=qr.base;var Qr=function(e){return e.replace($r,(function(e){return Yr[e]}))};function ei(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}var ti=function(e){return e.replace(/^\s+|\s+$/g,"")},ai=function(e){return"".concat(e.label," ").concat(e.value)},ni={name:"1laao21-a11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap;"},ri=function(e){return Rn("span",q({css:ni},e))};function ii(e){e.in,e.out,e.onExited,e.appear,e.enter,e.exit;var t=e.innerRef,a=(e.emotion,Bn(e,["in","out","onExited","appear","enter","exit","innerRef","emotion"]));return Rn("input",q({ref:t},a,{css:Vn({label:"dummyInput",background:0,border:0,fontSize:"inherit",outline:0,padding:0,width:1,color:"transparent",left:-100,opacity:0,position:"relative",transform:"scale(0)"},"")}))}var li=function(e){Ja(r,e);var t,a,n=(t=r,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=en(t);if(a){var r=en(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Qa(this,e)});function r(){return Ka(this,r),n.apply(this,arguments)}return Ya(r,[{key:"componentDidMount",value:function(){this.props.innerRef((0,o.findDOMNode)(this))}},{key:"componentWillUnmount",value:function(){this.props.innerRef(null)}},{key:"render",value:function(){return this.props.children}}]),r}(i.Component),oi=["boxSizing","height","overflow","paddingRight","position"],si={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"};function ui(e){e.preventDefault()}function ci(e){e.stopPropagation()}function di(){var e=this.scrollTop,t=this.scrollHeight,a=e+this.offsetHeight;0===e?this.scrollTop=1:a===t&&(this.scrollTop=e-1)}function mi(){return"ontouchstart"in window||navigator.maxTouchPoints}var fi=!(!window.document||!window.document.createElement),gi=0,pi=function(e){Ja(r,e);var t,a,n=(t=r,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=en(t);if(a){var r=en(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Qa(this,e)});function r(){var e;Ka(this,r);for(var t=arguments.length,a=new Array(t),i=0;i<t;i++)a[i]=arguments[i];return(e=n.call.apply(n,[this].concat(a))).originalStyles={},e.listenerOptions={capture:!1,passive:!1},e}return Ya(r,[{key:"componentDidMount",value:function(){var e=this;if(fi){var t=this.props,a=t.accountForScrollbars,n=t.touchScrollTarget,r=document.body,i=r&&r.style;if(a&&oi.forEach((function(t){var a=i&&i[t];e.originalStyles[t]=a})),a&&gi<1){var l=parseInt(this.originalStyles.paddingRight,10)||0,o=document.body?document.body.clientWidth:0,s=window.innerWidth-o+l||0;Object.keys(si).forEach((function(e){var t=si[e];i&&(i[e]=t)})),i&&(i.paddingRight="".concat(s,"px"))}r&&mi()&&(r.addEventListener("touchmove",ui,this.listenerOptions),n&&(n.addEventListener("touchstart",di,this.listenerOptions),n.addEventListener("touchmove",ci,this.listenerOptions))),gi+=1}}},{key:"componentWillUnmount",value:function(){var e=this;if(fi){var t=this.props,a=t.accountForScrollbars,n=t.touchScrollTarget,r=document.body,i=r&&r.style;gi=Math.max(gi-1,0),a&&gi<1&&oi.forEach((function(t){var a=e.originalStyles[t];i&&(i[t]=a)})),r&&mi()&&(r.removeEventListener("touchmove",ui,this.listenerOptions),n&&(n.removeEventListener("touchstart",di,this.listenerOptions),n.removeEventListener("touchmove",ci,this.listenerOptions)))}}},{key:"render",value:function(){return null}}]),r}(i.Component);pi.defaultProps={accountForScrollbars:!0};var hi={name:"1dsbpcp",styles:"position:fixed;left:0;bottom:0;right:0;top:0;"},vi=function(e){Ja(r,e);var t,a,n=(t=r,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=en(t);if(a){var r=en(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Qa(this,e)});function r(){var e;Ka(this,r);for(var t=arguments.length,a=new Array(t),i=0;i<t;i++)a[i]=arguments[i];return(e=n.call.apply(n,[this].concat(a))).state={touchScrollTarget:null},e.getScrollTarget=function(t){t!==e.state.touchScrollTarget&&e.setState({touchScrollTarget:t})},e.blurSelectInput=function(){document.activeElement&&document.activeElement.blur()},e}return Ya(r,[{key:"render",value:function(){var e=this.props,t=e.children,a=e.isEnabled,n=this.state.touchScrollTarget;return a?Rn("div",null,Rn("div",{onClick:this.blurSelectInput,css:hi}),Rn(li,{innerRef:this.getScrollTarget},t),n?Rn(pi,{touchScrollTarget:n}):null):t}}]),r}(i.PureComponent);var bi=function(e){Ja(r,e);var t,a,n=(t=r,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=en(t);if(a){var r=en(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Qa(this,e)});function r(){var e;Ka(this,r);for(var t=arguments.length,a=new Array(t),i=0;i<t;i++)a[i]=arguments[i];return(e=n.call.apply(n,[this].concat(a))).isBottom=!1,e.isTop=!1,e.scrollTarget=void 0,e.touchStart=void 0,e.cancelScroll=function(e){e.preventDefault(),e.stopPropagation()},e.handleEventDelta=function(t,a){var n=e.props,r=n.onBottomArrive,i=n.onBottomLeave,l=n.onTopArrive,o=n.onTopLeave,s=e.scrollTarget,u=s.scrollTop,c=s.scrollHeight,d=s.clientHeight,m=e.scrollTarget,f=a>0,g=c-d-u,p=!1;g>a&&e.isBottom&&(i&&i(t),e.isBottom=!1),f&&e.isTop&&(o&&o(t),e.isTop=!1),f&&a>g?(r&&!e.isBottom&&r(t),m.scrollTop=c,p=!0,e.isBottom=!0):!f&&-a>u&&(l&&!e.isTop&&l(t),m.scrollTop=0,p=!0,e.isTop=!0),p&&e.cancelScroll(t)},e.onWheel=function(t){e.handleEventDelta(t,t.deltaY)},e.onTouchStart=function(t){e.touchStart=t.changedTouches[0].clientY},e.onTouchMove=function(t){var a=e.touchStart-t.changedTouches[0].clientY;e.handleEventDelta(t,a)},e.getScrollTarget=function(t){e.scrollTarget=t},e}return Ya(r,[{key:"componentDidMount",value:function(){this.startListening(this.scrollTarget)}},{key:"componentWillUnmount",value:function(){this.stopListening(this.scrollTarget)}},{key:"startListening",value:function(e){e&&("function"==typeof e.addEventListener&&e.addEventListener("wheel",this.onWheel,!1),"function"==typeof e.addEventListener&&e.addEventListener("touchstart",this.onTouchStart,!1),"function"==typeof e.addEventListener&&e.addEventListener("touchmove",this.onTouchMove,!1))}},{key:"stopListening",value:function(e){e&&("function"==typeof e.removeEventListener&&e.removeEventListener("wheel",this.onWheel,!1),"function"==typeof e.removeEventListener&&e.removeEventListener("touchstart",this.onTouchStart,!1),"function"==typeof e.removeEventListener&&e.removeEventListener("touchmove",this.onTouchMove,!1))}},{key:"render",value:function(){return l().createElement(li,{innerRef:this.getScrollTarget},this.props.children)}}]),r}(i.Component);function wi(e){var t=e.isEnabled,a=void 0===t||t,n=Bn(e,["isEnabled"]);return a?l().createElement(bi,n):n.children}var yi=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=t.isSearchable,n=t.isMulti,r=t.label,i=t.isDisabled,l=t.tabSelectsValue;switch(e){case"menu":return"Use Up and Down to choose options".concat(i?"":", press Enter to select the currently focused option",", press Escape to exit the menu").concat(l?", press Tab to select the option and exit the menu":"",".");case"input":return"".concat(r||"Select"," is focused ").concat(a?",type to refine list":"",", press Down to open the menu, ").concat(n?" press left to focus selected values":"");case"value":return"Use left and right to toggle between focused values, press Backspace to remove the currently focused value"}},xi=function(e,t){var a=t.value,n=t.isDisabled;if(a)switch(e){case"deselect-option":case"pop-value":case"remove-value":return"option ".concat(a,", deselected.");case"select-option":return"option ".concat(a,n?" is disabled. Select another option.":", selected.")}},Di=function(e){return!!e.isDisabled},Ei={clearIndicator:Or,container:function(e){var t=e.isDisabled;return{label:"container",direction:e.isRtl?"rtl":null,pointerEvents:t?"none":null,position:"relative"}},control:function(e){var t=e.isDisabled,a=e.isFocused,n=e.theme,r=n.colors,i=n.borderRadius,l=n.spacing;return{label:"control",alignItems:"center",backgroundColor:t?r.neutral5:r.neutral0,borderColor:t?r.neutral10:a?r.primary:r.neutral20,borderRadius:i,borderStyle:"solid",borderWidth:1,boxShadow:a?"0 0 0 1px ".concat(r.primary):null,cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:l.controlHeight,outline:"0 !important",position:"relative",transition:"all 100ms","&:hover":{borderColor:a?r.primary:r.neutral30}}},dropdownIndicator:Sr,group:function(e){var t=e.theme.spacing;return{paddingBottom:2*t.baseUnit,paddingTop:2*t.baseUnit}},groupHeading:function(e){var t=e.theme.spacing;return{label:"group",color:"#999",cursor:"default",display:"block",fontSize:"75%",fontWeight:"500",marginBottom:"0.25em",paddingLeft:3*t.baseUnit,paddingRight:3*t.baseUnit,textTransform:"uppercase"}},indicatorsContainer:function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},indicatorSeparator:function(e){var t=e.isDisabled,a=e.theme,n=a.spacing.baseUnit,r=a.colors;return{label:"indicatorSeparator",alignSelf:"stretch",backgroundColor:t?r.neutral10:r.neutral20,marginBottom:2*n,marginTop:2*n,width:1}},input:function(e){var t=e.isDisabled,a=e.theme,n=a.spacing,r=a.colors;return{margin:n.baseUnit/2,paddingBottom:n.baseUnit/2,paddingTop:n.baseUnit/2,visibility:t?"hidden":"visible",color:r.neutral80}},loadingIndicator:function(e){var t=e.isFocused,a=e.size,n=e.theme,r=n.colors,i=n.spacing.baseUnit;return{label:"loadingIndicator",color:t?r.neutral60:r.neutral20,display:"flex",padding:2*i,transition:"color 150ms",alignSelf:"center",fontSize:a,lineHeight:1,marginRight:a,textAlign:"center",verticalAlign:"middle"}},loadingMessage:mr,menu:function(e){var t,a=e.placement,n=e.theme,r=n.borderRadius,i=n.spacing,l=n.colors;return zn(t={label:"menu"},function(e){return e?{bottom:"top",top:"bottom"}[e]:"bottom"}(a),"100%"),zn(t,"backgroundColor",l.neutral0),zn(t,"borderRadius",r),zn(t,"boxShadow","0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)"),zn(t,"marginBottom",i.menuGutter),zn(t,"marginTop",i.menuGutter),zn(t,"position","absolute"),zn(t,"width","100%"),zn(t,"zIndex",1),t},menuList:function(e){var t=e.maxHeight,a=e.theme.spacing.baseUnit;return{maxHeight:t,overflowY:"auto",paddingBottom:a,paddingTop:a,position:"relative",WebkitOverflowScrolling:"touch"}},menuPortal:function(e){var t=e.rect,a=e.offset,n=e.position;return{left:t.left,position:n,top:a,width:t.width,zIndex:1}},multiValue:function(e){var t=e.theme,a=t.spacing,n=t.borderRadius;return{label:"multiValue",backgroundColor:t.colors.neutral10,borderRadius:n/2,display:"flex",margin:a.baseUnit/2,minWidth:0}},multiValueLabel:function(e){var t=e.theme,a=t.borderRadius,n=t.colors,r=e.cropWithEllipsis;return{borderRadius:a/2,color:n.neutral80,fontSize:"85%",overflow:"hidden",padding:3,paddingLeft:6,textOverflow:r?"ellipsis":null,whiteSpace:"nowrap"}},multiValueRemove:function(e){var t=e.theme,a=t.spacing,n=t.borderRadius,r=t.colors;return{alignItems:"center",borderRadius:n/2,backgroundColor:e.isFocused&&r.dangerLight,display:"flex",paddingLeft:a.baseUnit,paddingRight:a.baseUnit,":hover":{backgroundColor:r.dangerLight,color:r.danger}}},noOptionsMessage:dr,option:function(e){var t=e.isDisabled,a=e.isFocused,n=e.isSelected,r=e.theme,i=r.spacing,l=r.colors;return{label:"option",backgroundColor:n?l.primary:a?l.primary25:"transparent",color:t?l.neutral20:n?l.neutral0:"inherit",cursor:"default",display:"block",fontSize:"inherit",padding:"".concat(2*i.baseUnit,"px ").concat(3*i.baseUnit,"px"),width:"100%",userSelect:"none",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",":active":{backgroundColor:!t&&(n?l.primary:l.primary50)}}},placeholder:function(e){var t=e.theme,a=t.spacing;return{label:"placeholder",color:t.colors.neutral50,marginLeft:a.baseUnit/2,marginRight:a.baseUnit/2,position:"absolute",top:"50%",transform:"translateY(-50%)"}},singleValue:function(e){var t=e.isDisabled,a=e.theme,n=a.spacing,r=a.colors;return{label:"singleValue",color:t?r.neutral40:r.neutral80,marginLeft:n.baseUnit/2,marginRight:n.baseUnit/2,maxWidth:"calc(100% - ".concat(2*n.baseUnit,"px)"),overflow:"hidden",position:"absolute",textOverflow:"ellipsis",whiteSpace:"nowrap",top:"50%",transform:"translateY(-50%)"}},valueContainer:function(e){var t=e.theme.spacing;return{alignItems:"center",display:"flex",flex:1,flexWrap:"wrap",padding:"".concat(t.baseUnit/2,"px ").concat(2*t.baseUnit,"px"),WebkitOverflowScrolling:"touch",position:"relative",overflow:"hidden"}}},Ci={borderRadius:4,colors:{primary:"#2684FF",primary75:"#4C9AFF",primary50:"#B2D4FF",primary25:"#DEEBFF",danger:"#DE350B",dangerLight:"#FFBDAD",neutral0:"hsl(0, 0%, 100%)",neutral5:"hsl(0, 0%, 95%)",neutral10:"hsl(0, 0%, 90%)",neutral20:"hsl(0, 0%, 80%)",neutral30:"hsl(0, 0%, 70%)",neutral40:"hsl(0, 0%, 60%)",neutral50:"hsl(0, 0%, 50%)",neutral60:"hsl(0, 0%, 40%)",neutral70:"hsl(0, 0%, 30%)",neutral80:"hsl(0, 0%, 20%)",neutral90:"hsl(0, 0%, 10%)"},spacing:{baseUnit:4,controlHeight:38,menuGutter:8}};function _i(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function ki(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?_i(Object(a),!0).forEach((function(t){zn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):_i(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}var Si={backspaceRemovesValue:!0,blurInputOnSelect:ar(),captureMenuScroll:!ar(),closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:function(e,t){var a=function(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?ei(Object(a),!0).forEach((function(t){zn(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):ei(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}({ignoreCase:!0,ignoreAccents:!0,stringify:ai,trim:!0,matchFrom:"any"},undefined),n=a.ignoreCase,r=a.ignoreAccents,i=a.stringify,l=a.trim,o=a.matchFrom,s=l?ti(t):t,u=l?ti(i(e)):i(e);return n&&(s=s.toLowerCase(),u=u.toLowerCase()),r&&(s=Qr(s),u=Qr(u)),"start"===o?u.substr(0,s.length)===s:u.indexOf(s)>-1},formatGroupLabel:function(e){return e.label},getOptionLabel:function(e){return e.label},getOptionValue:function(e){return e.value},isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:Di,loadingMessage:function(){return"Loading..."},maxMenuHeight:300,minMenuHeight:140,menuIsOpen:!1,menuPlacement:"bottom",menuPosition:"absolute",menuShouldBlockScroll:!1,menuShouldScrollIntoView:!function(){try{return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}catch(e){return!1}}(),noOptionsMessage:function(){return"No options"},openMenuOnFocus:!1,openMenuOnClick:!0,options:[],pageSize:5,placeholder:"Select...",screenReaderStatus:function(e){var t=e.count;return"".concat(t," result").concat(1!==t?"s":""," available")},styles:{},tabIndex:"0",tabSelectsValue:!0},Oi=1,Ti=function(e){Ja(r,e);var t,a,n=(t=r,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=en(t);if(a){var r=en(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Qa(this,e)});function r(e){var t;Ka(this,r),(t=n.call(this,e)).state={ariaLiveSelection:"",ariaLiveContext:"",focusedOption:null,focusedValue:null,inputIsHidden:!1,isFocused:!1,menuOptions:{render:[],focusable:[]},selectValue:[]},t.blockOptionHover=!1,t.isComposing=!1,t.clearFocusValueOnUpdate=!1,t.commonProps=void 0,t.components=void 0,t.hasGroups=!1,t.initialTouchX=0,t.initialTouchY=0,t.inputIsHiddenAfterUpdate=void 0,t.instancePrefix="",t.openAfterFocus=!1,t.scrollToFocusedOptionOnUpdate=!1,t.userIsDragging=void 0,t.controlRef=null,t.getControlRef=function(e){t.controlRef=e},t.focusedOptionRef=null,t.getFocusedOptionRef=function(e){t.focusedOptionRef=e},t.menuListRef=null,t.getMenuListRef=function(e){t.menuListRef=e},t.inputRef=null,t.getInputRef=function(e){t.inputRef=e},t.cacheComponents=function(e){t.components=Zr({components:e})},t.focus=t.focusInput,t.blur=t.blurInput,t.onChange=function(e,a){var n=t.props,r=n.onChange,i=n.name;r(e,ki(ki({},a),{},{name:i}))},t.setValue=function(e){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"set-value",n=arguments.length>2?arguments[2]:void 0,r=t.props,i=r.closeMenuOnSelect,l=r.isMulti;t.onInputChange("",{action:"set-value"}),i&&(t.inputIsHiddenAfterUpdate=!l,t.onMenuClose()),t.clearFocusValueOnUpdate=!0,t.onChange(e,{action:a,option:n})},t.selectOption=function(e){var a,n=t.props,r=n.blurInputOnSelect,i=n.isMulti,l=t.state.selectValue;if(i)if(t.isOptionSelected(e,l)){var o=t.getOptionValue(e);t.setValue(l.filter((function(e){return t.getOptionValue(e)!==o})),"deselect-option",e),t.announceAriaLiveSelection({event:"deselect-option",context:{value:t.getOptionLabel(e)}})}else t.isOptionDisabled(e,l)?t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e),isDisabled:!0}}):(t.setValue([].concat(function(e){if(Array.isArray(e))return Un(e)}(a=l)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(a)||Wn(a)||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.")}(),[e]),"select-option",e),t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e)}}));else t.isOptionDisabled(e,l)?t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e),isDisabled:!0}}):(t.setValue(e,"select-option"),t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e)}}));r&&t.blurInput()},t.removeValue=function(e){var a=t.state.selectValue,n=t.getOptionValue(e),r=a.filter((function(e){return t.getOptionValue(e)!==n}));t.onChange(r.length?r:null,{action:"remove-value",removedValue:e}),t.announceAriaLiveSelection({event:"remove-value",context:{value:e?t.getOptionLabel(e):""}}),t.focusInput()},t.clearValue=function(){t.onChange(null,{action:"clear"})},t.popValue=function(){var e=t.state.selectValue,a=e[e.length-1],n=e.slice(0,e.length-1);t.announceAriaLiveSelection({event:"pop-value",context:{value:a?t.getOptionLabel(a):""}}),t.onChange(n.length?n:null,{action:"pop-value",removedValue:a})},t.getValue=function(){return t.state.selectValue},t.cx=function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];return Yn.apply(void 0,[t.props.classNamePrefix].concat(a))},t.getOptionLabel=function(e){return t.props.getOptionLabel(e)},t.getOptionValue=function(e){return t.props.getOptionValue(e)},t.getStyles=function(e,a){var n=Ei[e](a);n.boxSizing="border-box";var r=t.props.styles[e];return r?r(n,a):n},t.getElementId=function(e){return"".concat(t.instancePrefix,"-").concat(e)},t.getActiveDescendentId=function(){var e=t.props.menuIsOpen,a=t.state,n=a.menuOptions,r=a.focusedOption;if(r&&e){var i=n.focusable.indexOf(r),l=n.render[i];return l&&l.key}},t.announceAriaLiveSelection=function(e){var a=e.event,n=e.context;t.setState({ariaLiveSelection:xi(a,n)})},t.announceAriaLiveContext=function(e){var a=e.event,n=e.context;t.setState({ariaLiveContext:yi(a,ki(ki({},n),{},{label:t.props["aria-label"]}))})},t.onMenuMouseDown=function(e){0===e.button&&(e.stopPropagation(),e.preventDefault(),t.focusInput())},t.onMenuMouseMove=function(e){t.blockOptionHover=!1},t.onControlMouseDown=function(e){var a=t.props.openMenuOnClick;t.state.isFocused?t.props.menuIsOpen?"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&t.onMenuClose():a&&t.openMenu("first"):(a&&(t.openAfterFocus=!0),t.focusInput()),"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&e.preventDefault()},t.onDropdownIndicatorMouseDown=function(e){if(!(e&&"mousedown"===e.type&&0!==e.button||t.props.isDisabled)){var a=t.props,n=a.isMulti,r=a.menuIsOpen;t.focusInput(),r?(t.inputIsHiddenAfterUpdate=!n,t.onMenuClose()):t.openMenu("first"),e.preventDefault(),e.stopPropagation()}},t.onClearIndicatorMouseDown=function(e){e&&"mousedown"===e.type&&0!==e.button||(t.clearValue(),e.stopPropagation(),t.openAfterFocus=!1,"touchend"===e.type?t.focusInput():setTimeout((function(){return t.focusInput()})))},t.onScroll=function(e){"boolean"==typeof t.props.closeMenuOnScroll?e.target instanceof HTMLElement&&qn(e.target)&&t.props.onMenuClose():"function"==typeof t.props.closeMenuOnScroll&&t.props.closeMenuOnScroll(e)&&t.props.onMenuClose()},t.onCompositionStart=function(){t.isComposing=!0},t.onCompositionEnd=function(){t.isComposing=!1},t.onTouchStart=function(e){var a=e.touches,n=a&&a.item(0);n&&(t.initialTouchX=n.clientX,t.initialTouchY=n.clientY,t.userIsDragging=!1)},t.onTouchMove=function(e){var a=e.touches,n=a&&a.item(0);if(n){var r=Math.abs(n.clientX-t.initialTouchX),i=Math.abs(n.clientY-t.initialTouchY);t.userIsDragging=r>5||i>5}},t.onTouchEnd=function(e){t.userIsDragging||(t.controlRef&&!t.controlRef.contains(e.target)&&t.menuListRef&&!t.menuListRef.contains(e.target)&&t.blurInput(),t.initialTouchX=0,t.initialTouchY=0)},t.onControlTouchEnd=function(e){t.userIsDragging||t.onControlMouseDown(e)},t.onClearIndicatorTouchEnd=function(e){t.userIsDragging||t.onClearIndicatorMouseDown(e)},t.onDropdownIndicatorTouchEnd=function(e){t.userIsDragging||t.onDropdownIndicatorMouseDown(e)},t.handleInputChange=function(e){var a=e.currentTarget.value;t.inputIsHiddenAfterUpdate=!1,t.onInputChange(a,{action:"input-change"}),t.props.menuIsOpen||t.onMenuOpen()},t.onInputFocus=function(e){var a=t.props,n=a.isSearchable,r=a.isMulti;t.props.onFocus&&t.props.onFocus(e),t.inputIsHiddenAfterUpdate=!1,t.announceAriaLiveContext({event:"input",context:{isSearchable:n,isMulti:r}}),t.setState({isFocused:!0}),(t.openAfterFocus||t.props.openMenuOnFocus)&&t.openMenu("first"),t.openAfterFocus=!1},t.onInputBlur=function(e){t.menuListRef&&t.menuListRef.contains(document.activeElement)?t.inputRef.focus():(t.props.onBlur&&t.props.onBlur(e),t.onInputChange("",{action:"input-blur"}),t.onMenuClose(),t.setState({focusedValue:null,isFocused:!1}))},t.onOptionHover=function(e){t.blockOptionHover||t.state.focusedOption===e||t.setState({focusedOption:e})},t.shouldHideSelectedOptions=function(){var e=t.props,a=e.hideSelectedOptions,n=e.isMulti;return void 0===a?n:a},t.onKeyDown=function(e){var a=t.props,n=a.isMulti,r=a.backspaceRemovesValue,i=a.escapeClearsValue,l=a.inputValue,o=a.isClearable,s=a.isDisabled,u=a.menuIsOpen,c=a.onKeyDown,d=a.tabSelectsValue,m=a.openMenuOnFocus,f=t.state,g=f.focusedOption,p=f.focusedValue,h=f.selectValue;if(!(s||"function"==typeof c&&(c(e),e.defaultPrevented))){switch(t.blockOptionHover=!0,e.key){case"ArrowLeft":if(!n||l)return;t.focusValue("previous");break;case"ArrowRight":if(!n||l)return;t.focusValue("next");break;case"Delete":case"Backspace":if(l)return;if(p)t.removeValue(p);else{if(!r)return;n?t.popValue():o&&t.clearValue()}break;case"Tab":if(t.isComposing)return;if(e.shiftKey||!u||!d||!g||m&&t.isOptionSelected(g,h))return;t.selectOption(g);break;case"Enter":if(229===e.keyCode)break;if(u){if(!g)return;if(t.isComposing)return;t.selectOption(g);break}return;case"Escape":u?(t.inputIsHiddenAfterUpdate=!1,t.onInputChange("",{action:"menu-close"}),t.onMenuClose()):o&&i&&t.clearValue();break;case" ":if(l)return;if(!u){t.openMenu("first");break}if(!g)return;t.selectOption(g);break;case"ArrowUp":u?t.focusOption("up"):t.openMenu("last");break;case"ArrowDown":u?t.focusOption("down"):t.openMenu("first");break;case"PageUp":if(!u)return;t.focusOption("pageup");break;case"PageDown":if(!u)return;t.focusOption("pagedown");break;case"Home":if(!u)return;t.focusOption("first");break;case"End":if(!u)return;t.focusOption("last");break;default:return}e.preventDefault()}},t.buildMenuOptions=function(e,a){var n=e.inputValue,r=void 0===n?"":n,i=e.options,l=function(e,n){var i=t.isOptionDisabled(e,a),l=t.isOptionSelected(e,a),o=t.getOptionLabel(e),s=t.getOptionValue(e);if(!(t.shouldHideSelectedOptions()&&l||!t.filterOption({label:o,value:s,data:e},r))){var u=i?void 0:function(){return t.onOptionHover(e)},c=i?void 0:function(){return t.selectOption(e)},d="".concat(t.getElementId("option"),"-").concat(n);return{innerProps:{id:d,onClick:c,onMouseMove:u,onMouseOver:u,tabIndex:-1},data:e,isDisabled:i,isSelected:l,key:d,label:o,type:"option",value:s}}};return i.reduce((function(e,a,n){if(a.options){t.hasGroups||(t.hasGroups=!0);var r=a.options.map((function(t,a){var r=l(t,"".concat(n,"-").concat(a));return r&&e.focusable.push(t),r})).filter(Boolean);if(r.length){var i="".concat(t.getElementId("group"),"-").concat(n);e.render.push({type:"group",key:i,data:a,options:r})}}else{var o=l(a,"".concat(n));o&&(e.render.push(o),e.focusable.push(a))}return e}),{render:[],focusable:[]})};var a=e.value;t.cacheComponents=nn(t.cacheComponents,yr).bind(Xa(t)),t.cacheComponents(e.components),t.instancePrefix="react-select-"+(t.props.instanceId||++Oi);var i=Jn(a);t.buildMenuOptions=nn(t.buildMenuOptions,(function(e,t){var a=Gn(e,2),n=a[0],r=a[1],i=Gn(t,2),l=i[0];return r===i[1]&&n.inputValue===l.inputValue&&n.options===l.options})).bind(Xa(t));var l=e.menuIsOpen?t.buildMenuOptions(e,i):{render:[],focusable:[]};return t.state.menuOptions=l,t.state.selectValue=i,t}return Ya(r,[{key:"componentDidMount",value:function(){this.startListeningComposition(),this.startListeningToTouch(),this.props.closeMenuOnScroll&&document&&document.addEventListener&&document.addEventListener("scroll",this.onScroll,!0),this.props.autoFocus&&this.focusInput()}},{key:"UNSAFE_componentWillReceiveProps",value:function(e){var t=this.props,a=t.options,n=t.value,r=t.menuIsOpen,i=t.inputValue;if(this.cacheComponents(e.components),e.value!==n||e.options!==a||e.menuIsOpen!==r||e.inputValue!==i){var l=Jn(e.value),o=e.menuIsOpen?this.buildMenuOptions(e,l):{render:[],focusable:[]},s=this.getNextFocusedValue(l),u=this.getNextFocusedOption(o.focusable);this.setState({menuOptions:o,selectValue:l,focusedOption:u,focusedValue:s})}null!=this.inputIsHiddenAfterUpdate&&(this.setState({inputIsHidden:this.inputIsHiddenAfterUpdate}),delete this.inputIsHiddenAfterUpdate)}},{key:"componentDidUpdate",value:function(e){var t,a,n,r,i,l=this.props,o=l.isDisabled,s=l.menuIsOpen,u=this.state.isFocused;(u&&!o&&e.isDisabled||u&&s&&!e.menuIsOpen)&&this.focusInput(),u&&o&&!e.isDisabled&&this.setState({isFocused:!1},this.onMenuClose),this.menuListRef&&this.focusedOptionRef&&this.scrollToFocusedOptionOnUpdate&&(t=this.menuListRef,a=this.focusedOptionRef,n=t.getBoundingClientRect(),r=a.getBoundingClientRect(),i=a.offsetHeight/3,r.bottom+i>n.bottom?Qn(t,Math.min(a.offsetTop+a.clientHeight-t.offsetHeight+i,t.scrollHeight)):r.top-i<n.top&&Qn(t,Math.max(a.offsetTop-i,0)),this.scrollToFocusedOptionOnUpdate=!1)}},{key:"componentWillUnmount",value:function(){this.stopListeningComposition(),this.stopListeningToTouch(),document.removeEventListener("scroll",this.onScroll,!0)}},{key:"onMenuOpen",value:function(){this.props.onMenuOpen()}},{key:"onMenuClose",value:function(){var e=this.props,t=e.isSearchable,a=e.isMulti;this.announceAriaLiveContext({event:"input",context:{isSearchable:t,isMulti:a}}),this.onInputChange("",{action:"menu-close"}),this.props.onMenuClose()}},{key:"onInputChange",value:function(e,t){this.props.onInputChange(e,t)}},{key:"focusInput",value:function(){this.inputRef&&this.inputRef.focus()}},{key:"blurInput",value:function(){this.inputRef&&this.inputRef.blur()}},{key:"openMenu",value:function(e){var t=this,a=this.state,n=a.selectValue,r=a.isFocused,i=this.buildMenuOptions(this.props,n),l=this.props,o=l.isMulti,s=l.tabSelectsValue,u="first"===e?0:i.focusable.length-1;if(!o){var c=i.focusable.indexOf(n[0]);c>-1&&(u=c)}this.scrollToFocusedOptionOnUpdate=!(r&&this.menuListRef),this.inputIsHiddenAfterUpdate=!1,this.setState({menuOptions:i,focusedValue:null,focusedOption:i.focusable[u]},(function(){t.onMenuOpen(),t.announceAriaLiveContext({event:"menu",context:{tabSelectsValue:s}})}))}},{key:"focusValue",value:function(e){var t=this.props,a=t.isMulti,n=t.isSearchable,r=this.state,i=r.selectValue,l=r.focusedValue;if(a){this.setState({focusedOption:null});var o=i.indexOf(l);l||(o=-1,this.announceAriaLiveContext({event:"value"}));var s=i.length-1,u=-1;if(i.length){switch(e){case"previous":u=0===o?0:-1===o?s:o-1;break;case"next":o>-1&&o<s&&(u=o+1)}-1===u&&this.announceAriaLiveContext({event:"input",context:{isSearchable:n,isMulti:a}}),this.setState({inputIsHidden:-1!==u,focusedValue:i[u]})}}}},{key:"focusOption",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"first",t=this.props,a=t.pageSize,n=t.tabSelectsValue,r=this.state,i=r.focusedOption,l=r.menuOptions,o=l.focusable;if(o.length){var s=0,u=o.indexOf(i);i||(u=-1,this.announceAriaLiveContext({event:"menu",context:{tabSelectsValue:n}})),"up"===e?s=u>0?u-1:o.length-1:"down"===e?s=(u+1)%o.length:"pageup"===e?(s=u-a)<0&&(s=0):"pagedown"===e?(s=u+a)>o.length-1&&(s=o.length-1):"last"===e&&(s=o.length-1),this.scrollToFocusedOptionOnUpdate=!0,this.setState({focusedOption:o[s],focusedValue:null}),this.announceAriaLiveContext({event:"menu",context:{isDisabled:Di(o[s]),tabSelectsValue:n}})}}},{key:"getTheme",value:function(){return this.props.theme?"function"==typeof this.props.theme?this.props.theme(Ci):ki(ki({},Ci),this.props.theme):Ci}},{key:"getCommonProps",value:function(){var e=this.clearValue,t=this.cx,a=this.getStyles,n=this.getValue,r=this.setValue,i=this.selectOption,l=this.props,o=l.isMulti,s=l.isRtl,u=l.options;return{cx:t,clearValue:e,getStyles:a,getValue:n,hasValue:this.hasValue(),isMulti:o,isRtl:s,options:u,selectOption:i,setValue:r,selectProps:l,theme:this.getTheme()}}},{key:"getNextFocusedValue",value:function(e){if(this.clearFocusValueOnUpdate)return this.clearFocusValueOnUpdate=!1,null;var t=this.state,a=t.focusedValue,n=t.selectValue.indexOf(a);if(n>-1){if(e.indexOf(a)>-1)return a;if(n<e.length)return e[n]}return null}},{key:"getNextFocusedOption",value:function(e){var t=this.state.focusedOption;return t&&e.indexOf(t)>-1?t:e[0]}},{key:"hasValue",value:function(){return this.state.selectValue.length>0}},{key:"hasOptions",value:function(){return!!this.state.menuOptions.render.length}},{key:"countOptions",value:function(){return this.state.menuOptions.focusable.length}},{key:"isClearable",value:function(){var e=this.props,t=e.isClearable,a=e.isMulti;return void 0===t?a:t}},{key:"isOptionDisabled",value:function(e,t){return"function"==typeof this.props.isOptionDisabled&&this.props.isOptionDisabled(e,t)}},{key:"isOptionSelected",value:function(e,t){var a=this;if(t.indexOf(e)>-1)return!0;if("function"==typeof this.props.isOptionSelected)return this.props.isOptionSelected(e,t);var n=this.getOptionValue(e);return t.some((function(e){return a.getOptionValue(e)===n}))}},{key:"filterOption",value:function(e,t){return!this.props.filterOption||this.props.filterOption(e,t)}},{key:"formatOptionLabel",value:function(e,t){if("function"==typeof this.props.formatOptionLabel){var a=this.props.inputValue,n=this.state.selectValue;return this.props.formatOptionLabel(e,{context:t,inputValue:a,selectValue:n})}return this.getOptionLabel(e)}},{key:"formatGroupLabel",value:function(e){return this.props.formatGroupLabel(e)}},{key:"startListeningComposition",value:function(){document&&document.addEventListener&&(document.addEventListener("compositionstart",this.onCompositionStart,!1),document.addEventListener("compositionend",this.onCompositionEnd,!1))}},{key:"stopListeningComposition",value:function(){document&&document.removeEventListener&&(document.removeEventListener("compositionstart",this.onCompositionStart),document.removeEventListener("compositionend",this.onCompositionEnd))}},{key:"startListeningToTouch",value:function(){document&&document.addEventListener&&(document.addEventListener("touchstart",this.onTouchStart,!1),document.addEventListener("touchmove",this.onTouchMove,!1),document.addEventListener("touchend",this.onTouchEnd,!1))}},{key:"stopListeningToTouch",value:function(){document&&document.removeEventListener&&(document.removeEventListener("touchstart",this.onTouchStart),document.removeEventListener("touchmove",this.onTouchMove),document.removeEventListener("touchend",this.onTouchEnd))}},{key:"constructAriaLiveMessage",value:function(){var e=this.state,t=e.ariaLiveContext,a=e.selectValue,n=e.focusedValue,r=e.focusedOption,i=this.props,l=i.options,o=i.menuIsOpen,s=i.inputValue,u=i.screenReaderStatus,c=n?function(e){var t=e.focusedValue,a=e.selectValue;return"value ".concat((0,e.getOptionLabel)(t)," focused, ").concat(a.indexOf(t)+1," of ").concat(a.length,".")}({focusedValue:n,getOptionLabel:this.getOptionLabel,selectValue:a}):"",d=r&&o?function(e){var t=e.focusedOption,a=e.options;return"option ".concat((0,e.getOptionLabel)(t)," focused").concat(t.isDisabled?" disabled":"",", ").concat(a.indexOf(t)+1," of ").concat(a.length,".")}({focusedOption:r,getOptionLabel:this.getOptionLabel,options:l}):"",m=function(e){var t=e.inputValue;return"".concat(e.screenReaderMessage).concat(t?" for search term "+t:"",".")}({inputValue:s,screenReaderMessage:u({count:this.countOptions()})});return"".concat(c," ").concat(d," ").concat(m," ").concat(t)}},{key:"renderInput",value:function(){var e=this.props,t=e.isDisabled,a=e.isSearchable,n=e.inputId,r=e.inputValue,i=e.tabIndex,o=e.form,s=this.components.Input,u=this.state.inputIsHidden,c=n||this.getElementId("input"),d={"aria-autocomplete":"list","aria-label":this.props["aria-label"],"aria-labelledby":this.props["aria-labelledby"]};if(!a)return l().createElement(ii,q({id:c,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:Kn,onFocus:this.onInputFocus,readOnly:!0,disabled:t,tabIndex:i,form:o,value:""},d));var m=this.commonProps,f=m.cx,g=m.theme,p=m.selectProps;return l().createElement(s,q({autoCapitalize:"none",autoComplete:"off",autoCorrect:"off",cx:f,getStyles:this.getStyles,id:c,innerRef:this.getInputRef,isDisabled:t,isHidden:u,onBlur:this.onInputBlur,onChange:this.handleInputChange,onFocus:this.onInputFocus,selectProps:p,spellCheck:"false",tabIndex:i,form:o,theme:g,type:"text",value:r},d))}},{key:"renderPlaceholderOrValue",value:function(){var e=this,t=this.components,a=t.MultiValue,n=t.MultiValueContainer,r=t.MultiValueLabel,i=t.MultiValueRemove,o=t.SingleValue,s=t.Placeholder,u=this.commonProps,c=this.props,d=c.controlShouldRenderValue,m=c.isDisabled,f=c.isMulti,g=c.inputValue,p=c.placeholder,h=this.state,v=h.selectValue,b=h.focusedValue,w=h.isFocused;if(!this.hasValue()||!d)return g?null:l().createElement(s,q({},u,{key:"placeholder",isDisabled:m,isFocused:w}),p);if(f){var y=v.map((function(t,o){var s=t===b;return l().createElement(a,q({},u,{components:{Container:n,Label:r,Remove:i},isFocused:s,isDisabled:m,key:"".concat(e.getOptionValue(t)).concat(o),index:o,removeProps:{onClick:function(){return e.removeValue(t)},onTouchEnd:function(){return e.removeValue(t)},onMouseDown:function(e){e.preventDefault(),e.stopPropagation()}},data:t}),e.formatOptionLabel(t,"value"))}));return y}if(g)return null;var x=v[0];return l().createElement(o,q({},u,{data:x,isDisabled:m}),this.formatOptionLabel(x,"value"))}},{key:"renderClearIndicator",value:function(){var e=this.components.ClearIndicator,t=this.commonProps,a=this.props,n=a.isDisabled,r=a.isLoading,i=this.state.isFocused;if(!this.isClearable()||!e||n||!this.hasValue()||r)return null;var o={onMouseDown:this.onClearIndicatorMouseDown,onTouchEnd:this.onClearIndicatorTouchEnd,"aria-hidden":"true"};return l().createElement(e,q({},t,{innerProps:o,isFocused:i}))}},{key:"renderLoadingIndicator",value:function(){var e=this.components.LoadingIndicator,t=this.commonProps,a=this.props,n=a.isDisabled,r=a.isLoading,i=this.state.isFocused;return e&&r?l().createElement(e,q({},t,{innerProps:{"aria-hidden":"true"},isDisabled:n,isFocused:i})):null}},{key:"renderIndicatorSeparator",value:function(){var e=this.components,t=e.DropdownIndicator,a=e.IndicatorSeparator;if(!t||!a)return null;var n=this.commonProps,r=this.props.isDisabled,i=this.state.isFocused;return l().createElement(a,q({},n,{isDisabled:r,isFocused:i}))}},{key:"renderDropdownIndicator",value:function(){var e=this.components.DropdownIndicator;if(!e)return null;var t=this.commonProps,a=this.props.isDisabled,n=this.state.isFocused,r={onMouseDown:this.onDropdownIndicatorMouseDown,onTouchEnd:this.onDropdownIndicatorTouchEnd,"aria-hidden":"true"};return l().createElement(e,q({},t,{innerProps:r,isDisabled:a,isFocused:n}))}},{key:"renderMenu",value:function(){var e=this,t=this.components,a=t.Group,n=t.GroupHeading,r=t.Menu,i=t.MenuList,o=t.MenuPortal,s=t.LoadingMessage,u=t.NoOptionsMessage,c=t.Option,d=this.commonProps,m=this.state,f=m.focusedOption,g=m.menuOptions,p=this.props,h=p.captureMenuScroll,v=p.inputValue,b=p.isLoading,w=p.loadingMessage,y=p.minMenuHeight,x=p.maxMenuHeight,D=p.menuIsOpen,E=p.menuPlacement,C=p.menuPosition,_=p.menuPortalTarget,k=p.menuShouldBlockScroll,S=p.menuShouldScrollIntoView,O=p.noOptionsMessage,T=p.onMenuScrollToTop,N=p.onMenuScrollToBottom;if(!D)return null;var A,M=function(t){var a=f===t.data;return t.innerRef=a?e.getFocusedOptionRef:void 0,l().createElement(c,q({},d,t,{isFocused:a}),e.formatOptionLabel(t.data,"menu"))};if(this.hasOptions())A=g.render.map((function(t){if("group"===t.type){t.type;var r=Bn(t,["type"]),i="".concat(t.key,"-heading");return l().createElement(a,q({},d,r,{Heading:n,headingProps:{id:i,data:t.data},label:e.formatGroupLabel(t.data)}),t.options.map((function(e){return M(e)})))}if("option"===t.type)return M(t)}));else if(b){var P=w({inputValue:v});if(null===P)return null;A=l().createElement(s,d,P)}else{var L=O({inputValue:v});if(null===L)return null;A=l().createElement(u,d,L)}var I={minMenuHeight:y,maxMenuHeight:x,menuPlacement:E,menuPosition:C,menuShouldScrollIntoView:S},V=l().createElement(ur,q({},d,I),(function(t){var a=t.ref,n=t.placerProps,o=n.placement,s=n.maxHeight;return l().createElement(r,q({},d,I,{innerRef:a,innerProps:{onMouseDown:e.onMenuMouseDown,onMouseMove:e.onMenuMouseMove},isLoading:b,placement:o}),l().createElement(wi,{isEnabled:h,onTopArrive:T,onBottomArrive:N},l().createElement(vi,{isEnabled:k},l().createElement(i,q({},d,{innerRef:e.getMenuListRef,isLoading:b,maxHeight:s}),A))))}));return _||"fixed"===C?l().createElement(o,q({},d,{appendTo:_,controlElement:this.controlRef,menuPlacement:E,menuPosition:C}),V):V}},{key:"renderFormField",value:function(){var e=this,t=this.props,a=t.delimiter,n=t.isDisabled,r=t.isMulti,i=t.name,o=this.state.selectValue;if(i&&!n){if(r){if(a){var s=o.map((function(t){return e.getOptionValue(t)})).join(a);return l().createElement("input",{name:i,type:"hidden",value:s})}var u=o.length>0?o.map((function(t,a){return l().createElement("input",{key:"i-".concat(a),name:i,type:"hidden",value:e.getOptionValue(t)})})):l().createElement("input",{name:i,type:"hidden"});return l().createElement("div",null,u)}var c=o[0]?this.getOptionValue(o[0]):"";return l().createElement("input",{name:i,type:"hidden",value:c})}}},{key:"renderLiveRegion",value:function(){return this.state.isFocused?l().createElement(ri,{"aria-live":"polite"},l().createElement("span",{id:"aria-selection-event"}," ",this.state.ariaLiveSelection),l().createElement("span",{id:"aria-context"}," ",this.constructAriaLiveMessage())):null}},{key:"render",value:function(){var e=this.components,t=e.Control,a=e.IndicatorsContainer,n=e.SelectContainer,r=e.ValueContainer,i=this.props,o=i.className,s=i.id,u=i.isDisabled,c=i.menuIsOpen,d=this.state.isFocused,m=this.commonProps=this.getCommonProps();return l().createElement(n,q({},m,{className:o,innerProps:{id:s,onKeyDown:this.onKeyDown},isDisabled:u,isFocused:d}),this.renderLiveRegion(),l().createElement(t,q({},m,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:u,isFocused:d,menuIsOpen:c}),l().createElement(r,q({},m,{isDisabled:u}),this.renderPlaceholderOrValue(),this.renderInput()),l().createElement(a,q({},m,{isDisabled:u}),this.renderClearIndicator(),this.renderLoadingIndicator(),this.renderIndicatorSeparator(),this.renderDropdownIndicator())),this.renderMenu(),this.renderFormField())}}]),r}(i.Component);Ti.defaultProps=Si;i.Component;var Ni,Ai,Mi,Pi=(Ni=Ti,Mi=Ai=function(e){Ja(r,e);var t,a,n=(t=r,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=en(t);if(a){var r=en(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Qa(this,e)});function r(){var e;Ka(this,r);for(var t=arguments.length,a=new Array(t),i=0;i<t;i++)a[i]=arguments[i];return(e=n.call.apply(n,[this].concat(a))).select=void 0,e.state={inputValue:void 0!==e.props.inputValue?e.props.inputValue:e.props.defaultInputValue,menuIsOpen:void 0!==e.props.menuIsOpen?e.props.menuIsOpen:e.props.defaultMenuIsOpen,value:void 0!==e.props.value?e.props.value:e.props.defaultValue},e.onChange=function(t,a){e.callProp("onChange",t,a),e.setState({value:t})},e.onInputChange=function(t,a){var n=e.callProp("onInputChange",t,a);e.setState({inputValue:void 0!==n?n:t})},e.onMenuOpen=function(){e.callProp("onMenuOpen"),e.setState({menuIsOpen:!0})},e.onMenuClose=function(){e.callProp("onMenuClose"),e.setState({menuIsOpen:!1})},e}return Ya(r,[{key:"focus",value:function(){this.select.focus()}},{key:"blur",value:function(){this.select.blur()}},{key:"getProp",value:function(e){return void 0!==this.props[e]?this.props[e]:this.state[e]}},{key:"callProp",value:function(e){if("function"==typeof this.props[e]){for(var t,a=arguments.length,n=new Array(a>1?a-1:0),r=1;r<a;r++)n[r-1]=arguments[r];return(t=this.props)[e].apply(t,n)}}},{key:"render",value:function(){var e=this,t=this.props,a=(t.defaultInputValue,t.defaultMenuIsOpen,t.defaultValue,Bn(t,["defaultInputValue","defaultMenuIsOpen","defaultValue"]));return l().createElement(Ni,q({},a,{ref:function(t){e.select=t},inputValue:this.getProp("inputValue"),menuIsOpen:this.getProp("menuIsOpen"),onChange:this.onChange,onInputChange:this.onInputChange,onMenuClose:this.onMenuClose,onMenuOpen:this.onMenuOpen,value:this.getProp("value")}))}}]),r}(i.Component),Ai.defaultProps={defaultInputValue:"",defaultMenuIsOpen:!1,defaultValue:null},Mi),Li=Pi,Ii={Default:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},Arial:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},Georgia:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},Helvetica:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},"Times New Roman":{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},ABeeZee:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Abel:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Abhaya Libre":{v:["regular","500","600","700","800"],subset:["latin-ext","sinhala","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},"Abril Fatface":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Aclonica:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Acme:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Actor:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Adamina:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Advent Pro":{v:["100","200","300","regular","500","600","700"],subset:["latin-ext","greek","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal"]},"Aguafina Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Akronim:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Aladin:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Aldrich:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Alef:{v:["regular","700"],subset:["hebrew","latin"],weight:["Default","400","700"],i:["normal"]},Alegreya:{v:["regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","500","700","800","900"],i:["normal","italic"]},"Alegreya SC":{v:["regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","500","700","800","900"],i:["normal","italic"]},"Alegreya Sans":{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal","italic"]},"Alegreya Sans SC":{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal","italic"]},"Alex Brush":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Alfa Slab One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Alice:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin"],weight:["Default","400"],i:["normal"]},Alike:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Alike Angular":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Allan:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Allerta:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Allerta Stencil":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Allura:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Almendra:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Almendra Display":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Almendra SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Amarante:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Amaranth:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Amatic SC":{v:["regular","700"],subset:["cyrillic","latin-ext","hebrew","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Amethysta:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Amiko:{v:["regular","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","600","700"],i:["normal"]},Amiri:{v:["regular","italic","700","700italic"],subset:["latin-ext","arabic","latin"],weight:["Default","400","700"],i:["normal","italic"]},Amita:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Anaheim:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Andada:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Andika:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Angkor:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Annie Use Your Telescope":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Anonymous Pro":{v:["regular","italic","700","700italic"],subset:["cyrillic","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Antic:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Antic Didone":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Antic Slab":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Anton:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Arapey:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Arbutus:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Arbutus Slab":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Architects Daughter":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Archivo:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Archivo Black":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Archivo Narrow":{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Aref Ruqaa":{v:["regular","700"],subset:["arabic","latin"],weight:["Default","400","700"],i:["normal"]},"Arima Madurai":{v:["100","200","300","regular","500","700","800","900"],subset:["latin-ext","tamil","vietnamese","latin"],weight:["Default","100","200","300","400","500","700","800","900"],i:["normal"]},Arimo:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Arizonia:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Armata:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Arsenal:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Artifika:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Arvo:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Arya:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Asap:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Asap Condensed":{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},Asar:{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Asset:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Assistant:{v:["200","300","regular","600","700","800"],subset:["hebrew","latin"],weight:["Default","200","300","400","600","700","800"],i:["normal"]},Astloch:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Asul:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Athiti:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},Atma:{v:["300","regular","500","600","700"],subset:["latin-ext","bengali","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Atomic Age":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Aubrey:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Audiowide:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Autour One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Average:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Average Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Averia Gruesa Libre":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Averia Libre":{v:["300","300italic","regular","italic","700","700italic"],subset:["latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Averia Sans Libre":{v:["300","300italic","regular","italic","700","700italic"],subset:["latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Averia Serif Libre":{v:["300","300italic","regular","italic","700","700italic"],subset:["latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Bad Script":{v:["regular"],subset:["cyrillic","latin"],weight:["Default","400"],i:["normal"]},Bahiana:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Baloo:{v:["regular"],subset:["latin-ext","devanagari","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Bhai":{v:["regular"],subset:["latin-ext","gujarati","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Bhaijaan":{v:["regular"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Bhaina":{v:["regular"],subset:["latin-ext","oriya","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Chettan":{v:["regular"],subset:["malayalam","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Da":{v:["regular"],subset:["latin-ext","vietnamese","bengali","latin"],weight:["Default","400"],i:["normal"]},"Baloo Paaji":{v:["regular"],subset:["latin-ext","gurmukhi","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Tamma":{v:["regular"],subset:["latin-ext","vietnamese","latin","kannada"],weight:["Default","400"],i:["normal"]},"Baloo Tammudu":{v:["regular"],subset:["latin-ext","telugu","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Thambi":{v:["regular"],subset:["latin-ext","tamil","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Balthazar:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bangers:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Barlow:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Barlow Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Barlow Semi Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Barrio:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Basic:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Battambang:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},Baumans:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bayon:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Belgrano:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bellefair:{v:["regular"],subset:["latin-ext","hebrew","latin"],weight:["Default","400"],i:["normal"]},Belleza:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},BenchNine:{v:["300","regular","700"],subset:["latin-ext","latin"],weight:["Default","300","400","700"],i:["normal"]},Bentham:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Berkshire Swash":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Bevan:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bigelow Rules":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bigshot One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bilbo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bilbo Swash Caps":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},BioRhyme:{v:["200","300","regular","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","700","800"],i:["normal"]},"BioRhyme Expanded":{v:["200","300","regular","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","700","800"],i:["normal"]},Biryani:{v:["200","300","regular","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal"]},Bitter:{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Black And White Picture":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Black Han Sans":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Black Ops One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Bokor:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Bonbon:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Boogaloo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Bowlby One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Bowlby One SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Brawler:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Bree Serif":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bubblegum Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bubbler One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Buda:{v:["300"],subset:["latin"],weight:["Default","300"],i:[]},Buenard:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Bungee:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Hairline":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Inline":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Outline":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Shade":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Butcherman:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Butterfly Kids":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Cabin:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Cabin Condensed":{v:["regular","500","600","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal"]},"Cabin Sketch":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Caesar Dressing":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cagliostro:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cairo:{v:["200","300","regular","600","700","900"],subset:["latin-ext","arabic","latin"],weight:["Default","200","300","400","600","700","900"],i:["normal"]},Calligraffitti:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cambay:{v:["regular","italic","700","700italic"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal","italic"]},Cambo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Candal:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cantarell:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Cantata One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Cantora One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Capriola:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Cardo:{v:["regular","italic","700"],subset:["greek-ext","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Carme:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Carrois Gothic":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Carrois Gothic SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Carter One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Catamaran:{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","tamil","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Caudex:{v:["regular","italic","700","700italic"],subset:["greek-ext","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Caveat:{v:["regular","700"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Caveat Brush":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Cedarville Cursive":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Ceviche One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Changa:{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","arabic","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Changa One":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Chango:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Chathura:{v:["100","300","regular","700","800"],subset:["telugu","latin"],weight:["Default","100","300","400","700","800"],i:["normal"]},"Chau Philomene One":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Chela One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Chelsea Market":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Chenla:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Cherry Cream Soda":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Cherry Swash":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Chewy:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Chicle:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Chivo:{v:["300","300italic","regular","italic","700","700italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","300","400","700","900"],i:["normal","italic"]},Chonburi:{v:["regular"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Cinzel:{v:["regular","700","900"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal"]},"Cinzel Decorative":{v:["regular","700","900"],subset:["latin"],weight:["Default","400","700","900"],i:["normal"]},"Clicker Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Coda:{v:["regular","800"],subset:["latin-ext","latin"],weight:["Default","400","800"],i:["normal"]},"Coda Caption":{v:["800"],subset:["latin-ext","latin"],weight:["Default","800"],i:[]},Codystar:{v:["300","regular"],subset:["latin-ext","latin"],weight:["Default","300","400"],i:["normal"]},Coiny:{v:["regular"],subset:["latin-ext","tamil","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Combo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Comfortaa:{v:["300","regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","700"],i:["normal"]},"Coming Soon":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Concert One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Condiment:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Content:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},"Contrail One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Convergence:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cookie:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Copse:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Corben:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Cormorant:{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Cormorant Garamond":{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Cormorant Infant":{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Cormorant SC":{v:["300","regular","500","600","700"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Cormorant Unicase":{v:["300","regular","500","600","700"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Cormorant Upright":{v:["300","regular","500","600","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Courgette:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Cousine:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Coustard:{v:["regular","900"],subset:["latin"],weight:["Default","400","900"],i:["normal"]},"Covered By Your Grace":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Crafty Girls":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Creepster:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Crete Round":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Crimson Text":{v:["regular","italic","600","600italic","700","700italic"],subset:["latin"],weight:["Default","400","600","700"],i:["normal","italic"]},"Croissant One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Crushed:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cuprum:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Cute Font":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Cutive:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Cutive Mono":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Damion:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Dancing Script":{v:["regular","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Dangrek:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"David Libre":{v:["regular","500","700"],subset:["latin-ext","hebrew","vietnamese","latin"],weight:["Default","400","500","700"],i:["normal"]},"Dawning of a New Day":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Days One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Dekko:{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Delius:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Delius Swash Caps":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Delius Unicase":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Della Respira":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Denk One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Devonshire:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Dhurjati:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Didact Gothic":{v:["regular"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400"],i:["normal"]},Diplomata:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Diplomata SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Do Hyeon":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Dokdo:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Domine:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Donegal One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Doppio One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Dorsa:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Dosis:{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Dr Sugiyama":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Duru Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Dynalight:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"EB Garamond":{v:["regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","500","600","700","800"],i:["normal","italic"]},"Eagle Lake":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"East Sea Dokdo":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Eater:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Economica:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Eczar:{v:["regular","500","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},"El Messiri":{v:["regular","500","600","700"],subset:["cyrillic","arabic","latin"],weight:["Default","400","500","600","700"],i:["normal"]},Electrolize:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Elsie:{v:["regular","900"],subset:["latin-ext","latin"],weight:["Default","400","900"],i:["normal"]},"Elsie Swash Caps":{v:["regular","900"],subset:["latin-ext","latin"],weight:["Default","400","900"],i:["normal"]},"Emblema One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Emilys Candy":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Encode Sans":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Expanded":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Semi Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Semi Expanded":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Engagement:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Englebert:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Enriqueta:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Erica One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Esteban:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Euphoria Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ewert:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Exo:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Exo 2":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Expletus Sans":{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Fanwood Text":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Farsan:{v:["regular"],subset:["latin-ext","gujarati","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Fascinate:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Fascinate Inline":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Faster One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Fasthand:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Fauna One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Faustina:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},Federant:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Federo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Felipa:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Fenix:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Finger Paint":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Fira Mono":{v:["regular","500","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400","500","700"],i:["normal"]},"Fira Sans":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Fira Sans Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Fira Sans Extra Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Fjalla One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Fjord One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Flamenco:{v:["300","regular"],subset:["latin"],weight:["Default","300","400"],i:["normal"]},Flavors:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Fondamento:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Fontdiner Swanky":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Forum:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Francois One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Frank Ruhl Libre":{v:["300","regular","500","700","900"],subset:["latin-ext","hebrew","latin"],weight:["Default","300","400","500","700","900"],i:["normal"]},"Freckle Face":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Fredericka the Great":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Fredoka One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Freehand:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Fresca:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Frijole:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Fruktur:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Fugaz One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"GFS Didot":{v:["regular"],subset:["greek"],weight:["Default","400"],i:["normal"]},"GFS Neohellenic":{v:["regular","italic","700","700italic"],subset:["greek"],weight:["Default","400","700"],i:["normal","italic"]},Gabriela:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin"],weight:["Default","400"],i:["normal"]},Gaegu:{v:["300","regular","700"],subset:["korean","latin"],weight:["Default","300","400","700"],i:["normal"]},Gafata:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Galada:{v:["regular"],subset:["bengali","latin"],weight:["Default","400"],i:["normal"]},Galdeano:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Galindo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Gamja Flower":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Gentium Basic":{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Gentium Book Basic":{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Geo:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Geostar:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Geostar Fill":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Germania One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Gidugu:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Gilda Display":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Give You Glory":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Glass Antiqua":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Glegoo:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},"Gloria Hallelujah":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Goblin One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Gochi Hand":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Gorditas:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Gothic A1":{v:["100","200","300","regular","500","600","700","800","900"],subset:["korean","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Goudy Bookletter 1911":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Graduate:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Grand Hotel":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Gravitas One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Great Vibes":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Griffy:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Gruppo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Gudea:{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Gugi:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Gurajada:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Habibi:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Halant:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hammersmith One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Hanalei:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Hanalei Fill":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Handlee:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Hanuman:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},"Happy Monkey":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Harmattan:{v:["regular"],subset:["arabic","latin"],weight:["Default","400"],i:["normal"]},"Headland One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Heebo:{v:["100","300","regular","500","700","800","900"],subset:["hebrew","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal"]},"Henny Penny":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Herr Von Muellerhoff":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Hi Melody":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Hind:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Guntur":{v:["300","regular","500","600","700"],subset:["latin-ext","telugu","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Madurai":{v:["300","regular","500","600","700"],subset:["latin-ext","tamil","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Siliguri":{v:["300","regular","500","600","700"],subset:["latin-ext","bengali","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Vadodara":{v:["300","regular","500","600","700"],subset:["latin-ext","gujarati","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Holtwood One SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Homemade Apple":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Homenaje:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IBM Plex Mono":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IBM Plex Sans":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IBM Plex Sans Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IBM Plex Serif":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IM Fell DW Pica":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell DW Pica SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell Double Pica":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell Double Pica SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell English":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell English SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell French Canon":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell French Canon SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell Great Primer":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell Great Primer SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Iceberg:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Iceland:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Imprima:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Inconsolata:{v:["regular","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Inder:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Indie Flower":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Inika:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Inknut Antiqua":{v:["300","regular","500","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700","800","900"],i:["normal"]},"Irish Grover":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Istok Web":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Italiana:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Italianno:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Itim:{v:["regular"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Jacques Francois":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Jacques Francois Shadow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Jaldi:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},"Jim Nightshade":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Jockey One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Jolly Lodger":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Jomhuria:{v:["regular"],subset:["latin-ext","arabic","latin"],weight:["Default","400"],i:["normal"]},"Josefin Sans":{v:["100","100italic","300","300italic","regular","italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","300","400","600","700"],i:["normal","italic"]},"Josefin Slab":{v:["100","100italic","300","300italic","regular","italic","600","600italic","700","700italic"],subset:["latin"],weight:["Default","100","300","400","600","700"],i:["normal","italic"]},"Joti One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Jua:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Judson:{v:["regular","italic","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Julee:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Julius Sans One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Junge:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Jura:{v:["300","regular","500","600","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Just Another Hand":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Just Me Again Down Here":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kadwa:{v:["regular","700"],subset:["devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Kalam:{v:["300","regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","700"],i:["normal"]},Kameron:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Kanit:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Kantumruy:{v:["300","regular","700"],subset:["khmer"],weight:["Default","300","400","700"],i:["normal"]},Karla:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Karma:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Katibeh:{v:["regular"],subset:["latin-ext","arabic","latin"],weight:["Default","400"],i:["normal"]},"Kaushan Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kavivanar:{v:["regular"],subset:["latin-ext","tamil","latin"],weight:["Default","400"],i:["normal"]},Kavoon:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Kdam Thmor":{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Keania One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Kelly Slab":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kenia:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Khand:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Khmer:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Khula:{v:["300","regular","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","600","700","800"],i:["normal"]},"Kirang Haerang":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Kite One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Knewave:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kosugi:{v:["regular"],subset:["cyrillic","japanese","latin"],weight:["Default","400"],i:["normal"]},"Kosugi Maru":{v:["regular"],subset:["cyrillic","japanese","latin"],weight:["Default","400"],i:["normal"]},"Kotta One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Koulen:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Kranky:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Kreon:{v:["300","regular","700"],subset:["latin"],weight:["Default","300","400","700"],i:["normal"]},Kristi:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Krona One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Kumar One":{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},"Kumar One Outline":{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},Kurale:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},"La Belle Aurore":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Laila:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Lakki Reddy":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Lalezar:{v:["regular"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Lancelot:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Lateef:{v:["regular"],subset:["arabic","latin"],weight:["Default","400"],i:["normal"]},Lato:{v:["100","100italic","300","300italic","regular","italic","700","700italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","300","400","700","900"],i:["normal","italic"]},"League Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Leckerli One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Ledger:{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Lekton:{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Lemon:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Lemonada:{v:["300","regular","600","700"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","300","400","600","700"],i:["normal"]},"Libre Barcode 128":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 128 Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39 Extended":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39 Extended Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39 Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Baskerville":{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Libre Franklin":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Life Savers":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Lilita One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Lily Script One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Limelight:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Linden Hill":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Lobster:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Lobster Two":{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Londrina Outline":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Londrina Shadow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Londrina Sketch":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Londrina Solid":{v:["100","300","regular","900"],subset:["latin"],weight:["Default","100","300","400","900"],i:["normal"]},Lora:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Love Ya Like A Sister":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Loved by the King":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Lovers Quarrel":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Luckiest Guy":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Lusitana:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Lustria:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"M PLUS 1p":{v:["100","300","regular","500","700","800","900"],subset:["cyrillic","cyrillic-ext","greek-ext","japanese","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal"]},"M PLUS Rounded 1c":{v:["100","300","regular","500","700","800","900"],subset:["cyrillic","cyrillic-ext","greek-ext","japanese","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal"]},Macondo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Macondo Swash Caps":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Mada:{v:["200","300","regular","500","600","700","900"],subset:["arabic","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},Magra:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Maiden Orange":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Maitree:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},Mako:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Mallanna:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Mandali:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Manuale:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},Marcellus:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Marcellus SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Marck Script":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Margarine:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Markazi Text":{v:["regular","500","600","700"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal"]},"Marko One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Marmelad:{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Martel:{v:["200","300","regular","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal"]},"Martel Sans":{v:["200","300","regular","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal"]},Marvel:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Mate:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"Mate SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Maven Pro":{v:["regular","500","700","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","700","900"],i:["normal"]},McLaren:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Meddon:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},MedievalSharp:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Medula One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Meera Inimai":{v:["regular"],subset:["tamil","latin"],weight:["Default","400"],i:["normal"]},Megrim:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Meie Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Merienda:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Merienda One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Merriweather:{v:["300","300italic","regular","italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","700","900"],i:["normal","italic"]},"Merriweather Sans":{v:["300","300italic","regular","italic","700","700italic","800","800italic"],subset:["latin-ext","latin"],weight:["Default","300","400","700","800"],i:["normal","italic"]},Metal:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Metal Mania":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Metamorphous:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Metrophobic:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Michroma:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Milonga:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Miltonian:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Miltonian Tattoo":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Mina:{v:["regular","700"],subset:["latin-ext","bengali","latin"],weight:["Default","400","700"],i:["normal"]},Miniver:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Miriam Libre":{v:["regular","700"],subset:["latin-ext","hebrew","latin"],weight:["Default","400","700"],i:["normal"]},Mirza:{v:["regular","500","600","700"],subset:["latin-ext","arabic","latin"],weight:["Default","400","500","600","700"],i:["normal"]},"Miss Fajardose":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Mitr:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},Modak:{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},"Modern Antiqua":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Mogra:{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},Molengo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Molle:{v:["italic"],subset:["latin-ext","latin"],weight:["Default"],i:["italic"]},Monda:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Monofett:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Monoton:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Monsieur La Doulaise":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Montaga:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Montez:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Montserrat:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Montserrat Alternates":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Montserrat Subrayada":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Moul:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Moulpali:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Mountains of Christmas":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Mouse Memoirs":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mr Bedfort":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mr Dafoe":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mr De Haviland":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mrs Saint Delafield":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mrs Sheppards":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Mukta:{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Mukta Mahee":{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","gurmukhi","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Mukta Malar":{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","tamil","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Mukta Vaani":{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","gujarati","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},Muli:{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal","italic"]},"Mystery Quest":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},NTR:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Nanum Brush Script":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Nanum Gothic":{v:["regular","700","800"],subset:["korean","latin"],weight:["Default","400","700","800"],i:["normal"]},"Nanum Gothic Coding":{v:["regular","700"],subset:["korean","latin"],weight:["Default","400","700"],i:["normal"]},"Nanum Myeongjo":{v:["regular","700","800"],subset:["korean","latin"],weight:["Default","400","700","800"],i:["normal"]},"Nanum Pen Script":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Neucha:{v:["regular"],subset:["cyrillic","latin"],weight:["Default","400"],i:["normal"]},Neuton:{v:["200","300","regular","italic","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","700","800"],i:["normal","italic"]},"New Rocker":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"News Cycle":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Niconne:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Nixie One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Nobile:{v:["regular","italic","500","500italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","500","700"],i:["normal","italic"]},Nokora:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},Norican:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Nosifer:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Nothing You Could Do":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Noticia Text":{v:["regular","italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Noto Sans":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","devanagari","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Noto Sans JP":{v:["100","300","regular","500","700","900"],subset:["japanese","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal"]},"Noto Sans KR":{v:["100","300","regular","500","700","900"],subset:["korean","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal"]},"Noto Serif":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Noto Serif JP":{v:["200","300","regular","500","600","700","900"],subset:["japanese","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},"Noto Serif KR":{v:["200","300","regular","500","600","700","900"],subset:["korean","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},"Nova Cut":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Flat":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Mono":{v:["regular"],subset:["greek","latin"],weight:["Default","400"],i:["normal"]},"Nova Oval":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Round":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Slim":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Square":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Numans:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Nunito:{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal","italic"]},"Nunito Sans":{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal","italic"]},"Odor Mean Chey":{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Offside:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Old Standard TT":{v:["regular","italic","700"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Oldenburg:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Oleo Script":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Oleo Script Swash Caps":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Open Sans":{v:["300","300italic","regular","italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","600","700","800"],i:["normal","italic"]},"Open Sans Condensed":{v:["300","300italic","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","700"],i:[]},Oranienbaum:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Orbitron:{v:["regular","500","700","900"],subset:["latin"],weight:["Default","400","500","700","900"],i:["normal"]},Oregano:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Orienta:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Original Surfer":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Oswald:{v:["200","300","regular","500","600","700"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},"Over the Rainbow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Overlock:{v:["regular","italic","700","700italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal","italic"]},"Overlock SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Overpass:{v:["100","100italic","200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","600","700","800","900"],i:["normal","italic"]},"Overpass Mono":{v:["300","regular","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","600","700"],i:["normal"]},Ovo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Oxygen:{v:["300","regular","700"],subset:["latin-ext","latin"],weight:["Default","300","400","700"],i:["normal"]},"Oxygen Mono":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"PT Mono":{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"PT Sans":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"PT Sans Caption":{v:["regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"PT Sans Narrow":{v:["regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"PT Serif":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"PT Serif Caption":{v:["regular","italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Pacifico:{v:["regular"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Padauk:{v:["regular","700"],subset:["myanmar","latin"],weight:["Default","400","700"],i:["normal"]},Palanquin:{v:["100","200","300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal"]},"Palanquin Dark":{v:["regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700"],i:["normal"]},Pangolin:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Paprika:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Parisienne:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Passero One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Passion One":{v:["regular","700","900"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal"]},"Pathway Gothic One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Patrick Hand":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Patrick Hand SC":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Pattaya:{v:["regular"],subset:["cyrillic","latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Patua One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Pavanam:{v:["regular"],subset:["latin-ext","tamil","latin"],weight:["Default","400"],i:["normal"]},"Paytone One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Peddana:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Peralta:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Permanent Marker":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Petit Formal Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Petrona:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Philosopher:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Piedra:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Pinyon Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Pirata One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Plaster:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Play:{v:["regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Playball:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Playfair Display":{v:["regular","italic","700","700italic","900","900italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","400","700","900"],i:["normal","italic"]},"Playfair Display SC":{v:["regular","italic","700","700italic","900","900italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","400","700","900"],i:["normal","italic"]},Podkova:{v:["regular","500","600","700","800"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},"Poiret One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Poller One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Poly:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Pompiere:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Pontano Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Poor Story":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Poppins:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","devanagari","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Port Lligat Sans":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Port Lligat Slab":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Pragati Narrow":{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Prata:{v:["regular"],subset:["cyrillic","cyrillic-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Preahvihear:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Press Start 2P":{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","latin"],weight:["Default","400"],i:["normal"]},Pridi:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},"Princess Sofia":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Prociono:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Prompt:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Prosto One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Proza Libre":{v:["regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["latin-ext","latin"],weight:["Default","400","500","600","700","800"],i:["normal","italic"]},Puritan:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Purple Purse":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Quando:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Quantico:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Quattrocento:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Quattrocento Sans":{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Questrial:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Quicksand:{v:["300","regular","500","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","300","400","500","700"],i:["normal"]},Quintessential:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Qwigley:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Racing Sans One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Radley:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Rajdhani:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Rakkas:{v:["regular"],subset:["latin-ext","arabic","latin"],weight:["Default","400"],i:["normal"]},Raleway:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Raleway Dots":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ramabhadra:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Ramaraja:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Rambla:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Rammetto One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ranchers:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Rancho:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Ranga:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Rasa:{v:["300","regular","500","600","700"],subset:["latin-ext","gujarati","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Rationale:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Ravi Prakash":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Redressed:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Reem Kufi":{v:["regular"],subset:["arabic","latin"],weight:["Default","400"],i:["normal"]},"Reenie Beanie":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Revalia:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Rhodium Libre":{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Ribeye:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Ribeye Marrow":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Righteous:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Risque:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Roboto:{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal","italic"]},"Roboto Condensed":{v:["300","300italic","regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Roboto Mono":{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700"],i:["normal","italic"]},"Roboto Slab":{v:["100","300","regular","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","700"],i:["normal"]},Rochester:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Rock Salt":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Rokkitt:{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Romanesco:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Ropa Sans":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Rosario:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Rosarivo:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Rouge Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Rozha One":{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Rubik:{v:["300","300italic","regular","italic","500","500italic","700","700italic","900","900italic"],subset:["cyrillic","latin-ext","hebrew","latin"],weight:["Default","300","400","500","700","900"],i:["normal","italic"]},"Rubik Mono One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ruda:{v:["regular","700","900"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal"]},Rufina:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Ruge Boogie":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ruluko:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Rum Raisin":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Ruslan Display":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Russo One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ruthie:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Rye:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sacramento:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sahitya:{v:["regular","700"],subset:["devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Sail:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Saira:{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Saira Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Saira Extra Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Saira Semi Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Salsa:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sanchez:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Sancreek:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sansita:{v:["regular","italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","400","700","800","900"],i:["normal","italic"]},Sarala:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Sarina:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sarpanch:{v:["regular","500","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700","800","900"],i:["normal"]},Satisfy:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Sawarabi Gothic":{v:["regular"],subset:["cyrillic","japanese","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Sawarabi Mincho":{v:["regular"],subset:["japanese","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Scada:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Scheherazade:{v:["regular","700"],subset:["arabic","latin"],weight:["Default","400","700"],i:["normal"]},Schoolbell:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Scope One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Seaweed Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Secular One":{v:["regular"],subset:["latin-ext","hebrew","latin"],weight:["Default","400"],i:["normal"]},"Sedgwick Ave":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Sedgwick Ave Display":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Sevillana:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Seymour One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Shadows Into Light":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Shadows Into Light Two":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Shanti:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Share:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Share Tech":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Share Tech Mono":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Shojumaru:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Short Stack":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Shrikhand:{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},Siemreap:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Sigmar One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Signika:{v:["300","regular","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","600","700"],i:["normal"]},"Signika Negative":{v:["300","regular","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","600","700"],i:["normal"]},Simonetta:{v:["regular","italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","400","900"],i:["normal","italic"]},Sintony:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Sirin Stencil":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Six Caps":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Skranji:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Slabo 13px":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Slabo 27px":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Slackey:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Smokum:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Smythe:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sniglet:{v:["regular","800"],subset:["latin-ext","latin"],weight:["Default","400","800"],i:["normal"]},Snippet:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Snowburst One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Sofadi One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sofia:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Song Myung":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Sonsie One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Sorts Mill Goudy":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Source Code Pro":{v:["200","300","regular","500","600","700","900"],subset:["latin-ext","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},"Source Sans Pro":{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","200","300","400","600","700","900"],i:["normal","italic"]},"Source Serif Pro":{v:["regular","600","700"],subset:["latin-ext","latin"],weight:["Default","400","600","700"],i:["normal"]},"Space Mono":{v:["regular","italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Special Elite":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Spectral:{v:["200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal","italic"]},"Spectral SC":{v:["200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal","italic"]},"Spicy Rice":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Spinnaker:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Spirax:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Squada One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Sree Krushnadevaraya":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Sriracha:{v:["regular"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Stalemate:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Stalinist One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Stardos Stencil":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Stint Ultra Condensed":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Stint Ultra Expanded":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Stoke:{v:["300","regular"],subset:["latin-ext","latin"],weight:["Default","300","400"],i:["normal"]},Strait:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Stylish:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Sue Ellen Francisco":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Suez One":{v:["regular"],subset:["latin-ext","hebrew","latin"],weight:["Default","400"],i:["normal"]},Sumana:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Sunflower:{v:["300","500","700"],subset:["korean","latin"],weight:["Default","300","500","700"],i:[]},Sunshiney:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Supermercado One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sura:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Suranna:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Suravaram:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Suwannaphum:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Swanky and Moo Moo":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Syncopate:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Tajawal:{v:["200","300","regular","500","700","800","900"],subset:["arabic","latin"],weight:["Default","200","300","400","500","700","800","900"],i:["normal"]},Tangerine:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Taprom:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Tauri:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Taviraj:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Teko:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Telex:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Tenali Ramakrishna":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Tenor Sans":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Text Me One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"The Girl Next Door":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Tienne:{v:["regular","700","900"],subset:["latin"],weight:["Default","400","700","900"],i:["normal"]},Tillana:{v:["regular","500","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},Timmana:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Tinos:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Titan One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Titillium Web":{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","900"],subset:["latin-ext","latin"],weight:["Default","200","300","400","600","700","900"],i:["normal","italic"]},"Trade Winds":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Trirong:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Trocchi:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Trochut:{v:["regular","italic","700"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Trykker:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Tulpen One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Ubuntu:{v:["300","300italic","regular","italic","500","500italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","300","400","500","700"],i:["normal","italic"]},"Ubuntu Condensed":{v:["regular"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400"],i:["normal"]},"Ubuntu Mono":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Ultra:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Uncial Antiqua":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Underdog:{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Unica One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},UnifrakturCook:{v:["700"],subset:["latin"],weight:["Default","700"],i:[]},UnifrakturMaguntia:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Unkempt:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Unlock:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Unna:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},VT323:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Vampiro One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Varela:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Varela Round":{v:["regular"],subset:["latin-ext","hebrew","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Vast Shadow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Vesper Libre":{v:["regular","500","700","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","700","900"],i:["normal"]},Vibur:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Vidaloka:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Viga:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Voces:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Volkhov:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Vollkorn:{v:["regular","italic","600","600italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","600","700","900"],i:["normal","italic"]},"Vollkorn SC":{v:["regular","600","700","900"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","600","700","900"],i:["normal"]},Voltaire:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Waiting for the Sunrise":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Wallpoet:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Walter Turncoat":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Warnes:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Wellfleet:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Wendy One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Wire One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Work Sans":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Yanone Kaffeesatz":{v:["200","300","regular","700"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","700"],i:["normal"]},Yantramanav:{v:["100","300","regular","500","700","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal"]},"Yatra One":{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Yellowtail:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Yeon Sung":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Yeseva One":{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Yesteryear:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Yrsa:{v:["300","regular","500","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Zeyada:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Zilla Slab":{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Zilla Slab Highlight":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Sora:{v:["regular"],subset:["latin"],weight:["Default","100","200","300","400","500","600","700","800"],i:["normal","bold"]},"DM Sans":{v:["regular"],subset:["latin"],weight:["Default","400","500","700"],i:["normal","bold","italic"]},"DM Serif Display":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"DM Serif Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Inter:{v:["regular"],subset:["latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]}};function Vi(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Ri=()=>{const e=oa(),t=da((e=>e.enableSelectedFontFamilies)),a=da((e=>e.selectedFontFamilies)),n="disabled"!==t,i=[],l=uag_admin_react.spectra_custom_fonts;return Object.keys(Ii).map((e=>{"Default"!==e&&i.push({value:e,label:e})})),Object.keys(l).map((e=>{"Default"!==e&&i.push({value:e,label:e})})),(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Allow Only Selected Fonts","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:n,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_SELECTED_FONT_FAMILIES",payload:a});const n=new window.FormData;n.append("action","uag_load_select_font_globally"),n.append("security",uag_react.load_select_font_globally_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:Vi(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:Vi(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Spectra offers 700+ Google font options. If this is overwhelming for your clients, you can use this option to show only limited number of fonts in the block settings.","ultimate-addons-for-gutenberg")),(0,r.createElement)(Li,{isMulti:!0,placeholder:(0,We.__)("Select the font families you want"),defaultValue:a,onChange:a=>(a=>{if("enabled"===t){e({type:"UPDATE_SELECTED_FONT_FAMILIES",payload:a});const t="uag_select_font_globally",n=uag_react.select_font_globally_nonce,r=new window.FormData;r.append("action",t),r.append("security",n),r.append("value",JSON.stringify(a)),Jt()({url:uag_react.ajax_url,method:"POST",body:r}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))}})(a),options:i,maxMenuHeight:140,minMenuHeight:70,isSearchable:!0,className:"mt-4 w-9/12 h-10 transition",theme:e=>({...e,colors:{...e.colors,primary:"#94a3b8"}}),styles:{control:e=>({...e,cursor:"pointer",fontSize:"0.875rem",lineHeight:"1.25rem",borderRadius:"0.375rem",color:"#64748b",borderColor:"#e2e8f0",boxShadow:"none"}),placeholder:e=>({...e,color:"#94a3b8"}),multiValue:e=>({...e,marging:"0",borderRadius:"0.25rem",backgroundColor:"#e2e8f0"}),multiValueLabel:e=>({...e,color:"#64748b"}),multiValueRemove:e=>({...e,color:"#64748b","&:hover":{color:"#ef4444",backgroundColor:"#e2e8f0"}})},components:{IndicatorSeparator:()=>null}}))};function Fi(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Hi=()=>{const e=oa(),t=da((e=>e.enableLoadFontsLocally)),a="disabled"!==t;return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flextext-lg leading-8 font-medium text-gray-900"},(0,We.__)("Load Google Fonts Locally","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_LOAD_FONTS_LOCALLY",payload:a});const n=new window.FormData;n.append("action","uag_load_gfonts_locally"),n.append("security",uag_react.load_gfonts_locally_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:Fi(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:Fi(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Enable this option to download Google fonts and save them on your server. This can be great for improving speed of your website and to comply with GDPR laws.","ultimate-addons-for-gutenberg")))};function ji(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Bi=()=>{const e=oa(),t=da((e=>e.enableLoadFontsLocally)),a=da((e=>e.enablePreloadLocalFonts)),n="disabled"!==a;return(0,r.createElement)("section",{className:`uag-font-select-${t} block border-b border-solid border-slate-200 px-12 py-8 justify-between`},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Preload Local Fonts","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:n,onChange:()=>{let t;t="disabled"===a?"enabled":"disabled",e({type:"UPDATE_ENABLE_PRELOAD_LOCAL_FONTS",payload:t});const n=new window.FormData;n.append("action","uag_preload_local_fonts"),n.append("security",uag_react.preload_local_fonts_nonce),n.append("value",t),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:ji(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:ji(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("This option will load the font files right away on page load. Preloading Local Fonts can speeds up your website even further.","ultimate-addons-for-gutenberg")))};function Ui(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Wi=()=>{const e=oa(),t=da((e=>e.enableCollapsePanels)),a="disabled"!==t;return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Collapse Panels","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_COLLAPSE_PANELS",payload:a});const n=new window.FormData;n.append("action","uag_collapse_panels"),n.append("security",uag_react.collapse_panels_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:Ui(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:Ui(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)('Enable the "Collapse Panels" option if you want to Collapse all other Panels in your Blocks Settings except for the one which is clicked This way you have only one Panel of Settings in front of you to Focus on.',"ultimate-addons-for-gutenberg")))};function Gi(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var zi=()=>{const e=oa(),t=da((e=>e.enableCopyPasteStyles)),a="disabled"!==t;return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Copy Paste Styles","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_COPY_PASTE_STYLES",payload:a});const n=new window.FormData;n.append("action","uag_copy_paste"),n.append("security",uag_react.copy_paste_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:Gi(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:Gi(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)('Enable the "Copy Paste Styles" option to have the ability to copy & paste Spectra & Core Gutenberg Blocks Styles.',"ultimate-addons-for-gutenberg")))},Zi=()=>{const e=oa(),t=da((e=>e.contentWidth));return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Default Content Width","ultimate-addons-for-gutenberg")),(0,r.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,r.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:t,onChange:t=>{const a=t.target.value;e({type:"UPDATE_CONTENT_WIDTH",payload:a});const n=new window.FormData;n.append("action","uag_content_width"),n.append("security",uag_react.content_width_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},type:"number",placeholder:"1140",min:0,max:1600}),(0,r.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,We.__)("px","ultimate-addons-for-gutenberg")))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("This setting will apply to Container Block's default Content Width.","ultimate-addons-for-gutenberg")),"Spectra"!==uag_react.uag_content_width_set_by&&(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500 italic"},(0,We.__)(`The current Content width is applied from ${uag_react.uag_content_width_set_by}.`,"ultimate-addons-for-gutenberg")))},Ki=()=>{const e=oa(),t=da((e=>e.blocksEditorSpacing));return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Blocks Editor Spacing","ultimate-addons-for-gutenberg")),(0,r.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,r.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:t,onChange:t=>{const a=t.target.value;e({type:"UPDATE_BLOCKS_EDITOR_SPACING",payload:a});const n=new window.FormData;n.append("action","uag_blocks_editor_spacing"),n.append("security",uag_react.blocks_editor_spacing_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},type:"number",placeholder:"0",min:0,max:100}),(0,r.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,We.__)("px","ultimate-addons-for-gutenberg")))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("This setting will apply spacing in between all blocks inside block editor.","ultimate-addons-for-gutenberg")))};function $i(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Yi=()=>{const e=oa(),[t,a]=(0,i.useState)([]),[n,l]=(0,i.useState)(!1),o=da((e=>e.enableComingSoonMode)),s=da((e=>e.comingSoonPage)),u="disabled"!==o,c=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";const t=new window.FormData;t.append("action","uag_fetch_pages"),t.append("security",uag_react.fetch_pages_nonce),t.append("keyword",e),l(!0),Jt()({url:uag_react.ajax_url,method:"POST",body:t}).then((e=>{l(!1),a(e.data)}))};return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Enable Coming Soon Mode","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:u,onChange:()=>{let t;t="disabled"===o?"enabled":"disabled",e({type:"UPDATE_ENABLE_COMING_SOON",payload:t});const a=new window.FormData;a.append("action","uag_enable_coming_soon_mode"),a.append("security",uag_react.enable_coming_soon_mode_nonce),a.append("value",t),Jt()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:$i(u?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:$i(u?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Is your website still in the making? Is it not yet ready for other people to see?","ultimate-addons-for-gutenberg")),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Enable the coming soon mode. Only the page you select below will be displayed to people who are not logged in.","ultimate-addons-for-gutenberg")),(0,r.createElement)(Li,{isMulti:!1,placeholder:(0,We.__)("Select the page you want"),defaultValue:s,onChange:t=>(t=>{e({type:"UPDATE_COMING_SOON_PAGE",payload:t.value});const a=new window.FormData;a.append("action","uag_coming_soon_page"),a.append("security",uag_react.coming_soon_page_nonce),a.append("value",t.value),Jt()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))})(t),onInputChange:e=>{0===t.filter((t=>t.label.toLowerCase().includes(e))).length&&c(e)},options:t,maxMenuHeight:140,minMenuHeight:70,isSearchable:!0,className:"mt-4 w-9/12 h-10 transition",isLoading:n,onMenuOpen:c,theme:e=>({...e,colors:{...e.colors,primary:"#94a3b8"}}),styles:{control:e=>({...e,cursor:"pointer",fontSize:"0.875rem",lineHeight:"1.25rem",borderRadius:"0.375rem",color:"#64748b",borderColor:"#e2e8f0",boxShadow:"none"}),placeholder:e=>({...e,color:"#94a3b8"}),singleValue:e=>({...e,color:"#64748b"})},components:{IndicatorSeparator:()=>null}}))},Ji=()=>(0,r.createElement)(r.Fragment,null,(0,r.createElement)("div",{className:"max-w-3xl mx-auto lg:max-w-[77rem] mt-10 mb-8 font-semibold text-2xl"},(0,r.createElement)(Ma,{width:"100px",height:"32px"})),(0,r.createElement)("main",{className:"max-w-[77rem] mx-auto my-[2.43rem] bg-white rounded-md shadow overflow-hidden h-[36rem]"},(0,r.createElement)("div",{className:"lg:grid lg:grid-cols-12 h-full"},(0,r.createElement)("aside",{className:"py-6 sm:px-6 lg:py-6 lg:px-5 lg:col-span-3"},(0,r.createElement)("nav",{className:"space-y-1"},Array(7).fill().map(((e,t)=>(0,r.createElement)("div",{key:`setting${t}`,className:"flex justify-left items-center py-3 space-x-3"},(0,r.createElement)(Ma,{key:`icon${t}`,width:"24px",height:"24px"}),(0,r.createElement)(Aa,{key:t,width:"120px",fontSize:"16px"})))))),(0,r.createElement)("div",{className:"border-l lg:col-span-9 p-8"},(0,r.createElement)(Aa,{fontSize:"35px",width:"225px"}),(0,r.createElement)(Aa,{width:"80%"}),(0,r.createElement)("div",{className:"h-8"}),(0,r.createElement)(Aa,{fontSize:"35px",width:"300px"}),(0,r.createElement)(Aa,{width:"60%"}),(0,r.createElement)("div",{className:"h-8"}),(0,r.createElement)(Aa,{fontSize:"35px",width:"210px"}),(0,r.createElement)(Aa,{width:"65%"}))))),qi=()=>{const e=oa(),t=da((e=>e.siteKeyV2)),a=da((e=>e.secretKeyV2)),n=da((e=>e.siteKeyV3)),i=da((e=>e.secretKeyV3));return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Form","ultimate-addons-for-gutenberg"))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("To enable reCAPTCHA for your form, please follow the steps mentioned ","ultimate-addons-for-gutenberg"),(0,r.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://www.google.com/recaptcha/admin/create",target:"_blank",rel:"noreferrer"},(0,We.__)("here. ","ultimate-addons-for-gutenberg"))),(0,r.createElement)("h4",{className:"mt-8 font-medium text-sm text-slate-800 spectra-recaptcha__heading"},(0,We.__)("reCAPTCHA v2","ultimate-addons-for-gutenberg")),(0,r.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,We.__)("Site Key v2","ultimate-addons-for-gutenberg"),value:t,name:"site_key_v2",onChange:t=>{const a=t.target.value;e({type:"UPDATE_RECAPTCHA_SITE_KEY_V2",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_site_key_v2"),n.append("security",uag_react.recaptcha_site_key_v2_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},id:"grid-zip",type:"text"}),(0,r.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,We.__)("Secret Key v2","ultimate-addons-for-gutenberg"),id:"grid-zip",value:a,name:"secret_key_v2",onChange:t=>{const a=t.target.value;e({type:"UPDATE_RECAPTCHA_SECRET_KEY_V2",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_secret_key_v2"),n.append("security",uag_react.recaptcha_secret_key_v2_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},type:"text"}),(0,r.createElement)("h4",{className:"mt-8 font-medium text-sm text-slate-800 spectra-recaptcha__heading"},(0,We.__)("reCAPTCHA v3","ultimate-addons-for-gutenberg")),(0,r.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,We.__)("Site Key v3","ultimate-addons-for-gutenberg"),id:"grid-zip",type:"text",value:n,name:"site_key_v3",onChange:t=>{const a=t.target.value;e({type:"UPDATE_RECAPTCHA_SITE_KEY_V3",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_site_key_v3"),n.append("security",uag_react.recaptcha_site_key_v3_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))}}),(0,r.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,We.__)("Secret Key v3","ultimate-addons-for-gutenberg"),id:"grid-zip",type:"text",value:i,name:"secret_key_v3",onChange:t=>{const a=t.target.value;e({type:"UPDATE_RECAPTCHA_SECRET_KEY_V3",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_secret_key_v3"),n.append("security",uag_react.recaptcha_secret_key_v3_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))}}))};function Xi(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Qi=()=>{const e=oa(),t=da((e=>e.enableFontAwesome5)),a="disabled"!==t;return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Load Font Awesome 5 Support","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_FONT_AWESOME_5",payload:a});const n=new window.FormData;n.append("action","uag_load_font_awesome_5"),n.append("security",uag_react.load_font_awesome_5_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:Xi(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:Xi(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("Enable this to make sure all previously used Font Awesome 5 icons are displayed correctly while using the Font Awesome 6 library.","ultimate-addons-for-gutenberg")))};function el(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var tl=()=>{const e=oa(),t=da((e=>e.enableAutoBlockRecovery)),a="disabled"!==t;return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Automatic Block Recovery","ultimate-addons-for-gutenberg")),(0,r.createElement)(ya,{checked:a,onChange:()=>{let a;a="disabled"===t?"enabled":"disabled",e({type:"UPDATE_ENABLE_AUTO_BLOCK_RECOVERY",payload:a});const n=new window.FormData;n.append("action","uag_auto_block_recovery"),n.append("security",uag_react.auto_block_recovery_nonce),n.append("value",a),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:el(a?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,r.createElement)("span",{"aria-hidden":"true",className:el(a?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)('Enable this to automatically recover any erroneous blocks that may occur on your web pages. This will save you time spent on clicking all those "Attempt Block Recovery" Buttons.',"ultimate-addons-for-gutenberg")))},al=()=>{const e=da((e=>e.containerGlobalPadding));(0,i.useEffect)((()=>{"default"===e&&a(10,!1)}),[]);const t=oa(),a=function(e){let a=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];t({type:"UPDATE_CONTAINER_GLOBAL_PADDING",payload:e});const n=new window.FormData;n.append("action","uag_container_global_padding"),n.append("security",uag_react.container_global_padding_nonce),n.append("value",e),Jt()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{a&&t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))};return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Container Padding","ultimate-addons-for-gutenberg")),(0,r.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,r.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:e,onChange:e=>{const t=e.target.value;a(t)},type:"number",placeholder:"",min:0,max:100}),(0,r.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,We.__)("px","ultimate-addons-for-gutenberg")))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("This setting will apply default padding in the Container Block.","ultimate-addons-for-gutenberg")))},nl=()=>{const e=da((e=>e.containerGlobalElementsGap)),t=oa();return(0,r.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,r.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,r.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,We.__)("Container Elements Gap","ultimate-addons-for-gutenberg")),(0,r.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,r.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:e,onChange:e=>{(e=>{t({type:"UPDATE_CONTAINER_GLOBAL_ELEMENTS_GAP",payload:e});const a=new window.FormData;a.append("action","uag_container_global_elements_gap"),a.append("security",uag_react.container_global_elements_gap_nonce),a.append("value",e),Jt()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))})(e.target.value)},type:"number",placeholder:"",min:0,max:100}),(0,r.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,We.__)("px","ultimate-addons-for-gutenberg")))),(0,r.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,We.__)("This setting will apply default Row & Column Gaps in the Container Block.","ultimate-addons-for-gutenberg")))};function rl(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var il=()=>{const e=new URLSearchParams(Me()?.search),t=oa(),a=da((e=>e.activeSettingsNavigationTab)),n=da((e=>e.initialStateSetFlag)),l=[{name:(0,We.__)("Editor Options","ultimate-addons-for-gutenberg"),slug:"global-settings",icon:Ia["global-settings"]},{name:(0,We.__)("Asset Generation","ultimate-addons-for-gutenberg"),slug:"asset-generation",icon:Ia["asset-generation"]},{name:(0,We.__)("Templates","ultimate-addons-for-gutenberg"),slug:"templates",icon:Ia.templates},{name:(0,We.__)("Version Control","ultimate-addons-for-gutenberg"),slug:"version-control",icon:Ia["version-control"]},{name:(0,We.__)("Performance","ultimate-addons-for-gutenberg"),slug:"fonts-performance",icon:Ia["fonts-performance"]},{name:(0,We.__)("Block Settings","ultimate-addons-for-gutenberg"),slug:"block-settings",icon:Ia["block-settings"]},{name:(0,We.__)("Coming Soon","ultimate-addons-for-gutenberg"),slug:"coming-soon",icon:Ia["coming-soon"]}];return(0,i.useEffect)((()=>{const a=e.get("path"),n=e.get("settings");t({type:"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB",payload:n&&"settings"===a?n:"global-settings"})}),[n]),n?(0,r.createElement)("div",{className:"px-6 w-full"},(0,r.createElement)("div",{className:"mx-auto mt-10 mb-8 font-semibold text-2xl lg:max-w-[80rem]"},"Settings"),(0,r.createElement)("main",{className:"mx-auto my-[2.43rem] bg-white rounded-md shadow min-h-[36rem] lg:max-w-[80rem]"},(0,r.createElement)("div",{className:"lg:grid lg:grid-cols-12 min-h-[36rem] h-full"},(0,r.createElement)("aside",{className:"py-6 sm:px-6 lg:py-6 lg:px-0 lg:col-span-3"},(0,r.createElement)("nav",{className:"space-y-1"},l.map((e=>(0,r.createElement)(He,{to:{pathname:"options-general.php",search:`?page=spectra&path=settings&settings=${e.slug}`},key:e.name,className:rl(a===e.slug?"border-spectra text-spectra focus:text-spectra-hover active:text-spectra hover:text-spectra-hover stroke-spectra fill-spectra focus:stroke-spectra focus:fill-spectra hover:stroke-spectra hover:fill-spectra":"border-white text-slate-800 stroke-slate-800 fill-slate-800 focus:text-slate-900 focus:border-slate-200 focus:stroke-slate-900 focus:fill-slate-900 hover:text-slate-900 hover:border-slate-200 hover:stroke-slate-900 hover:fill-slate-900","border-l-4 group cursor-pointer py-3 pl-5 flex items-center text-base font-medium"),onClick:()=>{t({type:"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB",payload:e.slug})}},e.icon,(0,r.createElement)("span",{className:"truncate"},e.name)))))),(0,r.createElement)("div",{className:"lg:col-span-9 border-l spectra__settings"},"global-settings"===a&&(0,r.createElement)(r.Fragment,null,(0,r.createElement)(Zi,null),(0,r.createElement)(al,null),(0,r.createElement)(nl,null),(0,r.createElement)(Ki,null),(0,r.createElement)(Wi,null),(0,r.createElement)(zi,null),(0,r.createElement)(tl,null),"yes"===uag_react.global_data.uagb_old_user_less_than_2&&(0,r.createElement)(Qi,null)),"asset-generation"===a&&(0,r.createElement)(r.Fragment,null,(0,r.createElement)(Ra,null),(0,r.createElement)(Fa,null)),"templates"===a&&(0,r.createElement)(ja,null),"version-control"===a&&(0,r.createElement)(r.Fragment,null,(0,r.createElement)(Ua,null),(0,r.createElement)(Ga,null),"yes"!==uag_react.global_data.uagb_old_user_less_than_2&&(0,r.createElement)(Za,null)),"fonts-performance"===a&&(0,r.createElement)(r.Fragment,null,(0,r.createElement)(Hi,null),(0,r.createElement)(Bi,null),(0,r.createElement)(Ri,null)),"block-settings"===a&&(0,r.createElement)(r.Fragment,null,(0,r.createElement)(qi,null)),"coming-soon"===a&&(0,r.createElement)(r.Fragment,null,(0,r.createElement)(Yi,null)))))):(0,r.createElement)(Ji,null)},ll=function(){const e=new URLSearchParams(Me().search),t=e.get("page"),a=e.get("path"),n=e.get("event");let i=(0,r.createElement)("p",null,"Default route fallback");if(uag_react.home_slug===t)if("getting-started"===n)i=(0,r.createElement)($t,null);else switch(a){case"blocks":i=(0,r.createElement)(La,null);break;case"settings":i=(0,r.createElement)(il,null);break;default:i=(0,r.createElement)($t,null)}return(0,r.createElement)(r.Fragment,null,i)},ol=function(e){return i.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true"},e),i.createElement("path",{fillRule:"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",clipRule:"evenodd"}))};function sl(){const e=oa(),t=da((e=>e.settingsSavedNotification));return(0,i.useEffect)((()=>{""!==t&&setTimeout((()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:""})}),2e3)}),[t]),(0,r.createElement)(i.Fragment,null,(0,r.createElement)("div",{"aria-live":"assertive",className:"fixed inset-10 z-10 flex items-end px-4 py-6 pointer-events-none sm:p-6 sm:items-start"},(0,r.createElement)("div",{className:"w-full flex flex-col items-center space-y-4 sm:items-end"},(0,r.createElement)(lt,{show:""!==t,as:i.Fragment,enter:"transform ease-out duration-300 transition",enterFrom:"translate-y-2 opacity-0 sm:translate-y-0 sm:translate-x-2",enterTo:"translate-y-0 opacity-100 sm:translate-x-0",leave:"transition ease-in duration-100",leaveFrom:"opacity-100",leaveTo:"opacity-0"},(0,r.createElement)("div",{className:"max-w-sm w-full bg-white shadow-lg rounded-lg pointer-events-auto ring-1 ring-black ring-opacity-5 overflow-hidden"},(0,r.createElement)("div",{className:"p-4"},(0,r.createElement)("div",{className:"flex items-start"},(0,r.createElement)("div",{className:"flex-shrink-0"},(0,r.createElement)(Gt,{className:"h-6 w-6 text-green-400","aria-hidden":"true"})),(0,r.createElement)("div",{className:"ml-3 w-0 flex-1 pt-0.5"},(0,r.createElement)("p",{className:"text-sm font-medium text-gray-900"},t)),(0,r.createElement)("div",{className:"ml-4 flex-shrink-0 flex"},(0,r.createElement)("button",{className:"bg-white rounded-md inline-flex text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500",onClick:()=>{e({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:""})}},(0,r.createElement)("span",{className:"sr-only"},"Close"),(0,r.createElement)(ol,{className:"h-5 w-5","aria-hidden":"true"}))))))))))}function ul(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var cl="function"==typeof Symbol&&Symbol.observable||"@@observable",dl=function(){return Math.random().toString(36).substring(7).split("").join(".")},ml={INIT:"@@redux/INIT"+dl(),REPLACE:"@@redux/REPLACE"+dl(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+dl()}};function fl(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}const gl=function e(t,a,n){var r;if("function"==typeof a&&"function"==typeof n||"function"==typeof n&&"function"==typeof arguments[3])throw new Error(ul(0));if("function"==typeof a&&void 0===n&&(n=a,a=void 0),void 0!==n){if("function"!=typeof n)throw new Error(ul(1));return n(e)(t,a)}if("function"!=typeof t)throw new Error(ul(2));var i=t,l=a,o=[],s=o,u=!1;function c(){s===o&&(s=o.slice())}function d(){if(u)throw new Error(ul(3));return l}function m(e){if("function"!=typeof e)throw new Error(ul(4));if(u)throw new Error(ul(5));var t=!0;return c(),s.push(e),function(){if(t){if(u)throw new Error(ul(6));t=!1,c();var a=s.indexOf(e);s.splice(a,1),o=null}}}function f(e){if(!fl(e))throw new Error(ul(7));if(void 0===e.type)throw new Error(ul(8));if(u)throw new Error(ul(9));try{u=!0,l=i(l,e)}finally{u=!1}for(var t=o=s,a=0;a<t.length;a++)(0,t[a])();return e}function g(e){if("function"!=typeof e)throw new Error(ul(10));i=e,f({type:ml.REPLACE})}function p(){var e,t=m;return(e={subscribe:function(e){if("object"!=typeof e||null===e)throw new Error(ul(11));function a(){e.next&&e.next(d())}return a(),{unsubscribe:t(a)}}})[cl]=function(){return this},e}return f({type:ml.INIT}),(r={dispatch:f,subscribe:m,getState:d,replaceReducer:g})[cl]=p,r}((function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"UPDATE_INITIAL_STATE":return{...t.payload};case"UPDATE_INITIAL_STATE_FLAG":return{...e,initialStateSetFlag:t.payload};case"UPDATE_BLOCKS_ACTIVE_FILTER_TAB":return{...e,activeBlocksFilterTab:t.payload};case"UPDATE_BLOCK_STATUSES":return{...e,blocksStatuses:t.payload};case"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB":return{...e,activeSettingsNavigationTab:t.payload};case"UPDATE_FILE_GENERATION":return{...e,enableFileGeneration:t.payload};case"UPDATE_TEMPLATES_BUTTON":return{...e,enableTemplates:t.payload};case"UPDATE_BETA":return{...e,enableBeta:t.payload};case"UPDATE_LEGACY_BLOCKS":return{...e,enableLegacyBlocks:t.payload};case"UPDATE_ENABLE_SELECTED_FONT_FAMILIES":return{...e,enableSelectedFontFamilies:t.payload};case"UPDATE_SELECTED_FONT_FAMILIES":return{...e,selectedFontFamilies:t.payload};case"UPDATE_ENABLE_LOAD_FONTS_LOCALLY":return{...e,enableLoadFontsLocally:t.payload};case"UPDATE_ENABLE_PRELOAD_LOCAL_FONTS":return{...e,enablePreloadLocalFonts:t.payload};case"UPDATE_ENABLE_COLLAPSE_PANELS":return{...e,enableCollapsePanels:t.payload};case"UPDATE_ENABLE_COPY_PASTE_STYLES":return{...e,enableCopyPasteStyles:t.payload};case"UPDATE_ENABLE_DISPLAY_CONDITIONS":return{...e,enableDisplayConditions:t.payload};case"UPDATE_ENABLE_MASONRY_EXTENSION":return{...e,enableMasonryExtension:t.payload};case"UPDATE_ENABLE_RESPONSIVE_CONDITIONS":return{...e,enableResponsiveConditions:t.payload};case"UPDATE_CONTENT_WIDTH":return{...e,contentWidth:t.payload};case"UPDATE_RECAPTCHA_SITE_KEY_V2":return{...e,siteKeyV2:t.payload};case"UPDATE_RECAPTCHA_SITE_KEY_V3":return{...e,siteKeyV3:t.payload};case"UPDATE_RECAPTCHA_SECRET_KEY_V2":return{...e,secretKeyV2:t.payload};case"UPDATE_RECAPTCHA_SECRET_KEY_V3":return{...e,secretKeyV3:t.payload};case"UPDATE_SETTINGS_SAVED_NOTIFICATION":return{...e,settingsSavedNotification:t.payload};case"UPDATE_ENABLE_COMING_SOON":return{...e,enableComingSoonMode:t.payload};case"UPDATE_COMING_SOON_PAGE":return{...e,comingSoonPage:t.payload};case"UPDATE_BLOCKS_EDITOR_SPACING":return{...e,blocksEditorSpacing:t.payload};case"UPDATE_ENABLE_FONT_AWESOME_5":return{...e,enableFontAwesome5:t.payload};case"UPDATE_ENABLE_AUTO_BLOCK_RECOVERY":return{...e,enableAutoBlockRecovery:t.payload};case"UPDATE_CONTAINER_GLOBAL_PADDING":return{...e,containerGlobalPadding:t.payload};case"UPDATE_CONTAINER_GLOBAL_ELEMENTS_GAP":return{...e,containerGlobalElementsGap:t.payload};default:return e}}),{initialStateSetFlag:!1,activeBlocksFilterTab:"all",activeSettingsNavigationTab:"",blocksStatuses:[],enableFileGeneration:"",enableTemplates:"",enableBeta:"",enableSelectedFontFamilies:"",selectedFontFamilies:"",enableLoadFontsLocally:"",enablePreloadLocalFonts:"",enableCollapsePanels:"",enableCopyPasteStyles:"",enableDisplayConditions:"",enableMasonryExtension:"",enableResponsiveConditions:"",contentWidth:"",siteKeyV2:"",siteKeyV3:"",secretKeyV2:"",secretKeyV3:"",settingsSavedNotification:"",enableComingSoonMode:"disabled",comingSoonPage:"",blocksEditorSpacing:"",containerGlobalPadding:"",containerGlobalElementsGap:20,enableFontAwesome5:"yes"===uag_react.global_data.uagb_old_user_less_than_2?"enabled":"disabled",enableAutoBlockRecovery:"yes"===uag_react.global_data.uagb_old_user_less_than_2?"enabled":"disabled",enableLegacyBlocks:"yes"===uag_react.global_data.uagb_old_user_less_than_2?"yes":"no",coreBlocks:["container","advanced-heading","image","buttons","info-box","call-to-action"]},window.__REDUX_DEVTOOLS_EXTENSION__&&window.__REDUX_DEVTOOLS_EXTENSION__());var pl,hl=gl;hl.getState().initialStateSetFlag||(pl=hl,Jt()({path:"/uag/v1/admin/commonsettings/"}).then((e=>{const t={initialStateSetFlag:!0,activeBlocksFilterTab:"all",activeSettingsNavigationTab:"global-settings",settingsSavedNotification:"",blocksStatuses:e.blocks_activation_and_deactivation,enableFileGeneration:e._uagb_allow_file_generation,enableTemplates:e.uag_enable_templates_button,enableBeta:e.uagb_beta,enableLegacyBlocks:e.uag_enable_legacy_blocks,enableSelectedFontFamilies:e.uag_load_select_font_globally,selectedFontFamilies:e.uag_select_font_globally,enableLoadFontsLocally:e.uag_load_gfonts_locally,enablePreloadLocalFonts:e.uag_preload_local_fonts,enableCollapsePanels:e.uag_collapse_panels,enableCopyPasteStyles:e.uag_copy_paste,enableDisplayConditions:e.uag_enable_block_condition,enableMasonryExtension:e.uag_enable_masonry_gallery,enableResponsiveConditions:e.uag_enable_block_responsive,contentWidth:e.uag_content_width,siteKeyV2:e.recaptcha_site_key_v2,secretKeyV2:e.recaptcha_secret_key_v2,siteKeyV3:e.recaptcha_site_key_v3,secretKeyV3:e.recaptcha_secret_key_v3,enableComingSoonMode:e.uag_enable_coming_soon_mode,comingSoonPage:e.coming_soon_page,blocksEditorSpacing:e.uag_blocks_editor_spacing,containerGlobalPadding:e.uag_container_global_padding,containerGlobalElementsGap:e.uag_container_global_elements_gap,enableFontAwesome5:e.uag_load_font_awesome_5,enableAutoBlockRecovery:e.uag_auto_block_recovery,coreBlocks:e.spectra_core_blocks};pl.dispatch({type:"UPDATE_INITIAL_STATE",payload:t})}))),s().render((0,r.createElement)((function(e){var t=e.store,a=e.context,n=e.children,r=(0,i.useMemo)((function(){var e=ta(t);return e.onStateChange=e.notifyNestedSubs,{store:t,subscription:e}}),[t]),o=(0,i.useMemo)((function(){return t.getState()}),[t]);aa((function(){var e=r.subscription;return e.trySubscribe(),o!==t.getState()&&e.notifyNestedSubs(),function(){e.tryUnsubscribe(),e.onStateChange=null}}),[r,o]);var s=a||qt;return l().createElement(s.Provider,{value:r},n)}),{store:hl},(0,r.createElement)((()=>(0,r.createElement)(Pe,null,(0,r.createElement)(Kt,null),(0,r.createElement)(sl,null),(0,r.createElement)(Ne,null,(0,r.createElement)(Te,{path:"/"},(0,r.createElement)(ll,null))))),null)),document.getElementById("uag-dashboard-app"))}()}();
1
+ !function(){var e={679:function(e,t,a){"use strict";var n=a(296),r={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},l={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},o={};function s(e){return n.isMemo(e)?l:o[e.$$typeof]||r}o[n.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},o[n.Memo]=l;var u=Object.defineProperty,c=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,m=Object.getOwnPropertyDescriptor,g=Object.getPrototypeOf,f=Object.prototype;e.exports=function e(t,a,n){if("string"!=typeof a){if(f){var r=g(a);r&&r!==f&&e(t,r,n)}var l=c(a);d&&(l=l.concat(d(a)));for(var o=s(t),p=s(a),h=0;h<l.length;++h){var v=l[h];if(!(i[v]||n&&n[v]||p&&p[v]||o&&o[v])){var b=m(a,v);try{u(t,v,b)}catch(e){}}}}return t}},103:function(e,t){"use strict";var a="function"==typeof Symbol&&Symbol.for,n=a?Symbol.for("react.element"):60103,r=a?Symbol.for("react.portal"):60106,i=a?Symbol.for("react.fragment"):60107,l=a?Symbol.for("react.strict_mode"):60108,o=a?Symbol.for("react.profiler"):60114,s=a?Symbol.for("react.provider"):60109,u=a?Symbol.for("react.context"):60110,c=a?Symbol.for("react.async_mode"):60111,d=a?Symbol.for("react.concurrent_mode"):60111,m=a?Symbol.for("react.forward_ref"):60112,g=a?Symbol.for("react.suspense"):60113,f=a?Symbol.for("react.suspense_list"):60120,p=a?Symbol.for("react.memo"):60115,h=a?Symbol.for("react.lazy"):60116,v=a?Symbol.for("react.block"):60121,b=a?Symbol.for("react.fundamental"):60117,w=a?Symbol.for("react.responder"):60118,y=a?Symbol.for("react.scope"):60119;function x(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case n:switch(e=e.type){case c:case d:case i:case o:case l:case g:return e;default:switch(e=e&&e.$$typeof){case u:case m:case h:case p:case s:return e;default:return t}}case r:return t}}}function E(e){return x(e)===d}t.AsyncMode=c,t.ConcurrentMode=d,t.ContextConsumer=u,t.ContextProvider=s,t.Element=n,t.ForwardRef=m,t.Fragment=i,t.Lazy=h,t.Memo=p,t.Portal=r,t.Profiler=o,t.StrictMode=l,t.Suspense=g,t.isAsyncMode=function(e){return E(e)||x(e)===c},t.isConcurrentMode=E,t.isContextConsumer=function(e){return x(e)===u},t.isContextProvider=function(e){return x(e)===s},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===n},t.isForwardRef=function(e){return x(e)===m},t.isFragment=function(e){return x(e)===i},t.isLazy=function(e){return x(e)===h},t.isMemo=function(e){return x(e)===p},t.isPortal=function(e){return x(e)===r},t.isProfiler=function(e){return x(e)===o},t.isStrictMode=function(e){return x(e)===l},t.isSuspense=function(e){return x(e)===g},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===d||e===o||e===l||e===g||e===f||"object"==typeof e&&null!==e&&(e.$$typeof===h||e.$$typeof===p||e.$$typeof===s||e.$$typeof===u||e.$$typeof===m||e.$$typeof===b||e.$$typeof===w||e.$$typeof===y||e.$$typeof===v)},t.typeOf=x},296:function(e,t,a){"use strict";e.exports=a(103)},826:function(e){e.exports=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)}},779:function(e,t,a){var n=a(826);e.exports=function e(t,a,r){return n(a)||(r=a||r,a=[]),r=r||{},t instanceof RegExp?function(e,t){var a=e.source.match(/\((?!\?)/g);if(a)for(var n=0;n<a.length;n++)t.push({name:n,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return c(e,t)}(t,a):n(t)?function(t,a,n){for(var r=[],i=0;i<t.length;i++)r.push(e(t[i],a,n).source);return c(new RegExp("(?:"+r.join("|")+")",d(n)),a)}(t,a,r):function(e,t,a){return m(i(e,a),t,a)}(t,a,r)},e.exports.parse=i,e.exports.compile=function(e,t){return o(i(e,t),t)},e.exports.tokensToFunction=o,e.exports.tokensToRegExp=m;var r=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function i(e,t){for(var a,n=[],i=0,l=0,o="",c=t&&t.delimiter||"/";null!=(a=r.exec(e));){var d=a[0],m=a[1],g=a.index;if(o+=e.slice(l,g),l=g+d.length,m)o+=m[1];else{var f=e[l],p=a[2],h=a[3],v=a[4],b=a[5],w=a[6],y=a[7];o&&(n.push(o),o="");var x=null!=p&&null!=f&&f!==p,E="+"===w||"*"===w,D="?"===w||"*"===w,_=a[2]||c,C=v||b;n.push({name:h||i++,prefix:p||"",delimiter:_,optional:D,repeat:E,partial:x,asterisk:!!y,pattern:C?u(C):y?".*":"[^"+s(_)+"]+?"})}}return l<e.length&&(o+=e.substr(l)),o&&n.push(o),n}function l(e){return encodeURI(e).replace(/[\/?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}function o(e,t){for(var a=new Array(e.length),r=0;r<e.length;r++)"object"==typeof e[r]&&(a[r]=new RegExp("^(?:"+e[r].pattern+")$",d(t)));return function(t,r){for(var i="",o=t||{},s=(r||{}).pretty?l:encodeURIComponent,u=0;u<e.length;u++){var c=e[u];if("string"!=typeof c){var d,m=o[c.name];if(null==m){if(c.optional){c.partial&&(i+=c.prefix);continue}throw new TypeError('Expected "'+c.name+'" to be defined')}if(n(m)){if(!c.repeat)throw new TypeError('Expected "'+c.name+'" to not repeat, but received `'+JSON.stringify(m)+"`");if(0===m.length){if(c.optional)continue;throw new TypeError('Expected "'+c.name+'" to not be empty')}for(var g=0;g<m.length;g++){if(d=s(m[g]),!a[u].test(d))throw new TypeError('Expected all "'+c.name+'" to match "'+c.pattern+'", but received `'+JSON.stringify(d)+"`");i+=(0===g?c.prefix:c.delimiter)+d}}else{if(d=c.asterisk?encodeURI(m).replace(/[?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})):s(m),!a[u].test(d))throw new TypeError('Expected "'+c.name+'" to match "'+c.pattern+'", but received "'+d+'"');i+=c.prefix+d}}else i+=c}return i}}function s(e){return e.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function u(e){return e.replace(/([=!:$\/()])/g,"\\$1")}function c(e,t){return e.keys=t,e}function d(e){return e&&e.sensitive?"":"i"}function m(e,t,a){n(t)||(a=t||a,t=[]);for(var r=(a=a||{}).strict,i=!1!==a.end,l="",o=0;o<e.length;o++){var u=e[o];if("string"==typeof u)l+=s(u);else{var m=s(u.prefix),g="(?:"+u.pattern+")";t.push(u),u.repeat&&(g+="(?:"+m+g+")*"),l+=g=u.optional?u.partial?m+"("+g+")?":"(?:"+m+"("+g+"))?":m+"("+g+")"}}var f=s(a.delimiter||"/"),p=l.slice(-f.length)===f;return r||(l=(p?l.slice(0,-f.length):l)+"(?:"+f+"(?=$))?"),l+=i?"$":r&&p?"":"(?="+f+"|$)",c(new RegExp("^"+l,d(a)),t)}},703:function(e,t,a){"use strict";var n=a(414);function r(){}function i(){}i.resetWarningCache=r,e.exports=function(){function e(e,t,a,r,i,l){if(l!==n){var o=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw o.name="Invariant Violation",o}}function t(){return e}e.isRequired=e;var a={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:i,resetWarningCache:r};return a.PropTypes=a,a}},697:function(e,t,a){e.exports=a(703)()},414:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},639:function(e,t,a){"use strict";var n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}return e},r=function(){function e(e,t){for(var a=0;a<t.length;a++){var n=t[a];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(t,a,n){return a&&e(t.prototype,a),n&&e(t,n),t}}(),i=a(196),l=s(i),o=s(a(697));function s(e){return e&&e.__esModule?e:{default:e}}var u={position:"absolute",top:0,left:0,visibility:"hidden",height:0,overflow:"scroll",whiteSpace:"pre"},c=["extraWidth","injectStyles","inputClassName","inputRef","inputStyle","minWidth","onAutosize","placeholderIsMinWidth"],d=function(e,t){t.style.fontSize=e.fontSize,t.style.fontFamily=e.fontFamily,t.style.fontWeight=e.fontWeight,t.style.fontStyle=e.fontStyle,t.style.letterSpacing=e.letterSpacing,t.style.textTransform=e.textTransform},m=!("undefined"==typeof window||!window.navigator)&&/MSIE |Trident\/|Edge\//.test(window.navigator.userAgent),g=function(){return m?"_"+Math.random().toString(36).substr(2,12):void 0},f=function(e){function t(e){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var a=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));return a.inputRef=function(e){a.input=e,"function"==typeof a.props.inputRef&&a.props.inputRef(e)},a.placeHolderSizerRef=function(e){a.placeHolderSizer=e},a.sizerRef=function(e){a.sizer=e},a.state={inputWidth:e.minWidth,inputId:e.id||g(),prevId:e.id},a}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),r(t,null,[{key:"getDerivedStateFromProps",value:function(e,t){var a=e.id;return a!==t.prevId?{inputId:a||g(),prevId:a}:null}}]),r(t,[{key:"componentDidMount",value:function(){this.mounted=!0,this.copyInputStyles(),this.updateInputWidth()}},{key:"componentDidUpdate",value:function(e,t){t.inputWidth!==this.state.inputWidth&&"function"==typeof this.props.onAutosize&&this.props.onAutosize(this.state.inputWidth),this.updateInputWidth()}},{key:"componentWillUnmount",value:function(){this.mounted=!1}},{key:"copyInputStyles",value:function(){if(this.mounted&&window.getComputedStyle){var e=this.input&&window.getComputedStyle(this.input);e&&(d(e,this.sizer),this.placeHolderSizer&&d(e,this.placeHolderSizer))}}},{key:"updateInputWidth",value:function(){if(this.mounted&&this.sizer&&void 0!==this.sizer.scrollWidth){var e=void 0;e=this.props.placeholder&&(!this.props.value||this.props.value&&this.props.placeholderIsMinWidth)?Math.max(this.sizer.scrollWidth,this.placeHolderSizer.scrollWidth)+2:this.sizer.scrollWidth+2,(e+="number"===this.props.type&&void 0===this.props.extraWidth?16:parseInt(this.props.extraWidth)||0)<this.props.minWidth&&(e=this.props.minWidth),e!==this.state.inputWidth&&this.setState({inputWidth:e})}}},{key:"getInput",value:function(){return this.input}},{key:"focus",value:function(){this.input.focus()}},{key:"blur",value:function(){this.input.blur()}},{key:"select",value:function(){this.input.select()}},{key:"renderStyles",value:function(){var e=this.props.injectStyles;return m&&e?l.default.createElement("style",{dangerouslySetInnerHTML:{__html:"input#"+this.state.inputId+"::-ms-clear {display: none;}"}}):null}},{key:"render",value:function(){var e=[this.props.defaultValue,this.props.value,""].reduce((function(e,t){return null!=e?e:t})),t=n({},this.props.style);t.display||(t.display="inline-block");var a=n({boxSizing:"content-box",width:this.state.inputWidth+"px"},this.props.inputStyle),r=function(e,t){var a={};for(var n in e)t.indexOf(n)>=0||Object.prototype.hasOwnProperty.call(e,n)&&(a[n]=e[n]);return a}(this.props,[]);return function(e){c.forEach((function(t){return delete e[t]}))}(r),r.className=this.props.inputClassName,r.id=this.state.inputId,r.style=a,l.default.createElement("div",{className:this.props.className,style:t},this.renderStyles(),l.default.createElement("input",n({},r,{ref:this.inputRef})),l.default.createElement("div",{ref:this.sizerRef,style:u},e),this.props.placeholder?l.default.createElement("div",{ref:this.placeHolderSizerRef,style:u},this.props.placeholder):null)}}]),t}(i.Component);f.propTypes={className:o.default.string,defaultValue:o.default.any,extraWidth:o.default.oneOfType([o.default.number,o.default.string]),id:o.default.string,injectStyles:o.default.bool,inputClassName:o.default.string,inputRef:o.default.func,inputStyle:o.default.object,minWidth:o.default.oneOfType([o.default.number,o.default.string]),onAutosize:o.default.func,onChange:o.default.func,placeholder:o.default.string,placeholderIsMinWidth:o.default.bool,style:o.default.object,value:o.default.any},f.defaultProps={minWidth:1,injectStyles:!0},t.Z=f},921:function(e,t){"use strict";if("function"==typeof Symbol&&Symbol.for){var a=Symbol.for;a("react.element"),a("react.portal"),a("react.fragment"),a("react.strict_mode"),a("react.profiler"),a("react.provider"),a("react.context"),a("react.forward_ref"),a("react.suspense"),a("react.suspense_list"),a("react.memo"),a("react.lazy"),a("react.block"),a("react.server.block"),a("react.fundamental"),a("react.debug_trace_mode"),a("react.legacy_hidden")}},864:function(e,t,a){"use strict";a(921)},86:function(e,t){"use strict";var a="function"==typeof Symbol&&Symbol.for;a&&Symbol.for("react.element"),a&&Symbol.for("react.portal"),a&&Symbol.for("react.fragment"),a&&Symbol.for("react.strict_mode"),a&&Symbol.for("react.profiler"),a&&Symbol.for("react.provider"),a&&Symbol.for("react.context"),a&&Symbol.for("react.async_mode"),a&&Symbol.for("react.concurrent_mode"),a&&Symbol.for("react.forward_ref"),a&&Symbol.for("react.suspense"),a&&Symbol.for("react.suspense_list"),a&&Symbol.for("react.memo"),a&&Symbol.for("react.lazy"),a&&Symbol.for("react.block"),a&&Symbol.for("react.fundamental"),a&&Symbol.for("react.responder"),a&&Symbol.for("react.scope")},663:function(e,t,a){"use strict";a(86)},196:function(e){"use strict";e.exports=window.React}},t={};function a(n){var r=t[n];if(void 0!==r)return r.exports;var i=t[n]={exports:{}};return e[n](i,i.exports,a),i.exports}a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,{a:t}),t},a.d=function(e,t){for(var n in t)a.o(t,n)&&!a.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},function(){"use strict";var e=window.wp.element,t=a(196),n=a.n(t),r=window.ReactDOM,i=a.n(r);function l(e,t,...a){if(e in t){let n=t[e];return"function"==typeof n?n(...a):n}let n=new Error(`Tried to handle "${e}" but there is no handler defined. Only defined handlers are: ${Object.keys(t).map((e=>`"${e}"`)).join(", ")}.`);throw Error.captureStackTrace&&Error.captureStackTrace(n,l),n}var o,s=((o=s||{})[o.None=0]="None",o[o.RenderStrategy=1]="RenderStrategy",o[o.Static=2]="Static",o),u=(e=>(e[e.Unmount=0]="Unmount",e[e.Hidden=1]="Hidden",e))(u||{});function c({ourProps:e,theirProps:t,slot:a,defaultTag:n,features:r,visible:i=!0,name:o}){let s=m(t,e);if(i)return d(s,a,n,o);let u=null!=r?r:0;if(2&u){let{static:e=!1,...t}=s;if(e)return d(t,a,n,o)}if(1&u){let{unmount:e=!0,...t}=s;return l(e?0:1,{0(){return null},1(){return d({...t,hidden:!0,style:{display:"none"}},a,n,o)}})}return d(s,a,n,o)}function d(e,a={},n,r){let{as:i=n,children:l,refName:o="ref",...s}=p(e,["unmount","static"]),u=void 0!==e.ref?{[o]:e.ref}:{},c="function"==typeof l?l(a):l;s.className&&"function"==typeof s.className&&(s.className=s.className(a));let d={};if(a){let e=!1,t=[];for(let[n,r]of Object.entries(a))"boolean"==typeof r&&(e=!0),!0===r&&t.push(n);e&&(d["data-headlessui-state"]=t.join(" "))}if(i===t.Fragment&&Object.keys(f(s)).length>0){if(!(0,t.isValidElement)(c)||Array.isArray(c)&&c.length>1)throw new Error(['Passing props on "Fragment"!',"",`The current component <${r} /> is rendering a "Fragment".`,"However we need to passthrough the following props:",Object.keys(s).map((e=>` - ${e}`)).join("\n"),"","You can apply a few solutions:",['Add an `as="..."` prop, to ensure that we render an actual element instead of a "Fragment".',"Render a single element as the child so that we can forward the props onto that element."].map((e=>` - ${e}`)).join("\n")].join("\n"));return(0,t.cloneElement)(c,Object.assign({},m(c.props,f(p(s,["ref"]))),d,u,function(...e){return{ref:e.every((e=>null==e))?void 0:t=>{for(let a of e)null!=a&&("function"==typeof a?a(t):a.current=t)}}}(c.ref,u.ref)))}return(0,t.createElement)(i,Object.assign({},p(s,["ref"]),i!==t.Fragment&&u,i!==t.Fragment&&d),c)}function m(...e){if(0===e.length)return{};if(1===e.length)return e[0];let t={},a={};for(let n of e)for(let e in n)e.startsWith("on")&&"function"==typeof n[e]?(null!=a[e]||(a[e]=[]),a[e].push(n[e])):t[e]=n[e];if(t.disabled||t["aria-disabled"])return Object.assign(t,Object.fromEntries(Object.keys(a).map((e=>[e,void 0]))));for(let e in a)Object.assign(t,{[e](t,...n){let r=a[e];for(let e of r){if((t instanceof Event||(null==t?void 0:t.nativeEvent)instanceof Event)&&t.defaultPrevented)return;e(t,...n)}}});return t}function g(e){var a;return Object.assign((0,t.forwardRef)(e),{displayName:null!=(a=e.displayName)?a:e.name})}function f(e){let t=Object.assign({},e);for(let e in t)void 0===t[e]&&delete t[e];return t}function p(e,t=[]){let a=Object.assign({},e);for(let e of t)e in a&&delete a[e];return a}const h="undefined"==typeof window||"undefined"==typeof document;let v=h?t.useEffect:t.useLayoutEffect;function b(e){let a=(0,t.useRef)(e);return v((()=>{a.current=e}),[e]),a}let w=function(e){let a=b(e);return t.useCallback(((...e)=>a.current(...e)),[a])},y=Symbol();function x(e,t=!0){return Object.assign(e,{[y]:t})}function E(...e){let a=(0,t.useRef)(e);(0,t.useEffect)((()=>{a.current=e}),[e]);let n=w((e=>{for(let t of a.current)null!=t&&("function"==typeof t?t(e):t.current=e)}));return e.every((e=>null==e||(null==e?void 0:e[y])))?void 0:n}let D={serverHandoffComplete:!1};function _(){let[e,a]=(0,t.useState)(D.serverHandoffComplete);return(0,t.useEffect)((()=>{!0!==e&&a(!0)}),[e]),(0,t.useEffect)((()=>{!1===D.serverHandoffComplete&&(D.serverHandoffComplete=!0)}),[]),e}var C;let k=0;function S(){return++k}let O=null!=(C=t.useId)?C:function(){let e=_(),[a,n]=t.useState(e?S:null);return v((()=>{null===a&&n(S())}),[a]),null!=a?""+a:void 0};var N=(e=>(e.Space=" ",e.Enter="Enter",e.Escape="Escape",e.Backspace="Backspace",e.Delete="Delete",e.ArrowLeft="ArrowLeft",e.ArrowUp="ArrowUp",e.ArrowRight="ArrowRight",e.ArrowDown="ArrowDown",e.Home="Home",e.End="End",e.PageUp="PageUp",e.PageDown="PageDown",e.Tab="Tab",e))(N||{});function T(e){let t=e.parentElement,a=null;for(;t&&!(t instanceof HTMLFieldSetElement);)t instanceof HTMLLegendElement&&(a=t),t=t.parentElement;let n=""===(null==t?void 0:t.getAttribute("disabled"));return(!n||!function(e){if(!e)return!1;let t=e.previousElementSibling;for(;null!==t;){if(t instanceof HTMLLegendElement)return!1;t=t.previousElementSibling}return!0}(a))&&n}let A=(0,t.createContext)(null);A.displayName="OpenClosedContext";var P=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(P||{});function M(){return(0,t.useContext)(A)}function L({value:e,children:a}){return t.createElement(A.Provider,{value:e},a)}function I(e){var t;if(e.type)return e.type;let a=null!=(t=e.as)?t:"button";return"string"==typeof a&&"button"===a.toLowerCase()?"button":void 0}function R(e,a){let[n,r]=(0,t.useState)((()=>I(e)));return v((()=>{r(I(e))}),[e.type,e.as]),v((()=>{n||!a.current||a.current instanceof HTMLButtonElement&&!a.current.hasAttribute("type")&&r("button")}),[n,a]),n}function V(e){return h?null:e instanceof Node?e.ownerDocument:null!=e&&e.hasOwnProperty("current")&&e.current instanceof Node?e.current.ownerDocument:document}var F,H=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(H||{}),j=((F=j||{})[F.ToggleDisclosure=0]="ToggleDisclosure",F[F.CloseDisclosure=1]="CloseDisclosure",F[F.SetButtonId=2]="SetButtonId",F[F.SetPanelId=3]="SetPanelId",F[F.LinkPanel=4]="LinkPanel",F[F.UnlinkPanel=5]="UnlinkPanel",F);let B={0:e=>({...e,disclosureState:l(e.disclosureState,{0:1,1:0})}),1:e=>1===e.disclosureState?e:{...e,disclosureState:1},4(e){return!0===e.linkedPanel?e:{...e,linkedPanel:!0}},5(e){return!1===e.linkedPanel?e:{...e,linkedPanel:!1}},2(e,t){return e.buttonId===t.buttonId?e:{...e,buttonId:t.buttonId}},3(e,t){return e.panelId===t.panelId?e:{...e,panelId:t.panelId}}},U=(0,t.createContext)(null);function G(e){let a=(0,t.useContext)(U);if(null===a){let t=new Error(`<${e} /> is missing a parent <Disclosure /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(t,G),t}return a}U.displayName="DisclosureContext";let W=(0,t.createContext)(null);function z(e){let a=(0,t.useContext)(W);if(null===a){let t=new Error(`<${e} /> is missing a parent <Disclosure /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(t,z),t}return a}W.displayName="DisclosureAPIContext";let K=(0,t.createContext)(null);function Z(e,t){return l(t.type,B,e,t)}K.displayName="DisclosurePanelContext";let $=t.Fragment,Y=g((function(e,a){let{defaultOpen:n=!1,...r}=e,i=`headlessui-disclosure-button-${O()}`,o=`headlessui-disclosure-panel-${O()}`,s=(0,t.useRef)(null),u=E(a,x((e=>{s.current=e}),void 0===e.as||e.as===t.Fragment)),d=(0,t.useRef)(null),m=(0,t.useRef)(null),g=(0,t.useReducer)(Z,{disclosureState:n?0:1,linkedPanel:!1,buttonRef:m,panelRef:d,buttonId:i,panelId:o}),[{disclosureState:f},p]=g;(0,t.useEffect)((()=>p({type:2,buttonId:i})),[i,p]),(0,t.useEffect)((()=>p({type:3,panelId:o})),[o,p]);let h=w((e=>{p({type:1});let t=V(s);if(!t)return;let a=e?e instanceof HTMLElement?e:e.current instanceof HTMLElement?e.current:t.getElementById(i):t.getElementById(i);null==a||a.focus()})),v=(0,t.useMemo)((()=>({close:h})),[h]),b=(0,t.useMemo)((()=>({open:0===f,close:h})),[f,h]),y={ref:u};return t.createElement(U.Provider,{value:g},t.createElement(W.Provider,{value:v},t.createElement(L,{value:l(f,{0:P.Open,1:P.Closed})},c({ourProps:y,theirProps:r,slot:b,defaultTag:$,name:"Disclosure"}))))})),q=g((function(e,a){let[n,r]=G("Disclosure.Button"),i=(0,t.useContext)(K),l=null!==i&&i===n.panelId,o=(0,t.useRef)(null),s=E(o,a,l?null:n.buttonRef),u=w((e=>{var t;if(l){if(1===n.disclosureState)return;switch(e.key){case N.Space:case N.Enter:e.preventDefault(),e.stopPropagation(),r({type:0}),null==(t=n.buttonRef.current)||t.focus()}}else switch(e.key){case N.Space:case N.Enter:e.preventDefault(),e.stopPropagation(),r({type:0})}})),d=w((e=>{e.key===N.Space&&e.preventDefault()})),m=w((t=>{var a;T(t.currentTarget)||e.disabled||(l?(r({type:0}),null==(a=n.buttonRef.current)||a.focus()):r({type:0}))})),g=(0,t.useMemo)((()=>({open:0===n.disclosureState})),[n]),f=R(e,o),p=e;return c({ourProps:l?{ref:s,type:f,onKeyDown:u,onClick:m}:{ref:s,id:n.buttonId,type:f,"aria-expanded":e.disabled?void 0:0===n.disclosureState,"aria-controls":n.linkedPanel?n.panelId:void 0,onKeyDown:u,onKeyUp:d,onClick:m},theirProps:p,slot:g,defaultTag:"button",name:"Disclosure.Button"})})),J=s.RenderStrategy|s.Static,X=g((function(e,a){let[n,r]=G("Disclosure.Panel"),{close:i}=z("Disclosure.Panel"),l=E(a,n.panelRef,(e=>{r({type:e?4:5})})),o=M(),s=null!==o?o===P.Open:0===n.disclosureState,u=(0,t.useMemo)((()=>({open:0===n.disclosureState,close:i})),[n,i]),d=e,m={ref:l,id:n.panelId};return t.createElement(K.Provider,{value:n.panelId},c({ourProps:m,theirProps:d,slot:u,defaultTag:"div",features:J,visible:s,name:"Disclosure.Panel"}))})),Q=Object.assign(Y,{Button:q,Panel:X});function ee(e,t){return ee=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},ee(e,t)}function te(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,ee(e,t)}var ae=a(697),ne=a.n(ae);function re(){return re=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}return e},re.apply(this,arguments)}function ie(e){return"/"===e.charAt(0)}function le(e,t){for(var a=t,n=a+1,r=e.length;n<r;a+=1,n+=1)e[a]=e[n];e.pop()}function oe(e,t){if(!e)throw new Error("Invariant failed")}function se(e){return"/"===e.charAt(0)?e:"/"+e}function ue(e,t){return function(e,t){return 0===e.toLowerCase().indexOf(t.toLowerCase())&&-1!=="/?#".indexOf(e.charAt(t.length))}(e,t)?e.substr(t.length):e}function ce(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function de(e){var t=e.pathname,a=e.search,n=e.hash,r=t||"/";return a&&"?"!==a&&(r+="?"===a.charAt(0)?a:"?"+a),n&&"#"!==n&&(r+="#"===n.charAt(0)?n:"#"+n),r}function me(e,t,a,n){var r;"string"==typeof e?(r=function(e){var t=e||"/",a="",n="",r=t.indexOf("#");-1!==r&&(n=t.substr(r),t=t.substr(0,r));var i=t.indexOf("?");return-1!==i&&(a=t.substr(i),t=t.substr(0,i)),{pathname:t,search:"?"===a?"":a,hash:"#"===n?"":n}}(e),r.state=t):(void 0===(r=re({},e)).pathname&&(r.pathname=""),r.search?"?"!==r.search.charAt(0)&&(r.search="?"+r.search):r.search="",r.hash?"#"!==r.hash.charAt(0)&&(r.hash="#"+r.hash):r.hash="",void 0!==t&&void 0===r.state&&(r.state=t));try{r.pathname=decodeURI(r.pathname)}catch(e){throw e instanceof URIError?new URIError('Pathname "'+r.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):e}return a&&(r.key=a),n?r.pathname?"/"!==r.pathname.charAt(0)&&(r.pathname=function(e,t){void 0===t&&(t="");var a,n=e&&e.split("/")||[],r=t&&t.split("/")||[],i=e&&ie(e),l=t&&ie(t),o=i||l;if(e&&ie(e)?r=n:n.length&&(r.pop(),r=r.concat(n)),!r.length)return"/";if(r.length){var s=r[r.length-1];a="."===s||".."===s||""===s}else a=!1;for(var u=0,c=r.length;c>=0;c--){var d=r[c];"."===d?le(r,c):".."===d?(le(r,c),u++):u&&(le(r,c),u--)}if(!o)for(;u--;u)r.unshift("..");!o||""===r[0]||r[0]&&ie(r[0])||r.unshift("");var m=r.join("/");return a&&"/"!==m.substr(-1)&&(m+="/"),m}(r.pathname,n.pathname)):r.pathname=n.pathname:r.pathname||(r.pathname="/"),r}function ge(){var e=null,t=[];return{setPrompt:function(t){return e=t,function(){e===t&&(e=null)}},confirmTransitionTo:function(t,a,n,r){if(null!=e){var i="function"==typeof e?e(t,a):e;"string"==typeof i?"function"==typeof n?n(i,r):r(!0):r(!1!==i)}else r(!0)},appendListener:function(e){var a=!0;function n(){a&&e.apply(void 0,arguments)}return t.push(n),function(){a=!1,t=t.filter((function(e){return e!==n}))}},notifyListeners:function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];t.forEach((function(e){return e.apply(void 0,a)}))}}}var fe=!("undefined"==typeof window||!window.document||!window.document.createElement);function pe(e,t){t(window.confirm(e))}var he="popstate",ve="hashchange";function be(){try{return window.history.state||{}}catch(e){return{}}}function we(e){void 0===e&&(e={}),fe||oe(!1);var t,a=window.history,n=(-1===(t=window.navigator.userAgent).indexOf("Android 2.")&&-1===t.indexOf("Android 4.0")||-1===t.indexOf("Mobile Safari")||-1!==t.indexOf("Chrome")||-1!==t.indexOf("Windows Phone"))&&window.history&&"pushState"in window.history,r=!(-1===window.navigator.userAgent.indexOf("Trident")),i=e,l=i.forceRefresh,o=void 0!==l&&l,s=i.getUserConfirmation,u=void 0===s?pe:s,c=i.keyLength,d=void 0===c?6:c,m=e.basename?ce(se(e.basename)):"";function g(e){var t=e||{},a=t.key,n=t.state,r=window.location,i=r.pathname+r.search+r.hash;return m&&(i=ue(i,m)),me(i,n,a)}function f(){return Math.random().toString(36).substr(2,d)}var p=ge();function h(e){re(O,e),O.length=a.length,p.notifyListeners(O.location,O.action)}function v(e){(function(e){return void 0===e.state&&-1===navigator.userAgent.indexOf("CriOS")})(e)||y(g(e.state))}function b(){y(g(be()))}var w=!1;function y(e){w?(w=!1,h()):p.confirmTransitionTo(e,"POP",u,(function(t){t?h({action:"POP",location:e}):function(e){var t=O.location,a=E.indexOf(t.key);-1===a&&(a=0);var n=E.indexOf(e.key);-1===n&&(n=0);var r=a-n;r&&(w=!0,_(r))}(e)}))}var x=g(be()),E=[x.key];function D(e){return m+de(e)}function _(e){a.go(e)}var C=0;function k(e){1===(C+=e)&&1===e?(window.addEventListener(he,v),r&&window.addEventListener(ve,b)):0===C&&(window.removeEventListener(he,v),r&&window.removeEventListener(ve,b))}var S=!1,O={length:a.length,action:"POP",location:x,createHref:D,push:function(e,t){var r="PUSH",i=me(e,t,f(),O.location);p.confirmTransitionTo(i,r,u,(function(e){if(e){var t=D(i),l=i.key,s=i.state;if(n)if(a.pushState({key:l,state:s},null,t),o)window.location.href=t;else{var u=E.indexOf(O.location.key),c=E.slice(0,u+1);c.push(i.key),E=c,h({action:r,location:i})}else window.location.href=t}}))},replace:function(e,t){var r="REPLACE",i=me(e,t,f(),O.location);p.confirmTransitionTo(i,r,u,(function(e){if(e){var t=D(i),l=i.key,s=i.state;if(n)if(a.replaceState({key:l,state:s},null,t),o)window.location.replace(t);else{var u=E.indexOf(O.location.key);-1!==u&&(E[u]=i.key),h({action:r,location:i})}else window.location.replace(t)}}))},go:_,goBack:function(){_(-1)},goForward:function(){_(1)},block:function(e){void 0===e&&(e=!1);var t=p.setPrompt(e);return S||(k(1),S=!0),function(){return S&&(S=!1,k(-1)),t()}},listen:function(e){var t=p.appendListener(e);return k(1),function(){k(-1),t()}}};return O}var ye=a(779),xe=a.n(ye);function Ee(e,t){if(null==e)return{};var a,n,r={},i=Object.keys(e);for(n=0;n<i.length;n++)a=i[n],t.indexOf(a)>=0||(r[a]=e[a]);return r}a(663),a(679);var De=1073741823,_e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==a.g?a.g:{};function Ce(e){var t=[];return{on:function(e){t.push(e)},off:function(e){t=t.filter((function(t){return t!==e}))},get:function(){return e},set:function(a,n){e=a,t.forEach((function(t){return t(e,n)}))}}}var ke=n().createContext||function(e,t){var a,r,i,l="__create-react-context-"+((_e[i="__global_unique_id__"]=(_e[i]||0)+1)+"__"),o=function(e){function a(){for(var t,a=arguments.length,n=new Array(a),r=0;r<a;r++)n[r]=arguments[r];return(t=e.call.apply(e,[this].concat(n))||this).emitter=Ce(t.props.value),t}te(a,e);var n=a.prototype;return n.getChildContext=function(){var e;return(e={})[l]=this.emitter,e},n.componentWillReceiveProps=function(e){if(this.props.value!==e.value){var a,n=this.props.value,r=e.value;!function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}(n,r)?(a="function"==typeof t?t(n,r):De,0!=(a|=0)&&this.emitter.set(e.value,a)):a=0}},n.render=function(){return this.props.children},a}(n().Component);o.childContextTypes=((a={})[l]=ne().object.isRequired,a);var s=function(t){function a(){for(var e,a=arguments.length,n=new Array(a),r=0;r<a;r++)n[r]=arguments[r];return(e=t.call.apply(t,[this].concat(n))||this).observedBits=void 0,e.state={value:e.getValue()},e.onUpdate=function(t,a){0!=((0|e.observedBits)&a)&&e.setState({value:e.getValue()})},e}te(a,t);var n=a.prototype;return n.componentWillReceiveProps=function(e){var t=e.observedBits;this.observedBits=null==t?De:t},n.componentDidMount=function(){this.context[l]&&this.context[l].on(this.onUpdate);var e=this.props.observedBits;this.observedBits=null==e?De:e},n.componentWillUnmount=function(){this.context[l]&&this.context[l].off(this.onUpdate)},n.getValue=function(){return this.context[l]?this.context[l].get():e},n.render=function(){return(e=this.props.children,Array.isArray(e)?e[0]:e)(this.state.value);var e},a}(n().Component);return s.contextTypes=((r={})[l]=ne().object,r),{Provider:o,Consumer:s}},Se=function(e){var t=ke();return t.displayName=e,t},Oe=Se("Router-History"),Ne=Se("Router"),Te=function(e){function t(t){var a;return(a=e.call(this,t)||this).state={location:t.history.location},a._isMounted=!1,a._pendingLocation=null,t.staticContext||(a.unlisten=t.history.listen((function(e){a._pendingLocation=e}))),a}te(t,e),t.computeRootMatch=function(e){return{path:"/",url:"/",params:{},isExact:"/"===e}};var a=t.prototype;return a.componentDidMount=function(){var e=this;this._isMounted=!0,this.unlisten&&this.unlisten(),this.props.staticContext||(this.unlisten=this.props.history.listen((function(t){e._isMounted&&e.setState({location:t})}))),this._pendingLocation&&this.setState({location:this._pendingLocation})},a.componentWillUnmount=function(){this.unlisten&&(this.unlisten(),this._isMounted=!1,this._pendingLocation=null)},a.render=function(){return n().createElement(Ne.Provider,{value:{history:this.props.history,location:this.state.location,match:t.computeRootMatch(this.state.location.pathname),staticContext:this.props.staticContext}},n().createElement(Oe.Provider,{children:this.props.children||null,value:this.props.history}))},t}(n().Component);n().Component,n().Component;var Ae={},Pe=0;function Me(e,t){void 0===t&&(t={}),("string"==typeof t||Array.isArray(t))&&(t={path:t});var a=t,n=a.path,r=a.exact,i=void 0!==r&&r,l=a.strict,o=void 0!==l&&l,s=a.sensitive,u=void 0!==s&&s;return[].concat(n).reduce((function(t,a){if(!a&&""!==a)return null;if(t)return t;var n=function(e,t){var a=""+t.end+t.strict+t.sensitive,n=Ae[a]||(Ae[a]={});if(n[e])return n[e];var r=[],i={regexp:xe()(e,r,t),keys:r};return Pe<1e4&&(n[e]=i,Pe++),i}(a,{end:i,strict:o,sensitive:u}),r=n.regexp,l=n.keys,s=r.exec(e);if(!s)return null;var c=s[0],d=s.slice(1),m=e===c;return i&&!m?null:{path:a,url:"/"===a&&""===c?"/":c,isExact:m,params:l.reduce((function(e,t,a){return e[t.name]=d[a],e}),{})}}),null)}var Le=function(e){function t(){return e.apply(this,arguments)||this}return te(t,e),t.prototype.render=function(){var e=this;return n().createElement(Ne.Consumer,null,(function(t){t||oe(!1);var a=e.props.location||t.location,r=re({},t,{location:a,match:e.props.computedMatch?e.props.computedMatch:e.props.path?Me(a.pathname,e.props):t.match}),i=e.props,l=i.children,o=i.component,s=i.render;return Array.isArray(l)&&function(e){return 0===n().Children.count(e)}(l)&&(l=null),n().createElement(Ne.Provider,{value:r},r.match?l?"function"==typeof l?l(r):l:o?n().createElement(o,r):s?s(r):null:"function"==typeof l?l(r):null)}))},t}(n().Component);n().Component;var Ie=function(e){function t(){return e.apply(this,arguments)||this}return te(t,e),t.prototype.render=function(){var e=this;return n().createElement(Ne.Consumer,null,(function(t){t||oe(!1);var a,r,i=e.props.location||t.location;return n().Children.forEach(e.props.children,(function(e){if(null==r&&n().isValidElement(e)){a=e;var l=e.props.path||e.props.from;r=l?Me(i.pathname,re({},e.props,{path:l})):t.match}})),r?n().cloneElement(a,{location:i,computedMatch:r}):null}))},t}(n().Component),Re=n().useContext;function Ve(){return Re(Ne).location}var Fe=function(e){function t(){for(var t,a=arguments.length,n=new Array(a),r=0;r<a;r++)n[r]=arguments[r];return(t=e.call.apply(e,[this].concat(n))||this).history=we(t.props),t}return te(t,e),t.prototype.render=function(){return n().createElement(Te,{history:this.history,children:this.props.children})},t}(n().Component);n().Component;var He=function(e,t){return"function"==typeof e?e(t):e},je=function(e,t){return"string"==typeof e?me(e,null,null,t):e},Be=function(e){return e},Ue=n().forwardRef;void 0===Ue&&(Ue=Be);var Ge=Ue((function(e,t){var a=e.innerRef,r=e.navigate,i=e.onClick,l=Ee(e,["innerRef","navigate","onClick"]),o=l.target,s=re({},l,{onClick:function(e){try{i&&i(e)}catch(t){throw e.preventDefault(),t}e.defaultPrevented||0!==e.button||o&&"_self"!==o||function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(e)||(e.preventDefault(),r())}});return s.ref=Be!==Ue&&t||a,n().createElement("a",s)})),We=Ue((function(e,t){var a=e.component,r=void 0===a?Ge:a,i=e.replace,l=e.to,o=e.innerRef,s=Ee(e,["component","replace","to","innerRef"]);return n().createElement(Ne.Consumer,null,(function(e){e||oe(!1);var a=e.history,u=je(He(l,e.location),e.location),c=u?a.createHref(u):"",d=re({},s,{href:c,navigate:function(){var t=He(l,e.location),n=de(e.location)===de(je(t));(i||n?a.replace:a.push)(t)}});return Be!==Ue?d.ref=t||o:d.innerRef=o,n().createElement(r,d)}))})),ze=function(e){return e},Ke=n().forwardRef;void 0===Ke&&(Ke=ze),Ke((function(e,t){var a=e["aria-current"],r=void 0===a?"page":a,i=e.activeClassName,l=void 0===i?"active":i,o=e.activeStyle,s=e.className,u=e.exact,c=e.isActive,d=e.location,m=e.sensitive,g=e.strict,f=e.style,p=e.to,h=e.innerRef,v=Ee(e,["aria-current","activeClassName","activeStyle","className","exact","isActive","location","sensitive","strict","style","to","innerRef"]);return n().createElement(Ne.Consumer,null,(function(e){e||oe(!1);var a=d||e.location,i=je(He(p,a),a),b=i.pathname,w=b&&b.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1"),y=w?Me(a.pathname,{path:w,exact:u,sensitive:m,strict:g}):null,x=!!(c?c(y,a):y),E="function"==typeof s?s(x):s,D="function"==typeof f?f(x):f;x&&(E=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter((function(e){return e})).join(" ")}(E,l),D=re({},D,o));var _=re({"aria-current":x&&r||null,className:E,style:D,to:i},v);return ze!==Ke?_.ref=t||h:_.innerRef=h,n().createElement(We,_)}))}));var Ze=window.wp.i18n;function $e(){let e=(0,t.useRef)(!1);return v((()=>(e.current=!0,()=>{e.current=!1})),[]),e}function Ye(e){"function"==typeof queueMicrotask?queueMicrotask(e):Promise.resolve().then(e).catch((e=>setTimeout((()=>{throw e}))))}function qe(){let e=[],t=[],a={enqueue(e){t.push(e)},addEventListener(e,t,n,r){return e.addEventListener(t,n,r),a.add((()=>e.removeEventListener(t,n,r)))},requestAnimationFrame(...e){let t=requestAnimationFrame(...e);return a.add((()=>cancelAnimationFrame(t)))},nextFrame(...e){return a.requestAnimationFrame((()=>a.requestAnimationFrame(...e)))},setTimeout(...e){let t=setTimeout(...e);return a.add((()=>clearTimeout(t)))},microTask(...e){let t={current:!0};return Ye((()=>{t.current&&e[0]()})),a.add((()=>{t.current=!1}))},add(t){return e.push(t),()=>{let a=e.indexOf(t);if(a>=0){let[t]=e.splice(a,1);t()}}},dispose(){for(let t of e.splice(0))t()},async workQueue(){for(let e of t.splice(0))await e()}};return a}function Je(e,...t){e&&t.length>0&&e.classList.add(...t)}function Xe(e,...t){e&&t.length>0&&e.classList.remove(...t)}var Qe=(e=>(e.Ended="ended",e.Cancelled="cancelled",e))(Qe||{});function et(){let[e]=(0,t.useState)(qe);return(0,t.useEffect)((()=>()=>e.dispose()),[e]),e}function tt({container:e,direction:t,classes:a,onStart:n,onStop:r}){let i=$e(),o=et(),s=b(t);v((()=>{let t=qe();o.add(t.dispose);let u=e.current;if(u&&"idle"!==s.current&&i.current)return t.dispose(),n.current(s.current),t.add(function(e,t,a,n){let r=a?"enter":"leave",i=qe(),o=void 0!==n?function(e){let t={called:!1};return(...a)=>{if(!t.called)return t.called=!0,e(...a)}}(n):()=>{};"enter"===r&&(e.removeAttribute("hidden"),e.style.display="");let s=l(r,{enter:()=>t.enter,leave:()=>t.leave}),u=l(r,{enter:()=>t.enterTo,leave:()=>t.leaveTo}),c=l(r,{enter:()=>t.enterFrom,leave:()=>t.leaveFrom});return Xe(e,...t.enter,...t.enterTo,...t.enterFrom,...t.leave,...t.leaveFrom,...t.leaveTo,...t.entered),Je(e,...s,...c),i.nextFrame((()=>{Xe(e,...c),Je(e,...u),function(e,t){let a=qe();if(!e)return a.dispose;let{transitionDuration:n,transitionDelay:r}=getComputedStyle(e),[i,l]=[n,r].map((e=>{let[t=0]=e.split(",").filter(Boolean).map((e=>e.includes("ms")?parseFloat(e):1e3*parseFloat(e))).sort(((e,t)=>t-e));return t}));if(i+l!==0){let n=[];n.push(a.addEventListener(e,"transitionrun",(r=>{r.target===r.currentTarget&&(n.splice(0).forEach((e=>e())),n.push(a.addEventListener(e,"transitionend",(e=>{e.target===e.currentTarget&&(t("ended"),n.splice(0).forEach((e=>e())))})),a.addEventListener(e,"transitioncancel",(e=>{e.target===e.currentTarget&&(t("cancelled"),n.splice(0).forEach((e=>e())))}))))})))}else t("ended");a.add((()=>t("cancelled"))),a.dispose}(e,(a=>("ended"===a&&(Xe(e,...s),Je(e,...t.entered)),o(a))))})),i.dispose}(u,a.current,"enter"===s.current,(e=>{t.dispose(),l(e,{[Qe.Ended](){r.current(s.current)},[Qe.Cancelled]:()=>{}})}))),t.dispose}),[t])}function at(e=""){return e.split(" ").filter((e=>e.trim().length>1))}let nt=(0,t.createContext)(null);nt.displayName="TransitionContext";var rt,it=((rt=it||{}).Visible="visible",rt.Hidden="hidden",rt);let lt=(0,t.createContext)(null);function ot(e){return"children"in e?ot(e.children):e.current.filter((({el:e})=>null!==e.current)).filter((({state:e})=>"visible"===e)).length>0}function st(e,a){let n=b(e),r=(0,t.useRef)([]),i=$e(),o=et(),s=w(((e,t=u.Hidden)=>{let a=r.current.findIndex((({el:t})=>t===e));-1!==a&&(l(t,{[u.Unmount](){r.current.splice(a,1)},[u.Hidden](){r.current[a].state="hidden"}}),o.microTask((()=>{var e;!ot(r)&&i.current&&(null==(e=n.current)||e.call(n))})))})),c=w((e=>{let t=r.current.find((({el:t})=>t===e));return t?"visible"!==t.state&&(t.state="visible"):r.current.push({el:e,state:"visible"}),()=>s(e,u.Unmount)})),d=(0,t.useRef)([]),m=(0,t.useRef)(Promise.resolve()),g=(0,t.useRef)({enter:[],leave:[],idle:[]}),f=w(((e,t,n)=>{d.current.splice(0),a&&(a.chains.current[t]=a.chains.current[t].filter((([t])=>t!==e))),null==a||a.chains.current[t].push([e,new Promise((e=>{d.current.push(e)}))]),null==a||a.chains.current[t].push([e,new Promise((e=>{Promise.all(g.current[t].map((([e,t])=>t))).then((()=>e()))}))]),"enter"===t?m.current=m.current.then((()=>null==a?void 0:a.wait.current)).then((()=>n(t))):n(t)})),p=w(((e,t,a)=>{Promise.all(g.current[t].splice(0).map((([e,t])=>t))).then((()=>{var e;null==(e=d.current.shift())||e()})).then((()=>a(t)))}));return(0,t.useMemo)((()=>({children:r,register:c,unregister:s,onStart:f,onStop:p,wait:m,chains:g})),[c,s,r,f,p,g,m])}function ut(){}lt.displayName="NestingContext";let ct=["beforeEnter","afterEnter","beforeLeave","afterLeave"];function dt(e){var t;let a={};for(let n of ct)a[n]=null!=(t=e[n])?t:ut;return a}let mt=s.RenderStrategy,gt=g((function(e,a){let{beforeEnter:n,afterEnter:r,beforeLeave:i,afterLeave:o,enter:s,enterFrom:d,enterTo:m,entered:g,leave:f,leaveFrom:p,leaveTo:h,...v}=e,y=(0,t.useRef)(null),x=E(y,a),D=v.unmount?u.Unmount:u.Hidden,{show:C,appear:k,initial:S}=function(){let e=(0,t.useContext)(nt);if(null===e)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}(),[O,N]=(0,t.useState)(C?"visible":"hidden"),T=function(){let e=(0,t.useContext)(lt);if(null===e)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}(),{register:A,unregister:M}=T,I=(0,t.useRef)(null);(0,t.useEffect)((()=>A(y)),[A,y]),(0,t.useEffect)((()=>{if(D===u.Hidden&&y.current)return C&&"visible"!==O?void N("visible"):l(O,{hidden:()=>M(y),visible:()=>A(y)})}),[O,y,A,M,C,D]);let R=b({enter:at(s),enterFrom:at(d),enterTo:at(m),entered:at(g),leave:at(f),leaveFrom:at(p),leaveTo:at(h)}),V=function(e){let a=(0,t.useRef)(dt(e));return(0,t.useEffect)((()=>{a.current=dt(e)}),[e]),a}({beforeEnter:n,afterEnter:r,beforeLeave:i,afterLeave:o}),F=_();(0,t.useEffect)((()=>{if(F&&"visible"===O&&null===y.current)throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?")}),[y,O,F]);let H=S&&!k,j=!F||H||I.current===C?"idle":C?"enter":"leave",B=w((e=>l(e,{enter:()=>V.current.beforeEnter(),leave:()=>V.current.beforeLeave(),idle:()=>{}}))),U=w((e=>l(e,{enter:()=>V.current.afterEnter(),leave:()=>V.current.afterLeave(),idle:()=>{}}))),G=st((()=>{N("hidden"),M(y)}),T);tt({container:y,classes:R,direction:j,onStart:b((e=>{G.onStart(y,e,B)})),onStop:b((e=>{G.onStop(y,e,U),"leave"===e&&!ot(G)&&(N("hidden"),M(y))}))}),(0,t.useEffect)((()=>{!H||(D===u.Hidden?I.current=null:I.current=C)}),[C,H,O]);let W=v,z={ref:x};return t.createElement(lt.Provider,{value:G},t.createElement(L,{value:l(O,{visible:P.Open,hidden:P.Closed})},c({ourProps:z,theirProps:W,defaultTag:"div",features:mt,visible:"visible"===O,name:"Transition.Child"})))})),ft=g((function(e,a){let{show:n,appear:r=!1,unmount:i,...o}=e,s=(0,t.useRef)(null),u=E(s,a);_();let d=M();if(void 0===n&&null!==d&&(n=l(d,{[P.Open]:!0,[P.Closed]:!1})),![!0,!1].includes(n))throw new Error("A <Transition /> is used but it is missing a `show={true | false}` prop.");let[m,g]=(0,t.useState)(n?"visible":"hidden"),f=st((()=>{g("hidden")})),[p,h]=(0,t.useState)(!0),b=(0,t.useRef)([n]);v((()=>{!1!==p&&b.current[b.current.length-1]!==n&&(b.current.push(n),h(!1))}),[b,n]);let w=(0,t.useMemo)((()=>({show:n,appear:r,initial:p})),[n,r,p]);(0,t.useEffect)((()=>{if(n)g("visible");else if(ot(f)){let e=s.current;if(!e)return;let t=e.getBoundingClientRect();0===t.x&&0===t.y&&0===t.width&&0===t.height&&g("hidden")}else g("hidden")}),[n,f]);let y={unmount:i};return t.createElement(lt.Provider,{value:f},t.createElement(nt.Provider,{value:w},c({ourProps:{...y,as:t.Fragment,children:t.createElement(gt,{ref:u,...y,...o})},theirProps:{},defaultTag:t.Fragment,features:mt,visible:"visible"===m,name:"Transition"})))})),pt=g((function(e,a){let n=null!==(0,t.useContext)(nt),r=null!==M();return t.createElement(t.Fragment,null,!n&&r?t.createElement(ft,{ref:a,...e}):t.createElement(gt,{ref:a,...e}))})),ht=Object.assign(ft,{Child:pt,Root:ft});var vt=(e=>(e[e.None=1]="None",e[e.Focusable=2]="Focusable",e[e.Hidden=4]="Hidden",e))(vt||{});let bt=g((function(e,t){let{features:a=1,...n}=e;return c({ourProps:{ref:t,"aria-hidden":2==(2&a)||void 0,style:{position:"fixed",top:1,left:1,width:1,height:0,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0",...4==(4&a)&&2!=(2&a)&&{display:"none"}}},theirProps:n,slot:{},defaultTag:"div",name:"Hidden"})})),wt=["[contentEditable=true]","[tabindex]","a[href]","area[href]","button:not([disabled])","iframe","input:not([disabled])","select:not([disabled])","textarea:not([disabled])"].map((e=>`${e}:not([tabindex='-1'])`)).join(",");var yt=(e=>(e[e.First=1]="First",e[e.Previous=2]="Previous",e[e.Next=4]="Next",e[e.Last=8]="Last",e[e.WrapAround=16]="WrapAround",e[e.NoScroll=32]="NoScroll",e))(yt||{}),xt=(e=>(e[e.Error=0]="Error",e[e.Overflow=1]="Overflow",e[e.Success=2]="Success",e[e.Underflow=3]="Underflow",e))(xt||{}),Et=(e=>(e[e.Previous=-1]="Previous",e[e.Next=1]="Next",e))(Et||{});var Dt=(e=>(e[e.Strict=0]="Strict",e[e.Loose=1]="Loose",e))(Dt||{});function _t(e){null==e||e.focus({preventScroll:!0})}let Ct=["textarea","input"].join(",");function kt(e,t,a=!0,n=null){let r=Array.isArray(e)?e.length>0?e[0].ownerDocument:document:e.ownerDocument,i=Array.isArray(e)?a?function(e,t=(e=>e)){return e.slice().sort(((e,a)=>{let n=t(e),r=t(a);if(null===n||null===r)return 0;let i=n.compareDocumentPosition(r);return i&Node.DOCUMENT_POSITION_FOLLOWING?-1:i&Node.DOCUMENT_POSITION_PRECEDING?1:0}))}(e):e:function(e=document.body){return null==e?[]:Array.from(e.querySelectorAll(wt))}(e);n=null!=n?n:r.activeElement;let l,o=(()=>{if(5&t)return 1;if(10&t)return-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")})(),s=(()=>{if(1&t)return 0;if(2&t)return Math.max(0,i.indexOf(n))-1;if(4&t)return Math.max(0,i.indexOf(n))+1;if(8&t)return i.length-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")})(),u=32&t?{preventScroll:!0}:{},c=0,d=i.length;do{if(c>=d||c+d<=0)return 0;let e=s+c;if(16&t)e=(e+d)%d;else{if(e<0)return 3;if(e>=d)return 1}l=i[e],null==l||l.focus(u),c+=o}while(l!==r.activeElement);return 6&t&&function(e){var t,a;return null!=(a=null==(t=null==e?void 0:e.matches)?void 0:t.call(e,Ct))&&a}(l)&&l.select(),l.hasAttribute("tabindex")||l.setAttribute("tabindex","0"),2}var St=(e=>(e[e.Forwards=0]="Forwards",e[e.Backwards=1]="Backwards",e))(St||{});function Ot(...e){return(0,t.useMemo)((()=>V(...e)),[...e])}function Nt(e,a,n,r){let i=b(n);(0,t.useEffect)((()=>{function t(e){i.current(e)}return(e=null!=e?e:window).addEventListener(a,t,r),()=>e.removeEventListener(a,t,r)}),[e,a,r])}function Tt(e,a){let n=(0,t.useRef)([]),r=w(e);(0,t.useEffect)((()=>{let e=[...n.current];for(let[t,i]of a.entries())if(n.current[t]!==i){let t=r(a,e);return n.current=a,t}}),[r,...a])}var At=(e=>(e[e.None=1]="None",e[e.InitialFocus=2]="InitialFocus",e[e.TabLock=4]="TabLock",e[e.FocusLock=8]="FocusLock",e[e.RestoreFocus=16]="RestoreFocus",e[e.All=30]="All",e))(At||{});let Pt=Object.assign(g((function(e,a){let n=(0,t.useRef)(null),r=E(n,a),{initialFocus:i,containers:o,features:s=30,...u}=e;_()||(s=1);let d=Ot(n);!function({ownerDocument:e},a){let n=(0,t.useRef)(null);Nt(null==e?void 0:e.defaultView,"focusout",(e=>{!a||n.current||(n.current=e.target)}),!0),Tt((()=>{a||((null==e?void 0:e.activeElement)===(null==e?void 0:e.body)&&_t(n.current),n.current=null)}),[a]);let r=(0,t.useRef)(!1);(0,t.useEffect)((()=>(r.current=!1,()=>{r.current=!0,Ye((()=>{!r.current||(_t(n.current),n.current=null)}))})),[])}({ownerDocument:d},Boolean(16&s));let m=function({ownerDocument:e,container:a,initialFocus:n},r){let i=(0,t.useRef)(null),l=$e();return Tt((()=>{if(!r)return;let t=a.current;!t||Ye((()=>{if(!l.current)return;let a=null==e?void 0:e.activeElement;if(null!=n&&n.current){if((null==n?void 0:n.current)===a)return void(i.current=a)}else if(t.contains(a))return void(i.current=a);null!=n&&n.current?_t(n.current):kt(t,yt.First)===xt.Error&&console.warn("There are no focusable elements inside the <FocusTrap />"),i.current=null==e?void 0:e.activeElement}))}),[r]),i}({ownerDocument:d,container:n,initialFocus:i},Boolean(2&s));!function({ownerDocument:e,container:t,containers:a,previousActiveElement:n},r){let i=$e();Nt(null==e?void 0:e.defaultView,"focus",(e=>{if(!r||!i.current)return;let l=new Set(null==a?void 0:a.current);l.add(t);let o=n.current;if(!o)return;let s=e.target;s&&s instanceof HTMLElement?function(e,t){var a;for(let n of e)if(null!=(a=n.current)&&a.contains(t))return!0;return!1}(l,s)?(n.current=s,_t(s)):(e.preventDefault(),e.stopPropagation(),_t(o)):_t(n.current)}),!0)}({ownerDocument:d,container:n,containers:o,previousActiveElement:m},Boolean(8&s));let g=function(){let e=(0,t.useRef)(0);return function(e,a,n){let r=b(a);(0,t.useEffect)((()=>{function t(e){r.current(e)}return window.addEventListener(e,t,n),()=>window.removeEventListener(e,t,n)}),[e,n])}("keydown",(t=>{"Tab"===t.key&&(e.current=t.shiftKey?1:0)}),!0),e}(),f=w((()=>{let e=n.current;!e||l(g.current,{[St.Forwards]:()=>kt(e,yt.First),[St.Backwards]:()=>kt(e,yt.Last)})})),p={ref:r};return t.createElement(t.Fragment,null,Boolean(4&s)&&t.createElement(bt,{as:"button",type:"button",onFocus:f,features:vt.Focusable}),c({ourProps:p,theirProps:u,defaultTag:"div",name:"FocusTrap"}),Boolean(4&s)&&t.createElement(bt,{as:"button",type:"button",onFocus:f,features:vt.Focusable}))})),{features:At}),Mt=new Set,Lt=new Map;function It(e){e.setAttribute("aria-hidden","true"),e.inert=!0}function Rt(e){let t=Lt.get(e);!t||(null===t["aria-hidden"]?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",t["aria-hidden"]),e.inert=t.inert)}let Vt=(0,t.createContext)(!1);function Ft(){return(0,t.useContext)(Vt)}function Ht(e){return t.createElement(Vt.Provider,{value:e.force},e.children)}let jt=t.Fragment,Bt=g((function(e,a){let n=e,i=(0,t.useRef)(null),l=E(x((e=>{i.current=e})),a),o=Ot(i),s=function(e){let a=Ft(),n=(0,t.useContext)(Gt),r=Ot(e),[i,l]=(0,t.useState)((()=>{if(!a&&null!==n||h)return null;let e=null==r?void 0:r.getElementById("headlessui-portal-root");if(e)return e;if(null===r)return null;let t=r.createElement("div");return t.setAttribute("id","headlessui-portal-root"),r.body.appendChild(t)}));return(0,t.useEffect)((()=>{null!==i&&(null!=r&&r.body.contains(i)||null==r||r.body.appendChild(i))}),[i,r]),(0,t.useEffect)((()=>{a||null!==n&&l(n.current)}),[n,l,a]),i}(i),[u]=(0,t.useState)((()=>{var e;return h?null:null!=(e=null==o?void 0:o.createElement("div"))?e:null})),d=_(),m=(0,t.useRef)(!1);return v((()=>{if(m.current=!1,s&&u)return s.contains(u)||(u.setAttribute("data-headlessui-portal",""),s.appendChild(u)),()=>{m.current=!0,Ye((()=>{var e;!m.current||!s||!u||(s.removeChild(u),s.childNodes.length<=0&&(null==(e=s.parentElement)||e.removeChild(s)))}))}}),[s,u]),d&&s&&u?(0,r.createPortal)(c({ourProps:{ref:l},theirProps:n,defaultTag:jt,name:"Portal"}),u):null})),Ut=t.Fragment,Gt=(0,t.createContext)(null),Wt=g((function(e,a){let{target:n,...r}=e,i={ref:E(a)};return t.createElement(Gt.Provider,{value:n},c({ourProps:i,theirProps:r,defaultTag:Ut,name:"Popover.Group"}))})),zt=Object.assign(Bt,{Group:Wt}),Kt=(0,t.createContext)(null);function Zt(){let e=(0,t.useContext)(Kt);if(null===e){let e=new Error("You used a <Description /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(e,Zt),e}return e}function $t(){let[e,a]=(0,t.useState)([]);return[e.length>0?e.join(" "):void 0,(0,t.useMemo)((()=>function(e){let n=w((e=>(a((t=>[...t,e])),()=>a((t=>{let a=t.slice(),n=a.indexOf(e);return-1!==n&&a.splice(n,1),a}))))),r=(0,t.useMemo)((()=>({register:n,slot:e.slot,name:e.name,props:e.props})),[n,e.slot,e.name,e.props]);return t.createElement(Kt.Provider,{value:r},e.children)}),[a])]}let Yt=g((function(e,t){let a=Zt(),n=`headlessui-description-${O()}`,r=E(t);v((()=>a.register(n)),[n,a.register]);let i=e;return c({ourProps:{ref:r,...a.props,id:n},theirProps:i,slot:a.slot||{},defaultTag:"p",name:a.name||"Description"})})),qt=(0,t.createContext)((()=>{}));qt.displayName="StackContext";var Jt=(e=>(e[e.Add=0]="Add",e[e.Remove=1]="Remove",e))(Jt||{});function Xt({children:e,onUpdate:a,type:n,element:r,enabled:i}){let l=(0,t.useContext)(qt),o=w(((...e)=>{null==a||a(...e),l(...e)}));return v((()=>{let e=void 0===i||!0===i;return e&&o(0,n,r),()=>{e&&o(1,n,r)}}),[o,n,r,i]),t.createElement(qt.Provider,{value:o},e)}function Qt(e,a,n){let r=b(a);(0,t.useEffect)((()=>{function t(e){r.current(e)}return document.addEventListener(e,t,n),()=>document.removeEventListener(e,t,n)}),[e,n])}var ea=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(ea||{}),ta=(e=>(e[e.SetTitleId=0]="SetTitleId",e))(ta||{});let aa={0(e,t){return e.titleId===t.id?e:{...e,titleId:t.id}}},na=(0,t.createContext)(null);function ra(e){let a=(0,t.useContext)(na);if(null===a){let t=new Error(`<${e} /> is missing a parent <Dialog /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(t,ra),t}return a}function ia(e,t){return l(t.type,aa,e,t)}na.displayName="DialogContext";let la=s.RenderStrategy|s.Static,oa=g((function(e,a){let{open:n,onClose:r,initialFocus:i,__demoMode:o=!1,...s}=e,[u,d]=(0,t.useState)(0),m=M();void 0===n&&null!==m&&(n=l(m,{[P.Open]:!0,[P.Closed]:!1}));let g=(0,t.useRef)(new Set),f=(0,t.useRef)(null),p=E(f,a),h=(0,t.useRef)(null),b=Ot(f),y=e.hasOwnProperty("open")||null!==m,x=e.hasOwnProperty("onClose");if(!y&&!x)throw new Error("You have to provide an `open` and an `onClose` prop to the `Dialog` component.");if(!y)throw new Error("You provided an `onClose` prop to the `Dialog`, but forgot an `open` prop.");if(!x)throw new Error("You provided an `open` prop to the `Dialog`, but forgot an `onClose` prop.");if("boolean"!=typeof n)throw new Error(`You provided an \`open\` prop to the \`Dialog\`, but the value is not a boolean. Received: ${n}`);if("function"!=typeof r)throw new Error(`You provided an \`onClose\` prop to the \`Dialog\`, but the value is not a function. Received: ${r}`);let D=n?0:1,[C,k]=(0,t.useReducer)(ia,{titleId:null,descriptionId:null,panelRef:(0,t.createRef)()}),S=w((()=>r(!1))),T=w((e=>k({type:0,id:e}))),A=!!_()&&!o&&0===D,L=u>1,I=null!==(0,t.useContext)(na),R=L?"parent":"leaf";(function(e,t=!0){v((()=>{if(!t||!e.current)return;let a=e.current,n=V(a);if(n){Mt.add(a);for(let e of Lt.keys())e.contains(a)&&(Rt(e),Lt.delete(e));return n.querySelectorAll("body > *").forEach((e=>{if(e instanceof HTMLElement){for(let t of Mt)if(e.contains(t))return;1===Mt.size&&(Lt.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),It(e))}})),()=>{if(Mt.delete(a),Mt.size>0)n.querySelectorAll("body > *").forEach((e=>{if(e instanceof HTMLElement&&!Lt.has(e)){for(let t of Mt)if(e.contains(t))return;Lt.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),It(e)}}));else for(let e of Lt.keys())Rt(e),Lt.delete(e)}}}),[t])})(f,!!L&&A),function(e,a,n=!0){let r=(0,t.useRef)(!1);function i(t,n){if(!r.current||t.defaultPrevented)return;let i=function e(t){return"function"==typeof t?e(t()):Array.isArray(t)||t instanceof Set?t:[t]}(e),o=n(t);if(null!==o&&o.getRootNode().contains(o)){for(let e of i){if(null===e)continue;let t=e instanceof HTMLElement?e:e.current;if(null!=t&&t.contains(o))return}return!function(e,t=0){var a;return e!==(null==(a=V(e))?void 0:a.body)&&l(t,{0(){return e.matches(wt)},1(){let t=e;for(;null!==t;){if(t.matches(wt))return!0;t=t.parentElement}return!1}})}(o,Dt.Loose)&&-1!==o.tabIndex&&t.preventDefault(),a(t,o)}}(0,t.useEffect)((()=>{requestAnimationFrame((()=>{r.current=n}))}),[n]);let o=(0,t.useRef)(null);Qt("mousedown",(e=>{var t,a;r.current&&(o.current=(null==(a=null==(t=e.composedPath)?void 0:t.call(e))?void 0:a[0])||e.target)}),!0),Qt("click",(e=>{!o.current||(i(e,(()=>o.current)),o.current=null)}),!0),Qt("blur",(e=>i(e,(()=>window.document.activeElement instanceof HTMLIFrameElement?window.document.activeElement:null))),!0)}((()=>{var e,t;return[...Array.from(null!=(e=null==b?void 0:b.querySelectorAll("body > *, [data-headlessui-portal]"))?e:[]).filter((e=>!(!(e instanceof HTMLElement)||e.contains(h.current)||C.panelRef.current&&e.contains(C.panelRef.current)))),null!=(t=C.panelRef.current)?t:f.current]}),S,A&&!L),Nt(null==b?void 0:b.defaultView,"keydown",(e=>{e.defaultPrevented||e.key===N.Escape&&0===D&&(L||(e.preventDefault(),e.stopPropagation(),S()))})),function(e,a){(0,t.useEffect)((()=>{var t;if(!a||!e)return;let n=qe();function r(e,t,a){let r=e.style.getPropertyValue(t);return Object.assign(e.style,{[t]:a}),n.add((()=>{Object.assign(e.style,{[t]:r})}))}let i=e.documentElement,l=(null!=(t=e.defaultView)?t:window).innerWidth-i.clientWidth;if(r(i,"overflow","hidden"),l>0&&r(i,"paddingRight",l-(i.clientWidth-i.offsetWidth)+"px"),/iPhone/gi.test(window.navigator.platform)||/Mac/gi.test(window.navigator.platform)&&window.navigator.maxTouchPoints>0){let e=window.pageYOffset;r(i,"position","fixed"),r(i,"marginTop",`-${e}px`),r(i,"width","100%"),n.add((()=>window.scrollTo(0,e)))}return n.dispose}),[e,a])}(b,0===D&&!I),(0,t.useEffect)((()=>{if(0!==D||!f.current)return;let e=new IntersectionObserver((e=>{for(let t of e)0===t.boundingClientRect.x&&0===t.boundingClientRect.y&&0===t.boundingClientRect.width&&0===t.boundingClientRect.height&&S()}));return e.observe(f.current),()=>e.disconnect()}),[D,f,S]);let[F,H]=$t(),j=`headlessui-dialog-${O()}`,B=(0,t.useMemo)((()=>[{dialogState:D,close:S,setTitleId:T},C]),[D,C,S,T]),U=(0,t.useMemo)((()=>({open:0===D})),[D]),G={ref:p,id:j,role:"dialog","aria-modal":0===D||void 0,"aria-labelledby":C.titleId,"aria-describedby":F};return t.createElement(Xt,{type:"Dialog",enabled:0===D,element:f,onUpdate:w(((e,t,a)=>{"Dialog"===t&&l(e,{[Jt.Add](){g.current.add(a),d((e=>e+1))},[Jt.Remove](){g.current.add(a),d((e=>e-1))}})}))},t.createElement(Ht,{force:!0},t.createElement(zt,null,t.createElement(na.Provider,{value:B},t.createElement(zt.Group,{target:f},t.createElement(Ht,{force:!1},t.createElement(H,{slot:U,name:"Dialog.Description"},t.createElement(Pt,{initialFocus:i,containers:g,features:A?l(R,{parent:Pt.features.RestoreFocus,leaf:Pt.features.All&~Pt.features.FocusLock}):Pt.features.None},c({ourProps:G,theirProps:s,slot:U,defaultTag:"div",features:la,visible:0===D,name:"Dialog"})))))))),t.createElement(bt,{features:vt.Hidden,ref:h}))})),sa=g((function(e,a){let[{dialogState:n,close:r}]=ra("Dialog.Overlay");return c({ourProps:{ref:E(a),id:`headlessui-dialog-overlay-${O()}`,"aria-hidden":!0,onClick:w((e=>{if(e.target===e.currentTarget){if(T(e.currentTarget))return e.preventDefault();e.preventDefault(),e.stopPropagation(),r()}}))},theirProps:e,slot:(0,t.useMemo)((()=>({open:0===n})),[n]),defaultTag:"div",name:"Dialog.Overlay"})})),ua=g((function(e,a){let[{dialogState:n},r]=ra("Dialog.Backdrop"),i=E(a),l=`headlessui-dialog-backdrop-${O()}`;(0,t.useEffect)((()=>{if(null===r.panelRef.current)throw new Error("A <Dialog.Backdrop /> component is being used, but a <Dialog.Panel /> component is missing.")}),[r.panelRef]);let o=(0,t.useMemo)((()=>({open:0===n})),[n]);return t.createElement(Ht,{force:!0},t.createElement(zt,null,c({ourProps:{ref:i,id:l,"aria-hidden":!0},theirProps:e,slot:o,defaultTag:"div",name:"Dialog.Backdrop"})))})),ca=g((function(e,a){let[{dialogState:n},r]=ra("Dialog.Panel"),i=E(a,r.panelRef),l=`headlessui-dialog-panel-${O()}`,o=(0,t.useMemo)((()=>({open:0===n})),[n]);return c({ourProps:{ref:i,id:l,onClick:w((e=>{e.stopPropagation()}))},theirProps:e,slot:o,defaultTag:"div",name:"Dialog.Panel"})})),da=g((function(e,a){let[{dialogState:n,setTitleId:r}]=ra("Dialog.Title"),i=`headlessui-dialog-title-${O()}`,l=E(a);(0,t.useEffect)((()=>(r(i),()=>r(null))),[i,r]);let o=(0,t.useMemo)((()=>({open:0===n})),[n]);return c({ourProps:{ref:l,id:i},theirProps:e,slot:o,defaultTag:"h2",name:"Dialog.Title"})})),ma=Object.assign(oa,{Backdrop:ua,Panel:ca,Overlay:sa,Title:da,Description:Yt});var ga=t.forwardRef((function(e,a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:a},e),t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"}))})),fa=()=>{const a=uag_react.global_data.changelog_data,[n,r]=(0,t.useState)(!1);return(0,e.createElement)(t.Fragment,null,(0,e.createElement)("button",{onClick:()=>r(!0),title:(0,Ze.__)("What's New?","ultimate-addons-for-gutenberg"),className:"w-10 h-10 flex items-center justify-center cursor-pointer rounded-full border border-slate-200"},(0,e.createElement)("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M8.16667 3.90182V15.0335C8.16667 15.8434 7.51008 16.5 6.70015 16.5C6.08038 16.5 5.52752 16.1104 5.31907 15.5267L3.53039 10.4024M14 9.83333C15.3807 9.83333 16.5 8.71404 16.5 7.33333C16.5 5.95262 15.3807 4.83333 14 4.83333M3.53039 10.4024C2.33691 9.89508 1.5 8.71194 1.5 7.33333C1.5 5.49238 2.99238 4 4.83333 4H6.36007C9.77727 4 12.7141 2.97159 14 1.5L14 13.1667C12.7141 11.6951 9.77727 10.6667 6.36007 10.6667L4.83331 10.6667C4.37098 10.6667 3.93064 10.5725 3.53039 10.4024Z",stroke:"#475569",strokeWidth:"1.4",strokeLinecap:"round",strokeLinejoin:"round"}))),(0,e.createElement)(ht.Root,{show:n,as:t.Fragment},(0,e.createElement)(ma,{as:"div",className:"fixed inset-0 overflow-hidden",onClose:r},(0,e.createElement)("div",{className:"absolute inset-0 overflow-hidden"},(0,e.createElement)(ma.Overlay,{className:"absolute inset-0"}),(0,e.createElement)("div",{className:"fixed inset-y-0 right-0 pl-10 max-w-full flex sm:mt-[2rem]"},(0,e.createElement)(ht.Child,{as:t.Fragment,enter:"transform transition ease-in-out duration-150 sm:duration-150",enterFrom:"translate-x-full",enterTo:"translate-x-0",leave:"transform transition ease-in-out duration-300 sm:duration-300",leaveFrom:"translate-x-0",leaveTo:"translate-x-full"},(0,e.createElement)("div",{className:"w-screen max-w-md shadow-overlay-left"},(0,e.createElement)("div",{className:"h-full flex flex-col bg-white shadow-xl"},(0,e.createElement)("div",{className:"px-4 sm:px-6 h-16 shadow flex items-center justify-between z-50"},(0,e.createElement)(ma.Title,{className:"text-lg font-medium text-gray-900"}," ",(0,Ze.__)("What's New?","ultimate-addons-for-gutenberg")," "),(0,e.createElement)("div",{className:"flex items-center"},(0,e.createElement)("button",{type:"button",className:"bg-white rounded-md text-gray-400 hover:text-gray-500 focus:outline-none",onClick:()=>r(!1)},(0,e.createElement)(ga,{className:"h-6 w-6","aria-hidden":"true"})))),(0,e.createElement)("div",{className:"relative flex-1 overflow-y-auto"},(0,e.createElement)("div",{className:"relative grid bg-white divide-y divide-gray-200"},a.map(((t,n)=>{const r=a[n].title,i=a[n].description,l=a[n].date;return(0,e.createElement)("a",{key:r,href:"https://wpspectra.com/changelog/",className:"px-6 py-5 block rounded-[0.2rem] transition ease-in-out duration-150",target:"_blank",rel:"noreferrer noopener"},(0,e.createElement)("p",{className:"text-sm mb-1 font-medium text-slate-800",dangerouslySetInnerHTML:{__html:r}}),(0,e.createElement)("p",{className:"text-xs text-slate-500",dangerouslySetInnerHTML:{__html:l}}),(0,e.createElement)("p",{className:"mt-3 spectra-changelog-description",dangerouslySetInnerHTML:{__html:i}}))}))))))))))))},pa=n().createContext(null),ha=function(e){e()},va=function(){return ha},ba={notify:function(){},get:function(){return[]}};function wa(e,t){var a,n=ba;function r(){l.onStateChange&&l.onStateChange()}function i(){a||(a=t?t.addNestedSub(r):e.subscribe(r),n=function(){var e=va(),t=null,a=null;return{clear:function(){t=null,a=null},notify:function(){e((function(){for(var e=t;e;)e.callback(),e=e.next}))},get:function(){for(var e=[],a=t;a;)e.push(a),a=a.next;return e},subscribe:function(e){var n=!0,r=a={callback:e,next:null,prev:a};return r.prev?r.prev.next=r:t=r,function(){n&&null!==t&&(n=!1,r.next?r.next.prev=r.prev:a=r.prev,r.prev?r.prev.next=r.next:t=r.next)}}}}())}var l={addNestedSub:function(e){return i(),n.subscribe(e)},notifyNestedSubs:function(){n.notify()},handleChangeWrapper:r,isSubscribed:function(){return Boolean(a)},trySubscribe:i,tryUnsubscribe:function(){a&&(a(),a=void 0,n.clear(),n=ba)},getListeners:function(){return n}};return l}var ya="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement?t.useLayoutEffect:t.useEffect;function xa(){return(0,t.useContext)(pa)}function Ea(e){void 0===e&&(e=pa);var a=e===pa?xa:function(){return(0,t.useContext)(e)};return function(){return a().store}}a(864);var Da=Ea();function _a(e){void 0===e&&(e=pa);var t=e===pa?Da:Ea(e);return function(){return t().dispatch}}var Ca=_a(),ka=function(e,t){return e===t};function Sa(e){void 0===e&&(e=pa);var a=e===pa?xa:function(){return(0,t.useContext)(e)};return function(e,n){void 0===n&&(n=ka);var r=a(),i=function(e,a,n,r){var i,l=(0,t.useReducer)((function(e){return e+1}),0),o=l[1],s=(0,t.useMemo)((function(){return wa(n,r)}),[n,r]),u=(0,t.useRef)(),c=(0,t.useRef)(),d=(0,t.useRef)(),m=(0,t.useRef)(),g=n.getState();try{if(e!==c.current||g!==d.current||u.current){var f=e(g);i=void 0!==m.current&&a(f,m.current)?m.current:f}else i=m.current}catch(e){throw u.current&&(e.message+="\nThe error may be correlated with this previous error:\n"+u.current.stack+"\n\n"),e}return ya((function(){c.current=e,d.current=g,m.current=i,u.current=void 0})),ya((function(){function e(){try{var e=n.getState();if(e===d.current)return;var t=c.current(e);if(a(t,m.current))return;m.current=t,d.current=e}catch(e){u.current=e}o()}return s.onStateChange=e,s.trySubscribe(),e(),function(){return s.tryUnsubscribe()}}),[n,s]),i}(e,n,r.store,r.subscription);return(0,t.useDebugValue)(i),i}}var Oa,Na=Sa();Oa=r.unstable_batchedUpdates,ha=Oa;var Ta=()=>{const t=Ca(),a=()=>{null===uag_react.spectra_pro_activation&&window.location.reload()},n=()=>(0,e.createElement)("svg",{width:"1",height:"16",viewBox:"0 0 1 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"mx-2"},(0,e.createElement)("line",{x1:"0.5",y1:"2.18557e-08",x2:"0.499999",y2:"16",stroke:"#E2E8F0"}));return(0,e.createElement)(e.Fragment,null,(0,e.createElement)("div",{className:"mr-2 text-sm text-slate-400"},uag_react.plugin_ver),uag_react.spectra_pro_installed&&uag_react.spectra_pro_ver&&(0,e.createElement)(e.Fragment,null,(0,e.createElement)("div",{className:"mr-2 px-1.5 py-[3px] text-[10px] leading-[10px] text-slate-500 border border-slate-400 rounded"},(0,Ze.__)("Core","ultimate-addons-for-gutenberg")),n(),(0,e.createElement)("div",{className:"mx-2 text-sm text-slate-500"},uag_react.spectra_pro_ver),(0,e.createElement)("div",{className:"mr-2 px-1.5 py-[3px] text-[10px] leading-[10px] text-white bg-slate-800 border border-slate-800 rounded"},(0,Ze.__)("Pro","ultimate-addons-for-gutenberg")),n()),uag_react.spectra_pro_installed?uag_react.spectra_pro_status?uag_react.license_status?(0,e.createElement)(We,{className:"mr-8 ml-2 text-sm text-emerald-500 active:text-emerald-500 hover:text-emerald-500 focus:text-emerald-500 cursor-pointer",to:{pathname:"options-general.php",search:"?page=spectra&path=settings&settings=my-account"},onClick:()=>{t({type:"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB",payload:"my-account"})}},(0,Ze.__)("Licensed","ultimate-addons-for-gutenberg")):(0,e.createElement)(We,{className:"mr-8 ml-2 text-sm text-slate-400 active:text-slate-400 hover:text-slate-400 focus:text-slate-400 cursor-pointer",to:{pathname:"options-general.php",search:"?page=spectra&path=settings&settings=my-account"},onClick:()=>{t({type:"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB",payload:"my-account"})}},(0,Ze.__)("Unlicensed","ultimate-addons-for-gutenberg")):(0,e.createElement)("div",{className:"mr-8 ml-2 text-sm text-slate-500 cursor-pointer",role:"button",tabIndex:0,onClick:a,onKeyDown:a},(0,Ze.__)("Activate Spectra Pro","ultimate-addons-for-gutenberg")):(0,e.createElement)("div",{className:"w-4"}))};function Aa(){var t;const a=[{name:(0,Ze.__)("Welcome","ultimate-addons-for-gutenberg"),slug:uag_react.home_slug,path:""},{name:(0,Ze.__)("Blocks / Extensions","ultimate-addons-for-gutenberg"),slug:uag_react.home_slug,path:"blocks"},{name:(0,Ze.__)("Settings","ultimate-addons-for-gutenberg"),slug:uag_react.home_slug,path:"settings"}],n=new URLSearchParams(null===(t=Ve())||void 0===t?void 0:t.search),r=n.get("page")?n.get("page"):uag_react.home_slug,i=n.get("path")?n.get("path"):"";return(0,e.createElement)(Q,{as:"nav",className:"bg-white shadow"},(0,e.createElement)("div",{className:"max-w-3xl mx-auto px-6 lg:max-w-7xl"},(0,e.createElement)("div",{className:"relative flex justify-between h-16"},(0,e.createElement)("div",{className:"flex-1 flex items-center justify-center sm:items-stretch sm:justify-start"},(0,e.createElement)("a",{href:uag_react.uag_base_url,className:"flex-shrink-0 flex items-center"},(0,e.createElement)("img",{className:"lg:block h-[2.6rem] w-auto",src:uag_react.logo_url,alt:"Workflow"})),(0,e.createElement)("div",{className:"sm:ml-8 sm:flex sm:space-x-8"},a.map(((t,a)=>(0,e.createElement)(We,{index:a,key:`?page=${t.slug}&path=${t.path}`,to:{pathname:"options-general.php",search:`?page=${t.slug}${""!==t.path?"&path="+t.path:""}`},className:r===t.slug&&i===t.path?"border-spectra text-spectra active:text-spectra focus:text-spectra focus-visible:text-spectra-hover hover:text-spectra-hover inline-flex items-center px-1 border-b-2 text-[0.940rem] font-medium":"border-transparent text-slate-500 active:text-spectra focus-visible:border-slate-300 focus-visible:text-slate-800 hover:border-slate-300 hover:text-slate-800 inline-flex items-center px-1 border-b-2 text-[0.940rem] font-medium"},t.name))))),(0,e.createElement)("div",{className:"absolute inset-y-0 right-0 flex items-center pr-2 sm:static sm:inset-auto sm:ml-6 sm:pr-0"},(0,e.createElement)(Ta,null),(0,e.createElement)(fa,null)))))}var Pa=()=>{var t;const a="1"===new URLSearchParams(null===(t=Ve())||void 0===t?void 0:t.search).get("spectra-activation-redirect")?1:0;return(0,e.createElement)("main",{className:"py-[2.43rem]"},(0,e.createElement)("div",{className:"max-w-3xl mx-auto px-6 lg:max-w-7xl"},(0,e.createElement)("h1",{className:"sr-only"},"Page title"),(0,e.createElement)("div",{className:"grid grid-cols-1 gap-4 items-start lg:grid-cols-3 lg:gap-5 xl:gap-10"},(0,e.createElement)("div",{className:"grid grid-cols-1 gap-4 lg:col-span-2 h-full"},(0,e.createElement)("section",{"aria-labelledby":"section-1-title h-full"},(0,e.createElement)("h2",{className:"sr-only",id:"section-1-title"},"Section title"),(0,e.createElement)("div",{className:"rounded-md bg-white overflow-hidden shadow-sm flex flex-col justify-center h-full"},(0,e.createElement)("div",{className:"p-12 pt-[2.2rem]"},(0,e.createElement)("h2",{className:"text-slate-800 text-[1.8rem] leading-[2.4rem] pb-3 font-medium text-left"},(0,Ze.__)("Welcome to Spectra!","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"text-slate-500 pb-7"},(0,Ze.__)("We designed Spectra to be intuitive but we do recommend learning how it works by checking our comprehensive documentation and watching the video below. Enjoy your time with Spectra!","ultimate-addons-for-gutenberg")),(0,e.createElement)("div",{className:"mr-[80px] spectra-video-container"},(0,e.createElement)("iframe",{className:"spectra-video",src:`https://www.youtube.com/embed/GLNzTxArR6Y?showinfo=0&autoplay=${a}&mute=${a}&rel=0`,allow:"autoplay",title:"YouTube video player",frameBorder:"0",allowFullScreen:!0})),(0,e.createElement)("span",{className:"relative z-0 inline-flex pt-6 justify-start w-full"},(0,e.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-spectra focus-visible:bg-spectra-hover hover:bg-spectra-hover focus:outline-none mr-4",onClick:()=>{window.open(uag_react.wp_pages_url,"_blank")}},(0,Ze.__)("Create New Page","ultimate-addons-for-gutenberg")),(0,e.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-slate-300 shadow-sm text-sm font-medium rounded-md text-slate-500 bg-white focus-visible:bg-slate-50 hover:bg-slate-50 focus:outline-none",onClick:()=>{window.open("https://wpspectra.com/","_blank")}},(0,Ze.__)("Visit Our Website","ultimate-addons-for-gutenberg"))))))),(0,e.createElement)("div",{className:"space-y-4 flex h-full flex-col justify-between"},(0,e.createElement)("section",{"aria-labelledby":"section-2-title"},(0,e.createElement)("h2",{className:"sr-only",id:"section-2-title"},"Section title"),(0,e.createElement)("div",{className:"box-border rounded-md bg-white shadow-sm overflow-hidden transition hover:shadow-hover"},(0,e.createElement)("div",{className:"p-8 pr-10"},(0,e.createElement)("h3",{className:"text-slate-800 text-xl font-medium pb-2"},(0,Ze.__)("Knowledge Base","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"text-slate-500 text-sm pb-2 pr-2"},(0,Ze.__)("Learn everything you need to know about the Spectra plugin with our comprehensive documentation.","ultimate-addons-for-gutenberg")),(0,e.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover underline",href:"https://wpspectra.com/docs/",target:"_blank",rel:"noreferrer"},(0,Ze.__)("Browse Now","ultimate-addons-for-gutenberg")),(0,e.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover no-underline",href:"https://wpspectra.com/docs/",target:"_blank",rel:"noreferrer"}," → ")))),(0,e.createElement)("section",{"aria-labelledby":"section-2-title"},(0,e.createElement)("h2",{className:"sr-only",id:"section-2-title"},"Section title"),(0,e.createElement)("div",{className:"box-border rounded-md bg-white shadow-sm overflow-hidden transition hover:shadow-hover"},(0,e.createElement)("div",{className:"p-8 pr-10"},(0,e.createElement)("h3",{className:"text-slate-800 text-xl font-medium pb-2"},(0,Ze.__)("Get 5-star Support","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"text-slate-500 text-sm pb-2 pr-2"},(0,Ze.__)("Need some help? Our awesome support team is here to help you with any question you have.","ultimate-addons-for-gutenberg")),(0,e.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover underline",href:"https://wpspectra.com/support/",target:"_blank",rel:"noreferrer"},(0,Ze.__)("Get Support","ultimate-addons-for-gutenberg")),(0,e.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover no-underline",href:"https://wpspectra.com/support/",target:"_blank",rel:"noreferrer"}," → ")))),(0,e.createElement)("section",{"aria-labelledby":"section-2-title"},(0,e.createElement)("h2",{className:"sr-only",id:"section-2-title"},"Section title"),(0,e.createElement)("div",{className:"box-border rounded-md bg-white shadow-sm overflow-hidden transition hover:shadow-hover"},(0,e.createElement)("div",{className:"p-8 pr-10"},(0,e.createElement)("h3",{className:"text-slate-800 text-xl font-medium pb-2"},(0,Ze.__)("Join the Community","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"text-slate-500 text-sm pb-2 pr-2"},(0,Ze.__)("Got a question about the plugin, want to share your awesome project or just say hi? Join our wonderful community!","ultimate-addons-for-gutenberg")),(0,e.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover underline",href:"https://www.facebook.com/groups/wpspectra",target:"_blank",rel:"noreferrer"},(0,Ze.__)("Join Now","ultimate-addons-for-gutenberg")),(0,e.createElement)("a",{className:"text-base text-spectra focus:text-spectra focus-visible:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover no-underline",href:"https://www.facebook.com/groups/wpspectra",target:"_blank",rel:"noreferrer"}," → "))))))))},Ma=window.wp.apiFetch,La=a.n(Ma),Ia=()=>{var a;const n=new URLSearchParams(null===(a=Ve())||void 0===a?void 0:a.search),r=uag_react.blocks_info,i=Ca(),l=Na((e=>e.blocksStatuses)),o=Na((e=>e.coreBlocks)),s=Na((e=>e.activeBlocksFilterTab)),[u,c]=(0,t.useState)([]),d=[{name:"All",slug:"all"},{name:"Core Blocks",slug:"core"},{name:"Creative",slug:"creative"},{name:"Content",slug:"content"},{name:"Post",slug:"post"},{name:"Social",slug:"social"},{name:"Form",slug:"form"},{name:"SEO",slug:"seo"},{name:"Extensions",slug:"extensions"}];(0,t.useEffect)((()=>{const e=n.get("path"),t=n.get("filterTab");i({type:"UPDATE_BLOCKS_ACTIVE_FILTER_TAB",payload:t&&"blocks"===e?t:"all"});const a={...u};r.map((e=>{const t=e.admin_categories;return null==t||t.map((t=>(a[t]||(a[t]=[]),a[t].push(e.slug),t))),e})),c(a)}),[]);const m=e=>{let t="";return e===s?(t+="pro"===e?"text-spectra active:text-spectra focus:text-spectra hover:text-spectra":"text-slate-800 active:text-slate-800 focus:text-slate-800 hover:text-slate-800",t+=" bg-white border-transparent shadow shadow-focused"):(t+="pro"===e?"text-spectra border-indigo-100 bg-indigo-50 focus:text-spectra active:text-spectra hover:text-spectra":"text-slate-500 border-slate-200 focus:text-slate-500 active:text-slate-500 hover:text-slate-500",t+=" focus-visible:bg-white hover:bg-white"),t+=" px-4 py-1 ml-4 my-1 font-medium text-sm rounded-2xl cursor-pointer border transition",t};return(0,e.createElement)("div",{className:"mx-auto mb-6 px-6 lg:max-w-[80rem]"},(0,e.createElement)("div",{className:"w-full sm:hidden"},(0,e.createElement)("label",{htmlFor:"tabs",className:"sr-only"},"Select a tab"),(0,e.createElement)("select",{id:"tabs",name:"tabs",className:"w-full spectra-admin__input-field spectra-admin__dropdown",style:{maxWidth:"100%"}},d.map((t=>(0,e.createElement)("option",{key:t.name},t.name))))),(0,e.createElement)("div",{className:"hidden justify-between items-center space-y-4 sm:flex sm:flex-col lg:space-y-0 lg:flex-row"},(0,e.createElement)("nav",{className:"flex -ml-4 flex-wrap justify-center lg:justify-start","aria-label":"Tabs"},d.map((t=>(0,e.createElement)(We,{to:{pathname:"options-general.php",search:`?page=spectra&path=blocks&filterTab=${t.slug}`},key:t.name,className:m(t.slug),onClick:()=>{i({type:"UPDATE_BLOCKS_ACTIVE_FILTER_TAB",payload:t.slug})}},t.name)))),(0,e.createElement)("span",{className:"z-0 flex shadow-sm rounded-[0.2rem] justify-center"},(0,e.createElement)("button",{type:"button",className:"focus:bg-indigo-50 focus:text-slate-500 focus-visible:text-spectra hover:bg-indigo-50 hover:text-spectra -ml-px relative inline-flex items-center px-4 py-2 border border-slate-200 bg-white text-sm font-medium text-slate-500 focus:z-10 focus:outline-none rounded-l-md transition",onClick:()=>{const e={...l};for(const t in l)("all"===s||u[s]&&u[s].includes(t))&&(e[t]="block");i({type:"UPDATE_BLOCK_STATUSES",payload:e}),"extensions"!==s&&"all"!==s||(i({type:"UPDATE_ENABLE_MASONRY_EXTENSION",payload:"enabled"}),i({type:"UPDATE_ENABLE_DISPLAY_CONDITIONS",payload:"enabled"}),i({type:"UPDATE_ENABLE_RESPONSIVE_CONDITIONS",payload:"enabled"}),i({type:"UPDATE_ENABLE_DYNAMIC_CONTENT_EXTENSION",payload:"enabled"})),"pro"===s&&i({type:"UPDATE_ENABLE_DYNAMIC_CONTENT_EXTENSION",payload:"enabled"});const t=new window.FormData;t.append("action","uag_blocks_activation_and_deactivation"),t.append("security",uag_react.blocks_activation_and_deactivation_nonce),t.append("value",JSON.stringify(e)),La()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{i({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))}},"Activate all"),(0,e.createElement)("button",{type:"button",className:"focus:bg-indigo-50 focus:text-slate-500 focus-visible:text-spectra hover:bg-indigo-50 hover:text-spectra -ml-px relative inline-flex items-center px-4 py-2 border border-slate-200 bg-white text-sm font-medium text-slate-500 focus:z-10 focus:outline-none rounded-r-md transition",onClick:()=>{const e={...l};for(const t in l)!o.includes(t)&&("all"===s||u[s]&&u[s].includes(t))&&(e[t]="disabled");i({type:"UPDATE_BLOCK_STATUSES",payload:e}),"extensions"!==s&&"all"!==s||(i({type:"UPDATE_ENABLE_MASONRY_EXTENSION",payload:"disabled"}),i({type:"UPDATE_ENABLE_DISPLAY_CONDITIONS",payload:"disabled"}),i({type:"UPDATE_ENABLE_RESPONSIVE_CONDITIONS",payload:"disabled"}),i({type:"UPDATE_ENABLE_DYNAMIC_CONTENT_EXTENSION",payload:"disabled"})),"pro"===s&&i({type:"UPDATE_ENABLE_DYNAMIC_CONTENT_EXTENSION",payload:"disabled"});const t=new window.FormData;t.append("action","uag_blocks_activation_and_deactivation"),t.append("security",uag_react.blocks_activation_and_deactivation_nonce),t.append("value",JSON.stringify(e)),La()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{i({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))}},"Deactivate all"))))};const Ra="#1e293b";var Va={section:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M21 15V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19L3 15M21 15L3 15M21 15V9M3 15L3 9M21 9V5C21 3.89543 20.1046 3 19 3L5 3C3.89543 3 3 3.89543 3 5L3 9M21 9L3 9",stroke:Ra,strokeWidth:1.4})),buttons:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M7 17.5H17M7 6.5H17M5 10H19C20.1046 10 21 9.10457 21 8V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V8C3 9.10457 3.89543 10 5 10ZM5 21H19C20.1046 21 21 20.1046 21 19V16C21 14.8954 20.1046 14 19 14H5C3.89543 14 3 14.8954 3 16V19C3 20.1046 3.89543 21 5 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"advanced-heading":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M8 7V12.8333M8 12.8333V17M8 12.8333H16M16 12.8333V7M16 12.8333V17M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"google-map":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M9 3.00002L4.10557 5.44723C3.428 5.78601 3 6.47854 3 7.23608V20.382C3 21.1254 3.78231 21.6089 4.44721 21.2764L9 19M9 3.00002L15 5.00002M9 3.00002V19M9 19L15 21M15 5.00002L19.5528 2.72362C20.2177 2.39117 21 2.87467 21 3.61805V16.7639C21 17.5215 20.572 18.214 19.8944 18.5528L15 21M15 5.00002V21",stroke:Ra,strokeWidth:1.4})),"info-box":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M7 13H17M7 16.5H15.3333M9 8C9 8.55228 8.55228 9 8 9C7.44772 9 7 8.55228 7 8C7 7.44772 7.44772 7 8 7C8.55228 7 9 7.44772 9 8ZM5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"post-carousel":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M0 17C1.10457 17 2 16.1046 2 15V8C2 6.89543 1.10457 6 0 6M24 17C22.8954 17 22 16.1046 22 15V8C22 6.89543 22.8954 6 24 6M7 17H17C18.1046 17 19 16.1046 19 15V8C19 6.89543 18.1046 6 17 6H7C5.89543 6 5 6.89543 5 8V15C5 16.1046 5.89543 17 7 17Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M8 11H12.5M8 14H16",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"post-masonry":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M3 14C3 12.8954 3.89543 12 5 12H8C9.10457 12 10 12.8954 10 14V21C10 22.1046 9.10457 23 8 23H5C3.89543 23 3 22.1046 3 21V14Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M14 3C14 1.89543 14.8954 1 16 1H19C20.1046 1 21 1.89543 21 3V10C21 11.1046 20.1046 12 19 12H16C14.8954 12 14 11.1046 14 10V3Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M14 18C14 16.8954 14.8954 16 16 16H19C20.1046 16 21 16.8954 21 18V21C21 22.1046 20.1046 23 19 23H16C14.8954 23 14 22.1046 14 21V18Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M3 3C3 1.89543 3.89543 1 5 1H8C9.10457 1 10 1.89543 10 3V6C10 7.10457 9.10457 8 8 8H5C3.89543 8 3 7.10457 3 6V3Z",stroke:Ra,strokeWidth:1.4})),"post-grid":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M3 16C3 14.8954 3.89543 14 5 14H8C9.10457 14 10 14.8954 10 16V19C10 20.1046 9.10457 21 8 21H5C3.89543 21 3 20.1046 3 19V16Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M14 16C14 14.8954 14.8954 14 16 14H19C20.1046 14 21 14.8954 21 16V19C21 20.1046 20.1046 21 19 21H16C14.8954 21 14 20.1046 14 19V16Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M3 5C3 3.89543 3.89543 3 5 3H8C9.10457 3 10 3.89543 10 5V8C10 9.10457 9.10457 10 8 10H5C3.89543 10 3 9.10457 3 8V5Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M14 5C14 3.89543 14.8954 3 16 3H19C20.1046 3 21 3.89543 21 5V8C21 9.10457 20.1046 10 19 10H16C14.8954 10 14 9.10457 14 8V5Z",stroke:Ra,strokeWidth:1.4})),testimonial:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M15.5 9.42857C15.5 10.2175 14.903 10.8571 14.1667 10.8571C13.4303 10.8571 12.8333 10.2175 12.8333 9.42857C12.8333 8.63959 13.4303 8 14.1667 8C14.903 8 15.5 8.63959 15.5 9.42857ZM15.5 9.42857C15.5 9.42857 15.5 11.5714 13.5 13M11.1667 9.42857C11.1667 10.2175 10.5697 10.8571 9.83333 10.8571C9.09695 10.8571 8.5 10.2175 8.5 9.42857C8.5 8.63959 9.09695 8 9.83333 8C10.5697 8 11.1667 8.63959 11.1667 9.42857ZM11.1667 9.42857C11.1667 9.42857 11.1667 11.5714 9.16667 13M12 21L14.4142 18.5858C14.7893 18.2107 15.298 18 15.8284 18H19C20.1046 18 21 17.1046 21 16V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V16C3 17.1046 3.89543 18 5 18H8.17157C8.70201 18 9.21071 18.2107 9.58579 18.5858L12 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"cf7-styler":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M4.51555 17C6.13007 19.412 8.87958 21 12 21C15.1204 21 17.8699 19.412 19.4845 17M4.51555 17C3.55827 15.5699 3 13.8501 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 13.8501 20.4417 15.5699 19.4845 17M4.51555 17C5.75777 17 7.12889 15 8.43944 13M19.4845 17C18.2422 17 16.8711 15 15.5606 13M8.43944 13C9.75 11 11 9 12 9C13 9 14.25 11 15.5606 13M8.43944 13L9.09522 14.2607C9.47211 14.9852 10.5116 14.9769 10.8768 14.2464L11.3795 13.241C11.6848 12.6305 12.4984 12.4984 12.9811 12.9811L13.4309 13.4309C13.7632 13.7632 14.282 13.8193 14.6776 13.5658L15.5606 13",stroke:Ra,strokeWidth:1.4})),"gf-styler":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M17 12V15H7L6.99998 12.9996C6.99998 10.7905 8.79083 9.00001 10.9999 9.00001H17.5M3.33984 8.71466V15.2854C3.33984 16.0317 3.75541 16.7159 4.41768 17.0601L11.0779 20.5208C11.656 20.8212 12.3442 20.8212 12.9223 20.5208L19.5825 17.0601C20.2448 16.7159 20.6604 16.0317 20.6604 15.2854V8.71466C20.6604 7.96832 20.2448 7.28407 19.5825 6.93995L12.9223 3.47918C12.3442 3.1788 11.656 3.1788 11.0779 3.47918L4.41768 6.93995C3.75541 7.28407 3.33984 7.96832 3.33984 8.71466Z",stroke:Ra,strokeWidth:1.4})),"content-timeline":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M12.0001 3V7M12.0001 21V17M12.0001 7H15.0001M12.0001 7V12M15.0001 7C15.0001 8.10457 15.8954 9 17 9H19C20.1046 9 21 8.10457 21 7C21 5.89543 20.1046 5 19 5H17C15.8954 5 15.0001 5.89543 15.0001 7ZM12.0001 12H9M12.0001 12V17M9 12C9 13.1046 8.10457 14 7 14H5C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10H7C8.10457 10 9 10.8954 9 12ZM12.0001 17H15.0001M15.0001 17C15.0001 18.1046 15.8954 19 17 19H19C20.1046 19 21 18.1046 21 17C21 15.8954 20.1046 15 19 15H17C15.8954 15 15.0001 15.8954 15.0001 17Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"call-to-action":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M16.4545 16.4545L14.6364 21L11 11L21 14.6364L16.4545 16.4545ZM16.4545 16.4545L21 21M9 16.9291C5.60771 16.4439 3 13.5265 3 10C3 6.13401 6.13401 3 10 3C13.5265 3 16.4439 5.60771 16.9291 9M8.5 12.5987C7.6033 12.0799 7 11.1104 7 10C7 8.34315 8.34315 7 10 7C11.1104 7 12.0799 7.6033 12.5987 8.5",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"post-timeline":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M4 3V6M4 6C2.89543 6 2 6.89543 2 8C2 9.10457 2.89543 10 4 10M4 6C5.10457 6 6 6.89543 6 8C6 9.10457 5.10457 10 4 10M4 10V14M4 14C2.89543 14 2 14.8954 2 16C2 17.1046 2.89543 18 4 18M4 14C5.10457 14 6 14.8954 6 16C6 17.1046 5.10457 18 4 18M4 18V21M11 18H19C20.1046 18 21 17.1046 21 16C21 14.8954 20.1046 14 19 14H11C9.89543 14 9 14.8954 9 16C9 17.1046 9.89543 18 11 18ZM11 10H19C20.1046 10 21 9.10457 21 8C21 6.89543 20.1046 6 19 6H11C9.89543 6 9 6.89543 9 8C9 9.10457 9.89543 10 11 10Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"icon-list":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M11 5H21M11 12H21M11 19H21",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"}),(0,e.createElement)("path",{d:"M7 5C7 6.10457 6.10457 7 5 7C3.89543 7 3 6.10457 3 5C3 3.89543 3.89543 3 5 3C6.10457 3 7 3.89543 7 5Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"}),(0,e.createElement)("path",{d:"M7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"}),(0,e.createElement)("path",{d:"M7 19C7 20.1046 6.10457 21 5 21C3.89543 21 3 20.1046 3 19C3 17.8954 3.89543 17 5 17C6.10457 17 7 17.8954 7 19Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),team:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M17 20H22V18C22 16.3431 20.6569 15 19 15C18.0444 15 17.1931 15.4468 16.6438 16.1429M17 20H7M17 20V18C17 17.3438 16.8736 16.717 16.6438 16.1429M7 20H2V18C2 16.3431 3.34315 15 5 15C5.95561 15 6.80686 15.4468 7.35625 16.1429M7 20V18C7 17.3438 7.12642 16.717 7.35625 16.1429M7.35625 16.1429C8.0935 14.301 9.89482 13 12 13C14.1052 13 15.9065 14.301 16.6438 16.1429M15 7C15 8.65685 13.6569 10 12 10C10.3431 10 9 8.65685 9 7C9 5.34315 10.3431 4 12 4C13.6569 4 15 5.34315 15 7ZM21 10C21 11.1046 20.1046 12 19 12C17.8954 12 17 11.1046 17 10C17 8.89543 17.8954 8 19 8C20.1046 8 21 8.89543 21 10ZM7 10C7 11.1046 6.10457 12 5 12C3.89543 12 3 11.1046 3 10C3 8.89543 3.89543 8 5 8C6.10457 8 7 8.89543 7 10Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),tabs:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M10 3V6C10 7.10457 10.8954 8 12 8H15.5M15.5 8H21M15.5 8V3M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:Ra,strokeWidth:1.4})),"social-share":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M9 12C9 13.1046 8.10457 14 7 14C5.89543 14 5 13.1046 5 12C5 10.8954 5.89543 10 7 10C8.10457 10 9 10.8954 9 12Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M19 6C19 7.10457 18.1046 8 17 8C15.8954 8 15 7.10457 15 6C15 4.89543 15.8954 4 17 4C18.1046 4 19 4.89543 19 6Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M19 18C19 19.1046 18.1046 20 17 20C15.8954 20 15 19.1046 15 18C15 16.8954 15.8954 16 17 16C18.1046 16 19 16.8954 19 18Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M9 10.5L15 7M9 13.5L15 17",stroke:Ra,strokeWidth:1.4})),"restaurant-menu":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M17.7472 5.05554C17.5824 4.84998 17.3481 4.68976 17.074 4.59515C16.8912 4.53203 16.696 4.5 16.5 4.5M16.5 4.5C16.4022 4.5 16.3042 4.50797 16.2074 4.52402C15.9164 4.57225 15.6491 4.6913 15.4393 4.86612C15.2296 5.04093 15.0867 5.26366 15.0288 5.50614C14.9709 5.74861 15.0006 5.99995 15.1142 6.22835C15.2277 6.45676 15.42 6.65199 15.6666 6.78934C15.9133 6.92669 16.2033 7 16.5 7C16.7967 7 17.0867 7.07331 17.3334 7.21066C17.58 7.34802 17.7723 7.54324 17.8858 7.77165C17.9994 8.00005 18.0291 8.25139 17.9712 8.49386C17.9133 8.73634 17.7704 8.95907 17.5607 9.13388C17.3509 9.3087 17.0836 9.42775 16.7926 9.47598C16.6958 9.49203 16.5978 9.5 16.5 9.5M16.5 4.5V4M15.2528 8.94446C15.4176 9.15003 15.6519 9.31024 15.926 9.40485C16.1088 9.46797 16.304 9.5 16.5 9.5M16.5 9.5V10",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"}),(0,e.createElement)("path",{d:"M17.7472 15.0555C17.5824 14.85 17.3481 14.6898 17.074 14.5952C16.8912 14.532 16.696 14.5 16.5 14.5M16.5 14.5C16.4022 14.5 16.3042 14.508 16.2074 14.524C15.9164 14.5723 15.6491 14.6913 15.4393 14.8661C15.2296 15.0409 15.0867 15.2637 15.0288 15.5061C14.9709 15.7486 15.0006 15.9999 15.1142 16.2284C15.2277 16.4568 15.42 16.652 15.6666 16.7893C15.9133 16.9267 16.2033 17 16.5 17C16.7967 17 17.0867 17.0733 17.3334 17.2107C17.58 17.348 17.7723 17.5432 17.8858 17.7716C17.9994 18.0001 18.0291 18.2514 17.9712 18.4939C17.9133 18.7363 17.7704 18.9591 17.5607 19.1339C17.3509 19.3087 17.0836 19.4278 16.7926 19.476C16.6958 19.492 16.5978 19.5 16.5 19.5M16.5 14.5V14M15.2528 18.9445C15.4176 19.15 15.6519 19.3102 15.926 19.4049C16.1088 19.468 16.304 19.5 16.5 19.5M16.5 19.5V20",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"}),(0,e.createElement)("path",{d:"M6 5H12M6 15H12M6 8H9M6 18H9",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"}),(0,e.createElement)("path",{d:"M3 3C3 1.89543 3.89543 1 5 1H19C20.1046 1 21 1.89543 21 3V21C21 22.1046 20.1046 23 19 23H5C3.89543 23 3 22.1046 3 21V3Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),blockquote:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M7 7H17M7 11H9M17 11.8571C17 12.3305 16.6418 12.7143 16.2 12.7143C15.7582 12.7143 15.4 12.3305 15.4 11.8571C15.4 11.3838 15.7582 11 16.2 11C16.6418 11 17 11.3838 17 11.8571ZM17 11.8571C17 11.8571 17 13.1429 15.8 14M13.6 11.8571C13.6 12.3305 13.2418 12.7143 12.8 12.7143C12.3582 12.7143 12 12.3305 12 11.8571C12 11.3838 12.3582 11 12.8 11C13.2418 11 13.6 11.3838 13.6 11.8571ZM13.6 11.8571C13.6 11.8571 13.6 13.1429 12.4 14M3 21V5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V16C21 17.1046 20.1046 18 19 18H7.66667C7.23393 18 6.81286 18.1404 6.46667 18.4L3 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),columns:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M15 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H15M15 3V21M15 3H9M15 21H9M9 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H9M9 3V21",stroke:Ra,strokeWidth:1.4})),"marketing-button":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M7 20.9895H17M4 16.9895H20",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"}),(0,e.createElement)("path",{d:"M10 7H19M3 11H21C22.1046 11 23 10.1046 23 9V5C23 3.89543 22.1046 3 21 3H3C1.89543 3 1 3.89543 1 5V9C1 10.1046 1.89543 11 3 11ZM7 7C7 7.55228 6.55228 8 6 8C5.44772 8 5 7.55228 5 7C5 6.44772 5.44772 6 6 6C6.55228 6 7 6.44772 7 7Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"table-of-contents":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M7 16H13M7 12H15.3333M7 8H17M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),faq:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M9.00006 9C9.50006 8 10.5001 7 12.0001 7C13.5002 7 15.0001 8.5 15.0001 10C15.0001 11.4553 14.0588 12.4399 13.0843 12.8686C13.0248 12.8948 12.9619 12.9116 12.8992 12.9285C12.4001 13.0627 12.0001 13.4804 12.0001 14M12.0001 17H12.0101M21.0001 12C21.0001 16.9706 16.9706 21 12.0001 21C10.5124 21 9.1091 20.6391 7.87286 20C7.19356 19.6488 3.56466 21.5054 3 21C2.43678 20.4959 4.93748 17.6302 4.51561 17C3.55833 15.5699 3.00006 13.8501 3.00006 12C3.00006 7.02944 7.0295 3 12.0001 3C16.9706 3 21.0001 7.02944 21.0001 12Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),forms:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M7 10H17M7 7H10.5M9 17H15M7 13H17M13.5 7H17M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"how-to":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M13 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V11M13 3L21 11M13 3V9C13 10.1046 13.8954 11 15 11H21M10 11H17M10 7H13M10 15H17M7 7H7.1M7 11H7.1M7 15H7.1",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"inline-notice":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M3 21H21M3 3H21M10 12H19M3 17H21C22.1046 17 23 16.1046 23 15V9C23 7.89543 22.1046 7 21 7H3C1.89543 7 1 7.89543 1 9V15C1 16.1046 1.89543 17 3 17ZM7 12C7 12.5523 6.55228 13 6 13C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11C6.55228 11 7 11.4477 7 12Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"wp-search":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M3 21L9 15M7 10C7 13.866 10.134 17 14 17C17.866 17 21 13.866 21 10C21 6.13401 17.866 3 14 3C10.134 3 7 6.13401 7 10Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"taxonomy-list":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M10 16H17M10 12H15M10 8H17M6.98999 8H6.99999M6.98999 12H6.99999M6.98999 16H6.99999M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),review:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M7 10.5H17M9.5 7H9.51M6.99 7H7M12 7H12.01M7 14H14M12 21L14.4142 18.5858C14.7893 18.2107 15.298 18 15.8284 18H19C20.1046 18 21 17.1046 21 16V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V16C3 17.1046 3.89543 18 5 18H8.17157C8.70201 18 9.21071 18.2107 9.58579 18.5858L12 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),lottie:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M7 17C7 17 12 17.5 12 12C12 6.5 17 7 17 7M5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"star-rating":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M11.103 7.81696C11.4698 7.07371 12.5297 7.07371 12.8965 7.81696L13.8243 9.69697C13.97 9.99211 14.2516 10.1967 14.5773 10.244L16.652 10.5455C17.4722 10.6647 17.7997 11.6726 17.2062 12.2512L15.7049 13.7146C15.4692 13.9443 15.3617 14.2753 15.4173 14.5997L15.7717 16.666C15.9118 17.4829 15.0544 18.1059 14.3208 17.7202L12.4651 16.7446C12.1738 16.5915 11.8257 16.5915 11.5344 16.7446L9.67874 17.7202C8.94511 18.1059 8.08768 17.4829 8.22779 16.666L8.58219 14.5997C8.63783 14.2753 8.53028 13.9443 8.29459 13.7146L6.79332 12.2512C6.1998 11.6726 6.52731 10.6647 7.34753 10.5455L9.42225 10.244C9.74796 10.1967 10.0295 9.99211 10.1752 9.69697L11.103 7.81696Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M18.4424 14.106L20.1846 14.8943C21.0283 15.2761 21.9613 14.5667 21.7842 13.6782L21.6155 12.8313C21.5377 12.4411 21.6806 12.0403 21.99 11.7808L22.6034 11.2662C23.3499 10.6399 22.9822 9.44941 22.0043 9.32712L20.8958 9.18848C20.5373 9.14365 20.2219 8.93603 20.0458 8.62895L19.4377 7.56859C19.003 6.81047 17.8817 6.81047 17.447 7.56859L16.559 9.11719M5.55765 14.106L3.8154 14.8943C2.97172 15.2761 2.0387 14.5667 2.21577 13.6782L2.38454 12.8313C2.46229 12.4411 2.3194 12.0403 2.01002 11.7808L1.39664 11.2662C0.650069 10.6399 1.01784 9.44941 1.99569 9.32712L3.1042 9.18848C3.46273 9.14365 3.77814 8.93603 3.95423 8.62895L4.56227 7.56859C4.997 6.81047 6.11829 6.81047 6.55302 7.56859L7.44104 9.11719",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"display-conditions":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M14.8291 12C14.8291 13.4202 13.5623 14.5714 11.9996 14.5714C10.4369 14.5714 9.17004 13.4202 9.17004 12C9.17004 10.5798 10.4369 9.42857 11.9996 9.42857C13.5623 9.42857 14.8291 10.5798 14.8291 12Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M3 12C4.20187 8.52247 7.77678 6 12 6C16.2232 6 19.7982 8.5225 21 12C19.7981 15.4775 16.2232 18 12 18C7.77678 18 4.20185 15.4775 3 12Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"masonry-gallery":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M14 21V18C14 16.8954 14.8954 16 16 16H19C20.1046 16 21 16.8954 21 18V21M14 21C14 22.1046 14.8954 23 16 23H19C20.1046 23 21 22.1046 21 21M14 21L16.0343 19.6438C16.6315 19.2457 17.3962 19.1981 18.0381 19.5191L21 21M14 10C14 11.1046 14.8954 12 16 12H19C20.1046 12 21 11.1046 21 10M14 10V3C14 1.89543 14.8954 1 16 1H19C20.1046 1 21 1.89543 21 3V10M14 10V10C14 9.37526 14.3122 8.79185 14.8321 8.4453L16.0343 7.64381C16.6315 7.24569 17.3962 7.19808 18.0381 7.51906L20.1056 8.55279C20.6537 8.82687 21 9.38713 21 10V10M3 21C3 22.1046 3.89543 23 5 23H8C9.10457 23 10 22.1046 10 21M3 21V14C3 12.8954 3.89543 12 5 12H8C9.10457 12 10 12.8954 10 14V21M3 21V21C3 20.3753 3.31223 19.7918 3.83205 19.4453L5.03429 18.6438C5.63146 18.2457 6.39617 18.1981 7.03811 18.5191L9.10557 19.5528C9.65374 19.8269 10 20.3871 10 21V21M3 6V3C3 1.89543 3.89543 1 5 1H8C9.10457 1 10 1.89543 10 3V6M3 6C3 7.10457 3.89543 8 5 8H8C9.10457 8 10 7.10457 10 6M3 6L5.03429 4.64381C5.63146 4.24569 6.39617 4.19808 7.03811 4.51906L10 6M7 15H7.1M18 4H18.1",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"})),"responsive-conditions":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M16 19H3C1.89543 19 1 18.1046 1 17V7C1 5.89543 1.89543 5 3 5H20C21.1046 5 22 5.89543 22 7V9M16 19V11C16 9.89543 16.8954 9 18 9H21C22.1046 9 23 9.89543 23 11V19C23 20.1046 22.1046 21 21 21H18C16.8954 21 16 20.1046 16 19Z",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round"}),(0,e.createElement)("path",{d:"M3.5 12H3.51M19.5 18.5H19.51",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),container:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M3 16C3 14.8954 3.89543 14 5 14H8C9.10457 14 10 14.8954 10 16V19C10 20.1046 9.10457 21 8 21H5C3.89543 21 3 20.1046 3 19V16Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M14 16C14 14.8954 14.8954 14 16 14H19C20.1046 14 21 14.8954 21 16V19C21 20.1046 20.1046 21 19 21H16C14.8954 21 14 20.1046 14 19V16Z",stroke:Ra,strokeWidth:1.4}),(0,e.createElement)("path",{d:"M3 5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V8C21 9.10457 20.1046 10 19 10H5C3.89543 10 3 9.10457 3 8V5Z",stroke:Ra,strokeWidth:1.4})),image:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M3 17L7.41995 12.58C8.26284 11.7372 9.65125 11.8141 10.3959 12.7449L11.789 14.4863C12.4639 15.3298 13.6866 15.4851 14.5508 14.8369L15.6123 14.0408C16.4086 13.4436 17.5228 13.5228 18.2265 14.2265L21 17M17 8C17 8.55228 16.5523 9 16 9C15.4477 9 15 8.55228 15 8C15 7.44772 15.4477 7 16 7C16.5523 7 17 7.44772 17 8ZM5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21Z",stroke:Ra,strokeWidth:1.4})),counter:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M1 10.5L3 9.5V16.5M5.5 11C5.66667 10.5 6.3 9.5 7.5 9.5C9 9.5 9.5 10.5 9.5 11C9.5 13.0707 7 15 5.5 16.5H9.7M11.5 10.5C11.6667 10.1667 12.3 9.2 13.5 9.2C14.7 9.2 15.7 10 15.7 11C15.7 12 14.2 13 13 13C14 13 16.2469 13 16 15C15.8742 16.0188 14.8107 16.7 13.5 16.7C13 16.7 12 16.5 11.5 15.5M20.5 18V6M20.5 6L18 8M20.5 6L23 8",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),"image-gallery":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M3 8.5V5C3 3.89543 3.89543 3 5 3H8.5C9.60457 3 10.5 3.89543 10.5 5V8.5M3 8.5C3 9.60457 3.89543 10.5 5 10.5H8.5C9.60457 10.5 10.5 9.60457 10.5 8.5M3 8.5L4.94679 6.87767C5.58153 6.34873 6.47618 6.26455 7.19844 6.6658L10.5 8.5M13.5 8.5V5C13.5 3.89543 14.3954 3 15.5 3H19C20.1046 3 21 3.89543 21 5V8.5M13.5 8.5C13.5 9.60457 14.3954 10.5 15.5 10.5H19C20.1046 10.5 21 9.60457 21 8.5M13.5 8.5L15.4468 6.87767C16.0815 6.34873 16.9762 6.26455 17.6984 6.6658L21 8.5M3 19V15.5C3 14.3954 3.89543 13.5 5 13.5H8.5C9.60457 13.5 10.5 14.3954 10.5 15.5V19M3 19C3 20.1046 3.89543 21 5 21H8.5C9.60457 21 10.5 20.1046 10.5 19M3 19L4.94679 17.3777C5.58153 16.8487 6.47618 16.7645 7.19844 17.1658L10.5 19M13.5 19V15.5C13.5 14.3954 14.3954 13.5 15.5 13.5H19C20.1046 13.5 21 14.3954 21 15.5V19M13.5 19C13.5 20.1046 14.3954 21 15.5 21H19C20.1046 21 21 20.1046 21 19M13.5 19L15.4468 17.3777C16.0815 16.8487 16.9762 16.7645 17.6984 17.1658L21 19",stroke:Ra,strokeWidth:1.4})),login:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M12 16L16 12M16 12L12 8M16 12L4 12M7 16V17C7 18.6569 8.34315 20 10 20H17C18.6569 20 20 18.6569 20 17V7C20 5.34315 18.6569 4 17 4H10C8.34315 4 7 5.34315 7 7V8",stroke:Ra,strokeWidth:1.4,strokeLinecap:"round",strokeLinejoin:"round"})),register:(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M11 19H1C1 15.134 4.13401 12 8 12C9.0736 12 10.0907 12.2417 11 12.6736M14 13V16M14 16V19M14 16H11M14 16H17M12 5C12 7.20914 10.2091 9 8 9C5.79086 9 4 7.20914 4 5C4 2.79086 5.79086 1 8 1C10.2091 1 12 2.79086 12 5Z",stroke:Ra,strokeWidth:1.4})),"dynamic-content":(0,e.createElement)("svg",{width:40,height:40,viewBox:"0 0 24 24",fill:"none"},(0,e.createElement)("path",{d:"M4 7V17C4 19.2091 7.58172 21 12 21C16.4183 21 20 19.2091 20 17V7M4 7C4 9.20914 7.58172 11 12 11C16.4183 11 20 9.20914 20 7M4 7C4 4.79086 7.58172 3 12 3C16.4183 3 20 4.79086 20 7M20 12C20 14.2091 16.4183 16 12 16C7.58172 16 4 14.2091 4 12",stroke:Ra,strokeWidth:1.4}))};let Fa=(0,t.createContext)(null);function Ha(){let e=(0,t.useContext)(Fa);if(null===e){let e=new Error("You used a <Label /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(e,Ha),e}return e}let ja=g((function(e,t){let{passive:a=!1,...n}=e,r=Ha(),i=`headlessui-label-${O()}`,l=E(t);v((()=>r.register(i)),[i,r.register]);let o={ref:l,...r.props,id:i};return a&&("onClick"in o&&delete o.onClick,"onClick"in n&&delete n.onClick),c({ourProps:o,theirProps:n,slot:r.slot||{},defaultTag:"label",name:r.name||"Label"})})),Ba=(0,t.createContext)(null);Ba.displayName="GroupContext";let Ua=t.Fragment,Ga=g((function(e,a){let{checked:n,defaultChecked:r=!1,onChange:i,name:l,value:o,...s}=e,u=`headlessui-switch-${O()}`,d=(0,t.useContext)(Ba),m=(0,t.useRef)(null),g=E(m,a,null===d?null:d.setSwitch),[p,h]=function(e,a,n){let[r,i]=(0,t.useState)(n),l=void 0!==e,o=(0,t.useRef)(l),s=(0,t.useRef)(!1),u=(0,t.useRef)(!1);return!l||o.current||s.current?!l&&o.current&&!u.current&&(u.current=!0,o.current=l,console.error("A component is changing from controlled to uncontrolled. This may be caused by the value changing from a defined value to undefined, which should not happen.")):(s.current=!0,o.current=l,console.error("A component is changing from uncontrolled to controlled. This may be caused by the value changing from undefined to a defined value, which should not happen.")),[l?e:r,w((e=>(l||i(e),null==a?void 0:a(e))))]}(n,i,r),v=w((()=>null==h?void 0:h(!p))),b=w((e=>{if(T(e.currentTarget))return e.preventDefault();e.preventDefault(),v()})),y=w((e=>{e.key===N.Space?(e.preventDefault(),v()):e.key===N.Enter&&function(e){var t;let a=null!=(t=null==e?void 0:e.form)?t:e.closest("form");if(a)for(let e of a.elements)if("INPUT"===e.tagName&&"submit"===e.type||"BUTTON"===e.tagName&&"submit"===e.type||"INPUT"===e.nodeName&&"image"===e.type)return void e.click()}(e.currentTarget)})),x=w((e=>e.preventDefault())),D=(0,t.useMemo)((()=>({checked:p})),[p]),_={id:u,ref:g,role:"switch",type:R(e,m),tabIndex:0,"aria-checked":p,"aria-labelledby":null==d?void 0:d.labelledby,"aria-describedby":null==d?void 0:d.describedby,onClick:b,onKeyUp:y,onKeyPress:x};return t.createElement(t.Fragment,null,null!=l&&p&&t.createElement(bt,{features:vt.Hidden,...f({as:"input",type:"checkbox",hidden:!0,readOnly:!0,checked:p,name:l,value:o})}),c({ourProps:_,theirProps:s,slot:D,defaultTag:"button",name:"Switch"}))})),Wa=Object.assign(Ga,{Group:function(e){let[a,n]=(0,t.useState)(null),[r,i]=function(){let[e,a]=(0,t.useState)([]);return[e.length>0?e.join(" "):void 0,(0,t.useMemo)((()=>function(e){let n=w((e=>(a((t=>[...t,e])),()=>a((t=>{let a=t.slice(),n=a.indexOf(e);return-1!==n&&a.splice(n,1),a}))))),r=(0,t.useMemo)((()=>({register:n,slot:e.slot,name:e.name,props:e.props})),[n,e.slot,e.name,e.props]);return t.createElement(Fa.Provider,{value:r},e.children)}),[a])]}(),[l,o]=$t(),s=(0,t.useMemo)((()=>({switch:a,setSwitch:n,labelledby:r,describedby:l})),[a,n,r,l]),u=e;return t.createElement(o,{name:"Switch.Description"},t.createElement(i,{name:"Switch.Label",props:{onClick(){!a||(a.click(),a.focus({preventScroll:!0}))}}},t.createElement(Ba.Provider,{value:s},c({ourProps:{},theirProps:u,defaultTag:Ua,name:"Switch.Group"}))))},Label:ja,Description:Yt});const za=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")};var Ka=t=>{const{admin_categories:a,link:n,slug:r,title:i,deprecated:l,pro_filler:o}=t.blockInfo,s=Ca(),u=Na((e=>e.blocksStatuses)),c=Na((e=>e.coreBlocks)).includes(r),d=!("disabled"===u[r]&&!c);return o?null:(0,e.createElement)("div",{key:r,className:za(d&&!o?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,e.createElement)("div",{className:"flex-shrink-0 opacity-80"},Va[r]),(0,e.createElement)("div",{className:"uagb-admin-block-card__title flex-1 min-w-0"},(0,e.createElement)("p",{className:"text-base font-medium text-slate-800"},i,l&&(0,e.createElement)("div",{className:"inline-block align-text-bottom max-h-4 px-1.5 py-[3px] ml-1.5 text-[10px] leading-[10px] border border-slate-200 text-slate-400 rounded spectra-admin__block-label"},(0,Ze.__)("Legacy","ultimate-addons-for-gutenberg")),!o&&(null==a?void 0:a.includes("pro"))&&(0,e.createElement)("div",{className:"inline-block align-text-bottom max-h-4 px-1.5 py-[3px] ml-1.5 text-[10px] leading-[10px] border border-slate-800 bg-slate-800 text-white rounded spectra-admin__block-label"},(0,Ze.__)("Pro","ultimate-addons-for-gutenberg"))),(0,e.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:`https://wpspectra.com/blocks/${n}`,target:"_blank",rel:"noreferrer"},(0,Ze.__)("Live Demo","ultimate-addons-for-gutenberg"))),o?(0,e.createElement)("div",{className:"inline-block align-text-bottom max-h-4 px-1.5 py-[3px] ml-1.5 text-[10px] leading-[10px] border border-slate-800 bg-slate-800 text-white rounded spectra-admin__block-label"},(0,Ze.__)("Pro","ultimate-addons-for-gutenberg")):(0,e.createElement)("div",{className:c?"core-block-card-wrap":"",title:c?(0,Ze.__)("This is a Core Spectra block & cannot be disabled.","ultimate-addons-for-gutenberg"):""},(0,e.createElement)(Wa,{checked:d,onChange:()=>{let e="disabled";d||(e=r);const t={...u};t[r]=e,s({type:"UPDATE_BLOCK_STATUSES",payload:t});const a=new window.FormData;a.append("action","uag_blocks_activation_and_deactivation"),a.append("security",uag_react.blocks_activation_and_deactivation_nonce),a.append("value",JSON.stringify(t)),La()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{s({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:za(c?"core-block-card":"",d?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:za(d?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))))};function Za(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var $a=()=>{const a=Na((e=>e.enableDisplayConditions)),n=Ca(),r="disabled"!==a;return(0,t.useEffect)((()=>{const e=new window.FormData;e.append("action","uag_enable_block_condition"),e.append("security",uag_react.enable_block_condition_nonce),e.append("value",a),La()({url:uag_react.ajax_url,method:"POST",body:e}).then((()=>{}))}),[a]),(0,e.createElement)("div",{key:"display-conditons",className:Za(r?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,e.createElement)("div",{className:"flex-shrink-0 ml-0"},Va["display-conditions"]),(0,e.createElement)("div",{className:"uagb-admin-block__extension-title flex-1 min-w-0"},(0,e.createElement)("p",{className:"text-base font-medium text-slate-800"},(0,Ze.__)("Display Conditions","ultimate-addons-for-gutenberg"),(0,e.createElement)("div",{className:"inline-block align-text-bottom max-h-4 px-1.5 py-[3px] ml-1.5 text-[10px] leading-[10px] border border-slate-400 text-slate-500 rounded spectra-admin__block-label"},(0,Ze.__)("Extension","ultimate-addons-for-gutenberg"))),(0,e.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:"https://wpspectra.com/docs/display-conditions-blocks/",target:"_blank",rel:"noreferrer"},(0,Ze.__)("Documentation","ultimate-addons-for-gutenberg"))),(0,e.createElement)(Wa,{checked:r,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",n({type:"UPDATE_ENABLE_DISPLAY_CONDITIONS",payload:e}),n({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})},className:Za(r?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:Za(r?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))};function Ya(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var qa=()=>{const a=Na((e=>e.enableMasonryExtension)),n=Ca(),r="disabled"!==a;return(0,t.useEffect)((()=>{const e=new window.FormData;e.append("action","uag_enable_masonry_gallery"),e.append("security",uag_react.enable_masonry_gallery_nonce),e.append("value",a),La()({url:uag_react.ajax_url,method:"POST",body:e}).then((()=>{}))}),[a]),(0,e.createElement)("div",{key:"masonry-gallery",className:Ya(r?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,e.createElement)("div",{className:"flex-shrink-0"},Va["masonry-gallery"]),(0,e.createElement)("div",{className:"uagb-admin-block__extension-title flex-1 min-w-0"},(0,e.createElement)("p",{className:"text-base font-medium text-slate-800"},(0,Ze.__)("Masonry Gallery","ultimate-addons-for-gutenberg"),(0,e.createElement)("div",{className:"inline-block align-text-bottom max-h-4 px-1.5 py-[3px] ml-1.5 text-[10px] leading-[10px] border border-slate-400 text-slate-500 rounded spectra-admin__block-label"},(0,Ze.__)("Extension","ultimate-addons-for-gutenberg"))),(0,e.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:"https://wpspectra.com/docs/masonry-image-gallery/",target:"_blank",rel:"noreferrer"},(0,Ze.__)("Documentation","ultimate-addons-for-gutenberg"))),(0,e.createElement)(Wa,{checked:r,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",n({type:"UPDATE_ENABLE_MASONRY_EXTENSION",payload:e}),n({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})},className:Ya(r?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:Ya(r?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))};function Ja(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Xa=()=>{const a=Na((e=>e.enableResponsiveConditions)),n=Ca(),r="disabled"!==a;return(0,t.useEffect)((()=>{const e=new window.FormData;e.append("action","uag_enable_block_responsive"),e.append("security",uag_react.enable_block_responsive_nonce),e.append("value",a),La()({url:uag_react.ajax_url,method:"POST",body:e}).then((()=>{}))}),[a]),(0,e.createElement)("div",{key:"display-responsive-conditons",className:Ja(r?"border-white bg-white shadow hover:shadow-hover hover:z-50":"border-slate-200 spectra-disabled-icon","box-border relative border rounded-md h-20 p-4 flex items-center gap-x-4 snap-start transition spectra-icon-transition")},(0,e.createElement)("div",{className:"flex-shrink-0 ml-0"},Va["responsive-conditions"]),(0,e.createElement)("div",{className:"uagb-admin-block__extension-title flex-1 min-w-0"},(0,e.createElement)("p",{className:"text-base font-medium text-slate-800"},(0,Ze.__)("Responsive Conditions","ultimate-addons-for-gutenberg"),(0,e.createElement)("div",{className:"inline-block align-text-bottom max-h-4 px-1.5 py-[3px] ml-1.5 text-[10px] leading-[10px] border border-slate-400 text-slate-500 rounded spectra-admin__block-label"},(0,Ze.__)("Extension","ultimate-addons-for-gutenberg"))),(0,e.createElement)("a",{className:"focus-visible:text-slate-500 active:text-slate-500 hover:text-slate-500 focus:text-slate-400 text-slate-400 text-sm truncate",href:"https://wpspectra.com/docs/responsive-conditions/",target:"_blank",rel:"noreferrer"},(0,Ze.__)("Documentation","ultimate-addons-for-gutenberg"))),(0,e.createElement)(Wa,{checked:r,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",n({type:"UPDATE_ENABLE_RESPONSIVE_CONDITIONS",payload:e}),n({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})},className:Ja(r?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:Ja(r?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))},Qa=t=>{let{currentTab:a}=t;return"extensions"===a||"all"===a?(0,e.createElement)(e.Fragment,null,(0,e.createElement)($a,null),(0,e.createElement)(qa,null),(0,e.createElement)(Xa,null)):null},en=()=>{const t=Na((e=>e.activeBlocksFilterTab)),a=uag_react.blocks_info.map(((a,n)=>{const r=a.admin_categories;return!(null==r?void 0:r.includes(t))&&"all"!==t||uag_react.spectra_pro_status&&a.pro_filler?"":(0,e.createElement)(Ka,{key:n,blockInfo:a})}));return(0,e.createElement)("div",{className:"lg:max-w-[80rem] mx-auto grid grid-flow-row auto-rows-min grid-cols-2 gap-6 sm:grid-cols-3 px-6 py-4"},a,(0,e.createElement)(Qa,{currentTab:t}))},tn=function(t){const{fontSize:a,width:n,style:r}=t;return(0,e.createElement)("div",{className:"uag-skeleton uag-skeleton--text uag-skeleton--wave",style:{fontSize:a,width:n,...r}})},an=function(t){const{width:a,height:n,style:r}=t;return(0,e.createElement)("div",{className:"uag-skeleton uag-skeleton--rect uag-skeleton--wave",style:{width:a,height:n,...r}})},nn=()=>(0,e.createElement)(e.Fragment,null,(0,e.createElement)("div",{className:"max-w-3xl mx-auto lg:max-w-[77rem] mt-10 mb-8 font-semibold text-2xl"},(0,e.createElement)(an,{width:"75px",height:"32px"})),(0,e.createElement)("div",{className:"max-w-3xl mx-auto lg:max-w-[77rem] mb-[2.43rem]"},(0,e.createElement)("div",{className:"hidden justify-between sm:flex"},(0,e.createElement)("nav",{className:"flex space-x-4","aria-label":"Tabs"},(0,e.createElement)(an,{width:"25px",height:"35px"}),(0,e.createElement)(an,{width:"50px",height:"35px"}),(0,e.createElement)(an,{width:"50px",height:"35px"}),(0,e.createElement)(an,{width:"33px",height:"35px"}),(0,e.createElement)(an,{width:"37px",height:"35px"}),(0,e.createElement)(an,{width:"33px",height:"35px"}),(0,e.createElement)(an,{width:"27px",height:"35px"}),(0,e.createElement)(an,{width:"71px",height:"35px"})),(0,e.createElement)("span",{className:"z-0 flex shadow-sm rounded-[0.2rem] justify-center"},(0,e.createElement)(an,{width:"100px",height:"40px",style:{marginRight:"10px"}}),(0,e.createElement)(an,{width:"100px",height:"40px"})))),(0,e.createElement)("div",{className:"lg:max-w-[80rem] mx-auto grid grid-cols-2 gap-6 sm:grid-cols-3 p-6 pt-0"},Array(36).fill().map((t=>(0,e.createElement)(an,{key:t,width:"400px",height:"80px"}))))),rn=()=>Na((e=>e.initialStateSetFlag))?(0,e.createElement)(e.Fragment,null,(0,e.createElement)("div",{className:"mx-auto px-6 mt-10 mb-8 font-semibold text-2xl lg:max-w-[80rem]"},"Blocks / Extensions"),(0,e.createElement)(Ia,null),(0,e.createElement)(en,null)):(0,e.createElement)(nn,null),ln={"asset-generation":(0,e.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M1 1V6H1.58152M16.9381 8C16.446 4.05369 13.0796 1 9 1C5.64262 1 2.76829 3.06817 1.58152 6M1.58152 6H6M17 17V12H16.4185M16.4185 12C15.2317 14.9318 12.3574 17 9 17C4.92038 17 1.55399 13.9463 1.06189 10M16.4185 12H12",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),templates:(0,e.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M1 2C1 1.44772 1.44772 1 2 1H16C16.5523 1 17 1.44772 17 2V4C17 4.55228 16.5523 5 16 5H2C1.44772 5 1 4.55228 1 4V2Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M1 10C1 9.44772 1.44772 9 2 9H8C8.55228 9 9 9.44772 9 10V16C9 16.5523 8.55228 17 8 17H2C1.44772 17 1 16.5523 1 16V10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M13 10C13 9.44772 13.4477 9 14 9H16C16.5523 9 17 9.44772 17 10V16C17 16.5523 16.5523 17 16 17H14C13.4477 17 13 16.5523 13 16V10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"version-control":(0,e.createElement)("svg",{className:"flex-shrink-0 mr-4 fill-inherit",stroke:"none",width:"16",height:"20",viewBox:"0 0 16 20",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M5.70711 11.2929C5.31658 10.9024 4.68342 10.9024 4.29289 11.2929C3.90237 11.6834 3.90237 12.3166 4.29289 12.7071L5.70711 11.2929ZM7 14L6.29289 14.7071C6.68342 15.0976 7.31658 15.0976 7.70711 14.7071L7 14ZM11.7071 10.7071C12.0976 10.3166 12.0976 9.68342 11.7071 9.29289C11.3166 8.90237 10.6834 8.90237 10.2929 9.29289L11.7071 10.7071ZM14 5V17H16V5H14ZM13 18H3V20H13V18ZM2 17V5H0V17H2ZM3 4H5V2H3V4ZM11 4H13V2H11V4ZM3 18C2.44772 18 2 17.5523 2 17H0C0 18.6569 1.34315 20 3 20V18ZM14 17C14 17.5523 13.5523 18 13 18V20C14.6569 20 16 18.6569 16 17H14ZM16 5C16 3.34315 14.6569 2 13 2V4C13.5523 4 14 4.44772 14 5H16ZM2 5C2 4.44772 2.44772 4 3 4V2C1.34315 2 0 3.34315 0 5H2ZM4.29289 12.7071L6.29289 14.7071L7.70711 13.2929L5.70711 11.2929L4.29289 12.7071ZM7.70711 14.7071L11.7071 10.7071L10.2929 9.29289L6.29289 13.2929L7.70711 14.7071ZM7 2H9V0H7V2ZM9 4H7V6H9V4ZM7 4C6.44772 4 6 3.55228 6 3H4C4 4.65685 5.34315 6 7 6V4ZM10 3C10 3.55228 9.55228 4 9 4V6C10.6569 6 12 4.65685 12 3H10ZM9 2C9.55228 2 10 2.44772 10 3H12C12 1.34315 10.6569 0 9 0V2ZM7 0C5.34315 0 4 1.34315 4 3H6C6 2.44772 6.44772 2 7 2V0Z"})),"fonts-performance":(0,e.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"20",viewBox:"0 0 18 20",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M10 8V1L1 12H8L8 19L17 8L10 8Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"global-settings":(0,e.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M8.32463 2.31731C8.75103 0.560897 11.249 0.560897 11.6754 2.31731C11.9508 3.45193 13.2507 3.99038 14.2478 3.38285C15.7913 2.44239 17.5576 4.2087 16.6172 5.75218C16.0096 6.74925 16.5481 8.04918 17.6827 8.32463C19.4391 8.75103 19.4391 11.249 17.6827 11.6754C16.5481 11.9508 16.0096 13.2507 16.6172 14.2478C17.5576 15.7913 15.7913 17.5576 14.2478 16.6172C13.2507 16.0096 11.9508 16.5481 11.6754 17.6827C11.249 19.4391 8.75103 19.4391 8.32463 17.6827C8.04918 16.5481 6.74926 16.0096 5.75219 16.6172C4.2087 17.5576 2.44239 15.7913 3.38285 14.2478C3.99038 13.2507 3.45193 11.9508 2.31731 11.6754C0.560897 11.249 0.560897 8.75103 2.31731 8.32463C3.45193 8.04918 3.99037 6.74926 3.38285 5.75218C2.44239 4.2087 4.2087 2.44239 5.75219 3.38285C6.74926 3.99037 8.04918 3.45193 8.32463 2.31731Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M13 10C13 11.6569 11.6569 13 10 13C8.34315 13 7 11.6569 7 10C7 8.34315 8.34315 7 10 7C11.6569 7 13 8.34315 13 10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"block-settings":(0,e.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"18",height:"18",viewBox:"0 0 18 18",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M1 3C1 1.89543 1.89543 1 3 1H5C6.10457 1 7 1.89543 7 3V5C7 6.10457 6.10457 7 5 7H3C1.89543 7 1 6.10457 1 5V3Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M11 3C11 1.89543 11.8954 1 13 1H15C16.1046 1 17 1.89543 17 3V5C17 6.10457 16.1046 7 15 7H13C11.8954 7 11 6.10457 11 5V3Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M1 13C1 11.8954 1.89543 11 3 11H5C6.10457 11 7 11.8954 7 13V15C7 16.1046 6.10457 17 5 17H3C1.89543 17 1 16.1046 1 15V13Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M11 13C11 11.8954 11.8954 11 13 11H15C16.1046 11 17 11.8954 17 13V15C17 16.1046 16.1046 17 15 17H13C11.8954 17 11 16.1046 11 15V13Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),"coming-soon":(0,e.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",fill:"none",width:"20",height:"20",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M10 6V10L13 13M19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),account:(0,e.createElement)("svg",{className:"flex-shrink-0 mr-4 stroke-inherit",width:"18",height:"22",viewBox:"0 0 18 22",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M12.7498 5C12.7498 7.07107 11.0709 8.75 8.99984 8.75C6.92877 8.75 5.24984 7.07107 5.24984 5C5.24984 2.92893 6.92877 1.25 8.99984 1.25C11.0709 1.25 12.7498 2.92893 12.7498 5Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),(0,e.createElement)("path",{d:"M1.50098 19.1182C1.57128 15.0369 4.90171 11.75 8.99984 11.75C13.0981 11.75 16.4286 15.0371 16.4987 19.1185C14.2159 20.166 11.6762 20.75 9.00016 20.75C6.32384 20.75 3.78394 20.1659 1.50098 19.1182Z",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))};function on(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var sn=()=>{const t=Ca(),a=Na((e=>e.enableFileGeneration)),n="disabled"!==a;return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("File Generation","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:n,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",t({type:"UPDATE_FILE_GENERATION",payload:e});const n=uag_react.enable_file_generation_nonce,r=new window.FormData;r.append("action","uag_enable_file_generation"),r.append("security",n),r.append("value",e),La()({url:uag_react.ajax_url,method:"POST",body:r}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:on(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:on(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Spectra loads the CSS and JS inline on the page by default. If you want to generate separate CSS and JS files for Spectra blocks, enable this option. Please read ","ultimate-addons-for-gutenberg"),(0,e.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://wpspectra.com/clean-html-with-uag/?utm_source=uag-dashboard&utm_medium=link&utm_campaign=uag-dashboard",target:"_blank",rel:"noreferrer"}," ",(0,Ze.__)("this article","ultimate-addons-for-gutenberg")," "),(0,Ze.__)(" to learn the difference between generating CSS and JS inline and in a separate file.","ultimate-addons-for-gutenberg")))},un=()=>{const a=Ca(),[n,r]=(0,t.useState)(!1);return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Asset Regeneration","ultimate-addons-for-gutenberg")),(0,e.createElement)("div",{className:"flex justify-right items-center"},(0,e.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-spectra transition focus:bg-spectra-hover hover:bg-spectra-hover focus:outline-none",onClick:()=>{r("loading");const e=new window.FormData;e.append("action","uag_regenerate_assets"),e.append("security",uag_react.regenerate_assets_nonce),e.append("value",!0),La()({url:uag_react.ajax_url,method:"POST",body:e}).then((e=>{e.success&&(a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Assets Regenerated!"}),r(!1))}))}},(0,Ze.__)("Regenerate Assets","ultimate-addons-for-gutenberg"),"loading"===n&&(0,e.createElement)("svg",{className:"animate-spin -mr-1 ml-3 h-5 w-5 text-white",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},(0,e.createElement)("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),(0,e.createElement)("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"}))))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Facing issues with style, layout, color or another page element? Use this option to regenerate CSS and Javascript assets. It can help with all kinds of asset issues.","ultimate-addons-for-gutenberg")))};function cn(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var dn=()=>{const t=Ca(),a=Na((e=>e.enableTemplates)),n="no"!==a;return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Enable Templates Button","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:n,onChange:()=>{let e;e="no"===a?"yes":"no",t({type:"UPDATE_TEMPLATES_BUTTON",payload:e});const n=uag_react.enable_templates_button_nonce,r=new window.FormData;r.append("action","uag_enable_templates_button"),r.append("security",n),r.append("value",e),La()({url:uag_react.ajax_url,method:"POST",body:r}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:cn(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:cn(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Spectra comes with a stunning library of page templates and block patterns. This library is accessible with the Templates button while editing the page or post. Manage the visibility of that button with this option.","ultimate-addons-for-gutenberg")))},mn=a=>{const{openPopup:n,setopenPopup:r,previousVersionSelect:i,setconfirmPopup:l}=a,[o,s]=(0,t.useState)(n),u=(0,t.useRef)(null);return(0,t.useEffect)((()=>{s(n)}),[n]),(0,e.createElement)(ht.Root,{show:o,as:t.Fragment},(0,e.createElement)(ma,{as:"div",className:"uag-rollback__dialog fixed backdrop-blur-sm inset-0 overflow-y-auto",initialFocus:u,onClose:s},(0,e.createElement)("div",{className:"flex items-end justify-center min-h-screen pt-4 px-4 pb-20 text-center sm:block sm:p-0"},(0,e.createElement)(ht.Child,{as:t.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0",enterTo:"opacity-100",leave:"ease-in duration-200",leaveFrom:"opacity-100",leaveTo:"opacity-0"},(0,e.createElement)("div",{className:"fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity"})),(0,e.createElement)("span",{className:"hidden sm:inline-block sm:align-middle sm:h-screen","aria-hidden":"true"},"​"),(0,e.createElement)(ht.Child,{as:t.Fragment,enter:"ease-out duration-300",enterFrom:"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95",enterTo:"opacity-100 translate-y-0 sm:scale-100",leave:"ease-in duration-200",leaveFrom:"opacity-100 translate-y-0 sm:scale-100",leaveTo:"opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"},(0,e.createElement)("div",{className:"inline-block align-bottom bg-white rounded-lg px-4 pt-5 pb-4 text-left overflow-hidden shadow-xl transform transition-all sm:my-8 sm:align-middle sm:max-w-lg sm:w-full sm:p-6"},(0,e.createElement)("div",{className:"sm:flex sm:items-start"},(0,e.createElement)("div",{className:"mx-auto flex-shrink-0 flex items-center justify-center h-12 w-12 rounded-full bg-red-50 sm:mx-0 sm:h-16 sm:w-16"},(0,e.createElement)("svg",{className:"h-8 w-8 stroke-red-600",viewBox:"0 0 34 33",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,e.createElement)("path",{d:"M17 9.83333V16.5M17 23.1667H17.0167M32 16.5C32 24.7843 25.2843 31.5 17 31.5C8.71573 31.5 2 24.7843 2 16.5C2 8.21573 8.71573 1.5 17 1.5C25.2843 1.5 32 8.21573 32 16.5Z",strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round"}))),(0,e.createElement)("div",{className:"mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left"},(0,e.createElement)(ma.Title,{as:"h3",className:"text-2xl font-semibold text-slate-800"},(0,Ze.__)("Rollback to Previous Version","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"mt-2 text-sm text-slate-500"},(0,Ze.__)(`Are you sure you want to rollback to Spectra v${i}?`,"ultimate-addons-for-gutenberg")))),(0,e.createElement)("div",{className:"mt-6 sm:flex sm:flex-row sm:ml-20"},(0,e.createElement)("button",{type:"button",className:"w-full inline-flex justify-center rounded border border-transparent shadow-sm px-4 py-2 bg-red-600 text-base font-medium text-white focus:bg-red-700 hover:bg-red-700 focus:outline-none sm:mr-3 sm:w-auto sm:text-sm",onClick:()=>{const e=uag_react.rollback_url.replace("VERSION",i);r(!1),l(!0),window.location.href=e}},(0,Ze.__)("Rollback","ultimate-addons-for-gutenberg")),(0,e.createElement)("button",{type:"button",className:"mt-3 w-full inline-flex justify-center rounded border border-slate-200 shadow-sm px-4 py-2 bg-white text-base font-medium text-slate-800 focus:bg-gray-50 hover:bg-gray-50 focus:outline-none sm:mt-0 sm:w-auto sm:text-sm",onClick:()=>{r(!n)},ref:u},(0,Ze.__)("Cancel","ultimate-addons-for-gutenberg"))))))))},gn=()=>{const a=uag_react.global_data.uag_previous_versions,[n,r]=(0,t.useState)(a[0].value),[i,l]=(0,t.useState)(!1),[o,s]=(0,t.useState)(!1);return(0,e.createElement)(e.Fragment,null,(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Rollback to Previous Version","ultimate-addons-for-gutenberg")),(0,e.createElement)("div",{className:"flex justify-right"},(0,e.createElement)("select",{id:"location",name:"location",className:"block h-9 mr-2 sm:text-sm spectra-admin__input-field spectra-admin__dropdown",onBlur:e=>{r(e.target.value)}},a.map((t=>(0,e.createElement)("option",{key:t.value,value:t.value},t.label)))),(0,e.createElement)("button",{type:"button",className:"inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm text-white bg-spectra transition focus:bg-spectra-hover hover:bg-spectra-hover focus:outline-none h-9",onClick:()=>{l(!0)}},o&&(0,e.createElement)("svg",{className:"animate-spin -ml-1 mr-3 h-5 w-5 text-white",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},(0,e.createElement)("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),(0,e.createElement)("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})),(0,Ze.__)("Rollback","ultimate-addons-for-gutenberg")))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)(`Experiencing an issue with Spectra version ${uag_react.plugin_ver}? Roll back to a previous version to help troubleshoot the issue.`,"ultimate-addons-for-gutenberg"))),(0,e.createElement)(mn,{openPopup:i,setopenPopup:l,previousVersionSelect:n,setconfirmPopup:s}))};function fn(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var pn=()=>{const t=Ca(),a=Na((e=>e.enableBeta)),n="no"!==a;return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Enable Beta","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:n,onChange:()=>{let e;e="no"===a?"yes":"no",t({type:"UPDATE_BETA",payload:e});const n=new window.FormData;n.append("action","uag_enable_beta_updates"),n.append("security",uag_react.enable_beta_updates_nonce),n.append("value",e),La()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:fn(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500")},(0,e.createElement)("span",{"aria-hidden":"true",className:fn(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Enable this option to turn on beta updates and be notified when a new beta version of Spectra is available. The beta version will not install automatically, you will have to install it when you get a notification. It is recommended to try beta on a test environment only.","ultimate-addons-for-gutenberg")))};function hn(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var vn=()=>{const t=Ca(),a=Na((e=>e.enableLegacyBlocks)),n="no"!==a;return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Enable Legacy Blocks","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:a,onChange:()=>{let e;e="no"===a?"yes":"no",t({type:"UPDATE_LEGACY_BLOCKS",payload:e});const n=new window.FormData;n.append("action","uag_enable_legacy_blocks"),n.append("security",uag_react.enable_legacy_blocks_nonce),n.append("value",e),La()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:hn(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500")},(0,e.createElement)("span",{"aria-hidden":"true",className:hn(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Enable this option to enable the support of our Legacy Blocks on the site.","ultimate-addons-for-gutenberg")))};function bn(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function wn(e,t){for(var a=0;a<t.length;a++){var n=t[a];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function yn(e,t,a){return t&&wn(e.prototype,t),a&&wn(e,a),Object.defineProperty(e,"prototype",{writable:!1}),e}function xn(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}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&ee(e,t)}function En(e){return En="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},En(e)}function Dn(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Cn(e,t){if(t&&("object"===En(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return Dn(e)}function kn(e){return kn=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},kn(e)}var Sn=Number.isNaN||function(e){return"number"==typeof e&&e!=e};function On(e,t){if(e.length!==t.length)return!1;for(var a=0;a<e.length;a++)if(!((n=e[a])===(r=t[a])||Sn(n)&&Sn(r)))return!1;var n,r;return!0}var Nn=function(e,t){var a;void 0===t&&(t=On);var n,r=[],i=!1;return function(){for(var l=[],o=0;o<arguments.length;o++)l[o]=arguments[o];return i&&a===this&&t(l,r)||(n=e.apply(this,l),i=!0,a=this,r=l),n}},Tn=function(){function e(e){this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.before=null}var t=e.prototype;return t.insert=function(e){if(this.ctr%(this.isSpeedy?65e3:1)==0){var t,a=function(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),void 0!==e.nonce&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t}(this);t=0===this.tags.length?this.before:this.tags[this.tags.length-1].nextSibling,this.container.insertBefore(a,t),this.tags.push(a)}var n=this.tags[this.tags.length-1];if(this.isSpeedy){var r=function(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}(n);try{var i=105===e.charCodeAt(1)&&64===e.charCodeAt(0);r.insertRule(e,i?0:r.cssRules.length)}catch(e){}}else n.appendChild(document.createTextNode(e));this.ctr++},t.flush=function(){this.tags.forEach((function(e){return e.parentNode.removeChild(e)})),this.tags=[],this.ctr=0},e}(),An=function(e){function t(e,n,s,u,m){for(var g,f,p,h,y,E=0,D=0,_=0,C=0,k=0,P=0,L=p=g=0,R=0,V=0,F=0,H=0,j=s.length,B=j-1,U="",G="",W="",z="";R<j;){if(f=s.charCodeAt(R),R===B&&0!==D+C+_+E&&(0!==D&&(f=47===D?10:47),C=_=E=0,j++,B++),0===D+C+_+E){if(R===B&&(0<V&&(U=U.replace(d,"")),0<U.trim().length)){switch(f){case 32:case 9:case 59:case 13:case 10:break;default:U+=s.charAt(R)}f=59}switch(f){case 123:for(g=(U=U.trim()).charCodeAt(0),p=1,H=++R;R<j;){switch(f=s.charCodeAt(R)){case 123:p++;break;case 125:p--;break;case 47:switch(f=s.charCodeAt(R+1)){case 42:case 47:e:{for(L=R+1;L<B;++L)switch(s.charCodeAt(L)){case 47:if(42===f&&42===s.charCodeAt(L-1)&&R+2!==L){R=L+1;break e}break;case 10:if(47===f){R=L+1;break e}}R=L}}break;case 91:f++;case 40:f++;case 34:case 39:for(;R++<B&&s.charCodeAt(R)!==f;);}if(0===p)break;R++}if(p=s.substring(H,R),0===g&&(g=(U=U.replace(c,"").trim()).charCodeAt(0)),64===g){switch(0<V&&(U=U.replace(d,"")),f=U.charCodeAt(1)){case 100:case 109:case 115:case 45:V=n;break;default:V=A}if(H=(p=t(n,V,p,f,m+1)).length,0<M&&(y=o(3,p,V=a(A,U,F),n,O,S,H,f,m,u),U=V.join(""),void 0!==y&&0===(H=(p=y.trim()).length)&&(f=0,p="")),0<H)switch(f){case 115:U=U.replace(x,l);case 100:case 109:case 45:p=U+"{"+p+"}";break;case 107:p=(U=U.replace(v,"$1 $2"))+"{"+p+"}",p=1===T||2===T&&i("@"+p,3)?"@-webkit-"+p+"@"+p:"@"+p;break;default:p=U+p,112===u&&(G+=p,p="")}else p=""}else p=t(n,a(n,U,F),p,u,m+1);W+=p,p=F=V=L=g=0,U="",f=s.charCodeAt(++R);break;case 125:case 59:if(1<(H=(U=(0<V?U.replace(d,""):U).trim()).length))switch(0===L&&(g=U.charCodeAt(0),45===g||96<g&&123>g)&&(H=(U=U.replace(" ",":")).length),0<M&&void 0!==(y=o(1,U,n,e,O,S,G.length,u,m,u))&&0===(H=(U=y.trim()).length)&&(U="\0\0"),g=U.charCodeAt(0),f=U.charCodeAt(1),g){case 0:break;case 64:if(105===f||99===f){z+=U+s.charAt(R);break}default:58!==U.charCodeAt(H-1)&&(G+=r(U,g,f,U.charCodeAt(2)))}F=V=L=g=0,U="",f=s.charCodeAt(++R)}}switch(f){case 13:case 10:47===D?D=0:0===1+g&&107!==u&&0<U.length&&(V=1,U+="\0"),0<M*I&&o(0,U,n,e,O,S,G.length,u,m,u),S=1,O++;break;case 59:case 125:if(0===D+C+_+E){S++;break}default:switch(S++,h=s.charAt(R),f){case 9:case 32:if(0===C+E+D)switch(k){case 44:case 58:case 9:case 32:h="";break;default:32!==f&&(h=" ")}break;case 0:h="\\0";break;case 12:h="\\f";break;case 11:h="\\v";break;case 38:0===C+D+E&&(V=F=1,h="\f"+h);break;case 108:if(0===C+D+E+N&&0<L)switch(R-L){case 2:112===k&&58===s.charCodeAt(R-3)&&(N=k);case 8:111===P&&(N=P)}break;case 58:0===C+D+E&&(L=R);break;case 44:0===D+_+C+E&&(V=1,h+="\r");break;case 34:case 39:0===D&&(C=C===f?0:0===C?f:C);break;case 91:0===C+D+_&&E++;break;case 93:0===C+D+_&&E--;break;case 41:0===C+D+E&&_--;break;case 40:0===C+D+E&&(0===g&&(2*k+3*P==533||(g=1)),_++);break;case 64:0===D+_+C+E+L+p&&(p=1);break;case 42:case 47:if(!(0<C+E+_))switch(D){case 0:switch(2*f+3*s.charCodeAt(R+1)){case 235:D=47;break;case 220:H=R,D=42}break;case 42:47===f&&42===k&&H+2!==R&&(33===s.charCodeAt(H+2)&&(G+=s.substring(H,R+1)),h="",D=0)}}0===D&&(U+=h)}P=k,k=f,R++}if(0<(H=G.length)){if(V=n,0<M&&void 0!==(y=o(2,G,V,e,O,S,H,u,m,u))&&0===(G=y).length)return z+G+W;if(G=V.join(",")+"{"+G+"}",0!=T*N){switch(2!==T||i(G,2)||(N=0),N){case 111:G=G.replace(w,":-moz-$1")+G;break;case 112:G=G.replace(b,"::-webkit-input-$1")+G.replace(b,"::-moz-$1")+G.replace(b,":-ms-input-$1")+G}N=0}}return z+G+W}function a(e,t,a){var r=t.trim().split(p);t=r;var i=r.length,l=e.length;switch(l){case 0:case 1:var o=0;for(e=0===l?"":e[0]+" ";o<i;++o)t[o]=n(e,t[o],a).trim();break;default:var s=o=0;for(t=[];o<i;++o)for(var u=0;u<l;++u)t[s++]=n(e[u]+" ",r[o],a).trim()}return t}function n(e,t,a){var n=t.charCodeAt(0);switch(33>n&&(n=(t=t.trim()).charCodeAt(0)),n){case 38:return t.replace(h,"$1"+e.trim());case 58:return e.trim()+t.replace(h,"$1"+e.trim());default:if(0<1*a&&0<t.indexOf("\f"))return t.replace(h,(58===e.charCodeAt(0)?"":"$1")+e.trim())}return e+t}function r(e,t,a,n){var l=e+";",o=2*t+3*a+4*n;if(944===o){e=l.indexOf(":",9)+1;var s=l.substring(e,l.length-1).trim();return s=l.substring(0,e).trim()+s+";",1===T||2===T&&i(s,1)?"-webkit-"+s+s:s}if(0===T||2===T&&!i(l,1))return l;switch(o){case 1015:return 97===l.charCodeAt(10)?"-webkit-"+l+l:l;case 951:return 116===l.charCodeAt(3)?"-webkit-"+l+l:l;case 963:return 110===l.charCodeAt(5)?"-webkit-"+l+l:l;case 1009:if(100!==l.charCodeAt(4))break;case 969:case 942:return"-webkit-"+l+l;case 978:return"-webkit-"+l+"-moz-"+l+l;case 1019:case 983:return"-webkit-"+l+"-moz-"+l+"-ms-"+l+l;case 883:if(45===l.charCodeAt(8))return"-webkit-"+l+l;if(0<l.indexOf("image-set(",11))return l.replace(k,"$1-webkit-$2")+l;break;case 932:if(45===l.charCodeAt(4))switch(l.charCodeAt(5)){case 103:return"-webkit-box-"+l.replace("-grow","")+"-webkit-"+l+"-ms-"+l.replace("grow","positive")+l;case 115:return"-webkit-"+l+"-ms-"+l.replace("shrink","negative")+l;case 98:return"-webkit-"+l+"-ms-"+l.replace("basis","preferred-size")+l}return"-webkit-"+l+"-ms-"+l+l;case 964:return"-webkit-"+l+"-ms-flex-"+l+l;case 1023:if(99!==l.charCodeAt(8))break;return"-webkit-box-pack"+(s=l.substring(l.indexOf(":",15)).replace("flex-","").replace("space-between","justify"))+"-webkit-"+l+"-ms-flex-pack"+s+l;case 1005:return g.test(l)?l.replace(m,":-webkit-")+l.replace(m,":-moz-")+l:l;case 1e3:switch(t=(s=l.substring(13).trim()).indexOf("-")+1,s.charCodeAt(0)+s.charCodeAt(t)){case 226:s=l.replace(y,"tb");break;case 232:s=l.replace(y,"tb-rl");break;case 220:s=l.replace(y,"lr");break;default:return l}return"-webkit-"+l+"-ms-"+s+l;case 1017:if(-1===l.indexOf("sticky",9))break;case 975:switch(t=(l=e).length-10,o=(s=(33===l.charCodeAt(t)?l.substring(0,t):l).substring(e.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|s.charCodeAt(7))){case 203:if(111>s.charCodeAt(8))break;case 115:l=l.replace(s,"-webkit-"+s)+";"+l;break;case 207:case 102:l=l.replace(s,"-webkit-"+(102<o?"inline-":"")+"box")+";"+l.replace(s,"-webkit-"+s)+";"+l.replace(s,"-ms-"+s+"box")+";"+l}return l+";";case 938:if(45===l.charCodeAt(5))switch(l.charCodeAt(6)){case 105:return s=l.replace("-items",""),"-webkit-"+l+"-webkit-box-"+s+"-ms-flex-"+s+l;case 115:return"-webkit-"+l+"-ms-flex-item-"+l.replace(D,"")+l;default:return"-webkit-"+l+"-ms-flex-line-pack"+l.replace("align-content","").replace(D,"")+l}break;case 973:case 989:if(45!==l.charCodeAt(3)||122===l.charCodeAt(4))break;case 931:case 953:if(!0===C.test(e))return 115===(s=e.substring(e.indexOf(":")+1)).charCodeAt(0)?r(e.replace("stretch","fill-available"),t,a,n).replace(":fill-available",":stretch"):l.replace(s,"-webkit-"+s)+l.replace(s,"-moz-"+s.replace("fill-",""))+l;break;case 962:if(l="-webkit-"+l+(102===l.charCodeAt(5)?"-ms-"+l:"")+l,211===a+n&&105===l.charCodeAt(13)&&0<l.indexOf("transform",10))return l.substring(0,l.indexOf(";",27)+1).replace(f,"$1-webkit-$2")+l}return l}function i(e,t){var a=e.indexOf(1===t?":":"{"),n=e.substring(0,3!==t?a:10);return a=e.substring(a+1,e.length-1),L(2!==t?n:n.replace(_,"$1"),a,t)}function l(e,t){var a=r(t,t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2));return a!==t+";"?a.replace(E," or ($1)").substring(4):"("+t+")"}function o(e,t,a,n,r,i,l,o,s,c){for(var d,m=0,g=t;m<M;++m)switch(d=P[m].call(u,e,g,a,n,r,i,l,o,s,c)){case void 0:case!1:case!0:case null:break;default:g=d}if(g!==t)return g}function s(e){return void 0!==(e=e.prefix)&&(L=null,e?"function"!=typeof e?T=1:(T=2,L=e):T=0),s}function u(e,a){var n=e;if(33>n.charCodeAt(0)&&(n=n.trim()),n=[n],0<M){var r=o(-1,a,n,n,O,S,0,0,0,0);void 0!==r&&"string"==typeof r&&(a=r)}var i=t(A,n,a,0,0);return 0<M&&void 0!==(r=o(-2,i,n,n,O,S,i.length,0,0,0))&&(i=r),N=0,S=O=1,i}var c=/^\0+/g,d=/[\0\r\f]/g,m=/: */g,g=/zoo|gra/,f=/([,: ])(transform)/g,p=/,\r+?/g,h=/([\t\r\n ])*\f?&/g,v=/@(k\w+)\s*(\S*)\s*/,b=/::(place)/g,w=/:(read-only)/g,y=/[svh]\w+-[tblr]{2}/,x=/\(\s*(.*)\s*\)/g,E=/([\s\S]*?);/g,D=/-self|flex-/g,_=/[^]*?(:[rp][el]a[\w-]+)[^]*/,C=/stretch|:\s*\w+\-(?:conte|avail)/,k=/([^-])(image-set\()/,S=1,O=1,N=0,T=1,A=[],P=[],M=0,L=null,I=0;return u.use=function e(t){switch(t){case void 0:case null:M=P.length=0;break;default:if("function"==typeof t)P[M++]=t;else if("object"==typeof t)for(var a=0,n=t.length;a<n;++a)e(t[a]);else I=0|!!t}return e},u.set=s,void 0!==e&&s(e),u},Pn="/*|*/";function Mn(e){e&&Ln.current.insert(e+"}")}var Ln={current:null},In=function(e,t,a,n,r,i,l,o,s,u){switch(e){case 1:switch(t.charCodeAt(0)){case 64:return Ln.current.insert(t+";"),"";case 108:if(98===t.charCodeAt(2))return""}break;case 2:if(0===o)return t+Pn;break;case 3:switch(o){case 102:case 112:return Ln.current.insert(a[0]+t),"";default:return t+(0===u?Pn:"")}case-2:t.split("/*|*/}").forEach(Mn)}};function Rn(e,t,a){var n="";return a.split(" ").forEach((function(a){void 0!==e[a]?t.push(e[a]):n+=a+" "})),n}var Vn,Fn,Hn=function(e,t,a){var n=e.key+"-"+t.name;if(!1===a&&void 0===e.registered[n]&&(e.registered[n]=t.styles),void 0===e.inserted[t.name]){var r=t;do{e.insert("."+n,r,e.sheet,!0),r=r.next}while(void 0!==r)}},jn=function(e){for(var t,a=0,n=0,r=e.length;r>=4;++n,r-=4)t=1540483477*(65535&(t=255&e.charCodeAt(n)|(255&e.charCodeAt(++n))<<8|(255&e.charCodeAt(++n))<<16|(255&e.charCodeAt(++n))<<24))+(59797*(t>>>16)<<16),a=1540483477*(65535&(t^=t>>>24))+(59797*(t>>>16)<<16)^1540483477*(65535&a)+(59797*(a>>>16)<<16);switch(r){case 3:a^=(255&e.charCodeAt(n+2))<<16;case 2:a^=(255&e.charCodeAt(n+1))<<8;case 1:a=1540483477*(65535&(a^=255&e.charCodeAt(n)))+(59797*(a>>>16)<<16)}return(((a=1540483477*(65535&(a^=a>>>13))+(59797*(a>>>16)<<16))^a>>>15)>>>0).toString(36)},Bn={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},Un=/[A-Z]|^ms/g,Gn=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Wn=function(e){return 45===e.charCodeAt(1)},zn=function(e){return null!=e&&"boolean"!=typeof e},Kn=(Vn=function(e){return Wn(e)?e:e.replace(Un,"-$&").toLowerCase()},Fn={},function(e){return void 0===Fn[e]&&(Fn[e]=Vn(e)),Fn[e]}),Zn=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(Gn,(function(e,t,a){return Yn={name:t,styles:a,next:Yn},t}))}return 1===Bn[e]||Wn(e)||"number"!=typeof t||0===t?t:t+"px"};function $n(e,t,a,n){if(null==a)return"";if(void 0!==a.__emotion_styles)return a;switch(typeof a){case"boolean":return"";case"object":if(1===a.anim)return Yn={name:a.name,styles:a.styles,next:Yn},a.name;if(void 0!==a.styles){var r=a.next;if(void 0!==r)for(;void 0!==r;)Yn={name:r.name,styles:r.styles,next:Yn},r=r.next;return a.styles+";"}return function(e,t,a){var n="";if(Array.isArray(a))for(var r=0;r<a.length;r++)n+=$n(e,t,a[r],!1);else for(var i in a){var l=a[i];if("object"!=typeof l)null!=t&&void 0!==t[l]?n+=i+"{"+t[l]+"}":zn(l)&&(n+=Kn(i)+":"+Zn(i,l)+";");else if(!Array.isArray(l)||"string"!=typeof l[0]||null!=t&&void 0!==t[l[0]]){var o=$n(e,t,l,!1);switch(i){case"animation":case"animationName":n+=Kn(i)+":"+o+";";break;default:n+=i+"{"+o+"}"}}else for(var s=0;s<l.length;s++)zn(l[s])&&(n+=Kn(i)+":"+Zn(i,l[s])+";")}return n}(e,t,a);case"function":if(void 0!==e){var i=Yn,l=a(e);return Yn=i,$n(e,t,l,n)}}if(null==t)return a;var o=t[a];return void 0===o||n?a:o}var Yn,qn=/label:\s*([^\s;\n{]+)\s*;/g,Jn=function(e,t,a){if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];var n=!0,r="";Yn=void 0;var i=e[0];null==i||void 0===i.raw?(n=!1,r+=$n(a,t,i,!1)):r+=i[0];for(var l=1;l<e.length;l++)r+=$n(a,t,e[l],46===r.charCodeAt(r.length-1)),n&&(r+=i[l]);qn.lastIndex=0;for(var o,s="";null!==(o=qn.exec(r));)s+="-"+o[1];return{name:jn(r)+s,styles:r,next:Yn}},Xn=Object.prototype.hasOwnProperty,Qn=(0,t.createContext)("undefined"!=typeof HTMLElement?function(e){void 0===e&&(e={});var t,a=e.key||"css";void 0!==e.prefix&&(t={prefix:e.prefix});var n,r=new An(t),i={};n=e.container||document.head;var l,o=document.querySelectorAll("style[data-emotion-"+a+"]");Array.prototype.forEach.call(o,(function(e){e.getAttribute("data-emotion-"+a).split(" ").forEach((function(e){i[e]=!0})),e.parentNode!==n&&n.appendChild(e)})),r.use(e.stylisPlugins)(In),l=function(e,t,a,n){var i=t.name;Ln.current=a,r(e,t.styles),n&&(s.inserted[i]=!0)};var s={key:a,sheet:new Tn({key:a,container:n,nonce:e.nonce,speedy:e.speedy}),nonce:e.nonce,inserted:i,registered:{},insert:l};return s}():null),er=(0,t.createContext)({}),tr=(Qn.Provider,function(e){var a=function(a,n){return(0,t.createElement)(Qn.Consumer,null,(function(t){return e(a,t,n)}))};return(0,t.forwardRef)(a)}),ar="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",nr=function(e,t){var a={};for(var n in t)Xn.call(t,n)&&(a[n]=t[n]);return a[ar]=e,a},rr=function(){return null},ir=function(e,a,n,r){var i=null===n?a.css:a.css(n);"string"==typeof i&&void 0!==e.registered[i]&&(i=e.registered[i]);var l=a[ar],o=[i],s="";"string"==typeof a.className?s=Rn(e.registered,o,a.className):null!=a.className&&(s=a.className+" ");var u=Jn(o);Hn(e,u,"string"==typeof l),s+=e.key+"-"+u.name;var c={};for(var d in a)Xn.call(a,d)&&"css"!==d&&d!==ar&&(c[d]=a[d]);c.ref=r,c.className=s;var m=(0,t.createElement)(l,c),g=(0,t.createElement)(rr,null);return(0,t.createElement)(t.Fragment,null,g,m)},lr=tr((function(e,a,n){return"function"==typeof e.css?(0,t.createElement)(er.Consumer,null,(function(t){return ir(a,e,t,n)})):ir(a,e,null,n)})),or=function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return Jn(t)},sr=function(e,a){var n=arguments;if(null==a||!Xn.call(a,"css"))return t.createElement.apply(void 0,n);var r=n.length,i=new Array(r);i[0]=lr,i[1]=nr(e,a);for(var l=2;l<r;l++)i[l]=n[l];return t.createElement.apply(null,i)},ur=(t.Component,function e(t){for(var a=t.length,n=0,r="";n<a;n++){var i=t[n];if(null!=i){var l=void 0;switch(typeof i){case"boolean":break;case"object":if(Array.isArray(i))l=e(i);else for(var o in l="",i)i[o]&&o&&(l&&(l+=" "),l+=o);break;default:l=i}l&&(r&&(r+=" "),r+=l)}}return r});function cr(e,t,a){var n=[],r=Rn(e,n,a);return n.length<2?a:r+t(n)}var dr=function(){return null},mr=tr((function(e,a){return(0,t.createElement)(er.Consumer,null,(function(n){var r=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=Jn(t,a.registered);return Hn(a,r,!1),a.key+"-"+r.name},i={css:r,cx:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return cr(a.registered,r,ur(t))},theme:n},l=e.children(i),o=(0,t.createElement)(dr,null);return(0,t.createElement)(t.Fragment,null,o,l)}))}));function gr(e,t){if(null==e)return{};var a,n,r=Ee(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)a=i[n],t.indexOf(a)>=0||Object.prototype.propertyIsEnumerable.call(e,a)&&(r[a]=e[a])}return r}function fr(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,n=new Array(t);a<t;a++)n[a]=e[a];return n}function pr(e,t){if(e){if("string"==typeof e)return fr(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);return"Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a?Array.from(e):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?fr(e,t):void 0}}function hr(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var a=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=a){var n,r,i=[],_n=!0,l=!1;try{for(a=a.call(e);!(_n=(n=a.next()).done)&&(i.push(n.value),!t||i.length!==t);_n=!0);}catch(e){l=!0,r=e}finally{try{_n||null==a.return||a.return()}finally{if(l)throw r}}return i}}(e,t)||pr(e,t)||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 vr(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e}var br=a(639),wr=function(){};function yr(e,t){return t?"-"===t[0]?e+t:e+"__"+t:e}function xr(e,t,a){var n=[a];if(t&&e)for(var r in t)t.hasOwnProperty(r)&&t[r]&&n.push("".concat(yr(e,r)));return n.filter((function(e){return e})).map((function(e){return String(e).trim()})).join(" ")}var Er=function(e){return Array.isArray(e)?e.filter(Boolean):"object"===En(e)&&null!==e?[e]:[]};function Dr(e){return[document.documentElement,document.body,window].indexOf(e)>-1}function _r(e){return Dr(e)?window.pageYOffset:e.scrollTop}function Cr(e,t){Dr(e)?window.scrollTo(0,t):e.scrollTop=t}function kr(e,t,a,n){return a*((e=e/n-1)*e*e+1)+t}function Sr(e,t){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:200,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:wr,r=_r(e),i=t-r,l=10,o=0;function s(){var t=kr(o+=l,r,i,a);Cr(e,t),o<a?window.requestAnimationFrame(s):n(e)}s()}function Or(){try{return document.createEvent("TouchEvent"),!0}catch(e){return!1}}function Nr(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Tr(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Nr(Object(a),!0).forEach((function(t){vr(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Nr(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function Ar(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var a,n=kn(e);if(t){var r=kn(this).constructor;a=Reflect.construct(n,arguments,r)}else a=n.apply(this,arguments);return Cn(this,a)}}function Pr(e){var t=e.maxHeight,a=e.menuEl,n=e.minHeight,r=e.placement,i=e.shouldScroll,l=e.isFixedPosition,o=e.theme.spacing,s=function(e){var t=getComputedStyle(e),a="absolute"===t.position,n=/(auto|scroll)/,r=document.documentElement;if("fixed"===t.position)return r;for(var i=e;i=i.parentElement;)if(t=getComputedStyle(i),(!a||"static"!==t.position)&&n.test(t.overflow+t.overflowY+t.overflowX))return i;return r}(a),u={placement:"bottom",maxHeight:t};if(!a||!a.offsetParent)return u;var c=s.getBoundingClientRect().height,d=a.getBoundingClientRect(),m=d.bottom,g=d.height,f=d.top,p=a.offsetParent.getBoundingClientRect().top,h=window.innerHeight,v=_r(s),b=parseInt(getComputedStyle(a).marginBottom,10),w=parseInt(getComputedStyle(a).marginTop,10),y=p-w,x=h-f,E=y+v,D=c-v-f,_=m-h+v+b,C=v+f-w,k=160;switch(r){case"auto":case"bottom":if(x>=g)return{placement:"bottom",maxHeight:t};if(D>=g&&!l)return i&&Sr(s,_,k),{placement:"bottom",maxHeight:t};if(!l&&D>=n||l&&x>=n)return i&&Sr(s,_,k),{placement:"bottom",maxHeight:l?x-b:D-b};if("auto"===r||l){var S=t,O=l?y:E;return O>=n&&(S=Math.min(O-b-o.controlHeight,t)),{placement:"top",maxHeight:S}}if("bottom"===r)return Cr(s,_),{placement:"bottom",maxHeight:t};break;case"top":if(y>=g)return{placement:"top",maxHeight:t};if(E>=g&&!l)return i&&Sr(s,C,k),{placement:"top",maxHeight:t};if(!l&&E>=n||l&&y>=n){var N=t;return(!l&&E>=n||l&&y>=n)&&(N=l?y-w:E-w),i&&Sr(s,C,k),{placement:"top",maxHeight:N}}return{placement:"bottom",maxHeight:t};default:throw new Error('Invalid placement provided "'.concat(r,'".'))}return u}var Mr=function(e){return"auto"===e?"bottom":e},Lr=(0,t.createContext)({getPortalPlacement:null}),Ir=function(e){xn(a,e);var t=Ar(a);function a(){var e;bn(this,a);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return(e=t.call.apply(t,[this].concat(r))).state={maxHeight:e.props.maxMenuHeight,placement:null},e.getPlacement=function(t){var a=e.props,n=a.minMenuHeight,r=a.maxMenuHeight,i=a.menuPlacement,l=a.menuPosition,o=a.menuShouldScrollIntoView,s=a.theme;if(t){var u="fixed"===l,c=Pr({maxHeight:r,menuEl:t,minHeight:n,placement:i,shouldScroll:o&&!u,isFixedPosition:u,theme:s}),d=e.context.getPortalPlacement;d&&d(c),e.setState(c)}},e.getUpdatedProps=function(){var t=e.props.menuPlacement,a=e.state.placement||Mr(t);return Tr(Tr({},e.props),{},{placement:a,maxHeight:e.state.maxHeight})},e}return yn(a,[{key:"render",value:function(){return(0,this.props.children)({ref:this.getPlacement,placerProps:this.getUpdatedProps()})}}]),a}(t.Component);Ir.contextType=Lr;var Rr=function(e){var t=e.theme,a=t.spacing.baseUnit;return{color:t.colors.neutral40,padding:"".concat(2*a,"px ").concat(3*a,"px"),textAlign:"center"}},Vr=Rr,Fr=Rr,Hr=function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return sr("div",re({css:r("noOptionsMessage",e),className:n({"menu-notice":!0,"menu-notice--no-options":!0},a)},i),t)};Hr.defaultProps={children:"No options"};var jr=function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return sr("div",re({css:r("loadingMessage",e),className:n({"menu-notice":!0,"menu-notice--loading":!0},a)},i),t)};jr.defaultProps={children:"Loading..."};var Br=function(e){xn(a,e);var t=Ar(a);function a(){var e;bn(this,a);for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return(e=t.call.apply(t,[this].concat(r))).state={placement:null},e.getPortalPlacement=function(t){var a=t.placement;a!==Mr(e.props.menuPlacement)&&e.setState({placement:a})},e}return yn(a,[{key:"render",value:function(){var e=this.props,t=e.appendTo,a=e.children,n=e.controlElement,i=e.menuPlacement,l=e.menuPosition,o=e.getStyles,s="fixed"===l;if(!t&&!s||!n)return null;var u=this.state.placement||Mr(i),c=function(e){var t=e.getBoundingClientRect();return{bottom:t.bottom,height:t.height,left:t.left,right:t.right,top:t.top,width:t.width}}(n),d=s?0:window.pageYOffset,m=c[u]+d,g=sr("div",{css:o("menuPortal",{offset:m,position:l,rect:c})},a);return sr(Lr.Provider,{value:{getPortalPlacement:this.getPortalPlacement}},t?(0,r.createPortal)(g,t):g)}}]),a}(t.Component),Ur=Array.isArray,Gr=Object.keys,Wr=Object.prototype.hasOwnProperty;function zr(e,t){if(e===t)return!0;if(e&&t&&"object"==En(e)&&"object"==En(t)){var a,n,r,i=Ur(e),l=Ur(t);if(i&&l){if((n=e.length)!=t.length)return!1;for(a=n;0!=a--;)if(!zr(e[a],t[a]))return!1;return!0}if(i!=l)return!1;var o=e instanceof Date,s=t instanceof Date;if(o!=s)return!1;if(o&&s)return e.getTime()==t.getTime();var u=e instanceof RegExp,c=t instanceof RegExp;if(u!=c)return!1;if(u&&c)return e.toString()==t.toString();var d=Gr(e);if((n=d.length)!==Gr(t).length)return!1;for(a=n;0!=a--;)if(!Wr.call(t,d[a]))return!1;for(a=n;0!=a--;)if(!("_owner"===(r=d[a])&&e.$$typeof||zr(e[r],t[r])))return!1;return!0}return e!=e&&t!=t}function Kr(e,t){try{return zr(e,t)}catch(e){if(e.message&&e.message.match(/stack|recursion/i))return console.warn("Warning: react-fast-compare does not handle circular references.",e.name,e.message),!1;throw e}}function Zr(){var e,t,a=(e=["\n 0%, 80%, 100% { opacity: 0; }\n 40% { opacity: 1; }\n"],t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}})));return Zr=function(){return a},a}var $r={name:"19bqh2r",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;"},Yr=function(e){var t=e.size,a=gr(e,["size"]);return sr("svg",re({height:t,width:t,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:$r},a))},qr=function(e){return sr(Yr,re({size:20},e),sr("path",{d:"M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"}))},Jr=function(e){return sr(Yr,re({size:20},e),sr("path",{d:"M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"}))},Xr=function(e){var t=e.isFocused,a=e.theme,n=a.spacing.baseUnit,r=a.colors;return{label:"indicatorContainer",color:t?r.neutral60:r.neutral20,display:"flex",padding:2*n,transition:"color 150ms",":hover":{color:t?r.neutral80:r.neutral40}}},Qr=Xr,ei=Xr,ti=function(){var e=or.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}(Zr()),ai=function(e){var t=e.delay,a=e.offset;return sr("span",{css:or({animation:"".concat(ti," 1s ease-in-out ").concat(t,"ms infinite;"),backgroundColor:"currentColor",borderRadius:"1em",display:"inline-block",marginLeft:a?"1em":null,height:"1em",verticalAlign:"top",width:"1em"},"")})},ni=function(e){var t=e.className,a=e.cx,n=e.getStyles,r=e.innerProps,i=e.isRtl;return sr("div",re({},r,{css:n("loadingIndicator",e),className:a({indicator:!0,"loading-indicator":!0},t)}),sr(ai,{delay:0,offset:i}),sr(ai,{delay:160,offset:!0}),sr(ai,{delay:320,offset:!i}))};function ri(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function ii(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?ri(Object(a),!0).forEach((function(t){vr(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):ri(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}function li(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function oi(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?li(Object(a),!0).forEach((function(t){vr(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):li(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}ni.defaultProps={size:4};var si=function(e){return{label:"input",background:0,border:0,fontSize:"inherit",opacity:e?0:1,outline:0,padding:0,color:"inherit"}};function ui(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function ci(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?ui(Object(a),!0).forEach((function(t){vr(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):ui(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}var di=function(e){var t=e.children,a=e.innerProps;return sr("div",a,t)},mi=di,gi=di,fi=function(e){var t=e.children,a=e.className,n=e.components,r=e.cx,i=e.data,l=e.getStyles,o=e.innerProps,s=e.isDisabled,u=e.removeProps,c=e.selectProps,d=n.Container,m=n.Label,g=n.Remove;return sr(mr,null,(function(n){var f=n.css,p=n.cx;return sr(d,{data:i,innerProps:ci(ci({},o),{},{className:p(f(l("multiValue",e)),r({"multi-value":!0,"multi-value--is-disabled":s},a))}),selectProps:c},sr(m,{data:i,innerProps:{className:p(f(l("multiValueLabel",e)),r({"multi-value__label":!0},a))},selectProps:c},t),sr(g,{data:i,innerProps:ci({className:p(f(l("multiValueRemove",e)),r({"multi-value__remove":!0},a))},u),selectProps:c}))}))};function pi(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function hi(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?pi(Object(a),!0).forEach((function(t){vr(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):pi(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}fi.defaultProps={cropWithEllipsis:!0};for(var vi={ClearIndicator:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return sr("div",re({},i,{css:r("clearIndicator",e),className:n({indicator:!0,"clear-indicator":!0},a)}),t||sr(qr,null))},Control:function(e){var t=e.children,a=e.cx,n=e.getStyles,r=e.className,i=e.isDisabled,l=e.isFocused,o=e.innerRef,s=e.innerProps,u=e.menuIsOpen;return sr("div",re({ref:o,css:n("control",e),className:a({control:!0,"control--is-disabled":i,"control--is-focused":l,"control--menu-is-open":u},r)},s),t)},DropdownIndicator:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return sr("div",re({},i,{css:r("dropdownIndicator",e),className:n({indicator:!0,"dropdown-indicator":!0},a)}),t||sr(Jr,null))},DownChevron:Jr,CrossIcon:qr,Group:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.Heading,l=e.headingProps,o=e.label,s=e.theme,u=e.selectProps;return sr("div",{css:r("group",e),className:n({group:!0},a)},sr(i,re({},l,{selectProps:u,theme:s,getStyles:r,cx:n}),o),sr("div",null,t))},GroupHeading:function(e){var t=e.className,a=e.cx,n=e.getStyles,r=e.theme,i=(e.selectProps,gr(e,["className","cx","getStyles","theme","selectProps"]));return sr("div",re({css:n("groupHeading",ii({theme:r},i)),className:a({"group-heading":!0},t)},i))},IndicatorsContainer:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles;return sr("div",{css:r("indicatorsContainer",e),className:n({indicators:!0},a)},t)},IndicatorSeparator:function(e){var t=e.className,a=e.cx,n=e.getStyles,r=e.innerProps;return sr("span",re({},r,{css:n("indicatorSeparator",e),className:a({"indicator-separator":!0},t)}))},Input:function(e){var t=e.className,a=e.cx,n=e.getStyles,r=e.innerRef,i=e.isHidden,l=e.isDisabled,o=e.theme,s=(e.selectProps,gr(e,["className","cx","getStyles","innerRef","isHidden","isDisabled","theme","selectProps"]));return sr("div",{css:n("input",oi({theme:o},s))},sr(br.Z,re({className:a({input:!0},t),inputRef:r,inputStyle:si(i),disabled:l},s)))},LoadingIndicator:ni,Menu:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerRef,l=e.innerProps;return sr("div",re({css:r("menu",e),className:n({menu:!0},a)},l,{ref:i}),t)},MenuList:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.isMulti,l=e.innerRef,o=e.innerProps;return sr("div",re({css:r("menuList",e),className:n({"menu-list":!0,"menu-list--is-multi":i},a),ref:l},o),t)},MenuPortal:Br,LoadingMessage:jr,NoOptionsMessage:Hr,MultiValue:fi,MultiValueContainer:mi,MultiValueLabel:gi,MultiValueRemove:function(e){var t=e.children,a=e.innerProps;return sr("div",a,t||sr(qr,{size:14}))},Option:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.isDisabled,l=e.isFocused,o=e.isSelected,s=e.innerRef,u=e.innerProps;return sr("div",re({css:r("option",e),className:n({option:!0,"option--is-disabled":i,"option--is-focused":l,"option--is-selected":o},a),ref:s},u),t)},Placeholder:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps;return sr("div",re({css:r("placeholder",e),className:n({placeholder:!0},a)},i),t)},SelectContainer:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.innerProps,l=e.isDisabled,o=e.isRtl;return sr("div",re({css:r("container",e),className:n({"--is-disabled":l,"--is-rtl":o},a)},i),t)},SingleValue:function(e){var t=e.children,a=e.className,n=e.cx,r=e.getStyles,i=e.isDisabled,l=e.innerProps;return sr("div",re({css:r("singleValue",e),className:n({"single-value":!0,"single-value--is-disabled":i},a)},l),t)},ValueContainer:function(e){var t=e.children,a=e.className,n=e.cx,r=e.isMulti,i=e.getStyles,l=e.hasValue;return sr("div",{css:i("valueContainer",e),className:n({"value-container":!0,"value-container--is-multi":r,"value-container--has-value":l},a)},t)}},bi=function(e){return hi(hi({},vi),e.components)},wi=[{base:"A",letters:"AⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ"},{base:"AA",letters:"Ꜳ"},{base:"AE",letters:"ÆǼǢ"},{base:"AO",letters:"Ꜵ"},{base:"AU",letters:"Ꜷ"},{base:"AV",letters:"ꜸꜺ"},{base:"AY",letters:"Ꜽ"},{base:"B",letters:"BⒷBḂḄḆɃƂƁ"},{base:"C",letters:"CⒸCĆĈĊČÇḈƇȻꜾ"},{base:"D",letters:"DⒹDḊĎḌḐḒḎĐƋƊƉꝹ"},{base:"DZ",letters:"DZDŽ"},{base:"Dz",letters:"DzDž"},{base:"E",letters:"EⒺEÈÉÊỀẾỄỂẼĒḔḖĔĖËẺĚȄȆẸỆȨḜĘḘḚƐƎ"},{base:"F",letters:"FⒻFḞƑꝻ"},{base:"G",letters:"GⒼGǴĜḠĞĠǦĢǤƓꞠꝽꝾ"},{base:"H",letters:"HⒽHĤḢḦȞḤḨḪĦⱧⱵꞍ"},{base:"I",letters:"IⒾIÌÍÎĨĪĬİÏḮỈǏȈȊỊĮḬƗ"},{base:"J",letters:"JⒿJĴɈ"},{base:"K",letters:"KⓀKḰǨḲĶḴƘⱩꝀꝂꝄꞢ"},{base:"L",letters:"LⓁLĿĹĽḶḸĻḼḺŁȽⱢⱠꝈꝆꞀ"},{base:"LJ",letters:"LJ"},{base:"Lj",letters:"Lj"},{base:"M",letters:"MⓂMḾṀṂⱮƜ"},{base:"N",letters:"NⓃNǸŃÑṄŇṆŅṊṈȠƝꞐꞤ"},{base:"NJ",letters:"NJ"},{base:"Nj",letters:"Nj"},{base:"O",letters:"OⓄOÒÓÔỒỐỖỔÕṌȬṎŌṐṒŎȮȰÖȪỎŐǑȌȎƠỜỚỠỞỢỌỘǪǬØǾƆƟꝊꝌ"},{base:"OI",letters:"Ƣ"},{base:"OO",letters:"Ꝏ"},{base:"OU",letters:"Ȣ"},{base:"P",letters:"PⓅPṔṖƤⱣꝐꝒꝔ"},{base:"Q",letters:"QⓆQꝖꝘɊ"},{base:"R",letters:"RⓇRŔṘŘȐȒṚṜŖṞɌⱤꝚꞦꞂ"},{base:"S",letters:"SⓈSẞŚṤŜṠŠṦṢṨȘŞⱾꞨꞄ"},{base:"T",letters:"TⓉTṪŤṬȚŢṰṮŦƬƮȾꞆ"},{base:"TZ",letters:"Ꜩ"},{base:"U",letters:"UⓊUÙÚÛŨṸŪṺŬÜǛǗǕǙỦŮŰǓȔȖƯỪỨỮỬỰỤṲŲṶṴɄ"},{base:"V",letters:"VⓋVṼṾƲꝞɅ"},{base:"VY",letters:"Ꝡ"},{base:"W",letters:"WⓌWẀẂŴẆẄẈⱲ"},{base:"X",letters:"XⓍXẊẌ"},{base:"Y",letters:"YⓎYỲÝŶỸȲẎŸỶỴƳɎỾ"},{base:"Z",letters:"ZⓏZŹẐŻŽẒẔƵȤⱿⱫꝢ"},{base:"a",letters:"aⓐaẚàáâầấẫẩãāăằắẵẳȧǡäǟảåǻǎȁȃạậặḁąⱥɐ"},{base:"aa",letters:"ꜳ"},{base:"ae",letters:"æǽǣ"},{base:"ao",letters:"ꜵ"},{base:"au",letters:"ꜷ"},{base:"av",letters:"ꜹꜻ"},{base:"ay",letters:"ꜽ"},{base:"b",letters:"bⓑbḃḅḇƀƃɓ"},{base:"c",letters:"cⓒcćĉċčçḉƈȼꜿↄ"},{base:"d",letters:"dⓓdḋďḍḑḓḏđƌɖɗꝺ"},{base:"dz",letters:"dzdž"},{base:"e",letters:"eⓔeèéêềếễểẽēḕḗĕėëẻěȅȇẹệȩḝęḙḛɇɛǝ"},{base:"f",letters:"fⓕfḟƒꝼ"},{base:"g",letters:"gⓖgǵĝḡğġǧģǥɠꞡᵹꝿ"},{base:"h",letters:"hⓗhĥḣḧȟḥḩḫẖħⱨⱶɥ"},{base:"hv",letters:"ƕ"},{base:"i",letters:"iⓘiìíîĩīĭïḯỉǐȉȋịįḭɨı"},{base:"j",letters:"jⓙjĵǰɉ"},{base:"k",letters:"kⓚkḱǩḳķḵƙⱪꝁꝃꝅꞣ"},{base:"l",letters:"lⓛlŀĺľḷḹļḽḻſłƚɫⱡꝉꞁꝇ"},{base:"lj",letters:"lj"},{base:"m",letters:"mⓜmḿṁṃɱɯ"},{base:"n",letters:"nⓝnǹńñṅňṇņṋṉƞɲʼnꞑꞥ"},{base:"nj",letters:"nj"},{base:"o",letters:"oⓞoòóôồốỗổõṍȭṏōṑṓŏȯȱöȫỏőǒȍȏơờớỡởợọộǫǭøǿɔꝋꝍɵ"},{base:"oi",letters:"ƣ"},{base:"ou",letters:"ȣ"},{base:"oo",letters:"ꝏ"},{base:"p",letters:"pⓟpṕṗƥᵽꝑꝓꝕ"},{base:"q",letters:"qⓠqɋꝗꝙ"},{base:"r",letters:"rⓡrŕṙřȑȓṛṝŗṟɍɽꝛꞧꞃ"},{base:"s",letters:"sⓢsßśṥŝṡšṧṣṩșşȿꞩꞅẛ"},{base:"t",letters:"tⓣtṫẗťṭțţṱṯŧƭʈⱦꞇ"},{base:"tz",letters:"ꜩ"},{base:"u",letters:"uⓤuùúûũṹūṻŭüǜǘǖǚủůűǔȕȗưừứữửựụṳųṷṵʉ"},{base:"v",letters:"vⓥvṽṿʋꝟʌ"},{base:"vy",letters:"ꝡ"},{base:"w",letters:"wⓦwẁẃŵẇẅẘẉⱳ"},{base:"x",letters:"xⓧxẋẍ"},{base:"y",letters:"yⓨyỳýŷỹȳẏÿỷẙỵƴɏỿ"},{base:"z",letters:"zⓩzźẑżžẓẕƶȥɀⱬꝣ"}],yi=new RegExp("["+wi.map((function(e){return e.letters})).join("")+"]","g"),xi={},Ei=0;Ei<wi.length;Ei++)for(var Di=wi[Ei],_i=0;_i<Di.letters.length;_i++)xi[Di.letters[_i]]=Di.base;var Ci=function(e){return e.replace(yi,(function(e){return xi[e]}))};function ki(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}var Si=function(e){return e.replace(/^\s+|\s+$/g,"")},Oi=function(e){return"".concat(e.label," ").concat(e.value)},Ni={name:"1laao21-a11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap;"},Ti=function(e){return sr("span",re({css:Ni},e))};function Ai(e){e.in,e.out,e.onExited,e.appear,e.enter,e.exit;var t=e.innerRef,a=(e.emotion,gr(e,["in","out","onExited","appear","enter","exit","innerRef","emotion"]));return sr("input",re({ref:t},a,{css:or({label:"dummyInput",background:0,border:0,fontSize:"inherit",outline:0,padding:0,width:1,color:"transparent",left:-100,opacity:0,position:"relative",transform:"scale(0)"},"")}))}var Pi=function(e){xn(i,e);var t,a,n=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=kn(t);if(a){var r=kn(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Cn(this,e)});function i(){return bn(this,i),n.apply(this,arguments)}return yn(i,[{key:"componentDidMount",value:function(){this.props.innerRef((0,r.findDOMNode)(this))}},{key:"componentWillUnmount",value:function(){this.props.innerRef(null)}},{key:"render",value:function(){return this.props.children}}]),i}(t.Component),Mi=["boxSizing","height","overflow","paddingRight","position"],Li={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"};function Ii(e){e.preventDefault()}function Ri(e){e.stopPropagation()}function Vi(){var e=this.scrollTop,t=this.scrollHeight,a=e+this.offsetHeight;0===e?this.scrollTop=1:a===t&&(this.scrollTop=e-1)}function Fi(){return"ontouchstart"in window||navigator.maxTouchPoints}var Hi=!(!window.document||!window.document.createElement),ji=0,Bi=function(e){xn(r,e);var t,a,n=(t=r,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=kn(t);if(a){var r=kn(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Cn(this,e)});function r(){var e;bn(this,r);for(var t=arguments.length,a=new Array(t),i=0;i<t;i++)a[i]=arguments[i];return(e=n.call.apply(n,[this].concat(a))).originalStyles={},e.listenerOptions={capture:!1,passive:!1},e}return yn(r,[{key:"componentDidMount",value:function(){var e=this;if(Hi){var t=this.props,a=t.accountForScrollbars,n=t.touchScrollTarget,r=document.body,i=r&&r.style;if(a&&Mi.forEach((function(t){var a=i&&i[t];e.originalStyles[t]=a})),a&&ji<1){var l=parseInt(this.originalStyles.paddingRight,10)||0,o=document.body?document.body.clientWidth:0,s=window.innerWidth-o+l||0;Object.keys(Li).forEach((function(e){var t=Li[e];i&&(i[e]=t)})),i&&(i.paddingRight="".concat(s,"px"))}r&&Fi()&&(r.addEventListener("touchmove",Ii,this.listenerOptions),n&&(n.addEventListener("touchstart",Vi,this.listenerOptions),n.addEventListener("touchmove",Ri,this.listenerOptions))),ji+=1}}},{key:"componentWillUnmount",value:function(){var e=this;if(Hi){var t=this.props,a=t.accountForScrollbars,n=t.touchScrollTarget,r=document.body,i=r&&r.style;ji=Math.max(ji-1,0),a&&ji<1&&Mi.forEach((function(t){var a=e.originalStyles[t];i&&(i[t]=a)})),r&&Fi()&&(r.removeEventListener("touchmove",Ii,this.listenerOptions),n&&(n.removeEventListener("touchstart",Vi,this.listenerOptions),n.removeEventListener("touchmove",Ri,this.listenerOptions)))}}},{key:"render",value:function(){return null}}]),r}(t.Component);Bi.defaultProps={accountForScrollbars:!0};var Ui={name:"1dsbpcp",styles:"position:fixed;left:0;bottom:0;right:0;top:0;"},Gi=function(e){xn(r,e);var t,a,n=(t=r,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=kn(t);if(a){var r=kn(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Cn(this,e)});function r(){var e;bn(this,r);for(var t=arguments.length,a=new Array(t),i=0;i<t;i++)a[i]=arguments[i];return(e=n.call.apply(n,[this].concat(a))).state={touchScrollTarget:null},e.getScrollTarget=function(t){t!==e.state.touchScrollTarget&&e.setState({touchScrollTarget:t})},e.blurSelectInput=function(){document.activeElement&&document.activeElement.blur()},e}return yn(r,[{key:"render",value:function(){var e=this.props,t=e.children,a=e.isEnabled,n=this.state.touchScrollTarget;return a?sr("div",null,sr("div",{onClick:this.blurSelectInput,css:Ui}),sr(Pi,{innerRef:this.getScrollTarget},t),n?sr(Bi,{touchScrollTarget:n}):null):t}}]),r}(t.PureComponent);var Wi=function(e){xn(i,e);var t,a,r=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=kn(t);if(a){var r=kn(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Cn(this,e)});function i(){var e;bn(this,i);for(var t=arguments.length,a=new Array(t),n=0;n<t;n++)a[n]=arguments[n];return(e=r.call.apply(r,[this].concat(a))).isBottom=!1,e.isTop=!1,e.scrollTarget=void 0,e.touchStart=void 0,e.cancelScroll=function(e){e.preventDefault(),e.stopPropagation()},e.handleEventDelta=function(t,a){var n=e.props,r=n.onBottomArrive,i=n.onBottomLeave,l=n.onTopArrive,o=n.onTopLeave,s=e.scrollTarget,u=s.scrollTop,c=s.scrollHeight,d=s.clientHeight,m=e.scrollTarget,g=a>0,f=c-d-u,p=!1;f>a&&e.isBottom&&(i&&i(t),e.isBottom=!1),g&&e.isTop&&(o&&o(t),e.isTop=!1),g&&a>f?(r&&!e.isBottom&&r(t),m.scrollTop=c,p=!0,e.isBottom=!0):!g&&-a>u&&(l&&!e.isTop&&l(t),m.scrollTop=0,p=!0,e.isTop=!0),p&&e.cancelScroll(t)},e.onWheel=function(t){e.handleEventDelta(t,t.deltaY)},e.onTouchStart=function(t){e.touchStart=t.changedTouches[0].clientY},e.onTouchMove=function(t){var a=e.touchStart-t.changedTouches[0].clientY;e.handleEventDelta(t,a)},e.getScrollTarget=function(t){e.scrollTarget=t},e}return yn(i,[{key:"componentDidMount",value:function(){this.startListening(this.scrollTarget)}},{key:"componentWillUnmount",value:function(){this.stopListening(this.scrollTarget)}},{key:"startListening",value:function(e){e&&("function"==typeof e.addEventListener&&e.addEventListener("wheel",this.onWheel,!1),"function"==typeof e.addEventListener&&e.addEventListener("touchstart",this.onTouchStart,!1),"function"==typeof e.addEventListener&&e.addEventListener("touchmove",this.onTouchMove,!1))}},{key:"stopListening",value:function(e){e&&("function"==typeof e.removeEventListener&&e.removeEventListener("wheel",this.onWheel,!1),"function"==typeof e.removeEventListener&&e.removeEventListener("touchstart",this.onTouchStart,!1),"function"==typeof e.removeEventListener&&e.removeEventListener("touchmove",this.onTouchMove,!1))}},{key:"render",value:function(){return n().createElement(Pi,{innerRef:this.getScrollTarget},this.props.children)}}]),i}(t.Component);function zi(e){var t=e.isEnabled,a=void 0===t||t,r=gr(e,["isEnabled"]);return a?n().createElement(Wi,r):r.children}var Ki=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},a=t.isSearchable,n=t.isMulti,r=t.label,i=t.isDisabled,l=t.tabSelectsValue;switch(e){case"menu":return"Use Up and Down to choose options".concat(i?"":", press Enter to select the currently focused option",", press Escape to exit the menu").concat(l?", press Tab to select the option and exit the menu":"",".");case"input":return"".concat(r||"Select"," is focused ").concat(a?",type to refine list":"",", press Down to open the menu, ").concat(n?" press left to focus selected values":"");case"value":return"Use left and right to toggle between focused values, press Backspace to remove the currently focused value"}},Zi=function(e,t){var a=t.value,n=t.isDisabled;if(a)switch(e){case"deselect-option":case"pop-value":case"remove-value":return"option ".concat(a,", deselected.");case"select-option":return"option ".concat(a,n?" is disabled. Select another option.":", selected.")}},$i=function(e){return!!e.isDisabled},Yi={clearIndicator:ei,container:function(e){var t=e.isDisabled;return{label:"container",direction:e.isRtl?"rtl":null,pointerEvents:t?"none":null,position:"relative"}},control:function(e){var t=e.isDisabled,a=e.isFocused,n=e.theme,r=n.colors,i=n.borderRadius,l=n.spacing;return{label:"control",alignItems:"center",backgroundColor:t?r.neutral5:r.neutral0,borderColor:t?r.neutral10:a?r.primary:r.neutral20,borderRadius:i,borderStyle:"solid",borderWidth:1,boxShadow:a?"0 0 0 1px ".concat(r.primary):null,cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:l.controlHeight,outline:"0 !important",position:"relative",transition:"all 100ms","&:hover":{borderColor:a?r.primary:r.neutral30}}},dropdownIndicator:Qr,group:function(e){var t=e.theme.spacing;return{paddingBottom:2*t.baseUnit,paddingTop:2*t.baseUnit}},groupHeading:function(e){var t=e.theme.spacing;return{label:"group",color:"#999",cursor:"default",display:"block",fontSize:"75%",fontWeight:"500",marginBottom:"0.25em",paddingLeft:3*t.baseUnit,paddingRight:3*t.baseUnit,textTransform:"uppercase"}},indicatorsContainer:function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},indicatorSeparator:function(e){var t=e.isDisabled,a=e.theme,n=a.spacing.baseUnit,r=a.colors;return{label:"indicatorSeparator",alignSelf:"stretch",backgroundColor:t?r.neutral10:r.neutral20,marginBottom:2*n,marginTop:2*n,width:1}},input:function(e){var t=e.isDisabled,a=e.theme,n=a.spacing,r=a.colors;return{margin:n.baseUnit/2,paddingBottom:n.baseUnit/2,paddingTop:n.baseUnit/2,visibility:t?"hidden":"visible",color:r.neutral80}},loadingIndicator:function(e){var t=e.isFocused,a=e.size,n=e.theme,r=n.colors,i=n.spacing.baseUnit;return{label:"loadingIndicator",color:t?r.neutral60:r.neutral20,display:"flex",padding:2*i,transition:"color 150ms",alignSelf:"center",fontSize:a,lineHeight:1,marginRight:a,textAlign:"center",verticalAlign:"middle"}},loadingMessage:Fr,menu:function(e){var t,a=e.placement,n=e.theme,r=n.borderRadius,i=n.spacing,l=n.colors;return vr(t={label:"menu"},function(e){return e?{bottom:"top",top:"bottom"}[e]:"bottom"}(a),"100%"),vr(t,"backgroundColor",l.neutral0),vr(t,"borderRadius",r),vr(t,"boxShadow","0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)"),vr(t,"marginBottom",i.menuGutter),vr(t,"marginTop",i.menuGutter),vr(t,"position","absolute"),vr(t,"width","100%"),vr(t,"zIndex",1),t},menuList:function(e){var t=e.maxHeight,a=e.theme.spacing.baseUnit;return{maxHeight:t,overflowY:"auto",paddingBottom:a,paddingTop:a,position:"relative",WebkitOverflowScrolling:"touch"}},menuPortal:function(e){var t=e.rect,a=e.offset,n=e.position;return{left:t.left,position:n,top:a,width:t.width,zIndex:1}},multiValue:function(e){var t=e.theme,a=t.spacing,n=t.borderRadius;return{label:"multiValue",backgroundColor:t.colors.neutral10,borderRadius:n/2,display:"flex",margin:a.baseUnit/2,minWidth:0}},multiValueLabel:function(e){var t=e.theme,a=t.borderRadius,n=t.colors,r=e.cropWithEllipsis;return{borderRadius:a/2,color:n.neutral80,fontSize:"85%",overflow:"hidden",padding:3,paddingLeft:6,textOverflow:r?"ellipsis":null,whiteSpace:"nowrap"}},multiValueRemove:function(e){var t=e.theme,a=t.spacing,n=t.borderRadius,r=t.colors;return{alignItems:"center",borderRadius:n/2,backgroundColor:e.isFocused&&r.dangerLight,display:"flex",paddingLeft:a.baseUnit,paddingRight:a.baseUnit,":hover":{backgroundColor:r.dangerLight,color:r.danger}}},noOptionsMessage:Vr,option:function(e){var t=e.isDisabled,a=e.isFocused,n=e.isSelected,r=e.theme,i=r.spacing,l=r.colors;return{label:"option",backgroundColor:n?l.primary:a?l.primary25:"transparent",color:t?l.neutral20:n?l.neutral0:"inherit",cursor:"default",display:"block",fontSize:"inherit",padding:"".concat(2*i.baseUnit,"px ").concat(3*i.baseUnit,"px"),width:"100%",userSelect:"none",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",":active":{backgroundColor:!t&&(n?l.primary:l.primary50)}}},placeholder:function(e){var t=e.theme,a=t.spacing;return{label:"placeholder",color:t.colors.neutral50,marginLeft:a.baseUnit/2,marginRight:a.baseUnit/2,position:"absolute",top:"50%",transform:"translateY(-50%)"}},singleValue:function(e){var t=e.isDisabled,a=e.theme,n=a.spacing,r=a.colors;return{label:"singleValue",color:t?r.neutral40:r.neutral80,marginLeft:n.baseUnit/2,marginRight:n.baseUnit/2,maxWidth:"calc(100% - ".concat(2*n.baseUnit,"px)"),overflow:"hidden",position:"absolute",textOverflow:"ellipsis",whiteSpace:"nowrap",top:"50%",transform:"translateY(-50%)"}},valueContainer:function(e){var t=e.theme.spacing;return{alignItems:"center",display:"flex",flex:1,flexWrap:"wrap",padding:"".concat(t.baseUnit/2,"px ").concat(2*t.baseUnit,"px"),WebkitOverflowScrolling:"touch",position:"relative",overflow:"hidden"}}},qi={borderRadius:4,colors:{primary:"#2684FF",primary75:"#4C9AFF",primary50:"#B2D4FF",primary25:"#DEEBFF",danger:"#DE350B",dangerLight:"#FFBDAD",neutral0:"hsl(0, 0%, 100%)",neutral5:"hsl(0, 0%, 95%)",neutral10:"hsl(0, 0%, 90%)",neutral20:"hsl(0, 0%, 80%)",neutral30:"hsl(0, 0%, 70%)",neutral40:"hsl(0, 0%, 60%)",neutral50:"hsl(0, 0%, 50%)",neutral60:"hsl(0, 0%, 40%)",neutral70:"hsl(0, 0%, 30%)",neutral80:"hsl(0, 0%, 20%)",neutral90:"hsl(0, 0%, 10%)"},spacing:{baseUnit:4,controlHeight:38,menuGutter:8}};function Ji(e,t){var a=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),a.push.apply(a,n)}return a}function Xi(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?Ji(Object(a),!0).forEach((function(t){vr(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):Ji(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}var Qi={backspaceRemovesValue:!0,blurInputOnSelect:Or(),captureMenuScroll:!Or(),closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:function(e,t){var a=function(e){for(var t=1;t<arguments.length;t++){var a=null!=arguments[t]?arguments[t]:{};t%2?ki(Object(a),!0).forEach((function(t){vr(e,t,a[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(a)):ki(Object(a)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(a,t))}))}return e}({ignoreCase:!0,ignoreAccents:!0,stringify:Oi,trim:!0,matchFrom:"any"},undefined),n=a.ignoreCase,r=a.ignoreAccents,i=a.stringify,l=a.trim,o=a.matchFrom,s=l?Si(t):t,u=l?Si(i(e)):i(e);return n&&(s=s.toLowerCase(),u=u.toLowerCase()),r&&(s=Ci(s),u=Ci(u)),"start"===o?u.substr(0,s.length)===s:u.indexOf(s)>-1},formatGroupLabel:function(e){return e.label},getOptionLabel:function(e){return e.label},getOptionValue:function(e){return e.value},isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:$i,loadingMessage:function(){return"Loading..."},maxMenuHeight:300,minMenuHeight:140,menuIsOpen:!1,menuPlacement:"bottom",menuPosition:"absolute",menuShouldBlockScroll:!1,menuShouldScrollIntoView:!function(){try{return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}catch(e){return!1}}(),noOptionsMessage:function(){return"No options"},openMenuOnFocus:!1,openMenuOnClick:!0,options:[],pageSize:5,placeholder:"Select...",screenReaderStatus:function(e){var t=e.count;return"".concat(t," result").concat(1!==t?"s":""," available")},styles:{},tabIndex:"0",tabSelectsValue:!0},el=1,tl=function(e){xn(i,e);var t,a,r=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=kn(t);if(a){var r=kn(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Cn(this,e)});function i(e){var t;bn(this,i),(t=r.call(this,e)).state={ariaLiveSelection:"",ariaLiveContext:"",focusedOption:null,focusedValue:null,inputIsHidden:!1,isFocused:!1,menuOptions:{render:[],focusable:[]},selectValue:[]},t.blockOptionHover=!1,t.isComposing=!1,t.clearFocusValueOnUpdate=!1,t.commonProps=void 0,t.components=void 0,t.hasGroups=!1,t.initialTouchX=0,t.initialTouchY=0,t.inputIsHiddenAfterUpdate=void 0,t.instancePrefix="",t.openAfterFocus=!1,t.scrollToFocusedOptionOnUpdate=!1,t.userIsDragging=void 0,t.controlRef=null,t.getControlRef=function(e){t.controlRef=e},t.focusedOptionRef=null,t.getFocusedOptionRef=function(e){t.focusedOptionRef=e},t.menuListRef=null,t.getMenuListRef=function(e){t.menuListRef=e},t.inputRef=null,t.getInputRef=function(e){t.inputRef=e},t.cacheComponents=function(e){t.components=bi({components:e})},t.focus=t.focusInput,t.blur=t.blurInput,t.onChange=function(e,a){var n=t.props,r=n.onChange,i=n.name;r(e,Xi(Xi({},a),{},{name:i}))},t.setValue=function(e){var a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"set-value",n=arguments.length>2?arguments[2]:void 0,r=t.props,i=r.closeMenuOnSelect,l=r.isMulti;t.onInputChange("",{action:"set-value"}),i&&(t.inputIsHiddenAfterUpdate=!l,t.onMenuClose()),t.clearFocusValueOnUpdate=!0,t.onChange(e,{action:a,option:n})},t.selectOption=function(e){var a,n=t.props,r=n.blurInputOnSelect,i=n.isMulti,l=t.state.selectValue;if(i)if(t.isOptionSelected(e,l)){var o=t.getOptionValue(e);t.setValue(l.filter((function(e){return t.getOptionValue(e)!==o})),"deselect-option",e),t.announceAriaLiveSelection({event:"deselect-option",context:{value:t.getOptionLabel(e)}})}else t.isOptionDisabled(e,l)?t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e),isDisabled:!0}}):(t.setValue([].concat(function(e){if(Array.isArray(e))return fr(e)}(a=l)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(a)||pr(a)||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.")}(),[e]),"select-option",e),t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e)}}));else t.isOptionDisabled(e,l)?t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e),isDisabled:!0}}):(t.setValue(e,"select-option"),t.announceAriaLiveSelection({event:"select-option",context:{value:t.getOptionLabel(e)}}));r&&t.blurInput()},t.removeValue=function(e){var a=t.state.selectValue,n=t.getOptionValue(e),r=a.filter((function(e){return t.getOptionValue(e)!==n}));t.onChange(r.length?r:null,{action:"remove-value",removedValue:e}),t.announceAriaLiveSelection({event:"remove-value",context:{value:e?t.getOptionLabel(e):""}}),t.focusInput()},t.clearValue=function(){t.onChange(null,{action:"clear"})},t.popValue=function(){var e=t.state.selectValue,a=e[e.length-1],n=e.slice(0,e.length-1);t.announceAriaLiveSelection({event:"pop-value",context:{value:a?t.getOptionLabel(a):""}}),t.onChange(n.length?n:null,{action:"pop-value",removedValue:a})},t.getValue=function(){return t.state.selectValue},t.cx=function(){for(var e=arguments.length,a=new Array(e),n=0;n<e;n++)a[n]=arguments[n];return xr.apply(void 0,[t.props.classNamePrefix].concat(a))},t.getOptionLabel=function(e){return t.props.getOptionLabel(e)},t.getOptionValue=function(e){return t.props.getOptionValue(e)},t.getStyles=function(e,a){var n=Yi[e](a);n.boxSizing="border-box";var r=t.props.styles[e];return r?r(n,a):n},t.getElementId=function(e){return"".concat(t.instancePrefix,"-").concat(e)},t.getActiveDescendentId=function(){var e=t.props.menuIsOpen,a=t.state,n=a.menuOptions,r=a.focusedOption;if(r&&e){var i=n.focusable.indexOf(r),l=n.render[i];return l&&l.key}},t.announceAriaLiveSelection=function(e){var a=e.event,n=e.context;t.setState({ariaLiveSelection:Zi(a,n)})},t.announceAriaLiveContext=function(e){var a=e.event,n=e.context;t.setState({ariaLiveContext:Ki(a,Xi(Xi({},n),{},{label:t.props["aria-label"]}))})},t.onMenuMouseDown=function(e){0===e.button&&(e.stopPropagation(),e.preventDefault(),t.focusInput())},t.onMenuMouseMove=function(e){t.blockOptionHover=!1},t.onControlMouseDown=function(e){var a=t.props.openMenuOnClick;t.state.isFocused?t.props.menuIsOpen?"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&t.onMenuClose():a&&t.openMenu("first"):(a&&(t.openAfterFocus=!0),t.focusInput()),"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&e.preventDefault()},t.onDropdownIndicatorMouseDown=function(e){if(!(e&&"mousedown"===e.type&&0!==e.button||t.props.isDisabled)){var a=t.props,n=a.isMulti,r=a.menuIsOpen;t.focusInput(),r?(t.inputIsHiddenAfterUpdate=!n,t.onMenuClose()):t.openMenu("first"),e.preventDefault(),e.stopPropagation()}},t.onClearIndicatorMouseDown=function(e){e&&"mousedown"===e.type&&0!==e.button||(t.clearValue(),e.stopPropagation(),t.openAfterFocus=!1,"touchend"===e.type?t.focusInput():setTimeout((function(){return t.focusInput()})))},t.onScroll=function(e){"boolean"==typeof t.props.closeMenuOnScroll?e.target instanceof HTMLElement&&Dr(e.target)&&t.props.onMenuClose():"function"==typeof t.props.closeMenuOnScroll&&t.props.closeMenuOnScroll(e)&&t.props.onMenuClose()},t.onCompositionStart=function(){t.isComposing=!0},t.onCompositionEnd=function(){t.isComposing=!1},t.onTouchStart=function(e){var a=e.touches,n=a&&a.item(0);n&&(t.initialTouchX=n.clientX,t.initialTouchY=n.clientY,t.userIsDragging=!1)},t.onTouchMove=function(e){var a=e.touches,n=a&&a.item(0);if(n){var r=Math.abs(n.clientX-t.initialTouchX),i=Math.abs(n.clientY-t.initialTouchY);t.userIsDragging=r>5||i>5}},t.onTouchEnd=function(e){t.userIsDragging||(t.controlRef&&!t.controlRef.contains(e.target)&&t.menuListRef&&!t.menuListRef.contains(e.target)&&t.blurInput(),t.initialTouchX=0,t.initialTouchY=0)},t.onControlTouchEnd=function(e){t.userIsDragging||t.onControlMouseDown(e)},t.onClearIndicatorTouchEnd=function(e){t.userIsDragging||t.onClearIndicatorMouseDown(e)},t.onDropdownIndicatorTouchEnd=function(e){t.userIsDragging||t.onDropdownIndicatorMouseDown(e)},t.handleInputChange=function(e){var a=e.currentTarget.value;t.inputIsHiddenAfterUpdate=!1,t.onInputChange(a,{action:"input-change"}),t.props.menuIsOpen||t.onMenuOpen()},t.onInputFocus=function(e){var a=t.props,n=a.isSearchable,r=a.isMulti;t.props.onFocus&&t.props.onFocus(e),t.inputIsHiddenAfterUpdate=!1,t.announceAriaLiveContext({event:"input",context:{isSearchable:n,isMulti:r}}),t.setState({isFocused:!0}),(t.openAfterFocus||t.props.openMenuOnFocus)&&t.openMenu("first"),t.openAfterFocus=!1},t.onInputBlur=function(e){t.menuListRef&&t.menuListRef.contains(document.activeElement)?t.inputRef.focus():(t.props.onBlur&&t.props.onBlur(e),t.onInputChange("",{action:"input-blur"}),t.onMenuClose(),t.setState({focusedValue:null,isFocused:!1}))},t.onOptionHover=function(e){t.blockOptionHover||t.state.focusedOption===e||t.setState({focusedOption:e})},t.shouldHideSelectedOptions=function(){var e=t.props,a=e.hideSelectedOptions,n=e.isMulti;return void 0===a?n:a},t.onKeyDown=function(e){var a=t.props,n=a.isMulti,r=a.backspaceRemovesValue,i=a.escapeClearsValue,l=a.inputValue,o=a.isClearable,s=a.isDisabled,u=a.menuIsOpen,c=a.onKeyDown,d=a.tabSelectsValue,m=a.openMenuOnFocus,g=t.state,f=g.focusedOption,p=g.focusedValue,h=g.selectValue;if(!(s||"function"==typeof c&&(c(e),e.defaultPrevented))){switch(t.blockOptionHover=!0,e.key){case"ArrowLeft":if(!n||l)return;t.focusValue("previous");break;case"ArrowRight":if(!n||l)return;t.focusValue("next");break;case"Delete":case"Backspace":if(l)return;if(p)t.removeValue(p);else{if(!r)return;n?t.popValue():o&&t.clearValue()}break;case"Tab":if(t.isComposing)return;if(e.shiftKey||!u||!d||!f||m&&t.isOptionSelected(f,h))return;t.selectOption(f);break;case"Enter":if(229===e.keyCode)break;if(u){if(!f)return;if(t.isComposing)return;t.selectOption(f);break}return;case"Escape":u?(t.inputIsHiddenAfterUpdate=!1,t.onInputChange("",{action:"menu-close"}),t.onMenuClose()):o&&i&&t.clearValue();break;case" ":if(l)return;if(!u){t.openMenu("first");break}if(!f)return;t.selectOption(f);break;case"ArrowUp":u?t.focusOption("up"):t.openMenu("last");break;case"ArrowDown":u?t.focusOption("down"):t.openMenu("first");break;case"PageUp":if(!u)return;t.focusOption("pageup");break;case"PageDown":if(!u)return;t.focusOption("pagedown");break;case"Home":if(!u)return;t.focusOption("first");break;case"End":if(!u)return;t.focusOption("last");break;default:return}e.preventDefault()}},t.buildMenuOptions=function(e,a){var n=e.inputValue,r=void 0===n?"":n,i=e.options,l=function(e,n){var i=t.isOptionDisabled(e,a),l=t.isOptionSelected(e,a),o=t.getOptionLabel(e),s=t.getOptionValue(e);if(!(t.shouldHideSelectedOptions()&&l||!t.filterOption({label:o,value:s,data:e},r))){var u=i?void 0:function(){return t.onOptionHover(e)},c=i?void 0:function(){return t.selectOption(e)},d="".concat(t.getElementId("option"),"-").concat(n);return{innerProps:{id:d,onClick:c,onMouseMove:u,onMouseOver:u,tabIndex:-1},data:e,isDisabled:i,isSelected:l,key:d,label:o,type:"option",value:s}}};return i.reduce((function(e,a,n){if(a.options){t.hasGroups||(t.hasGroups=!0);var r=a.options.map((function(t,a){var r=l(t,"".concat(n,"-").concat(a));return r&&e.focusable.push(t),r})).filter(Boolean);if(r.length){var i="".concat(t.getElementId("group"),"-").concat(n);e.render.push({type:"group",key:i,data:a,options:r})}}else{var o=l(a,"".concat(n));o&&(e.render.push(o),e.focusable.push(a))}return e}),{render:[],focusable:[]})};var a=e.value;t.cacheComponents=Nn(t.cacheComponents,Kr).bind(Dn(t)),t.cacheComponents(e.components),t.instancePrefix="react-select-"+(t.props.instanceId||++el);var n=Er(a);t.buildMenuOptions=Nn(t.buildMenuOptions,(function(e,t){var a=hr(e,2),n=a[0],r=a[1],i=hr(t,2),l=i[0];return r===i[1]&&n.inputValue===l.inputValue&&n.options===l.options})).bind(Dn(t));var l=e.menuIsOpen?t.buildMenuOptions(e,n):{render:[],focusable:[]};return t.state.menuOptions=l,t.state.selectValue=n,t}return yn(i,[{key:"componentDidMount",value:function(){this.startListeningComposition(),this.startListeningToTouch(),this.props.closeMenuOnScroll&&document&&document.addEventListener&&document.addEventListener("scroll",this.onScroll,!0),this.props.autoFocus&&this.focusInput()}},{key:"UNSAFE_componentWillReceiveProps",value:function(e){var t=this.props,a=t.options,n=t.value,r=t.menuIsOpen,i=t.inputValue;if(this.cacheComponents(e.components),e.value!==n||e.options!==a||e.menuIsOpen!==r||e.inputValue!==i){var l=Er(e.value),o=e.menuIsOpen?this.buildMenuOptions(e,l):{render:[],focusable:[]},s=this.getNextFocusedValue(l),u=this.getNextFocusedOption(o.focusable);this.setState({menuOptions:o,selectValue:l,focusedOption:u,focusedValue:s})}null!=this.inputIsHiddenAfterUpdate&&(this.setState({inputIsHidden:this.inputIsHiddenAfterUpdate}),delete this.inputIsHiddenAfterUpdate)}},{key:"componentDidUpdate",value:function(e){var t,a,n,r,i,l=this.props,o=l.isDisabled,s=l.menuIsOpen,u=this.state.isFocused;(u&&!o&&e.isDisabled||u&&s&&!e.menuIsOpen)&&this.focusInput(),u&&o&&!e.isDisabled&&this.setState({isFocused:!1},this.onMenuClose),this.menuListRef&&this.focusedOptionRef&&this.scrollToFocusedOptionOnUpdate&&(t=this.menuListRef,a=this.focusedOptionRef,n=t.getBoundingClientRect(),r=a.getBoundingClientRect(),i=a.offsetHeight/3,r.bottom+i>n.bottom?Cr(t,Math.min(a.offsetTop+a.clientHeight-t.offsetHeight+i,t.scrollHeight)):r.top-i<n.top&&Cr(t,Math.max(a.offsetTop-i,0)),this.scrollToFocusedOptionOnUpdate=!1)}},{key:"componentWillUnmount",value:function(){this.stopListeningComposition(),this.stopListeningToTouch(),document.removeEventListener("scroll",this.onScroll,!0)}},{key:"onMenuOpen",value:function(){this.props.onMenuOpen()}},{key:"onMenuClose",value:function(){var e=this.props,t=e.isSearchable,a=e.isMulti;this.announceAriaLiveContext({event:"input",context:{isSearchable:t,isMulti:a}}),this.onInputChange("",{action:"menu-close"}),this.props.onMenuClose()}},{key:"onInputChange",value:function(e,t){this.props.onInputChange(e,t)}},{key:"focusInput",value:function(){this.inputRef&&this.inputRef.focus()}},{key:"blurInput",value:function(){this.inputRef&&this.inputRef.blur()}},{key:"openMenu",value:function(e){var t=this,a=this.state,n=a.selectValue,r=a.isFocused,i=this.buildMenuOptions(this.props,n),l=this.props,o=l.isMulti,s=l.tabSelectsValue,u="first"===e?0:i.focusable.length-1;if(!o){var c=i.focusable.indexOf(n[0]);c>-1&&(u=c)}this.scrollToFocusedOptionOnUpdate=!(r&&this.menuListRef),this.inputIsHiddenAfterUpdate=!1,this.setState({menuOptions:i,focusedValue:null,focusedOption:i.focusable[u]},(function(){t.onMenuOpen(),t.announceAriaLiveContext({event:"menu",context:{tabSelectsValue:s}})}))}},{key:"focusValue",value:function(e){var t=this.props,a=t.isMulti,n=t.isSearchable,r=this.state,i=r.selectValue,l=r.focusedValue;if(a){this.setState({focusedOption:null});var o=i.indexOf(l);l||(o=-1,this.announceAriaLiveContext({event:"value"}));var s=i.length-1,u=-1;if(i.length){switch(e){case"previous":u=0===o?0:-1===o?s:o-1;break;case"next":o>-1&&o<s&&(u=o+1)}-1===u&&this.announceAriaLiveContext({event:"input",context:{isSearchable:n,isMulti:a}}),this.setState({inputIsHidden:-1!==u,focusedValue:i[u]})}}}},{key:"focusOption",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"first",t=this.props,a=t.pageSize,n=t.tabSelectsValue,r=this.state,i=r.focusedOption,l=r.menuOptions,o=l.focusable;if(o.length){var s=0,u=o.indexOf(i);i||(u=-1,this.announceAriaLiveContext({event:"menu",context:{tabSelectsValue:n}})),"up"===e?s=u>0?u-1:o.length-1:"down"===e?s=(u+1)%o.length:"pageup"===e?(s=u-a)<0&&(s=0):"pagedown"===e?(s=u+a)>o.length-1&&(s=o.length-1):"last"===e&&(s=o.length-1),this.scrollToFocusedOptionOnUpdate=!0,this.setState({focusedOption:o[s],focusedValue:null}),this.announceAriaLiveContext({event:"menu",context:{isDisabled:$i(o[s]),tabSelectsValue:n}})}}},{key:"getTheme",value:function(){return this.props.theme?"function"==typeof this.props.theme?this.props.theme(qi):Xi(Xi({},qi),this.props.theme):qi}},{key:"getCommonProps",value:function(){var e=this.clearValue,t=this.cx,a=this.getStyles,n=this.getValue,r=this.setValue,i=this.selectOption,l=this.props,o=l.isMulti,s=l.isRtl,u=l.options;return{cx:t,clearValue:e,getStyles:a,getValue:n,hasValue:this.hasValue(),isMulti:o,isRtl:s,options:u,selectOption:i,setValue:r,selectProps:l,theme:this.getTheme()}}},{key:"getNextFocusedValue",value:function(e){if(this.clearFocusValueOnUpdate)return this.clearFocusValueOnUpdate=!1,null;var t=this.state,a=t.focusedValue,n=t.selectValue.indexOf(a);if(n>-1){if(e.indexOf(a)>-1)return a;if(n<e.length)return e[n]}return null}},{key:"getNextFocusedOption",value:function(e){var t=this.state.focusedOption;return t&&e.indexOf(t)>-1?t:e[0]}},{key:"hasValue",value:function(){return this.state.selectValue.length>0}},{key:"hasOptions",value:function(){return!!this.state.menuOptions.render.length}},{key:"countOptions",value:function(){return this.state.menuOptions.focusable.length}},{key:"isClearable",value:function(){var e=this.props,t=e.isClearable,a=e.isMulti;return void 0===t?a:t}},{key:"isOptionDisabled",value:function(e,t){return"function"==typeof this.props.isOptionDisabled&&this.props.isOptionDisabled(e,t)}},{key:"isOptionSelected",value:function(e,t){var a=this;if(t.indexOf(e)>-1)return!0;if("function"==typeof this.props.isOptionSelected)return this.props.isOptionSelected(e,t);var n=this.getOptionValue(e);return t.some((function(e){return a.getOptionValue(e)===n}))}},{key:"filterOption",value:function(e,t){return!this.props.filterOption||this.props.filterOption(e,t)}},{key:"formatOptionLabel",value:function(e,t){if("function"==typeof this.props.formatOptionLabel){var a=this.props.inputValue,n=this.state.selectValue;return this.props.formatOptionLabel(e,{context:t,inputValue:a,selectValue:n})}return this.getOptionLabel(e)}},{key:"formatGroupLabel",value:function(e){return this.props.formatGroupLabel(e)}},{key:"startListeningComposition",value:function(){document&&document.addEventListener&&(document.addEventListener("compositionstart",this.onCompositionStart,!1),document.addEventListener("compositionend",this.onCompositionEnd,!1))}},{key:"stopListeningComposition",value:function(){document&&document.removeEventListener&&(document.removeEventListener("compositionstart",this.onCompositionStart),document.removeEventListener("compositionend",this.onCompositionEnd))}},{key:"startListeningToTouch",value:function(){document&&document.addEventListener&&(document.addEventListener("touchstart",this.onTouchStart,!1),document.addEventListener("touchmove",this.onTouchMove,!1),document.addEventListener("touchend",this.onTouchEnd,!1))}},{key:"stopListeningToTouch",value:function(){document&&document.removeEventListener&&(document.removeEventListener("touchstart",this.onTouchStart),document.removeEventListener("touchmove",this.onTouchMove),document.removeEventListener("touchend",this.onTouchEnd))}},{key:"constructAriaLiveMessage",value:function(){var e=this.state,t=e.ariaLiveContext,a=e.selectValue,n=e.focusedValue,r=e.focusedOption,i=this.props,l=i.options,o=i.menuIsOpen,s=i.inputValue,u=i.screenReaderStatus,c=n?function(e){var t=e.focusedValue,a=e.selectValue;return"value ".concat((0,e.getOptionLabel)(t)," focused, ").concat(a.indexOf(t)+1," of ").concat(a.length,".")}({focusedValue:n,getOptionLabel:this.getOptionLabel,selectValue:a}):"",d=r&&o?function(e){var t=e.focusedOption,a=e.options;return"option ".concat((0,e.getOptionLabel)(t)," focused").concat(t.isDisabled?" disabled":"",", ").concat(a.indexOf(t)+1," of ").concat(a.length,".")}({focusedOption:r,getOptionLabel:this.getOptionLabel,options:l}):"",m=function(e){var t=e.inputValue;return"".concat(e.screenReaderMessage).concat(t?" for search term "+t:"",".")}({inputValue:s,screenReaderMessage:u({count:this.countOptions()})});return"".concat(c," ").concat(d," ").concat(m," ").concat(t)}},{key:"renderInput",value:function(){var e=this.props,t=e.isDisabled,a=e.isSearchable,r=e.inputId,i=e.inputValue,l=e.tabIndex,o=e.form,s=this.components.Input,u=this.state.inputIsHidden,c=r||this.getElementId("input"),d={"aria-autocomplete":"list","aria-label":this.props["aria-label"],"aria-labelledby":this.props["aria-labelledby"]};if(!a)return n().createElement(Ai,re({id:c,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:wr,onFocus:this.onInputFocus,readOnly:!0,disabled:t,tabIndex:l,form:o,value:""},d));var m=this.commonProps,g=m.cx,f=m.theme,p=m.selectProps;return n().createElement(s,re({autoCapitalize:"none",autoComplete:"off",autoCorrect:"off",cx:g,getStyles:this.getStyles,id:c,innerRef:this.getInputRef,isDisabled:t,isHidden:u,onBlur:this.onInputBlur,onChange:this.handleInputChange,onFocus:this.onInputFocus,selectProps:p,spellCheck:"false",tabIndex:l,form:o,theme:f,type:"text",value:i},d))}},{key:"renderPlaceholderOrValue",value:function(){var e=this,t=this.components,a=t.MultiValue,r=t.MultiValueContainer,i=t.MultiValueLabel,l=t.MultiValueRemove,o=t.SingleValue,s=t.Placeholder,u=this.commonProps,c=this.props,d=c.controlShouldRenderValue,m=c.isDisabled,g=c.isMulti,f=c.inputValue,p=c.placeholder,h=this.state,v=h.selectValue,b=h.focusedValue,w=h.isFocused;if(!this.hasValue()||!d)return f?null:n().createElement(s,re({},u,{key:"placeholder",isDisabled:m,isFocused:w}),p);if(g){var y=v.map((function(t,o){var s=t===b;return n().createElement(a,re({},u,{components:{Container:r,Label:i,Remove:l},isFocused:s,isDisabled:m,key:"".concat(e.getOptionValue(t)).concat(o),index:o,removeProps:{onClick:function(){return e.removeValue(t)},onTouchEnd:function(){return e.removeValue(t)},onMouseDown:function(e){e.preventDefault(),e.stopPropagation()}},data:t}),e.formatOptionLabel(t,"value"))}));return y}if(f)return null;var x=v[0];return n().createElement(o,re({},u,{data:x,isDisabled:m}),this.formatOptionLabel(x,"value"))}},{key:"renderClearIndicator",value:function(){var e=this.components.ClearIndicator,t=this.commonProps,a=this.props,r=a.isDisabled,i=a.isLoading,l=this.state.isFocused;if(!this.isClearable()||!e||r||!this.hasValue()||i)return null;var o={onMouseDown:this.onClearIndicatorMouseDown,onTouchEnd:this.onClearIndicatorTouchEnd,"aria-hidden":"true"};return n().createElement(e,re({},t,{innerProps:o,isFocused:l}))}},{key:"renderLoadingIndicator",value:function(){var e=this.components.LoadingIndicator,t=this.commonProps,a=this.props,r=a.isDisabled,i=a.isLoading,l=this.state.isFocused;return e&&i?n().createElement(e,re({},t,{innerProps:{"aria-hidden":"true"},isDisabled:r,isFocused:l})):null}},{key:"renderIndicatorSeparator",value:function(){var e=this.components,t=e.DropdownIndicator,a=e.IndicatorSeparator;if(!t||!a)return null;var r=this.commonProps,i=this.props.isDisabled,l=this.state.isFocused;return n().createElement(a,re({},r,{isDisabled:i,isFocused:l}))}},{key:"renderDropdownIndicator",value:function(){var e=this.components.DropdownIndicator;if(!e)return null;var t=this.commonProps,a=this.props.isDisabled,r=this.state.isFocused,i={onMouseDown:this.onDropdownIndicatorMouseDown,onTouchEnd:this.onDropdownIndicatorTouchEnd,"aria-hidden":"true"};return n().createElement(e,re({},t,{innerProps:i,isDisabled:a,isFocused:r}))}},{key:"renderMenu",value:function(){var e=this,t=this.components,a=t.Group,r=t.GroupHeading,i=t.Menu,l=t.MenuList,o=t.MenuPortal,s=t.LoadingMessage,u=t.NoOptionsMessage,c=t.Option,d=this.commonProps,m=this.state,g=m.focusedOption,f=m.menuOptions,p=this.props,h=p.captureMenuScroll,v=p.inputValue,b=p.isLoading,w=p.loadingMessage,y=p.minMenuHeight,x=p.maxMenuHeight,E=p.menuIsOpen,D=p.menuPlacement,_=p.menuPosition,C=p.menuPortalTarget,k=p.menuShouldBlockScroll,S=p.menuShouldScrollIntoView,O=p.noOptionsMessage,N=p.onMenuScrollToTop,T=p.onMenuScrollToBottom;if(!E)return null;var A,P=function(t){var a=g===t.data;return t.innerRef=a?e.getFocusedOptionRef:void 0,n().createElement(c,re({},d,t,{isFocused:a}),e.formatOptionLabel(t.data,"menu"))};if(this.hasOptions())A=f.render.map((function(t){if("group"===t.type){t.type;var i=gr(t,["type"]),l="".concat(t.key,"-heading");return n().createElement(a,re({},d,i,{Heading:r,headingProps:{id:l,data:t.data},label:e.formatGroupLabel(t.data)}),t.options.map((function(e){return P(e)})))}if("option"===t.type)return P(t)}));else if(b){var M=w({inputValue:v});if(null===M)return null;A=n().createElement(s,d,M)}else{var L=O({inputValue:v});if(null===L)return null;A=n().createElement(u,d,L)}var I={minMenuHeight:y,maxMenuHeight:x,menuPlacement:D,menuPosition:_,menuShouldScrollIntoView:S},R=n().createElement(Ir,re({},d,I),(function(t){var a=t.ref,r=t.placerProps,o=r.placement,s=r.maxHeight;return n().createElement(i,re({},d,I,{innerRef:a,innerProps:{onMouseDown:e.onMenuMouseDown,onMouseMove:e.onMenuMouseMove},isLoading:b,placement:o}),n().createElement(zi,{isEnabled:h,onTopArrive:N,onBottomArrive:T},n().createElement(Gi,{isEnabled:k},n().createElement(l,re({},d,{innerRef:e.getMenuListRef,isLoading:b,maxHeight:s}),A))))}));return C||"fixed"===_?n().createElement(o,re({},d,{appendTo:C,controlElement:this.controlRef,menuPlacement:D,menuPosition:_}),R):R}},{key:"renderFormField",value:function(){var e=this,t=this.props,a=t.delimiter,r=t.isDisabled,i=t.isMulti,l=t.name,o=this.state.selectValue;if(l&&!r){if(i){if(a){var s=o.map((function(t){return e.getOptionValue(t)})).join(a);return n().createElement("input",{name:l,type:"hidden",value:s})}var u=o.length>0?o.map((function(t,a){return n().createElement("input",{key:"i-".concat(a),name:l,type:"hidden",value:e.getOptionValue(t)})})):n().createElement("input",{name:l,type:"hidden"});return n().createElement("div",null,u)}var c=o[0]?this.getOptionValue(o[0]):"";return n().createElement("input",{name:l,type:"hidden",value:c})}}},{key:"renderLiveRegion",value:function(){return this.state.isFocused?n().createElement(Ti,{"aria-live":"polite"},n().createElement("span",{id:"aria-selection-event"}," ",this.state.ariaLiveSelection),n().createElement("span",{id:"aria-context"}," ",this.constructAriaLiveMessage())):null}},{key:"render",value:function(){var e=this.components,t=e.Control,a=e.IndicatorsContainer,r=e.SelectContainer,i=e.ValueContainer,l=this.props,o=l.className,s=l.id,u=l.isDisabled,c=l.menuIsOpen,d=this.state.isFocused,m=this.commonProps=this.getCommonProps();return n().createElement(r,re({},m,{className:o,innerProps:{id:s,onKeyDown:this.onKeyDown},isDisabled:u,isFocused:d}),this.renderLiveRegion(),n().createElement(t,re({},m,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:u,isFocused:d,menuIsOpen:c}),n().createElement(i,re({},m,{isDisabled:u}),this.renderPlaceholderOrValue(),this.renderInput()),n().createElement(a,re({},m,{isDisabled:u}),this.renderClearIndicator(),this.renderLoadingIndicator(),this.renderIndicatorSeparator(),this.renderDropdownIndicator())),this.renderMenu(),this.renderFormField())}}]),i}(t.Component);tl.defaultProps=Qi;t.Component;var al,nl,rl,il=(al=tl,rl=nl=function(e){xn(i,e);var t,a,r=(t=i,a=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,n=kn(t);if(a){var r=kn(this).constructor;e=Reflect.construct(n,arguments,r)}else e=n.apply(this,arguments);return Cn(this,e)});function i(){var e;bn(this,i);for(var t=arguments.length,a=new Array(t),n=0;n<t;n++)a[n]=arguments[n];return(e=r.call.apply(r,[this].concat(a))).select=void 0,e.state={inputValue:void 0!==e.props.inputValue?e.props.inputValue:e.props.defaultInputValue,menuIsOpen:void 0!==e.props.menuIsOpen?e.props.menuIsOpen:e.props.defaultMenuIsOpen,value:void 0!==e.props.value?e.props.value:e.props.defaultValue},e.onChange=function(t,a){e.callProp("onChange",t,a),e.setState({value:t})},e.onInputChange=function(t,a){var n=e.callProp("onInputChange",t,a);e.setState({inputValue:void 0!==n?n:t})},e.onMenuOpen=function(){e.callProp("onMenuOpen"),e.setState({menuIsOpen:!0})},e.onMenuClose=function(){e.callProp("onMenuClose"),e.setState({menuIsOpen:!1})},e}return yn(i,[{key:"focus",value:function(){this.select.focus()}},{key:"blur",value:function(){this.select.blur()}},{key:"getProp",value:function(e){return void 0!==this.props[e]?this.props[e]:this.state[e]}},{key:"callProp",value:function(e){if("function"==typeof this.props[e]){for(var t,a=arguments.length,n=new Array(a>1?a-1:0),r=1;r<a;r++)n[r-1]=arguments[r];return(t=this.props)[e].apply(t,n)}}},{key:"render",value:function(){var e=this,t=this.props,a=(t.defaultInputValue,t.defaultMenuIsOpen,t.defaultValue,gr(t,["defaultInputValue","defaultMenuIsOpen","defaultValue"]));return n().createElement(al,re({},a,{ref:function(t){e.select=t},inputValue:this.getProp("inputValue"),menuIsOpen:this.getProp("menuIsOpen"),onChange:this.onChange,onInputChange:this.onInputChange,onMenuClose:this.onMenuClose,onMenuOpen:this.onMenuOpen,value:this.getProp("value")}))}}]),i}(t.Component),nl.defaultProps={defaultInputValue:"",defaultMenuIsOpen:!1,defaultValue:null},rl),ll=il,ol={Default:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},Arial:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},Georgia:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},Helvetica:{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},"Times New Roman":{weight:["Default","100","200","300","400","500","600","700","800","900"],google:!1},ABeeZee:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Abel:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Abhaya Libre":{v:["regular","500","600","700","800"],subset:["latin-ext","sinhala","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},"Abril Fatface":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Aclonica:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Acme:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Actor:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Adamina:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Advent Pro":{v:["100","200","300","regular","500","600","700"],subset:["latin-ext","greek","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal"]},"Aguafina Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Akronim:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Aladin:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Aldrich:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Alef:{v:["regular","700"],subset:["hebrew","latin"],weight:["Default","400","700"],i:["normal"]},Alegreya:{v:["regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","500","700","800","900"],i:["normal","italic"]},"Alegreya SC":{v:["regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","500","700","800","900"],i:["normal","italic"]},"Alegreya Sans":{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal","italic"]},"Alegreya Sans SC":{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal","italic"]},"Alex Brush":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Alfa Slab One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Alice:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin"],weight:["Default","400"],i:["normal"]},Alike:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Alike Angular":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Allan:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Allerta:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Allerta Stencil":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Allura:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Almendra:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Almendra Display":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Almendra SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Amarante:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Amaranth:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Amatic SC":{v:["regular","700"],subset:["cyrillic","latin-ext","hebrew","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Amethysta:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Amiko:{v:["regular","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","600","700"],i:["normal"]},Amiri:{v:["regular","italic","700","700italic"],subset:["latin-ext","arabic","latin"],weight:["Default","400","700"],i:["normal","italic"]},Amita:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Anaheim:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Andada:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Andika:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Angkor:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Annie Use Your Telescope":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Anonymous Pro":{v:["regular","italic","700","700italic"],subset:["cyrillic","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Antic:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Antic Didone":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Antic Slab":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Anton:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Arapey:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Arbutus:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Arbutus Slab":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Architects Daughter":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Archivo:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Archivo Black":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Archivo Narrow":{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Aref Ruqaa":{v:["regular","700"],subset:["arabic","latin"],weight:["Default","400","700"],i:["normal"]},"Arima Madurai":{v:["100","200","300","regular","500","700","800","900"],subset:["latin-ext","tamil","vietnamese","latin"],weight:["Default","100","200","300","400","500","700","800","900"],i:["normal"]},Arimo:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Arizonia:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Armata:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Arsenal:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Artifika:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Arvo:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Arya:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Asap:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Asap Condensed":{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},Asar:{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Asset:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Assistant:{v:["200","300","regular","600","700","800"],subset:["hebrew","latin"],weight:["Default","200","300","400","600","700","800"],i:["normal"]},Astloch:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Asul:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Athiti:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},Atma:{v:["300","regular","500","600","700"],subset:["latin-ext","bengali","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Atomic Age":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Aubrey:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Audiowide:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Autour One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Average:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Average Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Averia Gruesa Libre":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Averia Libre":{v:["300","300italic","regular","italic","700","700italic"],subset:["latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Averia Sans Libre":{v:["300","300italic","regular","italic","700","700italic"],subset:["latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Averia Serif Libre":{v:["300","300italic","regular","italic","700","700italic"],subset:["latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Bad Script":{v:["regular"],subset:["cyrillic","latin"],weight:["Default","400"],i:["normal"]},Bahiana:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Baloo:{v:["regular"],subset:["latin-ext","devanagari","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Bhai":{v:["regular"],subset:["latin-ext","gujarati","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Bhaijaan":{v:["regular"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Bhaina":{v:["regular"],subset:["latin-ext","oriya","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Chettan":{v:["regular"],subset:["malayalam","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Da":{v:["regular"],subset:["latin-ext","vietnamese","bengali","latin"],weight:["Default","400"],i:["normal"]},"Baloo Paaji":{v:["regular"],subset:["latin-ext","gurmukhi","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Tamma":{v:["regular"],subset:["latin-ext","vietnamese","latin","kannada"],weight:["Default","400"],i:["normal"]},"Baloo Tammudu":{v:["regular"],subset:["latin-ext","telugu","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Baloo Thambi":{v:["regular"],subset:["latin-ext","tamil","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Balthazar:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bangers:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Barlow:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Barlow Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Barlow Semi Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Barrio:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Basic:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Battambang:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},Baumans:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bayon:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Belgrano:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bellefair:{v:["regular"],subset:["latin-ext","hebrew","latin"],weight:["Default","400"],i:["normal"]},Belleza:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},BenchNine:{v:["300","regular","700"],subset:["latin-ext","latin"],weight:["Default","300","400","700"],i:["normal"]},Bentham:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Berkshire Swash":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Bevan:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bigelow Rules":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bigshot One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Bilbo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bilbo Swash Caps":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},BioRhyme:{v:["200","300","regular","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","700","800"],i:["normal"]},"BioRhyme Expanded":{v:["200","300","regular","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","700","800"],i:["normal"]},Biryani:{v:["200","300","regular","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal"]},Bitter:{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Black And White Picture":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Black Han Sans":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Black Ops One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Bokor:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Bonbon:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Boogaloo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Bowlby One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Bowlby One SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Brawler:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Bree Serif":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bubblegum Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Bubbler One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Buda:{v:["300"],subset:["latin"],weight:["Default","300"],i:[]},Buenard:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Bungee:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Hairline":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Inline":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Outline":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Bungee Shade":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Butcherman:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Butterfly Kids":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Cabin:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Cabin Condensed":{v:["regular","500","600","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal"]},"Cabin Sketch":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Caesar Dressing":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cagliostro:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cairo:{v:["200","300","regular","600","700","900"],subset:["latin-ext","arabic","latin"],weight:["Default","200","300","400","600","700","900"],i:["normal"]},Calligraffitti:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cambay:{v:["regular","italic","700","700italic"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal","italic"]},Cambo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Candal:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cantarell:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Cantata One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Cantora One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Capriola:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Cardo:{v:["regular","italic","700"],subset:["greek-ext","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Carme:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Carrois Gothic":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Carrois Gothic SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Carter One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Catamaran:{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","tamil","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Caudex:{v:["regular","italic","700","700italic"],subset:["greek-ext","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Caveat:{v:["regular","700"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Caveat Brush":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Cedarville Cursive":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Ceviche One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Changa:{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","arabic","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Changa One":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Chango:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Chathura:{v:["100","300","regular","700","800"],subset:["telugu","latin"],weight:["Default","100","300","400","700","800"],i:["normal"]},"Chau Philomene One":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Chela One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Chelsea Market":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Chenla:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Cherry Cream Soda":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Cherry Swash":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Chewy:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Chicle:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Chivo:{v:["300","300italic","regular","italic","700","700italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","300","400","700","900"],i:["normal","italic"]},Chonburi:{v:["regular"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Cinzel:{v:["regular","700","900"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal"]},"Cinzel Decorative":{v:["regular","700","900"],subset:["latin"],weight:["Default","400","700","900"],i:["normal"]},"Clicker Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Coda:{v:["regular","800"],subset:["latin-ext","latin"],weight:["Default","400","800"],i:["normal"]},"Coda Caption":{v:["800"],subset:["latin-ext","latin"],weight:["Default","800"],i:[]},Codystar:{v:["300","regular"],subset:["latin-ext","latin"],weight:["Default","300","400"],i:["normal"]},Coiny:{v:["regular"],subset:["latin-ext","tamil","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Combo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Comfortaa:{v:["300","regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","700"],i:["normal"]},"Coming Soon":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Concert One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Condiment:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Content:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},"Contrail One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Convergence:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cookie:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Copse:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Corben:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Cormorant:{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Cormorant Garamond":{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Cormorant Infant":{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Cormorant SC":{v:["300","regular","500","600","700"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Cormorant Unicase":{v:["300","regular","500","600","700"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Cormorant Upright":{v:["300","regular","500","600","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Courgette:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Cousine:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Coustard:{v:["regular","900"],subset:["latin"],weight:["Default","400","900"],i:["normal"]},"Covered By Your Grace":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Crafty Girls":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Creepster:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Crete Round":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Crimson Text":{v:["regular","italic","600","600italic","700","700italic"],subset:["latin"],weight:["Default","400","600","700"],i:["normal","italic"]},"Croissant One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Crushed:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Cuprum:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Cute Font":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Cutive:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Cutive Mono":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Damion:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Dancing Script":{v:["regular","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Dangrek:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"David Libre":{v:["regular","500","700"],subset:["latin-ext","hebrew","vietnamese","latin"],weight:["Default","400","500","700"],i:["normal"]},"Dawning of a New Day":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Days One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Dekko:{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Delius:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Delius Swash Caps":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Delius Unicase":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Della Respira":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Denk One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Devonshire:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Dhurjati:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Didact Gothic":{v:["regular"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400"],i:["normal"]},Diplomata:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Diplomata SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Do Hyeon":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Dokdo:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Domine:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Donegal One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Doppio One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Dorsa:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Dosis:{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Dr Sugiyama":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Duru Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Dynalight:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"EB Garamond":{v:["regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","500","600","700","800"],i:["normal","italic"]},"Eagle Lake":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"East Sea Dokdo":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Eater:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Economica:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Eczar:{v:["regular","500","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},"El Messiri":{v:["regular","500","600","700"],subset:["cyrillic","arabic","latin"],weight:["Default","400","500","600","700"],i:["normal"]},Electrolize:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Elsie:{v:["regular","900"],subset:["latin-ext","latin"],weight:["Default","400","900"],i:["normal"]},"Elsie Swash Caps":{v:["regular","900"],subset:["latin-ext","latin"],weight:["Default","400","900"],i:["normal"]},"Emblema One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Emilys Candy":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Encode Sans":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Expanded":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Semi Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Encode Sans Semi Expanded":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Engagement:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Englebert:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Enriqueta:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Erica One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Esteban:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Euphoria Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ewert:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Exo:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Exo 2":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Expletus Sans":{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},"Fanwood Text":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Farsan:{v:["regular"],subset:["latin-ext","gujarati","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Fascinate:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Fascinate Inline":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Faster One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Fasthand:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Fauna One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Faustina:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},Federant:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Federo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Felipa:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Fenix:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Finger Paint":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Fira Mono":{v:["regular","500","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400","500","700"],i:["normal"]},"Fira Sans":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Fira Sans Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Fira Sans Extra Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Fjalla One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Fjord One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Flamenco:{v:["300","regular"],subset:["latin"],weight:["Default","300","400"],i:["normal"]},Flavors:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Fondamento:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Fontdiner Swanky":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Forum:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Francois One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Frank Ruhl Libre":{v:["300","regular","500","700","900"],subset:["latin-ext","hebrew","latin"],weight:["Default","300","400","500","700","900"],i:["normal"]},"Freckle Face":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Fredericka the Great":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Fredoka One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Freehand:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Fresca:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Frijole:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Fruktur:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Fugaz One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"GFS Didot":{v:["regular"],subset:["greek"],weight:["Default","400"],i:["normal"]},"GFS Neohellenic":{v:["regular","italic","700","700italic"],subset:["greek"],weight:["Default","400","700"],i:["normal","italic"]},Gabriela:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin"],weight:["Default","400"],i:["normal"]},Gaegu:{v:["300","regular","700"],subset:["korean","latin"],weight:["Default","300","400","700"],i:["normal"]},Gafata:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Galada:{v:["regular"],subset:["bengali","latin"],weight:["Default","400"],i:["normal"]},Galdeano:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Galindo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Gamja Flower":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Gentium Basic":{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Gentium Book Basic":{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Geo:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Geostar:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Geostar Fill":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Germania One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Gidugu:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Gilda Display":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Give You Glory":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Glass Antiqua":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Glegoo:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},"Gloria Hallelujah":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Goblin One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Gochi Hand":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Gorditas:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Gothic A1":{v:["100","200","300","regular","500","600","700","800","900"],subset:["korean","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Goudy Bookletter 1911":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Graduate:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Grand Hotel":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Gravitas One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Great Vibes":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Griffy:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Gruppo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Gudea:{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Gugi:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Gurajada:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Habibi:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Halant:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hammersmith One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Hanalei:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Hanalei Fill":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Handlee:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Hanuman:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},"Happy Monkey":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Harmattan:{v:["regular"],subset:["arabic","latin"],weight:["Default","400"],i:["normal"]},"Headland One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Heebo:{v:["100","300","regular","500","700","800","900"],subset:["hebrew","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal"]},"Henny Penny":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Herr Von Muellerhoff":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Hi Melody":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Hind:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Guntur":{v:["300","regular","500","600","700"],subset:["latin-ext","telugu","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Madurai":{v:["300","regular","500","600","700"],subset:["latin-ext","tamil","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Siliguri":{v:["300","regular","500","600","700"],subset:["latin-ext","bengali","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Hind Vadodara":{v:["300","regular","500","600","700"],subset:["latin-ext","gujarati","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Holtwood One SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Homemade Apple":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Homenaje:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IBM Plex Mono":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IBM Plex Sans":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IBM Plex Sans Condensed":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IBM Plex Serif":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal","italic"]},"IM Fell DW Pica":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell DW Pica SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell Double Pica":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell Double Pica SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell English":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell English SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell French Canon":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell French Canon SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"IM Fell Great Primer":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"IM Fell Great Primer SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Iceberg:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Iceland:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Imprima:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Inconsolata:{v:["regular","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Inder:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Indie Flower":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Inika:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Inknut Antiqua":{v:["300","regular","500","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700","800","900"],i:["normal"]},"Irish Grover":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Istok Web":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Italiana:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Italianno:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Itim:{v:["regular"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Jacques Francois":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Jacques Francois Shadow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Jaldi:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},"Jim Nightshade":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Jockey One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Jolly Lodger":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Jomhuria:{v:["regular"],subset:["latin-ext","arabic","latin"],weight:["Default","400"],i:["normal"]},"Josefin Sans":{v:["100","100italic","300","300italic","regular","italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","300","400","600","700"],i:["normal","italic"]},"Josefin Slab":{v:["100","100italic","300","300italic","regular","italic","600","600italic","700","700italic"],subset:["latin"],weight:["Default","100","300","400","600","700"],i:["normal","italic"]},"Joti One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Jua:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Judson:{v:["regular","italic","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Julee:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Julius Sans One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Junge:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Jura:{v:["300","regular","500","600","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Just Another Hand":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Just Me Again Down Here":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kadwa:{v:["regular","700"],subset:["devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Kalam:{v:["300","regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","700"],i:["normal"]},Kameron:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Kanit:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Kantumruy:{v:["300","regular","700"],subset:["khmer"],weight:["Default","300","400","700"],i:["normal"]},Karla:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Karma:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Katibeh:{v:["regular"],subset:["latin-ext","arabic","latin"],weight:["Default","400"],i:["normal"]},"Kaushan Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kavivanar:{v:["regular"],subset:["latin-ext","tamil","latin"],weight:["Default","400"],i:["normal"]},Kavoon:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Kdam Thmor":{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Keania One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Kelly Slab":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kenia:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Khand:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Khmer:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Khula:{v:["300","regular","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","600","700","800"],i:["normal"]},"Kirang Haerang":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Kite One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Knewave:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Kosugi:{v:["regular"],subset:["cyrillic","japanese","latin"],weight:["Default","400"],i:["normal"]},"Kosugi Maru":{v:["regular"],subset:["cyrillic","japanese","latin"],weight:["Default","400"],i:["normal"]},"Kotta One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Koulen:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Kranky:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Kreon:{v:["300","regular","700"],subset:["latin"],weight:["Default","300","400","700"],i:["normal"]},Kristi:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Krona One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Kumar One":{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},"Kumar One Outline":{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},Kurale:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},"La Belle Aurore":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Laila:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},"Lakki Reddy":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Lalezar:{v:["regular"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Lancelot:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Lateef:{v:["regular"],subset:["arabic","latin"],weight:["Default","400"],i:["normal"]},Lato:{v:["100","100italic","300","300italic","regular","italic","700","700italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","300","400","700","900"],i:["normal","italic"]},"League Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Leckerli One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Ledger:{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Lekton:{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Lemon:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Lemonada:{v:["300","regular","600","700"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","300","400","600","700"],i:["normal"]},"Libre Barcode 128":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 128 Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39 Extended":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39 Extended Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Barcode 39 Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Libre Baskerville":{v:["regular","italic","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Libre Franklin":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Life Savers":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Lilita One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Lily Script One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Limelight:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Linden Hill":{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Lobster:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Lobster Two":{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Londrina Outline":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Londrina Shadow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Londrina Sketch":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Londrina Solid":{v:["100","300","regular","900"],subset:["latin"],weight:["Default","100","300","400","900"],i:["normal"]},Lora:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Love Ya Like A Sister":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Loved by the King":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Lovers Quarrel":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Luckiest Guy":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Lusitana:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Lustria:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"M PLUS 1p":{v:["100","300","regular","500","700","800","900"],subset:["cyrillic","cyrillic-ext","greek-ext","japanese","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal"]},"M PLUS Rounded 1c":{v:["100","300","regular","500","700","800","900"],subset:["cyrillic","cyrillic-ext","greek-ext","japanese","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","800","900"],i:["normal"]},Macondo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Macondo Swash Caps":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Mada:{v:["200","300","regular","500","600","700","900"],subset:["arabic","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},Magra:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Maiden Orange":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Maitree:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},Mako:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Mallanna:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Mandali:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Manuale:{v:["regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal","italic"]},Marcellus:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Marcellus SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Marck Script":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Margarine:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Markazi Text":{v:["regular","500","600","700"],subset:["latin-ext","arabic","vietnamese","latin"],weight:["Default","400","500","600","700"],i:["normal"]},"Marko One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Marmelad:{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Martel:{v:["200","300","regular","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal"]},"Martel Sans":{v:["200","300","regular","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal"]},Marvel:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Mate:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"Mate SC":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Maven Pro":{v:["regular","500","700","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","500","700","900"],i:["normal"]},McLaren:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Meddon:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},MedievalSharp:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Medula One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Meera Inimai":{v:["regular"],subset:["tamil","latin"],weight:["Default","400"],i:["normal"]},Megrim:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Meie Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Merienda:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Merienda One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Merriweather:{v:["300","300italic","regular","italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","300","400","700","900"],i:["normal","italic"]},"Merriweather Sans":{v:["300","300italic","regular","italic","700","700italic","800","800italic"],subset:["latin-ext","latin"],weight:["Default","300","400","700","800"],i:["normal","italic"]},Metal:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Metal Mania":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Metamorphous:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Metrophobic:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Michroma:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Milonga:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Miltonian:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Miltonian Tattoo":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Mina:{v:["regular","700"],subset:["latin-ext","bengali","latin"],weight:["Default","400","700"],i:["normal"]},Miniver:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Miriam Libre":{v:["regular","700"],subset:["latin-ext","hebrew","latin"],weight:["Default","400","700"],i:["normal"]},Mirza:{v:["regular","500","600","700"],subset:["latin-ext","arabic","latin"],weight:["Default","400","500","600","700"],i:["normal"]},"Miss Fajardose":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Mitr:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},Modak:{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},"Modern Antiqua":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Mogra:{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},Molengo:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Molle:{v:["italic"],subset:["latin-ext","latin"],weight:["Default"],i:["italic"]},Monda:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Monofett:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Monoton:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Monsieur La Doulaise":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Montaga:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Montez:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Montserrat:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Montserrat Alternates":{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Montserrat Subrayada":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Moul:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Moulpali:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Mountains of Christmas":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Mouse Memoirs":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mr Bedfort":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mr Dafoe":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mr De Haviland":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mrs Saint Delafield":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Mrs Sheppards":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Mukta:{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Mukta Mahee":{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","gurmukhi","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Mukta Malar":{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","tamil","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},"Mukta Vaani":{v:["200","300","regular","500","600","700","800"],subset:["latin-ext","gujarati","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal"]},Muli:{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal","italic"]},"Mystery Quest":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},NTR:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Nanum Brush Script":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Nanum Gothic":{v:["regular","700","800"],subset:["korean","latin"],weight:["Default","400","700","800"],i:["normal"]},"Nanum Gothic Coding":{v:["regular","700"],subset:["korean","latin"],weight:["Default","400","700"],i:["normal"]},"Nanum Myeongjo":{v:["regular","700","800"],subset:["korean","latin"],weight:["Default","400","700","800"],i:["normal"]},"Nanum Pen Script":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Neucha:{v:["regular"],subset:["cyrillic","latin"],weight:["Default","400"],i:["normal"]},Neuton:{v:["200","300","regular","italic","700","800"],subset:["latin-ext","latin"],weight:["Default","200","300","400","700","800"],i:["normal","italic"]},"New Rocker":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"News Cycle":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Niconne:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Nixie One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Nobile:{v:["regular","italic","500","500italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","500","700"],i:["normal","italic"]},Nokora:{v:["regular","700"],subset:["khmer"],weight:["Default","400","700"],i:["normal"]},Norican:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Nosifer:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Nothing You Could Do":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Noticia Text":{v:["regular","italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Noto Sans":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","devanagari","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Noto Sans JP":{v:["100","300","regular","500","700","900"],subset:["japanese","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal"]},"Noto Sans KR":{v:["100","300","regular","500","700","900"],subset:["korean","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal"]},"Noto Serif":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Noto Serif JP":{v:["200","300","regular","500","600","700","900"],subset:["japanese","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},"Noto Serif KR":{v:["200","300","regular","500","600","700","900"],subset:["korean","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},"Nova Cut":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Flat":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Mono":{v:["regular"],subset:["greek","latin"],weight:["Default","400"],i:["normal"]},"Nova Oval":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Round":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Slim":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Nova Square":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Numans:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Nunito:{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal","italic"]},"Nunito Sans":{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","200","300","400","600","700","800","900"],i:["normal","italic"]},"Odor Mean Chey":{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Offside:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Old Standard TT":{v:["regular","italic","700"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Oldenburg:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Oleo Script":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Oleo Script Swash Caps":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Open Sans":{v:["300","300italic","regular","italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","600","700","800"],i:["normal","italic"]},"Open Sans Condensed":{v:["300","300italic","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","700"],i:[]},Oranienbaum:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Orbitron:{v:["regular","500","700","900"],subset:["latin"],weight:["Default","400","500","700","900"],i:["normal"]},Oregano:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Orienta:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Original Surfer":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Oswald:{v:["200","300","regular","500","600","700"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},"Over the Rainbow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Overlock:{v:["regular","italic","700","700italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal","italic"]},"Overlock SC":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Overpass:{v:["100","100italic","200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","600","700","800","900"],i:["normal","italic"]},"Overpass Mono":{v:["300","regular","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","600","700"],i:["normal"]},Ovo:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Oxygen:{v:["300","regular","700"],subset:["latin-ext","latin"],weight:["Default","300","400","700"],i:["normal"]},"Oxygen Mono":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"PT Mono":{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"PT Sans":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"PT Sans Caption":{v:["regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"PT Sans Narrow":{v:["regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"PT Serif":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"PT Serif Caption":{v:["regular","italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Pacifico:{v:["regular"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Padauk:{v:["regular","700"],subset:["myanmar","latin"],weight:["Default","400","700"],i:["normal"]},Palanquin:{v:["100","200","300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","100","200","300","400","500","600","700"],i:["normal"]},"Palanquin Dark":{v:["regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700"],i:["normal"]},Pangolin:{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Paprika:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Parisienne:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Passero One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Passion One":{v:["regular","700","900"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal"]},"Pathway Gothic One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Patrick Hand":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Patrick Hand SC":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Pattaya:{v:["regular"],subset:["cyrillic","latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Patua One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Pavanam:{v:["regular"],subset:["latin-ext","tamil","latin"],weight:["Default","400"],i:["normal"]},"Paytone One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Peddana:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Peralta:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Permanent Marker":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Petit Formal Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Petrona:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Philosopher:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},Piedra:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Pinyon Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Pirata One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Plaster:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Play:{v:["regular","700"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal"]},Playball:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Playfair Display":{v:["regular","italic","700","700italic","900","900italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","400","700","900"],i:["normal","italic"]},"Playfair Display SC":{v:["regular","italic","700","700italic","900","900italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","400","700","900"],i:["normal","italic"]},Podkova:{v:["regular","500","600","700","800"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},"Poiret One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Poller One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Poly:{v:["regular","italic"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Pompiere:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Pontano Sans":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Poor Story":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},Poppins:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","devanagari","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Port Lligat Sans":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Port Lligat Slab":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Pragati Narrow":{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Prata:{v:["regular"],subset:["cyrillic","cyrillic-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Preahvihear:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Press Start 2P":{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","latin"],weight:["Default","400"],i:["normal"]},Pridi:{v:["200","300","regular","500","600","700"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","200","300","400","500","600","700"],i:["normal"]},"Princess Sofia":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Prociono:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Prompt:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Prosto One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Proza Libre":{v:["regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["latin-ext","latin"],weight:["Default","400","500","600","700","800"],i:["normal","italic"]},Puritan:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},"Purple Purse":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Quando:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Quantico:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Quattrocento:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Quattrocento Sans":{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Questrial:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Quicksand:{v:["300","regular","500","700"],subset:["latin-ext","vietnamese","latin"],weight:["Default","300","400","500","700"],i:["normal"]},Quintessential:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Qwigley:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Racing Sans One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Radley:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Rajdhani:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Rakkas:{v:["regular"],subset:["latin-ext","arabic","latin"],weight:["Default","400"],i:["normal"]},Raleway:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},"Raleway Dots":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ramabhadra:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Ramaraja:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Rambla:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Rammetto One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ranchers:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Rancho:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Ranga:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Rasa:{v:["300","regular","500","600","700"],subset:["latin-ext","gujarati","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Rationale:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Ravi Prakash":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Redressed:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Reem Kufi":{v:["regular"],subset:["arabic","latin"],weight:["Default","400"],i:["normal"]},"Reenie Beanie":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Revalia:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Rhodium Libre":{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Ribeye:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Ribeye Marrow":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Righteous:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Risque:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Roboto:{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal","italic"]},"Roboto Condensed":{v:["300","300italic","regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","300","400","700"],i:["normal","italic"]},"Roboto Mono":{v:["100","100italic","300","300italic","regular","italic","500","500italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","500","700"],i:["normal","italic"]},"Roboto Slab":{v:["100","300","regular","700"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","100","300","400","700"],i:["normal"]},Rochester:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Rock Salt":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Rokkitt:{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Romanesco:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Ropa Sans":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Rosario:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Rosarivo:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Rouge Script":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Rozha One":{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Rubik:{v:["300","300italic","regular","italic","500","500italic","700","700italic","900","900italic"],subset:["cyrillic","latin-ext","hebrew","latin"],weight:["Default","300","400","500","700","900"],i:["normal","italic"]},"Rubik Mono One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ruda:{v:["regular","700","900"],subset:["latin-ext","latin"],weight:["Default","400","700","900"],i:["normal"]},Rufina:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Ruge Boogie":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ruluko:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Rum Raisin":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Ruslan Display":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Russo One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Ruthie:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Rye:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sacramento:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sahitya:{v:["regular","700"],subset:["devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Sail:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Saira:{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Saira Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Saira Extra Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Saira Semi Condensed":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},Salsa:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sanchez:{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},Sancreek:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sansita:{v:["regular","italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","400","700","800","900"],i:["normal","italic"]},Sarala:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Sarina:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Sarpanch:{v:["regular","500","600","700","800","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700","800","900"],i:["normal"]},Satisfy:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Sawarabi Gothic":{v:["regular"],subset:["cyrillic","japanese","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Sawarabi Mincho":{v:["regular"],subset:["japanese","latin-ext","latin"],weight:["Default","400"],i:["normal"]},Scada:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},Scheherazade:{v:["regular","700"],subset:["arabic","latin"],weight:["Default","400","700"],i:["normal"]},Schoolbell:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Scope One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Seaweed Script":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Secular One":{v:["regular"],subset:["latin-ext","hebrew","latin"],weight:["Default","400"],i:["normal"]},"Sedgwick Ave":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Sedgwick Ave Display":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Sevillana:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Seymour One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Shadows Into Light":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Shadows Into Light Two":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Shanti:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Share:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Share Tech":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Share Tech Mono":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Shojumaru:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Short Stack":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Shrikhand:{v:["regular"],subset:["latin-ext","gujarati","latin"],weight:["Default","400"],i:["normal"]},Siemreap:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Sigmar One":{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Signika:{v:["300","regular","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","600","700"],i:["normal"]},"Signika Negative":{v:["300","regular","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","600","700"],i:["normal"]},Simonetta:{v:["regular","italic","900","900italic"],subset:["latin-ext","latin"],weight:["Default","400","900"],i:["normal","italic"]},Sintony:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Sirin Stencil":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Six Caps":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Skranji:{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},"Slabo 13px":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Slabo 27px":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Slackey:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Smokum:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Smythe:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sniglet:{v:["regular","800"],subset:["latin-ext","latin"],weight:["Default","400","800"],i:["normal"]},Snippet:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Snowburst One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Sofadi One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sofia:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Song Myung":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Sonsie One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Sorts Mill Goudy":{v:["regular","italic"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal","italic"]},"Source Code Pro":{v:["200","300","regular","500","600","700","900"],subset:["latin-ext","latin"],weight:["Default","200","300","400","500","600","700","900"],i:["normal"]},"Source Sans Pro":{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","200","300","400","600","700","900"],i:["normal","italic"]},"Source Serif Pro":{v:["regular","600","700"],subset:["latin-ext","latin"],weight:["Default","400","600","700"],i:["normal"]},"Space Mono":{v:["regular","italic","700","700italic"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Special Elite":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Spectral:{v:["200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal","italic"]},"Spectral SC":{v:["200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","500","600","700","800"],i:["normal","italic"]},"Spicy Rice":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Spinnaker:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Spirax:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Squada One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Sree Krushnadevaraya":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Sriracha:{v:["regular"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Stalemate:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Stalinist One":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Stardos Stencil":{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},"Stint Ultra Condensed":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Stint Ultra Expanded":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Stoke:{v:["300","regular"],subset:["latin-ext","latin"],weight:["Default","300","400"],i:["normal"]},Strait:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Stylish:{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Sue Ellen Francisco":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Suez One":{v:["regular"],subset:["latin-ext","hebrew","latin"],weight:["Default","400"],i:["normal"]},Sumana:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Sunflower:{v:["300","500","700"],subset:["korean","latin"],weight:["Default","300","500","700"],i:[]},Sunshiney:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Supermercado One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Sura:{v:["regular","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","700"],i:["normal"]},Suranna:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Suravaram:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Suwannaphum:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},"Swanky and Moo Moo":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Syncopate:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Tajawal:{v:["200","300","regular","500","700","800","900"],subset:["arabic","latin"],weight:["Default","200","300","400","500","700","800","900"],i:["normal"]},Tangerine:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Taprom:{v:["regular"],subset:["khmer"],weight:["Default","400"],i:["normal"]},Tauri:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Taviraj:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Teko:{v:["300","regular","500","600","700"],subset:["latin-ext","devanagari","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Telex:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Tenali Ramakrishna":{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},"Tenor Sans":{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Text Me One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"The Girl Next Door":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Tienne:{v:["regular","700","900"],subset:["latin"],weight:["Default","400","700","900"],i:["normal"]},Tillana:{v:["regular","500","600","700","800"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","600","700","800"],i:["normal"]},Timmana:{v:["regular"],subset:["telugu","latin"],weight:["Default","400"],i:["normal"]},Tinos:{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","hebrew","greek","vietnamese","latin"],weight:["Default","400","700"],i:["normal","italic"]},"Titan One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Titillium Web":{v:["200","200italic","300","300italic","regular","italic","600","600italic","700","700italic","900"],subset:["latin-ext","latin"],weight:["Default","200","300","400","600","700","900"],i:["normal","italic"]},"Trade Winds":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Trirong:{v:["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],subset:["latin-ext","thai","vietnamese","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]},Trocchi:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Trochut:{v:["regular","italic","700"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Trykker:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Tulpen One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Ubuntu:{v:["300","300italic","regular","italic","500","500italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","300","400","500","700"],i:["normal","italic"]},"Ubuntu Condensed":{v:["regular"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400"],i:["normal"]},"Ubuntu Mono":{v:["regular","italic","700","700italic"],subset:["cyrillic","cyrillic-ext","greek-ext","latin-ext","greek","latin"],weight:["Default","400","700"],i:["normal","italic"]},Ultra:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Uncial Antiqua":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Underdog:{v:["regular"],subset:["cyrillic","latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Unica One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},UnifrakturCook:{v:["700"],subset:["latin"],weight:["Default","700"],i:[]},UnifrakturMaguntia:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Unkempt:{v:["regular","700"],subset:["latin"],weight:["Default","400","700"],i:["normal"]},Unlock:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Unna:{v:["regular","italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal","italic"]},VT323:{v:["regular"],subset:["latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Vampiro One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Varela:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Varela Round":{v:["regular"],subset:["latin-ext","hebrew","vietnamese","latin"],weight:["Default","400"],i:["normal"]},"Vast Shadow":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Vesper Libre":{v:["regular","500","700","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","400","500","700","900"],i:["normal"]},Vibur:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Vidaloka:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Viga:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Voces:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Volkhov:{v:["regular","italic","700","700italic"],subset:["latin"],weight:["Default","400","700"],i:["normal","italic"]},Vollkorn:{v:["regular","italic","600","600italic","700","700italic","900","900italic"],subset:["cyrillic","cyrillic-ext","latin-ext","greek","vietnamese","latin"],weight:["Default","400","600","700","900"],i:["normal","italic"]},"Vollkorn SC":{v:["regular","600","700","900"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400","600","700","900"],i:["normal"]},Voltaire:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Waiting for the Sunrise":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Wallpoet:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Walter Turncoat":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Warnes:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},Wellfleet:{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Wendy One":{v:["regular"],subset:["latin-ext","latin"],weight:["Default","400"],i:["normal"]},"Wire One":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Work Sans":{v:["100","200","300","regular","500","600","700","800","900"],subset:["latin-ext","latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal"]},"Yanone Kaffeesatz":{v:["200","300","regular","700"],subset:["cyrillic","latin-ext","vietnamese","latin"],weight:["Default","200","300","400","700"],i:["normal"]},Yantramanav:{v:["100","300","regular","500","700","900"],subset:["latin-ext","devanagari","latin"],weight:["Default","100","300","400","500","700","900"],i:["normal"]},"Yatra One":{v:["regular"],subset:["latin-ext","devanagari","latin"],weight:["Default","400"],i:["normal"]},Yellowtail:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Yeon Sung":{v:["regular"],subset:["korean","latin"],weight:["Default","400"],i:["normal"]},"Yeseva One":{v:["regular"],subset:["cyrillic","cyrillic-ext","latin-ext","vietnamese","latin"],weight:["Default","400"],i:["normal"]},Yesteryear:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},Yrsa:{v:["300","regular","500","600","700"],subset:["latin-ext","latin"],weight:["Default","300","400","500","600","700"],i:["normal"]},Zeyada:{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal"]},"Zilla Slab":{v:["300","300italic","regular","italic","500","500italic","600","600italic","700","700italic"],subset:["latin-ext","latin"],weight:["Default","300","400","500","600","700"],i:["normal","italic"]},"Zilla Slab Highlight":{v:["regular","700"],subset:["latin-ext","latin"],weight:["Default","400","700"],i:["normal"]},Sora:{v:["regular"],subset:["latin"],weight:["Default","100","200","300","400","500","600","700","800"],i:["normal","bold"]},"DM Sans":{v:["regular"],subset:["latin"],weight:["Default","400","500","700"],i:["normal","bold","italic"]},"DM Serif Display":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},"DM Serif Text":{v:["regular"],subset:["latin"],weight:["Default","400"],i:["normal","italic"]},Inter:{v:["regular"],subset:["latin"],weight:["Default","100","200","300","400","500","600","700","800","900"],i:["normal","italic"]}};function sl(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var ul=()=>{const t=Ca(),a=Na((e=>e.enableSelectedFontFamilies)),n=Na((e=>e.selectedFontFamilies)),r="disabled"!==a,i=[],l=uag_admin_react.spectra_custom_fonts;return Object.keys(ol).map((e=>{"Default"!==e&&i.push({value:e,label:e})})),Object.keys(l).map((e=>{"Default"!==e&&i.push({value:e,label:e})})),(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Allow Only Selected Fonts","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:r,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",t({type:"UPDATE_ENABLE_SELECTED_FONT_FAMILIES",payload:e});const n=new window.FormData;n.append("action","uag_load_select_font_globally"),n.append("security",uag_react.load_select_font_globally_nonce),n.append("value",e),La()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:sl(r?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:sl(r?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Spectra offers 700+ Google font options. If this is overwhelming for your clients, you can use this option to show only limited number of fonts in the block settings.","ultimate-addons-for-gutenberg")),(0,e.createElement)(ll,{isMulti:!0,placeholder:(0,Ze.__)("Select the font families you want"),defaultValue:n,onChange:e=>(e=>{if("enabled"===a){t({type:"UPDATE_SELECTED_FONT_FAMILIES",payload:e});const a="uag_select_font_globally",n=uag_react.select_font_globally_nonce,r=new window.FormData;r.append("action",a),r.append("security",n),r.append("value",JSON.stringify(e)),La()({url:uag_react.ajax_url,method:"POST",body:r}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))}})(e),options:i,maxMenuHeight:140,minMenuHeight:70,isSearchable:!0,className:"mt-4 w-9/12 h-10 transition",theme:e=>({...e,colors:{...e.colors,primary:"#94a3b8"}}),styles:{control:e=>({...e,cursor:"pointer",fontSize:"0.875rem",lineHeight:"1.25rem",borderRadius:"0.375rem",color:"#64748b",borderColor:"#e2e8f0",boxShadow:"none"}),placeholder:e=>({...e,color:"#94a3b8"}),multiValue:e=>({...e,marging:"0",borderRadius:"0.25rem",backgroundColor:"#e2e8f0"}),multiValueLabel:e=>({...e,color:"#64748b"}),multiValueRemove:e=>({...e,color:"#64748b","&:hover":{color:"#ef4444",backgroundColor:"#e2e8f0"}})},components:{IndicatorSeparator:()=>null}}))};function cl(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var dl=()=>{const t=Ca(),a=Na((e=>e.enableLoadFontsLocally)),n="disabled"!==a;return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flextext-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Load Google Fonts Locally","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:n,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",t({type:"UPDATE_ENABLE_LOAD_FONTS_LOCALLY",payload:e});const n=new window.FormData;n.append("action","uag_load_gfonts_locally"),n.append("security",uag_react.load_gfonts_locally_nonce),n.append("value",e),La()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:cl(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:cl(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Enable this option to download Google fonts and save them on your server. This can be great for improving speed of your website and to comply with GDPR laws.","ultimate-addons-for-gutenberg")))};function ml(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var gl=()=>{const t=Ca(),a=Na((e=>e.enableLoadFontsLocally)),n=Na((e=>e.enablePreloadLocalFonts)),r="disabled"!==n;return(0,e.createElement)("section",{className:`uag-font-select-${a} block border-b border-solid border-slate-200 px-12 py-8 justify-between`},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Preload Local Fonts","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:r,onChange:()=>{let e;e="disabled"===n?"enabled":"disabled",t({type:"UPDATE_ENABLE_PRELOAD_LOCAL_FONTS",payload:e});const a=new window.FormData;a.append("action","uag_preload_local_fonts"),a.append("security",uag_react.preload_local_fonts_nonce),a.append("value",e),La()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:ml(r?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:ml(r?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("This option will load the font files right away on page load. Preloading Local Fonts can speeds up your website even further.","ultimate-addons-for-gutenberg")))};function fl(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var pl=()=>{const t=Ca(),a=Na((e=>e.enableCollapsePanels)),n="disabled"!==a;return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Collapse Panels","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:n,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",t({type:"UPDATE_ENABLE_COLLAPSE_PANELS",payload:e});const n=new window.FormData;n.append("action","uag_collapse_panels"),n.append("security",uag_react.collapse_panels_nonce),n.append("value",e),La()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:fl(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:fl(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)('Enable the "Collapse Panels" option if you want to Collapse all other Panels in your Blocks Settings except for the one which is clicked This way you have only one Panel of Settings in front of you to Focus on.',"ultimate-addons-for-gutenberg")))};function hl(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var vl=()=>{const t=Ca(),a=Na((e=>e.enableCopyPasteStyles)),n="disabled"!==a;return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Copy Paste Styles","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:n,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",t({type:"UPDATE_ENABLE_COPY_PASTE_STYLES",payload:e});const n=new window.FormData;n.append("action","uag_copy_paste"),n.append("security",uag_react.copy_paste_nonce),n.append("value",e),La()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:hl(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:hl(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)('Enable the "Copy Paste Styles" option to have the ability to copy & paste Spectra & Core Gutenberg Blocks Styles.',"ultimate-addons-for-gutenberg")))};function bl(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}function wl(){var t,a,r;const i=Ca(),l=Na((e=>e.social)),o=!!l&&l.socialRegister,s=l?l.googleClientId:"",u=l?l.facebookAppId:"",c=l?l.facebookAppSecret:"",d=(e,t)=>{i({type:e,payload:t});const a=new window.FormData;switch(a.append("action","uag_social"),a.append("security",uag_react.social_nonce),e){case"UPDATE_SOCIAL_REGISTER":a.append("socialRegister",t);break;case"UPDATE_GOOGLE_CLIENT_ID":a.append("googleClientId",t);break;case"UPDATE_FACEBOOK_APP_ID":a.append("facebookAppId",t);break;case"UPDATE_FACEBOOK_APP_SECRET":a.append("facebookAppSecret",t)}La()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{i({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},m=(null===(t=uag_react)||void 0===t||!t.is_allow_registration)&&"section-disabled";return(0,e.createElement)(n().Fragment,null,(0,e.createElement)("section",{className:`flex border-b border-solid border-slate-200 px-12 py-8 justify-between ${m}`},(0,e.createElement)("div",{className:"pr-16 w-[78%]"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Social Login Auto Register","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"mt-2 text-sm text-slate-500"},(0,Ze.__)("Enabling this setting will automatically register the users via Google/Facebook.","ultimate-addons-for-gutenberg")),m&&(0,e.createElement)("p",{className:"mt-2 text-sm text-slate-500"},(0,Ze.__)('Make sure "Anyone can register" is enabled in General > Settings > Membership to use this feature.',"ultimate-addons-for-gutenberg"))),(0,e.createElement)("div",null,(0,e.createElement)(Wa,{checked:!(null===(a=uag_react)||void 0===a||!a.is_allow_registration)&&o,onChange:()=>d("UPDATE_SOCIAL_REGISTER",!o),className:bl(null!==(r=uag_react)&&void 0!==r&&r.is_allow_registration&&o?"bg-spectra":"bg-gray-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:bl(o?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")})))),(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8"},(0,e.createElement)("div",{className:"pb-4"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Social Login/Register - Google Client ID","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"mt-2 text-sm text-slate-500"},(0,Ze.__)("Note: This setting is required if you wish to use Login with Google on your website. Read","ultimate-addons-for-gutenberg")," ",(0,e.createElement)("a",{href:"https://wpspectra.com/"},(0,Ze.__)("this article","ultimate-addons-for-gutenberg")),"."),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm"},(0,e.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://ultimateelementor.com/docs/create-google-client-id-for-login-form-widget/?utm_source=uael-pro-dashboard&utm_medium=uael-menu-page&utm_campaign=uael-pro-plugin",target:"_blank",rel:"noreferrer"},(0,Ze.__)("Get Keys","ultimate-addons-for-gutenberg")),(0,Ze.__)(" | ","ultimate-addons-for-gutenberg"),(0,e.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://ultimateelementor.com/docs/create-google-client-id-for-login-form-widget/?utm_source=uael-pro-dashboard&utm_medium=uael-menu-page&utm_campaign=uael-pro-plugin",target:"_blank",rel:"noreferrer"},(0,Ze.__)(" Documentation","ultimate-addons-for-gutenberg")))),(0,e.createElement)("div",null,(0,e.createElement)("label",{htmlFor:"google-client-id",className:"block text-gray-900 text-sm font-medium"},(0,Ze.__)("Google Client ID","ultimate-addons-for-gutenberg")),(0,e.createElement)("input",{id:"google-client-id",className:"mt-3 w-9/12 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",type:"text",name:"google-client-id",value:s||"",onChange:e=>d("UPDATE_GOOGLE_CLIENT_ID",e.target.value)}))),(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8"},(0,e.createElement)("div",{className:"pb-4"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Social Login/Register - Facebook App Details","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"mt-2 text-sm text-slate-500"},(0,Ze.__)("Note: This setting is required if you wish to use Login with Facebook on your website. Need help to get Facebook App Details? Read","ultimate-addons-for-gutenberg")," ",(0,e.createElement)("a",{href:"https://ultimateelementor.com/docs/create-facebook-app-id-for-login-form-widget/?utm_source=uael-pro-dashboard&utm_medium=uael-menu-page&utm_campaign=uael-pro-plugin"},(0,Ze.__)("this article","ultimate-addons-for-gutenberg")),"."),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm"},(0,e.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://ultimateelementor.com/docs/create-facebook-app-id-for-login-form-widget/?utm_source=uael-pro-dashboard&utm_medium=uael-menu-page&utm_campaign=uael-pro-plugin",target:"_blank",rel:"noreferrer"},(0,Ze.__)("Get Keys","ultimate-addons-for-gutenberg")),(0,Ze.__)(" | ","ultimate-addons-for-gutenberg"),(0,e.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://ultimateelementor.com/docs/create-facebook-app-id-for-login-form-widget/?utm_source=uael-pro-dashboard&utm_medium=uael-menu-page&utm_campaign=uael-pro-plugin",target:"_blank",rel:"noreferrer"},(0,Ze.__)(" Documentation","ultimate-addons-for-gutenberg")))),(0,e.createElement)("div",{className:"pb-4"},(0,e.createElement)("label",{htmlFor:"facebook-app-id",className:"block text-gray-900 text-sm font-medium"},(0,Ze.__)("Facebook App Details","ultimate-addons-for-gutenberg")),(0,e.createElement)("input",{id:"facebook-app-id",className:"mt-3 w-9/12 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",type:"text",name:"facebook-app-id",value:u||"",onChange:e=>d("UPDATE_FACEBOOK_APP_ID",e.target.value)})),(0,e.createElement)("div",{className:"pb-4"},(0,e.createElement)("label",{htmlFor:"facebook-app-id",className:"block text-gray-900 text-sm font-medium"},(0,Ze.__)("Facebook App Secret Key","ultimate-addons-for-gutenberg")),(0,e.createElement)("input",{id:"facebook-app-id",className:"mt-3 w-9/12 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",type:"text",name:"facebook-app-secret",value:c||"",onChange:e=>d("UPDATE_FACEBOOK_APP_SECRET",e.target.value)}))))}function yl(){const t=Ca(),a=Na((e=>e.dynamicContentMode)),r=e=>{t({type:"UPDATE_DYNAMIC_CONTENT_MODE",payload:e.target.value});const a=new window.FormData;a.append("action","uag_dynamic_content_mode"),a.append("security",uag_react.dynamic_content_mode_nonce),a.append("value",e.target.value),La()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))};return(0,e.createElement)(n().Fragment,null,(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("section",{className:"flex items-start"},(0,e.createElement)("div",{className:"pr-16 w-[78%]"},(0,e.createElement)("h3",{className:"text-lg leading-6 font-medium text-gray-900"},(0,Ze.__)("Dynamic Content","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"mt-[0.6rem] text-sm "},(0,Ze.__)("Choose how you want to display dynamic content settings","ultimate-addons-for-gutenberg"))),(0,e.createElement)("div",{className:"mt-1.5"},(0,e.createElement)("div",{className:"flex flex-row gap-[2.50rem] justify-center"},(0,e.createElement)("div",{className:"form-check flex justify-center items-center"},(0,e.createElement)("input",{className:"uag-radio-input form-check-input appearance-none rounded-full h-1.25rem w-1.25rem border border-bg-spectra bg-white checked:bg-spectra checked:bg-spectra focus:outline-none transition duration-200 mt-1 align-top bg-no-repeat bg-center bg-contain float-left cursor-pointer",type:"radio",name:"dynamic_content_mode",value:"popup",onChange:r,id:"dynamic-content-popup",checked:"popup"===a}),(0,e.createElement)("label",{className:"form-check-label inline-block text-gray-800 ml-1 -mt-0.5",htmlFor:"dynamic-content-popup"},(0,Ze.__)("Popup","ultimate-addons-for-gutenberg"))),(0,e.createElement)("div",{className:"form-check flex justify-center items-center"},(0,e.createElement)("input",{className:"uag-radio-input form-check-input appearance-none rounded-full h-1.25rem w-1.25rem border border-bg-spectra bg-white checked:bg-spectra checked:bg-spectra focus:outline-none transition duration-200 mt-1 align-top bg-no-repeat bg-center bg-contain float-left cursor-pointer",type:"radio",name:"dynamic_content_mode",value:"sidebar",onChange:r,id:"dynamic-content-sidebar",checked:"sidebar"===a}),(0,e.createElement)("label",{className:"form-check-label inline-block text-gray-800 ml-1 -mt-0.5",htmlFor:"dynamic-content-sidebar"},(0,Ze.__)("Sidebar","ultimate-addons-for-gutenberg"))))))))}yl.propTypes={},yl.defaultProps={};var xl=()=>{const t=Ca(),a=Na((e=>e.contentWidth));return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Default Content Width","ultimate-addons-for-gutenberg")),(0,e.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,e.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:a,onChange:e=>{const a=e.target.value;t({type:"UPDATE_CONTENT_WIDTH",payload:a});const n=new window.FormData;n.append("action","uag_content_width"),n.append("security",uag_react.content_width_nonce),n.append("value",a),La()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},type:"number",placeholder:"1140",min:0,max:1600}),(0,e.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,Ze.__)("px","ultimate-addons-for-gutenberg")))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("This setting will apply to Container Block's default Content Width.","ultimate-addons-for-gutenberg")),"Spectra"!==uag_react.uag_content_width_set_by&&(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500 italic"},(0,Ze.__)(`The current Content width is applied from ${uag_react.uag_content_width_set_by}.`,"ultimate-addons-for-gutenberg")))},El=()=>{const t=Ca(),a=Na((e=>e.blocksEditorSpacing));return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Blocks Editor Spacing","ultimate-addons-for-gutenberg")),(0,e.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,e.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:a,onChange:e=>{const a=e.target.value;t({type:"UPDATE_BLOCKS_EDITOR_SPACING",payload:a});const n=new window.FormData;n.append("action","uag_blocks_editor_spacing"),n.append("security",uag_react.blocks_editor_spacing_nonce),n.append("value",a),La()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},type:"number",placeholder:"0",min:0,max:100}),(0,e.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,Ze.__)("px","ultimate-addons-for-gutenberg")))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("This setting will apply spacing in between all blocks inside block editor.","ultimate-addons-for-gutenberg")))};function Dl(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var _l=()=>{const a=Ca(),[n,r]=(0,t.useState)([]),[i,l]=(0,t.useState)(!1),o=Na((e=>e.enableComingSoonMode)),s=Na((e=>e.comingSoonPage)),u="disabled"!==o,c=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";const t=new window.FormData;t.append("action","uag_fetch_pages"),t.append("security",uag_react.fetch_pages_nonce),t.append("keyword",e),l(!0),La()({url:uag_react.ajax_url,method:"POST",body:t}).then((e=>{l(!1),r(e.data)}))};return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Enable Coming Soon Mode","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:u,onChange:()=>{let e;e="disabled"===o?"enabled":"disabled",a({type:"UPDATE_ENABLE_COMING_SOON",payload:e});const t=new window.FormData;t.append("action","uag_enable_coming_soon_mode"),t.append("security",uag_react.enable_coming_soon_mode_nonce),t.append("value",e),La()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:Dl(u?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:Dl(u?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Is your website still in the making? Is it not yet ready for other people to see?","ultimate-addons-for-gutenberg")),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Enable the coming soon mode. Only the page you select below will be displayed to people who are not logged in.","ultimate-addons-for-gutenberg")),(0,e.createElement)(ll,{isMulti:!1,placeholder:(0,Ze.__)("Select the page you want"),defaultValue:s,onChange:e=>(e=>{a({type:"UPDATE_COMING_SOON_PAGE",payload:e.value});const t=new window.FormData;t.append("action","uag_coming_soon_page"),t.append("security",uag_react.coming_soon_page_nonce),t.append("value",e.value),La()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))})(e),onInputChange:e=>{0===n.filter((t=>t.label.toLowerCase().includes(e))).length&&c(e)},options:n,maxMenuHeight:140,minMenuHeight:70,isSearchable:!0,className:"mt-4 w-9/12 h-10 transition",isLoading:i,onMenuOpen:c,theme:e=>({...e,colors:{...e.colors,primary:"#94a3b8"}}),styles:{control:e=>({...e,cursor:"pointer",fontSize:"0.875rem",lineHeight:"1.25rem",borderRadius:"0.375rem",color:"#64748b",borderColor:"#e2e8f0",boxShadow:"none"}),placeholder:e=>({...e,color:"#94a3b8"}),singleValue:e=>({...e,color:"#64748b"})},components:{IndicatorSeparator:()=>null}}))},Cl=()=>(0,e.createElement)(e.Fragment,null,(0,e.createElement)("div",{className:"max-w-3xl mx-auto lg:max-w-[77rem] mt-10 mb-8 font-semibold text-2xl"},(0,e.createElement)(an,{width:"100px",height:"32px"})),(0,e.createElement)("main",{className:"max-w-[77rem] mx-auto my-[2.43rem] bg-white rounded-md shadow overflow-hidden h-[36rem]"},(0,e.createElement)("div",{className:"lg:grid lg:grid-cols-12 h-full"},(0,e.createElement)("aside",{className:"py-6 sm:px-6 lg:py-6 lg:px-5 lg:col-span-3"},(0,e.createElement)("nav",{className:"space-y-1"},Array(7).fill().map(((t,a)=>(0,e.createElement)("div",{key:`setting${a}`,className:"flex justify-left items-center py-3 space-x-3"},(0,e.createElement)(an,{key:`icon${a}`,width:"24px",height:"24px"}),(0,e.createElement)(tn,{key:a,width:"120px",fontSize:"16px"})))))),(0,e.createElement)("div",{className:"border-l lg:col-span-9 p-8"},(0,e.createElement)(tn,{fontSize:"35px",width:"225px"}),(0,e.createElement)(tn,{width:"80%"}),(0,e.createElement)("div",{className:"h-8"}),(0,e.createElement)(tn,{fontSize:"35px",width:"300px"}),(0,e.createElement)(tn,{width:"60%"}),(0,e.createElement)("div",{className:"h-8"}),(0,e.createElement)(tn,{fontSize:"35px",width:"210px"}),(0,e.createElement)(tn,{width:"65%"}))))),kl=()=>{const t=Ca(),a=Na((e=>e.siteKeyV2)),n=Na((e=>e.secretKeyV2)),r=Na((e=>e.siteKeyV3)),i=Na((e=>e.secretKeyV3));return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Google reCAPTCHA","ultimate-addons-for-gutenberg"))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("To enable reCAPTCHA for your form, please follow the steps mentioned ","ultimate-addons-for-gutenberg"),(0,e.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",href:"https://www.google.com/recaptcha/admin/create",target:"_blank",rel:"noreferrer"},(0,Ze.__)("here. ","ultimate-addons-for-gutenberg"))),(0,e.createElement)("h4",{className:"mt-8 font-medium text-sm text-slate-800 spectra-recaptcha__heading"},(0,Ze.__)("reCAPTCHA v2","ultimate-addons-for-gutenberg")),(0,e.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,Ze.__)("Site Key v2","ultimate-addons-for-gutenberg"),value:a,name:"site_key_v2",onChange:e=>{const a=e.target.value;t({type:"UPDATE_RECAPTCHA_SITE_KEY_V2",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_site_key_v2"),n.append("security",uag_react.recaptcha_site_key_v2_nonce),n.append("value",a),La()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},id:"grid-zip",type:"text"}),(0,e.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,Ze.__)("Secret Key v2","ultimate-addons-for-gutenberg"),id:"grid-zip",value:n,name:"secret_key_v2",onChange:e=>{const a=e.target.value;t({type:"UPDATE_RECAPTCHA_SECRET_KEY_V2",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_secret_key_v2"),n.append("security",uag_react.recaptcha_secret_key_v2_nonce),n.append("value",a),La()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},type:"text"}),(0,e.createElement)("h4",{className:"mt-8 font-medium text-sm text-slate-800 spectra-recaptcha__heading"},(0,Ze.__)("reCAPTCHA v3","ultimate-addons-for-gutenberg")),(0,e.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,Ze.__)("Site Key v3","ultimate-addons-for-gutenberg"),id:"grid-zip",type:"text",value:r,name:"site_key_v3",onChange:e=>{const a=e.target.value;t({type:"UPDATE_RECAPTCHA_SITE_KEY_V3",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_site_key_v3"),n.append("security",uag_react.recaptcha_site_key_v3_nonce),n.append("value",a),La()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))}}),(0,e.createElement)("input",{className:"mt-3 w-80 mr-5 h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field",placeholder:(0,Ze.__)("Secret Key v3","ultimate-addons-for-gutenberg"),id:"grid-zip",type:"text",value:i,name:"secret_key_v3",onChange:e=>{const a=e.target.value;t({type:"UPDATE_RECAPTCHA_SECRET_KEY_V3",payload:a});const n=new window.FormData;n.append("action","uag_recaptcha_secret_key_v3"),n.append("security",uag_react.recaptcha_secret_key_v3_nonce),n.append("value",a),La()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))}}))};function Sl(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Ol=()=>{const t=Ca(),a=Na((e=>e.enableFontAwesome5)),n="disabled"!==a;return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Load Font Awesome 5 Support","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:n,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",t({type:"UPDATE_ENABLE_FONT_AWESOME_5",payload:e});const n=new window.FormData;n.append("action","uag_load_font_awesome_5"),n.append("security",uag_react.load_font_awesome_5_nonce),n.append("value",e),La()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:Sl(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:Sl(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("Enable this to make sure all previously used Font Awesome 5 icons are displayed correctly while using the Font Awesome 6 library.","ultimate-addons-for-gutenberg")))};function Nl(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Tl=()=>{const t=Ca(),a=Na((e=>e.enableAutoBlockRecovery)),n="disabled"!==a;return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Automatic Block Recovery","ultimate-addons-for-gutenberg")),(0,e.createElement)(Wa,{checked:n,onChange:()=>{let e;e="disabled"===a?"enabled":"disabled",t({type:"UPDATE_ENABLE_AUTO_BLOCK_RECOVERY",payload:e});const n=new window.FormData;n.append("action","uag_auto_block_recovery"),n.append("security",uag_react.auto_block_recovery_nonce),n.append("value",e),La()({url:uag_react.ajax_url,method:"POST",body:n}).then((()=>{t({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))},className:Nl(n?"bg-spectra":"bg-slate-200","relative inline-flex flex-shrink-0 h-5 w-[2.4rem] items-center border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none")},(0,e.createElement)("span",{"aria-hidden":"true",className:Nl(n?"translate-x-5":"translate-x-0","pointer-events-none inline-block h-3.5 w-3.5 rounded-full bg-white shadow transform ring-0 transition ease-in-out duration-200")}))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)('Enable this to automatically recover any erroneous blocks that may occur on your web pages. This will save you time spent on clicking all those "Attempt Block Recovery" Buttons.',"ultimate-addons-for-gutenberg")))},Al=()=>{const a=Na((e=>e.containerGlobalPadding));(0,t.useEffect)((()=>{"default"===a&&r(10,!1)}),[]);const n=Ca(),r=function(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];n({type:"UPDATE_CONTAINER_GLOBAL_PADDING",payload:e});const a=new window.FormData;a.append("action","uag_container_global_padding"),a.append("security",uag_react.container_global_padding_nonce),a.append("value",e),La()({url:uag_react.ajax_url,method:"POST",body:a}).then((()=>{t&&n({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))};return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Container Padding","ultimate-addons-for-gutenberg")),(0,e.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,e.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:a,onChange:e=>{const t=e.target.value;r(t)},type:"number",placeholder:"",min:0,max:100}),(0,e.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,Ze.__)("px","ultimate-addons-for-gutenberg")))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("This setting will apply default padding in the Container Block.","ultimate-addons-for-gutenberg")))},Pl=()=>{const t=Na((e=>e.containerGlobalElementsGap)),a=Ca();return(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full flex items-center"},(0,e.createElement)("h3",{className:"p-0 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("Container Elements Gap","ultimate-addons-for-gutenberg")),(0,e.createElement)("div",{className:"flex spectra-content-width-input-wrap"},(0,e.createElement)("input",{className:"appearance-none block w-20 h-8 leading-tight transition spectra-admin__input-field",id:"grid-zip",value:t,onChange:e=>{(e=>{a({type:"UPDATE_CONTAINER_GLOBAL_ELEMENTS_GAP",payload:e});const t=new window.FormData;t.append("action","uag_container_global_elements_gap"),t.append("security",uag_react.container_global_elements_gap_nonce),t.append("value",e),La()({url:uag_react.ajax_url,method:"POST",body:t}).then((()=>{a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:"Successfully saved!"})}))})(e.target.value)},type:"number",placeholder:"",min:0,max:100}),(0,e.createElement)("span",{className:"inline-flex h-8 items-center sm:text-sm transition spectra-admin__input-field--end-display"},(0,Ze.__)("px","ultimate-addons-for-gutenberg")))),(0,e.createElement)("p",{className:"mt-2 w-9/12 text-sm text-slate-500"},(0,Ze.__)("This setting will apply default Row & Column Gaps in the Container Block.","ultimate-addons-for-gutenberg")))};function Ml(){const[a,r]=(0,t.useState)(!1),i=uag_react.license_status,l=i?"bsf_deactivate_license":"bsf_activate_license",o=i?(0,Ze.__)("Deactivate","ultimate-addons-for-gutenberg"):(0,Ze.__)("Activate","ultimate-addons-for-gutenberg"),s=i?(0,Ze.__)("Your license is active.","ultimate-addons-for-gutenberg"):(0,Ze.__)("Paste your license key here","ultimate-addons-for-gutenberg"),u=i?(0,Ze.__)("License successfully validated!","ultimate-addons-for-gutenberg"):(0,Ze.__)("Please enter your valid license key below to activate Spectra Pro!","ultimate-addons-for-gutenberg");return(0,e.createElement)(n().Fragment,null,(0,e.createElement)("section",{className:"block border-b border-solid border-slate-200 px-12 py-8 justify-between"},(0,e.createElement)("div",{className:"mr-16 w-full"},(0,e.createElement)("form",{method:"post",className:"form-wrap bsf-license-register-astra-addon form-submited-astra-addon"},(0,e.createElement)("h3",{className:"p-0 mb-2 flex-1 justify-right inline-flex text-lg leading-8 font-medium text-gray-900"},(0,Ze.__)("License Key","ultimate-addons-for-gutenberg")),(0,e.createElement)("div",{className:"w-9/12"},!i&&(0,e.createElement)("p",{style:{margin:"0.5rem 0 0",color:"#64748b"}},(0,Ze.__)("Activate ","ultimate-addons-for-gutenberg"),(0,e.createElement)("a",{href:"https://wpspectra.com/pro",className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",target:"_blank",rel:"noreferrer"},"Spectra Pro")," ",(0,Ze.__)("to get professional support and automatic updates from your WordPress dashboard.","ultimate-addons-for-gutenberg")," ",(0,Ze.__)("If you don't have a license, you can","ultimate-addons-for-gutenberg")," ",(0,e.createElement)("a",{className:"text-spectra focus:text-spectra-hover active:text-spectra-hover hover:text-spectra-hover",target:"_blank",href:"https://wpspectra.com/pricing",rel:"noreferrer"},(0,Ze.__)("get it here","ultimate-addons-for-gutenberg")," »")),(0,e.createElement)("p",{style:{margin:"0.5rem 0 0",color:"#64748b"}},u),(0,e.createElement)("div",{className:"mt-4 flex w-full"},(0,e.createElement)("div",{className:"mr-5 h-10 relative flex-1"},(0,e.createElement)("input",{type:"hidden",id:"bsf_graupi_nonce",name:"bsf_graupi_nonce",value:uag_react.bsf_graupi_nonce}),(0,e.createElement)("input",{type:"hidden",name:"_wp_http_referer",value:window.location.href.replace(window.location.origin,"")}),i&&(0,e.createElement)("input",{type:"hidden",id:"bsf_license_manager[license_key]",name:"bsf_license_manager[license_key]",value:s}),(0,e.createElement)("input",{className:"w-full h-10 text-sm placeholder-slate-400 transition spectra-admin__input-field "+(i?"spectra-admin__input-field--read-only":""),id:i?"spectra_license_key":"bsf_license_manager[license_key]",name:i?"spectra_license_key":"bsf_license_manager[license_key]",type:"text",placeholder:s,readOnly:!!i,style:{paddingLeft:"35px"}}),(0,e.createElement)("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"absolute top-1/2 -translate-y-1/2 left-3"},(0,e.createElement)("path",{d:"M10 4.66667C10.7364 4.66667 11.3333 5.26362 11.3333 6M14 6C14 8.20914 12.2091 10 10 10C9.59589 10 9.20577 9.94007 8.83805 9.82862L7.33333 11.3333H6V12.6667H4.66667V14H2.66667C2.29848 14 2 13.7015 2 13.3333V11.6095C2 11.4327 2.07024 11.2631 2.19526 11.1381L6.17138 7.16195C6.05993 6.79423 6 6.40412 6 6C6 3.79086 7.79086 2 10 2C12.2091 2 14 3.79086 14 6Z",stroke:"#94A3B8",strokeWidth:"1.4",strokeLinecap:"round",strokeLinejoin:"round"})),(0,e.createElement)("input",{type:"hidden",id:"bsf_license_manager[product_id]",name:"bsf_license_manager[product_id]",value:"spectra-pro"})),(0,e.createElement)("button",{type:"submit",name:l,onClick:()=>r(!0),className:"flex items-center w-auto px-4 py-2 bg-spectra text-white hover:bg-spectra-hover focus:bg-spectra-hover border border-transparent text-sm font-medium rounded-md shadow-sm focus:outline-none transition-all"},o,a&&(0,e.createElement)("svg",{className:"animate-spin -mr-1 ml-3 h-5 w-5 text-white",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},(0,e.createElement)("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),(0,e.createElement)("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})))))))))}function Ll(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return t.filter(Boolean).join(" ")}var Il=()=>{var a;const n=new URLSearchParams(null===(a=Ve())||void 0===a?void 0:a.search),r=Ca(),i=Re(Oe),l=Na((e=>e.activeSettingsNavigationTab)),o=Na((e=>e.initialStateSetFlag)),s=[{name:(0,Ze.__)("Editor Options","ultimate-addons-for-gutenberg"),slug:"global-settings",icon:ln["global-settings"]},{name:(0,Ze.__)("Asset Generation","ultimate-addons-for-gutenberg"),slug:"asset-generation",icon:ln["asset-generation"]},{name:(0,Ze.__)("Templates","ultimate-addons-for-gutenberg"),slug:"templates",icon:ln.templates},{name:(0,Ze.__)("Version Control","ultimate-addons-for-gutenberg"),slug:"version-control",icon:ln["version-control"]},{name:(0,Ze.__)("Performance","ultimate-addons-for-gutenberg"),slug:"fonts-performance",icon:ln["fonts-performance"]},{name:(0,Ze.__)("Block Settings","ultimate-addons-for-gutenberg"),slug:"block-settings",icon:ln["block-settings"]},{name:(0,Ze.__)("Coming Soon","ultimate-addons-for-gutenberg"),slug:"coming-soon",icon:ln["coming-soon"]}];return uag_react.spectra_pro_status&&s.push({name:(0,Ze.__)("My Account","ultimate-addons-for-gutenberg"),slug:"my-account",icon:ln.account}),(0,t.useEffect)((()=>{const e=n.get("path"),t=n.get("settings");let a=t&&"settings"===e?t:"global-settings";uag_react.spectra_pro_status&&!uag_react.license_status&&(a=t&&"settings"===e?t:"my-account",i.push({pathname:"options-general.php",search:`?page=spectra&path=settings&settings=${a}`})),r({type:"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB",payload:a})}),[o]),o?(0,e.createElement)("div",{className:"px-6 w-full"},(0,e.createElement)("div",{className:"mx-auto mt-10 mb-8 font-semibold text-2xl lg:max-w-[80rem]"},"Settings"),(0,e.createElement)("main",{className:"mx-auto my-[2.43rem] bg-white rounded-md shadow min-h-[36rem] lg:max-w-[80rem]"},(0,e.createElement)("div",{className:"lg:grid lg:grid-cols-12 min-h-[36rem] h-full"},(0,e.createElement)("aside",{className:"py-6 sm:px-6 lg:py-6 lg:px-0 lg:col-span-3"},(0,e.createElement)("nav",{className:"space-y-1"},s.map((t=>(0,e.createElement)(We,{to:{pathname:"options-general.php",search:`?page=spectra&path=settings&settings=${t.slug}`},key:t.name,className:Ll(l===t.slug?"border-spectra text-spectra focus:text-spectra-hover active:text-spectra hover:text-spectra-hover stroke-spectra fill-spectra focus:stroke-spectra focus:fill-spectra hover:stroke-spectra hover:fill-spectra":"border-white text-slate-800 stroke-slate-800 fill-slate-800 focus:text-slate-900 focus:border-slate-200 focus:stroke-slate-900 focus:fill-slate-900 hover:text-slate-900 hover:border-slate-200 hover:stroke-slate-900 hover:fill-slate-900","border-l-4 group cursor-pointer py-3 pl-5 flex items-center text-base font-medium"),onClick:()=>{r({type:"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB",payload:t.slug})}},t.icon,(0,e.createElement)("span",{className:"truncate"},t.name)))))),(0,e.createElement)("div",{className:"lg:col-span-9 border-l spectra__settings"},"global-settings"===l&&(0,e.createElement)(e.Fragment,null,(0,e.createElement)(xl,null),(0,e.createElement)(Al,null),(0,e.createElement)(Pl,null),uag_react.spectra_pro_status&&(0,e.createElement)(yl,null),(0,e.createElement)(El,null),(0,e.createElement)(pl,null),(0,e.createElement)(vl,null),(0,e.createElement)(Tl,null),"yes"===uag_react.global_data.uagb_old_user_less_than_2&&(0,e.createElement)(Ol,null)),"asset-generation"===l&&(0,e.createElement)(e.Fragment,null,(0,e.createElement)(sn,null),(0,e.createElement)(un,null)),"templates"===l&&(0,e.createElement)(dn,null),"version-control"===l&&(0,e.createElement)(e.Fragment,null,(0,e.createElement)(gn,null),(0,e.createElement)(pn,null),"yes"!==uag_react.global_data.uagb_old_user_less_than_2&&(0,e.createElement)(vn,null)),"fonts-performance"===l&&(0,e.createElement)(e.Fragment,null,(0,e.createElement)(dl,null),(0,e.createElement)(gl,null),(0,e.createElement)(ul,null)),"block-settings"===l&&(0,e.createElement)(e.Fragment,null,uag_react.spectra_pro_status&&(0,e.createElement)(wl,null),(0,e.createElement)(kl,null)),"coming-soon"===l&&(0,e.createElement)(e.Fragment,null,(0,e.createElement)(_l,null)),uag_react.spectra_pro_status&&"my-account"===l&&(0,e.createElement)(e.Fragment,null,(0,e.createElement)(Ml,null)))))):(0,e.createElement)(Cl,null)},Rl=function(){const t=new URLSearchParams(Ve().search),a=t.get("page"),n=t.get("path"),r=t.get("event");let i=(0,e.createElement)("p",null,"Default route fallback");if(uag_react.home_slug===a)if("getting-started"===r)i=(0,e.createElement)(Pa,null);else switch(n){case"blocks":i=(0,e.createElement)(rn,null);break;case"settings":i=(0,e.createElement)(Il,null);break;default:i=(0,e.createElement)(Pa,null)}return(0,e.createElement)(e.Fragment,null,i)},Vl=t.forwardRef((function(e,a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:2,stroke:"currentColor","aria-hidden":"true",ref:a},e),t.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"}))})),Fl=t.forwardRef((function(e,a){return t.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",ref:a},e),t.createElement("path",{fillRule:"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",clipRule:"evenodd"}))}));function Hl(){const a=Ca(),n=Na((e=>e.settingsSavedNotification));return(0,t.useEffect)((()=>{""!==n&&setTimeout((()=>{a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:""})}),2e3)}),[n]),(0,e.createElement)(t.Fragment,null,(0,e.createElement)("div",{"aria-live":"assertive",className:"fixed inset-10 z-10 flex items-end px-4 py-6 pointer-events-none sm:p-6 sm:items-start"},(0,e.createElement)("div",{className:"w-full flex flex-col items-center space-y-4 sm:items-end"},(0,e.createElement)(ht,{show:""!==n,as:t.Fragment,enter:"transform ease-out duration-300 transition",enterFrom:"translate-y-2 opacity-0 sm:translate-y-0 sm:translate-x-2",enterTo:"translate-y-0 opacity-100 sm:translate-x-0",leave:"transition ease-in duration-100",leaveFrom:"opacity-100",leaveTo:"opacity-0"},(0,e.createElement)("div",{className:"max-w-sm w-full bg-white shadow-lg rounded-lg pointer-events-auto ring-1 ring-black ring-opacity-5 overflow-hidden"},(0,e.createElement)("div",{className:"p-4"},(0,e.createElement)("div",{className:"flex items-start"},(0,e.createElement)("div",{className:"flex-shrink-0"},(0,e.createElement)(Vl,{className:"h-6 w-6 text-green-400","aria-hidden":"true"})),(0,e.createElement)("div",{className:"ml-3 w-0 flex-1 pt-0.5"},(0,e.createElement)("p",{className:"text-sm font-medium text-gray-900"},n)),(0,e.createElement)("div",{className:"ml-4 flex-shrink-0 flex"},(0,e.createElement)("button",{className:"bg-white rounded-md inline-flex text-gray-400 hover:text-gray-500 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500",onClick:()=>{a({type:"UPDATE_SETTINGS_SAVED_NOTIFICATION",payload:""})}},(0,e.createElement)("span",{className:"sr-only"},"Close"),(0,e.createElement)(Fl,{className:"h-5 w-5","aria-hidden":"true"}))))))))))}function jl(e){return"Minified Redux error #"+e+"; visit https://redux.js.org/Errors?code="+e+" for the full message or use the non-minified dev environment for full errors. "}var Bl="function"==typeof Symbol&&Symbol.observable||"@@observable",Ul=function(){return Math.random().toString(36).substring(7).split("").join(".")},Gl={INIT:"@@redux/INIT"+Ul(),REPLACE:"@@redux/REPLACE"+Ul(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Ul()}};function Wl(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}var zl,Kl=function e(t,a,n){var r;if("function"==typeof a&&"function"==typeof n||"function"==typeof n&&"function"==typeof arguments[3])throw new Error(jl(0));if("function"==typeof a&&void 0===n&&(n=a,a=void 0),void 0!==n){if("function"!=typeof n)throw new Error(jl(1));return n(e)(t,a)}if("function"!=typeof t)throw new Error(jl(2));var i=t,l=a,o=[],s=o,u=!1;function c(){s===o&&(s=o.slice())}function d(){if(u)throw new Error(jl(3));return l}function m(e){if("function"!=typeof e)throw new Error(jl(4));if(u)throw new Error(jl(5));var t=!0;return c(),s.push(e),function(){if(t){if(u)throw new Error(jl(6));t=!1,c();var a=s.indexOf(e);s.splice(a,1),o=null}}}function g(e){if(!Wl(e))throw new Error(jl(7));if(void 0===e.type)throw new Error(jl(8));if(u)throw new Error(jl(9));try{u=!0,l=i(l,e)}finally{u=!1}for(var t=o=s,a=0;a<t.length;a++)(0,t[a])();return e}function f(e){if("function"!=typeof e)throw new Error(jl(10));i=e,g({type:Gl.REPLACE})}function p(){var e,t=m;return(e={subscribe:function(e){if("object"!=typeof e||null===e)throw new Error(jl(11));function a(){e.next&&e.next(d())}return a(),{unsubscribe:t(a)}}})[Bl]=function(){return this},e}return g({type:Gl.INIT}),(r={dispatch:g,subscribe:m,getState:d,replaceReducer:f})[Bl]=p,r}((function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;switch(t.type){case"UPDATE_INITIAL_STATE":return{...t.payload};case"UPDATE_INITIAL_STATE_FLAG":return{...e,initialStateSetFlag:t.payload};case"UPDATE_BLOCKS_ACTIVE_FILTER_TAB":return{...e,activeBlocksFilterTab:t.payload};case"UPDATE_BLOCK_STATUSES":return{...e,blocksStatuses:t.payload};case"UPDATE_SETTINGS_ACTIVE_NAVIGATION_TAB":return{...e,activeSettingsNavigationTab:t.payload};case"UPDATE_FILE_GENERATION":return{...e,enableFileGeneration:t.payload};case"UPDATE_TEMPLATES_BUTTON":return{...e,enableTemplates:t.payload};case"UPDATE_BETA":return{...e,enableBeta:t.payload};case"UPDATE_LEGACY_BLOCKS":return{...e,enableLegacyBlocks:t.payload};case"UPDATE_ENABLE_SELECTED_FONT_FAMILIES":return{...e,enableSelectedFontFamilies:t.payload};case"UPDATE_SELECTED_FONT_FAMILIES":return{...e,selectedFontFamilies:t.payload};case"UPDATE_ENABLE_LOAD_FONTS_LOCALLY":return{...e,enableLoadFontsLocally:t.payload};case"UPDATE_ENABLE_PRELOAD_LOCAL_FONTS":return{...e,enablePreloadLocalFonts:t.payload};case"UPDATE_ENABLE_COLLAPSE_PANELS":return{...e,enableCollapsePanels:t.payload};case"UPDATE_ENABLE_COPY_PASTE_STYLES":return{...e,enableCopyPasteStyles:t.payload};case"UPDATE_ENABLE_DISPLAY_CONDITIONS":return{...e,enableDisplayConditions:t.payload};case"UPDATE_ENABLE_MASONRY_EXTENSION":return{...e,enableMasonryExtension:t.payload};case"UPDATE_RECAPTCHA_VERSION":return{...e,social:{...e.social,recaptchaVersion:t.payload}};case"UPDATE_RECAPTCHA_BADGE":return{...e,social:{...e.social,recaptchaBadgeHide:t.payload}};case"UPDATE_RECAPTCHA_SITE_KEY":return{...e,social:{...e.social,recaptchaSiteKey:t.payload}};case"UPDATE_RECAPTCHA_SECRET_KEY":return{...e,social:{...e.social,recaptchaSecretKey:t.payload}};case"UPDATE_SOCIAL_REGISTER":return{...e,social:{...e.social,socialRegister:t.payload}};case"UPDATE_GOOGLE_CLIENT_ID":return{...e,social:{...e.social,googleClientId:t.payload}};case"UPDATE_FACEBOOK_APP_ID":return{...e,social:{...e.social,facebookAppId:t.payload}};case"UPDATE_FACEBOOK_APP_SECRET":return{...e,social:{...e.social,facebookAppSecret:t.payload}};case"UPDATE_ENABLE_DYNAMIC_CONTENT_EXTENSION":return{...e,enableDynamicContentExtension:t.payload};case"UPDATE_DYNAMIC_CONTENT_MODE":return{...e,dynamicContentMode:t.payload};case"UPDATE_ENABLE_RESPONSIVE_CONDITIONS":return{...e,enableResponsiveConditions:t.payload};case"UPDATE_CONTENT_WIDTH":return{...e,contentWidth:t.payload};case"UPDATE_RECAPTCHA_SITE_KEY_V2":return{...e,siteKeyV2:t.payload};case"UPDATE_RECAPTCHA_SITE_KEY_V3":return{...e,siteKeyV3:t.payload};case"UPDATE_RECAPTCHA_SECRET_KEY_V2":return{...e,secretKeyV2:t.payload};case"UPDATE_RECAPTCHA_SECRET_KEY_V3":return{...e,secretKeyV3:t.payload};case"UPDATE_SETTINGS_SAVED_NOTIFICATION":return{...e,settingsSavedNotification:t.payload};case"UPDATE_ENABLE_COMING_SOON":return{...e,enableComingSoonMode:t.payload};case"UPDATE_COMING_SOON_PAGE":return{...e,comingSoonPage:t.payload};case"UPDATE_BLOCKS_EDITOR_SPACING":return{...e,blocksEditorSpacing:t.payload};case"UPDATE_ENABLE_FONT_AWESOME_5":return{...e,enableFontAwesome5:t.payload};case"UPDATE_ENABLE_AUTO_BLOCK_RECOVERY":return{...e,enableAutoBlockRecovery:t.payload};case"UPDATE_CONTAINER_GLOBAL_PADDING":return{...e,containerGlobalPadding:t.payload};case"UPDATE_CONTAINER_GLOBAL_ELEMENTS_GAP":return{...e,containerGlobalElementsGap:t.payload};default:return e}}),{initialStateSetFlag:!1,activeBlocksFilterTab:"all",activeSettingsNavigationTab:"",blocksStatuses:[],enableFileGeneration:"",enableTemplates:"",enableBeta:"",enableSelectedFontFamilies:"",selectedFontFamilies:"",enableLoadFontsLocally:"",enablePreloadLocalFonts:"",enableCollapsePanels:"",enableCopyPasteStyles:"",enableDisplayConditions:"",enableMasonryExtension:"",socialLogin:{recaptchaVersion:"v2",recaptchaSiteKey:"",recaptchaSecretKey:"",recaptchaBadgeHide:!1,socialRegister:!1,googleClientId:"",facebookAppId:"",facebookAppSecret:""},enableDynamicContentExtension:"",dynamicContentMode:"popup",enableResponsiveConditions:"",contentWidth:"",siteKeyV2:"",siteKeyV3:"",secretKeyV2:"",secretKeyV3:"",settingsSavedNotification:"",enableComingSoonMode:"disabled",comingSoonPage:"",blocksEditorSpacing:"",containerGlobalPadding:"",containerGlobalElementsGap:20,enableFontAwesome5:"yes"===uag_react.global_data.uagb_old_user_less_than_2?"enabled":"disabled",enableAutoBlockRecovery:"yes"===uag_react.global_data.uagb_old_user_less_than_2?"enabled":"disabled",enableLegacyBlocks:"yes"===uag_react.global_data.uagb_old_user_less_than_2?"yes":"no",coreBlocks:["container","advanced-heading","image","buttons","info-box","call-to-action"]},window.__REDUX_DEVTOOLS_EXTENSION__&&window.__REDUX_DEVTOOLS_EXTENSION__());Kl.getState().initialStateSetFlag||(zl=Kl,La()({path:"/uag/v1/admin/commonsettings/"}).then((e=>{const t={initialStateSetFlag:!0,activeBlocksFilterTab:"all",activeSettingsNavigationTab:"global-settings",settingsSavedNotification:"",blocksStatuses:e.blocks_activation_and_deactivation,enableFileGeneration:e.enable_file_generation,enableTemplates:e.enable_templates_button,enableBeta:e.enable_beta_updates,enableSelectedFontFamilies:e.load_select_font_globally,selectedFontFamilies:e.select_font_globally,enableLoadFontsLocally:e.load_gfonts_locally,enablePreloadLocalFonts:e.preload_local_fonts,enableCollapsePanels:e.collapse_panels,enableCopyPasteStyles:e.copy_paste,enableDisplayConditions:e.enable_block_condition,enableMasonryExtension:e.enable_masonry_gallery,enableDynamicContentExtension:e.enable_dynamic_content,dynamicContentMode:e.dynamic_content_mode,enableResponsiveConditions:e.enable_block_responsive,contentWidth:e.uag_content_width,siteKeyV2:e.recaptcha_site_key_v2,secretKeyV2:e.recaptcha_secret_key_v2,siteKeyV3:e.recaptcha_site_key_v3,secretKeyV3:e.recaptcha_secret_key_v3,enableComingSoonMode:e.uag_enable_coming_soon_mode,comingSoonPage:e.coming_soon_page,blocksEditorSpacing:e.uag_blocks_editor_spacing,containerGlobalPadding:e.uag_container_global_padding,containerGlobalElementsGap:e.uag_container_global_elements_gap,enableFontAwesome5:e.uag_load_font_awesome_5,enableAutoBlockRecovery:e.uag_auto_block_recovery,social:e.social,coreBlocks:e.spectra_core_blocks};zl.dispatch({type:"UPDATE_INITIAL_STATE",payload:t})}))),i().render((0,e.createElement)((function(e){var a=e.store,r=e.context,i=e.children,l=(0,t.useMemo)((function(){var e=wa(a);return{store:a,subscription:e}}),[a]),o=(0,t.useMemo)((function(){return a.getState()}),[a]);ya((function(){var e=l.subscription;return e.onStateChange=e.notifyNestedSubs,e.trySubscribe(),o!==a.getState()&&e.notifyNestedSubs(),function(){e.tryUnsubscribe(),e.onStateChange=null}}),[l,o]);var s=r||pa;return n().createElement(s.Provider,{value:l},i)}),{store:Kl},(0,e.createElement)((()=>(0,e.createElement)(Fe,null,(0,e.createElement)(Aa,null),(0,e.createElement)(Hl,null),(0,e.createElement)(Ie,null,(0,e.createElement)(Le,{path:"/"},(0,e.createElement)(Rl,null))))),null)),document.getElementById("uag-dashboard-app"))}()}();
admin-core/inc/admin-helper.php CHANGED
@@ -42,11 +42,36 @@ class Admin_Helper {
42
  $changelog_data = self::get_changelog_feed_data();
43
 
44
  $options = array(
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  'coming_soon_page' => self::get_coming_soon_page(),
46
  'uag_previous_versions' => $uag_versions,
47
  'changelog_data' => $changelog_data,
48
- 'blocks_activation_and_deactivation' => self::get_blocks(),
49
- 'rollback_to_previous_version' => isset( $uag_versions[0]['value'] ) ? $uag_versions[0]['value'] : '',
50
  'uagb_old_user_less_than_2' => get_option( 'uagb-old-user-less-than-2' ),
51
  'recaptcha_site_key_v2' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_recaptcha_site_key_v2', '' ),
52
  'recaptcha_secret_key_v2' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_recaptcha_secret_key_v2', '' ),
42
  $changelog_data = self::get_changelog_feed_data();
43
 
44
  $options = array(
45
+ 'rollback_to_previous_version' => isset( $uag_versions[0]['value'] ) ? $uag_versions[0]['value'] : '',
46
+ 'enable_beta_updates' => \UAGB_Admin_Helper::get_admin_settings_option( 'uagb_beta', 'no' ),
47
+ 'enable_file_generation' => \UAGB_Admin_Helper::get_admin_settings_option( '_uagb_allow_file_generation', 'enabled' ),
48
+ 'blocks_activation_and_deactivation' => self::get_blocks(),
49
+ 'enable_templates_button' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_enable_templates_button', 'yes' ),
50
+ 'enable_block_condition' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_enable_block_condition', 'disabled' ),
51
+ 'enable_masonry_gallery' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_enable_masonry_gallery', 'enabled' ),
52
+ 'enable_block_responsive' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_enable_block_responsive', 'enabled' ),
53
+ 'enable_dynamic_content' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_enable_dynamic_content', 'enabled' ),
54
+ 'select_font_globally' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_select_font_globally', array() ),
55
+ 'load_select_font_globally' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_load_select_font_globally', 'disabled' ),
56
+ 'load_gfonts_locally' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_load_gfonts_locally', 'disabled' ),
57
+ 'collapse_panels' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_collapse_panels', 'enabled' ),
58
+ 'copy_paste' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_copy_paste', 'enabled' ),
59
+ 'preload_local_fonts' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_preload_local_fonts', 'disabled' ),
60
+ 'social' => \UAGB_Admin_Helper::get_admin_settings_option(
61
+ 'uag_social',
62
+ array(
63
+ 'socialRegister' => false,
64
+ 'googleClientId' => '',
65
+ 'facebookAppId' => '',
66
+ 'facebookAppSecret' => '',
67
+ )
68
+ ),
69
+ 'dynamic_content_mode' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_dynamic_content_mode', 'popup' ),
70
+ 'preload_local_fonts' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_preload_local_fonts', 'disabled' ),
71
+ 'enable_coming_soon_mode' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_enable_coming_soon_mode', 'disabled' ),
72
  'coming_soon_page' => self::get_coming_soon_page(),
73
  'uag_previous_versions' => $uag_versions,
74
  'changelog_data' => $changelog_data,
 
 
75
  'uagb_old_user_less_than_2' => get_option( 'uagb-old-user-less-than-2' ),
76
  'recaptcha_site_key_v2' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_recaptcha_site_key_v2', '' ),
77
  'recaptcha_secret_key_v2' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_recaptcha_secret_key_v2', '' ),
admin-core/inc/admin-menu.php CHANGED
@@ -67,13 +67,16 @@ class Admin_Menu {
67
  * @return void
68
  */
69
  public function initialize_hooks() {
 
 
70
  add_action( 'admin_menu', array( $this, 'setup_menu' ) );
71
  add_action( 'admin_init', array( $this, 'settings_admin_scripts' ) );
72
 
 
73
  add_filter( 'plugin_action_links_' . UAGB_BASE, array( $this, 'add_action_links' ) );
 
74
  /* Render admin content view */
75
  add_action( 'uag_render_admin_page_content', array( $this, 'render_content' ), 10, 2 );
76
-
77
  }
78
 
79
  /**
@@ -200,8 +203,7 @@ class Admin_Menu {
200
 
201
  wp_enqueue_style( 'wp-components' );
202
 
203
- $theme = wp_get_theme();
204
-
205
  $localize = apply_filters(
206
  'uag_react_admin_localize',
207
  array(
@@ -220,7 +222,12 @@ class Admin_Menu {
220
  'reusable_url' => esc_url( admin_url( 'edit.php?post_type=wp_block' ) ),
221
  'global_data' => Admin_Helper::get_options(),
222
  'uag_content_width_set_by' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_content_width_set_by', __( 'Spectra', 'ultimate-addons-for-gutenberg' ) ),
 
 
 
 
223
  'spectra_custom_fonts' => apply_filters( 'spectra_system_fonts', array() ),
 
224
  )
225
  );
226
 
67
  * @return void
68
  */
69
  public function initialize_hooks() {
70
+
71
+ /* Setup the Admin Menu */
72
  add_action( 'admin_menu', array( $this, 'setup_menu' ) );
73
  add_action( 'admin_init', array( $this, 'settings_admin_scripts' ) );
74
 
75
+ /* Add the Action Links */
76
  add_filter( 'plugin_action_links_' . UAGB_BASE, array( $this, 'add_action_links' ) );
77
+
78
  /* Render admin content view */
79
  add_action( 'uag_render_admin_page_content', array( $this, 'render_content' ), 10, 2 );
 
80
  }
81
 
82
  /**
203
 
204
  wp_enqueue_style( 'wp-components' );
205
 
206
+ $theme = wp_get_theme();
 
207
  $localize = apply_filters(
208
  'uag_react_admin_localize',
209
  array(
222
  'reusable_url' => esc_url( admin_url( 'edit.php?post_type=wp_block' ) ),
223
  'global_data' => Admin_Helper::get_options(),
224
  'uag_content_width_set_by' => \UAGB_Admin_Helper::get_admin_settings_option( 'uag_content_width_set_by', __( 'Spectra', 'ultimate-addons-for-gutenberg' ) ),
225
+ 'spectra_pro_installed' => file_exists( UAGB_DIR . '../spectra-pro/spectra-pro.php' ),
226
+ 'spectra_pro_status' => is_plugin_active( 'spectra-pro/spectra-pro.php' ),
227
+ 'spectra_pro_ver' => defined( 'SPECTRA_PRO_VER' ) ? SPECTRA_PRO_VER : null,
228
+ 'spectra_pro_activation' => activate_plugin( 'spectra-pro/spectra-pro.php' ),
229
  'spectra_custom_fonts' => apply_filters( 'spectra_system_fonts', array() ),
230
+ 'is_allow_registration' => (bool) get_option( 'users_can_register' ),
231
  )
232
  );
233
 
admin/assets/preview-images/advanced-columns.png DELETED
Binary file
admin/assets/preview-images/advanced-row.png DELETED
Binary file
admin/assets/preview-images/blockquote.png DELETED
Binary file
admin/assets/preview-images/call-to-action.png DELETED
Binary file
admin/assets/preview-images/container.png DELETED
Binary file
admin/assets/preview-images/content-timeline.png DELETED
Binary file
admin/assets/preview-images/creative-heading.png DELETED
Binary file
admin/assets/preview-images/faq.png DELETED
Binary file
admin/assets/preview-images/form-accept.svg DELETED
@@ -1,5 +0,0 @@
1
- <svg width="350" height="350" viewBox="0 0 350 350" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="350" height="350" fill="white"/>
3
- <rect x="55" y="166" width="267" height="18" rx="9" fill="#DBDCDE"/>
4
- <rect x="27" y="166" width="18" height="18" rx="2" fill="#DBDCDE"/>
5
- </svg>
 
 
 
 
 
admin/assets/preview-images/form-checkbox.svg DELETED
@@ -1,8 +0,0 @@
1
- <svg width="350" height="350" viewBox="0 0 350 350" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="350" height="350" fill="white"/>
3
- <rect x="55" y="163" width="267" height="18" rx="9" fill="#DBDCDE"/>
4
- <rect x="55" y="189" width="267" height="18" rx="9" fill="#DBDCDE"/>
5
- <rect x="27" y="163" width="18" height="18" rx="2" fill="#DBDCDE"/>
6
- <rect x="27" y="189" width="18" height="18" rx="2" fill="#DBDCDE"/>
7
- <rect x="27" y="143" width="51" height="12" rx="6" fill="#DBDCDE"/>
8
- </svg>
 
 
 
 
 
 
 
 
admin/assets/preview-images/form-date.svg DELETED
@@ -1,10 +0,0 @@
1
- <svg width="350" height="350" viewBox="0 0 350 350" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="350" height="350" fill="white"/>
3
- <rect x="27" y="176" width="295" height="18" rx="9" fill="#DBDCDE"/>
4
- <rect x="27" y="156" width="51" height="12" rx="6" fill="#DBDCDE"/>
5
- <path d="M38 185H54" stroke="#F5F3F3" stroke-width="2" fill="none" />
6
- <path d="M63 185H79" stroke="#F5F3F3" stroke-width="2" fill="none" />
7
- <path d="M88 185H104" stroke="#F5F3F3" stroke-width="2" fill="none" />
8
- <path d="M60 181L56.9656 190.002" stroke="#F5F3F3" stroke-width="1.5" fill="none"/>
9
- <path d="M85 181L81.9656 190.002" stroke="#F5F3F3" stroke-width="1.5" fill="none"/>
10
- </svg>
 
 
 
 
 
 
 
 
 
 
admin/assets/preview-images/form-email.svg DELETED
@@ -1,8 +0,0 @@
1
- <svg width="350" height="350" viewBox="0 0 350 350" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="350" height="350" fill="white"/>
3
- <rect x="27" y="176" width="295" height="18" rx="9" fill="#DBDCDE"/>
4
- <rect x="27" y="156" width="51" height="12" rx="6" fill="#DBDCDE"/>
5
- <path d="M38 185H133" stroke="#F5F3F3" stroke-width="2" fill="none" />
6
- <path d="M145 185H172" stroke="#F5F3F3" stroke-width="2" fill="none" />
7
- <path d="M140.283 183.339V183.09V183.04H140.333H141.083H141.133V183.09V186.099C141.133 186.274 141.185 186.427 141.288 186.56C141.388 186.688 141.533 186.754 141.733 186.754C141.962 186.754 142.13 186.681 142.246 186.539L142.247 186.539C142.368 186.394 142.454 186.165 142.501 185.845L142.501 185.845C142.55 185.524 142.574 185.112 142.574 184.608C142.574 184.315 142.532 184.027 142.446 183.743L142.446 183.743C142.362 183.458 142.235 183.191 142.063 182.942L142.063 182.942C141.895 182.694 141.681 182.475 141.421 182.285C141.162 182.096 140.857 181.947 140.506 181.84L140.505 181.84C140.157 181.731 139.761 181.676 139.314 181.676C138.765 181.676 138.275 181.756 137.843 181.916L137.843 181.916C137.413 182.073 137.048 182.303 136.747 182.606C136.448 182.907 136.22 183.273 136.062 183.706C135.906 184.137 135.828 184.628 135.828 185.18C135.828 185.741 135.906 186.238 136.062 186.671C136.22 187.103 136.452 187.467 136.757 187.763C137.065 188.059 137.446 188.284 137.902 188.437L137.902 188.437C138.358 188.593 138.885 188.671 139.484 188.671C139.74 188.671 139.993 188.648 140.242 188.602C140.494 188.556 140.715 188.505 140.906 188.45C141.099 188.395 141.238 188.354 141.322 188.327L141.37 188.312L141.385 188.36L141.583 188.972L141.597 189.017L141.554 189.034C141.405 189.093 141.211 189.151 140.974 189.209C140.739 189.267 140.488 189.315 140.22 189.353C140.22 189.353 140.22 189.353 140.22 189.353L140.213 189.303C139.949 189.341 139.696 189.36 139.456 189.36C138.734 189.36 138.097 189.267 137.543 189.08L140.283 183.339ZM140.283 183.339C140.236 183.271 140.167 183.21 140.081 183.155C139.949 183.068 139.784 183.005 139.586 182.965C139.387 182.921 139.168 182.911 138.928 182.934L138.927 182.934C138.658 182.961 138.406 183.032 138.171 183.148C137.939 183.262 137.736 183.414 137.562 183.605L137.562 183.606C137.39 183.797 137.256 184.02 137.16 184.274C137.063 184.529 137.015 184.809 137.015 185.113C137.015 185.433 137.055 185.731 137.134 186.009L137.134 186.01C137.216 186.285 137.336 186.529 137.496 186.741L137.496 186.741L137.496 186.741C137.659 186.952 137.86 187.118 138.1 187.241L138.1 187.241C138.341 187.363 138.618 187.428 138.931 187.44L138.931 187.44C139.204 187.449 139.438 187.419 139.632 187.347M140.283 183.339L139.632 187.347M139.632 187.347C139.826 187.276 139.985 187.181 140.106 187.059C140.206 186.962 140.285 186.859 140.343 186.751C140.386 186.915 140.477 187.05 140.618 187.154C140.777 187.271 140.959 187.355 141.163 187.405C141.364 187.455 141.549 187.48 141.719 187.48C142.101 187.48 142.41 187.394 142.641 187.217C142.87 187.042 143.039 186.812 143.148 186.529L143.149 186.529C143.256 186.247 143.327 185.939 143.36 185.604C143.393 185.272 143.41 184.944 143.41 184.621C143.41 184.158 143.324 183.708 143.152 183.271C142.982 182.835 142.726 182.442 142.384 182.093C142.044 181.742 141.621 181.464 141.116 181.26C140.611 181.053 140.024 180.95 139.357 180.95C138.671 180.95 138.055 181.045 137.508 181.236L137.508 181.236C136.965 181.426 136.501 181.704 136.118 182.069L136.118 182.069C135.738 182.431 135.447 182.873 135.247 183.391L135.247 183.392C135.049 183.911 134.95 184.498 134.95 185.153C134.95 185.83 135.047 186.433 135.243 186.961C135.439 187.489 135.728 187.936 136.111 188.301C136.494 188.666 136.967 188.942 137.527 189.128L139.632 187.347C139.632 187.347 139.632 187.347 139.632 187.347ZM138.413 183.877L138.413 183.876C138.594 183.75 138.814 183.686 139.074 183.686C139.352 183.686 139.583 183.727 139.768 183.808C139.949 183.887 140.087 184.024 140.182 184.223C140.276 184.422 140.325 184.704 140.325 185.074C140.325 185.438 140.281 185.737 140.194 185.971C140.108 186.204 139.972 186.375 139.787 186.489C139.602 186.602 139.356 186.661 139.046 186.661C138.748 186.661 138.516 186.587 138.346 186.443C138.172 186.294 138.046 186.101 137.969 185.86C137.89 185.615 137.851 185.353 137.851 185.074C137.851 184.823 137.899 184.593 137.995 184.382C138.093 184.17 138.232 184.002 138.413 183.877Z" fill="#F5F3F3" stroke="#F5F3F3" stroke-width="0.1"/>
8
- </svg>
 
 
 
 
 
 
 
 
admin/assets/preview-images/form-hidden.svg DELETED
@@ -1,4 +0,0 @@
1
- <svg width="350" height="350" viewBox="0 0 350 350" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="350" height="350" fill="white"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M194.273 153.087C194.117 153.152 192.604 154.605 190.911 156.316L187.832 159.426L186.377 158.845C184.013 157.901 181.769 157.3 179.142 156.906C177.059 156.593 172.665 156.623 170.487 156.964C164.709 157.869 159.614 160.192 154.786 164.122C153.259 165.364 150.353 168.32 149.12 169.885C147.774 171.593 146.127 174.108 146.037 174.593C145.91 175.277 146.082 175.73 147.01 177.148C149.726 181.304 153.623 185.274 157.55 187.89C158.204 188.325 158.763 188.7 158.79 188.721C158.818 188.742 157.611 190.01 156.107 191.538C153.766 193.917 153.362 194.378 153.295 194.746C153.17 195.437 153.329 195.979 153.796 196.451C154.262 196.923 154.796 197.084 155.481 196.959C155.861 196.89 158.053 194.711 176.224 176.329C191.155 161.225 196.575 155.674 196.667 155.39C196.919 154.619 196.639 153.796 195.947 153.273C195.604 153.014 194.691 152.912 194.273 153.087ZM178.859 160.593C180.806 160.893 182.97 161.467 184.689 162.138L185.022 162.268L181.311 166.029L181.004 165.807C180.414 165.382 178.568 164.55 177.668 164.304C176.463 163.975 173.766 163.941 172.583 164.242C170.508 164.769 168.856 165.715 167.348 167.241C165.84 168.767 164.903 170.443 164.386 172.539C164.079 173.779 164.11 176.368 164.445 177.627C164.697 178.574 165.454 180.308 165.925 181.015L166.156 181.364L161.545 186.027L160.471 185.343C156.708 182.95 152.886 179.299 150.523 175.839L149.942 174.989L150.511 174.157C152.522 171.219 156.008 167.68 158.967 165.574C162.961 162.73 167.666 160.922 172.352 160.429C173.76 160.28 177.434 160.373 178.859 160.593ZM192.883 164.639C192.214 165.318 191.669 165.925 191.673 165.987C191.676 166.049 192.123 166.445 192.665 166.867C194.983 168.673 198.043 171.968 199.699 174.443L200.064 174.987L199.604 175.673C197.649 178.585 194.262 182.065 191.27 184.235C186.151 187.946 180.165 189.84 174.211 189.63C172.351 189.564 171.779 189.5 169.865 189.139L168.863 188.95L167.402 190.425C166.342 191.495 165.984 191.924 166.097 191.988C166.413 192.167 169.102 192.777 170.641 193.019C172.766 193.353 177.079 193.38 179.142 193.073C186.452 191.986 192.548 188.797 198.13 183.139C200.124 181.118 201.431 179.517 202.892 177.306C204.344 175.107 204.35 174.911 203.021 172.856C201.758 170.905 200.018 168.757 198.185 166.891C196.626 165.303 194.468 163.404 194.224 163.404C194.155 163.404 193.552 163.96 192.883 164.639ZM176.619 167.87C177.318 168.051 178.632 168.6 178.632 168.711C178.632 168.726 176.418 170.979 173.712 173.716L168.792 178.694L168.491 178.092C168.075 177.261 167.75 175.902 167.753 174.999C167.765 170.309 172.216 166.73 176.619 167.87ZM183.806 173.825L182.239 175.414L182.083 176.32C181.902 177.373 181.257 178.777 180.57 179.611C179.503 180.907 177.877 181.878 176.318 182.152L175.422 182.31L173.83 183.921C172.954 184.807 172.269 185.563 172.306 185.602C172.443 185.74 174.176 185.992 175.018 185.996C177.888 186.009 180.53 184.879 182.654 182.73C184.844 180.513 185.81 178.188 185.821 175.104C185.826 173.665 185.642 172.236 185.451 172.236C185.408 172.236 184.668 172.951 183.806 173.825Z" fill="#DBDCDE" stroke="#DBDCDE" stroke-width="0.5"/>
4
- </svg>
 
 
 
 
admin/assets/preview-images/form-name.svg DELETED
@@ -1,5 +0,0 @@
1
- <svg width="350" height="350" viewBox="0 0 350 350" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="350" height="350" fill="white"/>
3
- <rect x="27" y="176" width="295" height="18" rx="9" fill="#DBDCDE"/>
4
- <rect x="27" y="156" width="51" height="12" rx="6" fill="#DBDCDE"/>
5
- </svg>
 
 
 
 
 
admin/assets/preview-images/form-phone.svg DELETED
@@ -1,6 +0,0 @@
1
- <svg width="350" height="350" viewBox="0 0 350 350" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="350" height="350" fill="white"/>
3
- <rect x="27" y="176" width="48" height="18" rx="9" fill="#DBDCDE"/>
4
- <rect x="78" y="176" width="244" height="18" rx="9" fill="#DBDCDE"/>
5
- <rect x="27" y="156" width="51" height="12" rx="6" fill="#DBDCDE"/>
6
- </svg>
 
 
 
 
 
 
admin/assets/preview-images/form-radio.svg DELETED
@@ -1,8 +0,0 @@
1
- <svg width="350" height="350" viewBox="0 0 350 350" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="350" height="350" fill="white"/>
3
- <rect x="55" y="163" width="267" height="18" rx="9" fill="#DBDCDE"/>
4
- <rect x="55" y="189" width="267" height="18" rx="9" fill="#DBDCDE"/>
5
- <rect x="27" y="143" width="51" height="12" rx="6" fill="#DBDCDE"/>
6
- <circle cx="36" cy="172" r="9" fill="#D9D9D9"/>
7
- <circle cx="36" cy="198" r="9" fill="#D9D9D9"/>
8
- </svg>
 
 
 
 
 
 
 
 
admin/assets/preview-images/form-select.svg DELETED
@@ -1,6 +0,0 @@
1
- <svg width="350" height="350" viewBox="0 0 350 350" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="350" height="350" fill="white"/>
3
- <rect x="27" y="176" width="295" height="18" rx="9" fill="#DBDCDE"/>
4
- <rect x="27" y="156" width="51" height="12" rx="6" fill="#DBDCDE"/>
5
- <path d="M296 183L300 187L304 183" stroke="#F5F3F3" stroke-width="2" fill="none" />
6
- </svg>
 
 
 
 
 
 
admin/assets/preview-images/form-textarea.svg DELETED
@@ -1,5 +0,0 @@
1
- <svg width="350" height="350" viewBox="0 0 350 350" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="350" height="350" fill="white"/>
3
- <rect x="27" y="151" width="295" height="67" rx="5" fill="#DBDCDE"/>
4
- <rect x="27" y="131" width="51" height="12" rx="6" fill="#DBDCDE"/>
5
- </svg>
 
 
 
 
 
admin/assets/preview-images/form-toggle.svg DELETED
@@ -1,6 +0,0 @@
1
- <svg width="350" height="350" viewBox="0 0 350 350" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="350" height="350" fill="white"/>
3
- <rect x="149" y="176" width="51" height="18" rx="9" fill="#DBDCDE"/>
4
- <rect x="149" y="156" width="51" height="12" rx="6" fill="#DBDCDE"/>
5
- <circle cx="159" cy="185" r="6" fill="#F5F3F3"/>
6
- </svg>
 
 
 
 
 
 
admin/assets/preview-images/form-url.svg DELETED
@@ -1,8 +0,0 @@
1
- <svg width="350" height="350" viewBox="0 0 350 350" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="350" height="350" fill="white"/>
3
- <rect x="27" y="176" width="295" height="18" rx="9" fill="#DBDCDE"/>
4
- <rect x="27" y="156" width="51" height="12" rx="6" fill="#DBDCDE"/>
5
- <path d="M38 185H58" stroke="#F5F3F3" stroke-width="2" fill="none" />
6
- <path d="M71 185L200 185" stroke="#F5F3F3" stroke-width="2" fill="none" />
7
- <path d="M61.02 188.925L61.0206 188.925C61.1323 188.855 61.2215 188.763 61.287 188.648C61.3559 188.532 61.3902 188.405 61.3902 188.268C61.3902 188.06 61.3166 187.88 61.1718 187.732C61.0269 187.583 60.8496 187.507 60.6451 187.507C60.4406 187.507 60.2633 187.583 60.1184 187.732C59.9735 187.88 59.9 188.06 59.9 188.268C59.9 188.475 59.9735 188.655 60.1184 188.804C60.2633 188.952 60.4406 189.028 60.6451 189.028C60.7818 189.028 60.9076 188.994 61.02 188.925ZM61.02 184.741L61.02 184.741L61.0206 184.741C61.1324 184.671 61.2215 184.578 61.287 184.464C61.3559 184.348 61.3902 184.22 61.3902 184.083C61.3902 183.876 61.3166 183.696 61.1718 183.547C61.0269 183.399 60.8496 183.323 60.6451 183.323C60.4406 183.323 60.2633 183.399 60.1184 183.547C59.9735 183.696 59.9 183.876 59.9 184.083C59.9 184.29 59.9735 184.471 60.1184 184.619C60.2633 184.768 60.4406 184.844 60.6451 184.844C60.7818 184.844 60.9076 184.81 61.02 184.741ZM65.4994 181.025L65.5324 180.9H65.4027H64.6286H64.5515L64.5319 180.975L62.1665 189.975L62.1335 190.1H62.2632H63.0373H63.1144L63.134 190.025L65.4994 181.025ZM69.0967 181.025L69.1297 180.9H69H68.2259H68.1488L68.1292 180.975L65.7638 189.975L65.7308 190.1H65.8605H66.6346H66.7118L66.7314 190.025L69.0967 181.025Z" fill="#F5F3F3" stroke="#F5F3F3" stroke-width="0.2"/>
8
- </svg>
 
 
 
 
 
 
 
 
admin/assets/preview-images/form.png DELETED
Binary file
admin/assets/preview-images/gf-cf-styler.png DELETED
Binary file
admin/assets/preview-images/gmap.png DELETED
Binary file
admin/assets/preview-images/how-to.png DELETED
Binary file
admin/assets/preview-images/icon-list.png DELETED
Binary file
admin/assets/preview-images/image.svg DELETED
@@ -1,28 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
- width="350px" height="350px" viewBox="0 0 350 350" enable-background="new 0 0 350 350" xml:space="preserve">
6
- <g>
7
- <path fill="#DBDCDE" d="M241.603,306.172c0,4.266-3.458,7.723-7.722,7.723H116.12c-4.265,0-7.722-3.457-7.722-7.723v0.469
8
- c0-4.264,3.457-7.723,7.722-7.723h117.761c4.264,0,7.722,3.459,7.722,7.723V306.172z"/>
9
- <g>
10
- <path fill="#DBDCDE" d="M299.878,255.078V66.886c0-16.994-13.785-30.78-30.783-30.78H80.9c-17,0-30.785,13.786-30.785,30.78
11
- v188.192c0,17.01,13.785,30.795,30.785,30.795h188.194c16.998,0,30.79-13.785,30.79-30.795H299.878z M70.198,213.172
12
- c0-46.861-0.001-93.723,0.002-140.585c0-10.354,5.507-15.895,15.805-15.895c58.774-0.003,117.548-0.003,176.321,0
13
- c10.348,0,15.854,5.503,15.854,15.848c0.003,43.416,0.002,86.831,0.002,130.247c0,0.945,0,1.891,0,3.461
14
- c-6.477-5.148-12.449-9.9-18.426-14.65c-2.388-1.898-4.731-3.855-7.178-5.678c-9.264-6.904-20.837-7.08-30.23-0.367
15
- c-9.688,6.922-19.29,13.963-28.936,20.941c-4.878,3.529-7.071,3.363-11.254-0.818c-9.052-9.049-18.098-18.102-27.152-27.148
16
- c-11.62-11.608-25.116-12.141-37.594-1.57c-15.096,12.787-30.236,25.523-45.359,38.279c-0.438,0.369-0.896,0.713-1.855,1.477
17
- C70.198,215.121,70.198,214.146,70.198,213.172z M278.178,249.674c-0.032,9.141-5.823,14.986-14.931,14.992
18
- c-29.73,0.02-59.461,0.008-89.19,0.008c-29.336,0-58.672,0.002-88.008-0.002c-10.331,0-15.534-5.533-15.979-15.844
19
- c-0.229-5.334,1.471-8.693,5.622-12.076c18.461-15.047,36.594-30.496,54.852-45.791c4.104-3.439,6.93-3.26,10.738,0.625
20
- c9.302,9.492,18.605,18.982,27.903,28.477c10.408,10.629,23.854,11.629,35.583,2.596c9.122-7.025,18.202-14.105,27.313-21.143
21
- c3.805-2.938,6.242-2.91,10.021,0.117c11.446,9.166,22.904,18.318,34.266,27.588c0.954,0.777,1.691,2.377,1.732,3.623
22
- C278.286,238.447,278.198,244.063,278.178,249.674z"/>
23
- <path fill-rule="evenodd" clip-rule="evenodd" fill="#DBDCDE" d="M229.719,127.324c-0.047,12.712-10.809,23.322-23.499,23.165
24
- c-12.665-0.157-22.966-10.496-23.051-23.136c-0.087-12.724,10.538-23.423,23.249-23.416
25
- C219.167,103.947,229.765,114.584,229.719,127.324z"/>
26
- </g>
27
- </g>
28
- </svg>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin/assets/preview-images/info-box.png DELETED
Binary file
admin/assets/preview-images/inline-notice.png DELETED
Binary file
admin/assets/preview-images/lottie-animation.png DELETED
Binary file
admin/assets/preview-images/marketing-button.png DELETED
Binary file
admin/assets/preview-images/multi-button.png DELETED
Binary file
admin/assets/preview-images/post-carousel.png DELETED
Binary file
admin/assets/preview-images/post-grid.png DELETED
Binary file
admin/assets/preview-images/post-masonry.png DELETED
Binary file
admin/assets/preview-images/post-timeline.png DELETED
Binary file
admin/assets/preview-images/price-list.png DELETED
Binary file
admin/assets/preview-images/review.png DELETED
Binary file
admin/assets/preview-images/social-share.png DELETED
Binary file
admin/assets/preview-images/star-ratings.png DELETED
Binary file
admin/assets/preview-images/table-of-contents.png DELETED
Binary file
admin/assets/preview-images/tabs.png DELETED
Binary file
admin/assets/preview-images/taxonomy-list.png DELETED
Binary file
admin/assets/preview-images/team.png DELETED
Binary file
admin/assets/preview-images/testimonials.png DELETED
Binary file
admin/assets/preview-images/wp-search.png DELETED
Binary file
assets/css/blocks/counter.css ADDED
@@ -0,0 +1 @@
 
1
+ .wp-block-uagb-counter .wp-block-uagb-counter__icon,.wp-block-uagb-counter .wp-block-uagb-counter__image-wrap{display:inline-block;line-height:0}.wp-block-uagb-counter--number .wp-block-uagb-counter__number{font-size:52px;color:#3a3a3a}.wp-block-uagb-counter--number .wp-block-uagb-counter__icon{margin-bottom:10px}.wp-block-uagb-counter--bars .wp-block-uagb-counter-bars-container{width:100%;background-color:#eaeaea}.wp-block-uagb-counter--bars .wp-block-uagb-counter-bars-container .wp-block-uagb-counter__number{width:0%;min-height:5px;text-align:right;line-height:1;white-space:nowrap;overflow:hidden;background:#007cba;display:flex;justify-content:flex-end;align-items:center}.rtl .wp-block-uagb-counter--bars .wp-block-uagb-counter-bars-container .wp-block-uagb-counter__number{flex-direction:row-reverse;justify-content:flex-start}.wp-block-uagb-counter--bars .wp-block-uagb-counter-bars-container .wp-block-uagb-counter__number>:last-child{margin-right:5px}.wp-block-uagb-counter--bars .wp-block-uagb-counter__title{margin-top:15px}.wp-block-uagb-counter--bars .wp-block-uagb-counter__number{color:#fff;padding-top:5px;padding-bottom:5px}.wp-block-uagb-counter--circle .wp-block-uagb-counter-circle-container{position:relative;display:inline-block;width:100%}.wp-block-uagb-counter--circle .wp-block-uagb-counter-circle-container .wp-block-uagb-counter__icon svg{width:30px}.wp-block-uagb-counter--circle .wp-block-uagb-counter-circle-container svg{pointer-events:none}.wp-block-uagb-counter--circle .wp-block-uagb-counter-circle-container>svg{transform:rotate(-90deg);width:100%;height:100%}.wp-block-uagb-counter--circle .wp-block-uagb-counter-circle-container>svg circle{stroke:#eaeaea;stroke-width:1em;fill:transparent}.wp-block-uagb-counter--circle .wp-block-uagb-counter-circle-container>svg .uagb-counter-circle__progress{stroke:#007cba}.wp-block-uagb-counter--circle .wp-block-uagb-counter-circle-container__content{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:1}.wp-block-uagb-counter--circle .wp-block-uagb-counter__number{margin-top:5px;font-size:52px;color:#3a3a3a}.wp-block-uagb-counter--circle .wp-block-uagb-counter__title{margin-top:5px}.wp-block-uagb-counter__icon svg{width:30px}.wp-block-uagb-counter__title{margin-top:10px;margin-bottom:17px;font-size:16px}body[class*="astra"] .wp-block-uagb-counter__title,body[class*="astra"] .wp-block-uagb-counter__number{line-height:normal}
assets/css/blocks/image-gallery.css ADDED
@@ -0,0 +1 @@
 
1
+ .wp-block-uagb-image-gallery{display:-ms-flex;display:-moz-flex;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;flex-direction:column}.spectra-image-gallery *{box-sizing:border-box}.spectra-image-gallery__layout--grid{display:-moz-grid;display:-ms-grid;display:grid;grid-template-columns:repeat(3, minmax(0, 1fr))}.spectra-image-gallery__layout--grid-col-1{grid-template-columns:repeat(1, minmax(0, 1fr))}.spectra-image-gallery__layout--grid-col-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.spectra-image-gallery__layout--grid-col-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.spectra-image-gallery__layout--grid-col-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.spectra-image-gallery__layout--grid-col-5{grid-template-columns:repeat(5, minmax(0, 1fr))}.spectra-image-gallery__layout--grid-col-6{grid-template-columns:repeat(6, minmax(0, 1fr))}.spectra-image-gallery__layout--grid-col-7{grid-template-columns:repeat(7, minmax(0, 1fr))}.spectra-image-gallery__layout--grid-col-8{grid-template-columns:repeat(8, minmax(0, 1fr))}.spectra-image-gallery__layout--grid+.spectra-image-gallery__control-wrapper .spectra-image-gallery__control-arrows:hover{transform:scale(1.5);background-color:transparent}.spectra-image-gallery__layout--isogrid-col-1 .spectra-image-gallery__media-wrapper--isotope{width:100%}.spectra-image-gallery__layout--isogrid-col-2 .spectra-image-gallery__media-wrapper--isotope{width:50%}.spectra-image-gallery__layout--isogrid-col-3 .spectra-image-gallery__media-wrapper--isotope{width:33.33%}.spectra-image-gallery__layout--isogrid-col-4 .spectra-image-gallery__media-wrapper--isotope{width:25%}.spectra-image-gallery__layout--isogrid-col-5 .spectra-image-gallery__media-wrapper--isotope{width:20%}.spectra-image-gallery__layout--isogrid-col-6 .spectra-image-gallery__media-wrapper--isotope{width:16.66%}.spectra-image-gallery__layout--isogrid-col-7 .spectra-image-gallery__media-wrapper--isotope{width:14.28%}.spectra-image-gallery__layout--isogrid-col-8 .spectra-image-gallery__media-wrapper--isotope{width:12.5%}.spectra-image-gallery__layout--isogrid+.spectra-image-gallery__control-wrapper .spectra-image-gallery__control-arrows:hover{transform:scale(1.5);background-color:transparent}.spectra-image-gallery__layout--masonry-col-1 .spectra-image-gallery__media-wrapper--isotope{width:100%}.spectra-image-gallery__layout--masonry-col-2 .spectra-image-gallery__media-wrapper--isotope{width:50%}.spectra-image-gallery__layout--masonry-col-3 .spectra-image-gallery__media-wrapper--isotope{width:33.33%}.spectra-image-gallery__layout--masonry-col-4 .spectra-image-gallery__media-wrapper--isotope{width:25%}.spectra-image-gallery__layout--masonry-col-5 .spectra-image-gallery__media-wrapper--isotope{width:20%}.spectra-image-gallery__layout--masonry-col-6 .spectra-image-gallery__media-wrapper--isotope{width:16.66%}.spectra-image-gallery__layout--masonry-col-7 .spectra-image-gallery__media-wrapper--isotope{width:14.28%}.spectra-image-gallery__layout--masonry-col-8 .spectra-image-gallery__media-wrapper--isotope{width:12.5%}.spectra-image-gallery__layout--carousel{width:100%}.spectra-image-gallery__layout--carousel .slick-initialized{visibility:visible}.spectra-image-gallery__layout--carousel .slick-track{display:flex;align-items:center}.spectra-image-gallery__layout--carousel .slick-dots{padding:0;position:relative !important}.spectra-image-gallery__layout--carousel .slick-dots li button{padding:0}.spectra-image-gallery__layout--carousel .uagb-slick-carousel{padding:0}.spectra-image-gallery__layout--tiled{position:relative;display:grid;grid-auto-flow:dense;min-height:0;min-width:0}.spectra-image-gallery__layout--tiled-col-1{grid-template-columns:repeat(1, minmax(0, 1fr))}.spectra-image-gallery__layout--tiled-col-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.spectra-image-gallery__layout--tiled-col-2 .spectra-image-gallery__media-wrapper{position:relative;min-width:0}.spectra-image-gallery__layout--tiled-col-2 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__control-focus{opacity:0.25}.spectra-image-gallery__layout--tiled-col-2 .spectra-image-gallery__media-wrapper--wide{grid-column:span 2}.spectra-image-gallery__layout--tiled-col-2 .spectra-image-gallery__media-wrapper--tall{grid-row:span 2}.spectra-image-gallery__layout--tiled-col-2 .spectra-image-gallery__media-wrapper--focus{grid-row:span 2;grid-column:span 2}.spectra-image-gallery__layout--tiled-col-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.spectra-image-gallery__layout--tiled-col-3 .spectra-image-gallery__media-wrapper{position:relative;min-width:0}.spectra-image-gallery__layout--tiled-col-3 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__control-focus{opacity:0.25}.spectra-image-gallery__layout--tiled-col-3 .spectra-image-gallery__media-wrapper--wide{grid-column:span 2}.spectra-image-gallery__layout--tiled-col-3 .spectra-image-gallery__media-wrapper--tall{grid-row:span 2}.spectra-image-gallery__layout--tiled-col-3 .spectra-image-gallery__media-wrapper--focus{grid-row:span 2;grid-column:span 2}.spectra-image-gallery__layout--tiled-col-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.spectra-image-gallery__layout--tiled-col-4 .spectra-image-gallery__media-wrapper{position:relative;min-width:0}.spectra-image-gallery__layout--tiled-col-4 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__control-focus{opacity:0.25}.spectra-image-gallery__layout--tiled-col-4 .spectra-image-gallery__media-wrapper--wide{grid-column:span 2}.spectra-image-gallery__layout--tiled-col-4 .spectra-image-gallery__media-wrapper--tall{grid-row:span 2}.spectra-image-gallery__layout--tiled-col-4 .spectra-image-gallery__media-wrapper--focus{grid-row:span 2;grid-column:span 2}.spectra-image-gallery__layout--tiled-col-5{grid-template-columns:repeat(5, minmax(0, 1fr))}.spectra-image-gallery__layout--tiled-col-5 .spectra-image-gallery__media-wrapper{position:relative;min-width:0}.spectra-image-gallery__layout--tiled-col-5 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__control-focus{opacity:0.25}.spectra-image-gallery__layout--tiled-col-5 .spectra-image-gallery__media-wrapper--wide{grid-column:span 2}.spectra-image-gallery__layout--tiled-col-5 .spectra-image-gallery__media-wrapper--tall{grid-row:span 2}.spectra-image-gallery__layout--tiled-col-5 .spectra-image-gallery__media-wrapper--focus{grid-row:span 2;grid-column:span 2}.spectra-image-gallery__layout--tiled-col-6{grid-template-columns:repeat(6, minmax(0, 1fr))}.spectra-image-gallery__layout--tiled-col-6 .spectra-image-gallery__media-wrapper{position:relative;min-width:0}.spectra-image-gallery__layout--tiled-col-6 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__control-focus{opacity:0.25}.spectra-image-gallery__layout--tiled-col-6 .spectra-image-gallery__media-wrapper--wide{grid-column:span 2}.spectra-image-gallery__layout--tiled-col-6 .spectra-image-gallery__media-wrapper--tall{grid-row:span 2}.spectra-image-gallery__layout--tiled-col-6 .spectra-image-gallery__media-wrapper--focus{grid-row:span 2;grid-column:span 2}.spectra-image-gallery__layout--tiled-col-7{grid-template-columns:repeat(7, minmax(0, 1fr))}.spectra-image-gallery__layout--tiled-col-7 .spectra-image-gallery__media-wrapper{position:relative;min-width:0}.spectra-image-gallery__layout--tiled-col-7 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__control-focus{opacity:0.25}.spectra-image-gallery__layout--tiled-col-7 .spectra-image-gallery__media-wrapper--wide{grid-column:span 2}.spectra-image-gallery__layout--tiled-col-7 .spectra-image-gallery__media-wrapper--tall{grid-row:span 2}.spectra-image-gallery__layout--tiled-col-7 .spectra-image-gallery__media-wrapper--focus{grid-row:span 2;grid-column:span 2}.spectra-image-gallery__layout--tiled-col-8{grid-template-columns:repeat(8, minmax(0, 1fr))}.spectra-image-gallery__layout--tiled-col-8 .spectra-image-gallery__media-wrapper{position:relative;min-width:0}.spectra-image-gallery__layout--tiled-col-8 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__control-focus{opacity:0.25}.spectra-image-gallery__layout--tiled-col-8 .spectra-image-gallery__media-wrapper--wide{grid-column:span 2}.spectra-image-gallery__layout--tiled-col-8 .spectra-image-gallery__media-wrapper--tall{grid-row:span 2}.spectra-image-gallery__layout--tiled-col-8 .spectra-image-gallery__media-wrapper--focus{grid-row:span 2;grid-column:span 2}.spectra-image-gallery__media{position:relative;overflow:hidden;-webkit-transition:box-shadow 0.25s;-moz-transition:box-shadow 0.25s;-o-transition:box-shadow 0.25s;transition:box-shadow 0.25s}.spectra-image-gallery__media--flagged{cursor:not-allowed}.spectra-image-gallery__media--clickable{cursor:pointer}.spectra-image-gallery__media--grid{aspect-ratio:1}.spectra-image-gallery__media--masonry{width:100%}.spectra-image-gallery__media--carousel{width:100%}.spectra-image-gallery__media--tiled{aspect-ratio:1;display:flex;align-items:center;justify-content:center}.spectra-image-gallery__media--tiled-wide,.spectra-image-gallery__media--tiled-tall{aspect-ratio:unset;width:100%;height:100%}.spectra-image-gallery__media-sizer{aspect-ratio:1}.spectra-image-gallery__media-thumbnail{-webkit-transition:filter 0.5s, transform 0.5s;-moz-transition:filter 0.5s, transform 0.5s;-o-transition:filter 0.5s, transform 0.5s;transition:filter 0.5s, transform 0.5s}.spectra-image-gallery__media-thumbnail--grid{width:100% !important;height:100% !important;-o-object-fit:cover;object-fit:cover}.spectra-image-gallery__media-thumbnail--masonry{width:100%}.spectra-image-gallery__media-thumbnail--carousel{width:100%}.spectra-image-gallery__media-thumbnail--tiled{width:100% !important;height:100% !important;-o-object-fit:cover;object-fit:cover}.spectra-image-gallery__media-thumbnail-blurrer{position:absolute;top:0;left:0;width:100% !important;height:100% !important;-webkit-transition:box-shadow 0.25s, -webkit-backdrop-filter 0.5s;-moz-transition:box-shadow 0.25s, backdrop-filter 0.5s;-o-transition:box-shadow 0.25s, backdrop-filter 0.5s;transition:box-shadow 0.25s, backdrop-filter 0.5s}.spectra-image-gallery__media-thumbnail-caption{-webkit-transition-duration:0.25s;-moz-transition-duration:0.25s;-o-transition-duration:0.25s;transition-duration:0.25s;-webkit-transition-property:color, background-color, border-color;-moz-transition-property:color, background-color, border-color;-o-transition-property:color, background-color, border-color;transition-property:color, background-color, border-color}.spectra-image-gallery__media-thumbnail-caption--overlay{display:-ms-flex;display:-moz-flex;display:-webkit-flex;display:flex;width:100%;height:100%;overflow:hidden;padding:1em}.spectra-image-gallery__media-thumbnail-caption--bar-inside{width:100%;overflow:hidden;padding:1em;max-height:90%}.spectra-image-gallery__media-thumbnail-caption--bar-outside{width:100%;overflow:hidden;padding:1em}.spectra-image-gallery__media-thumbnail-caption-wrapper{-webkit-transition:background-color 0.25s;-moz-transition:background-color 0.25s;-o-transition:background-color 0.25s;transition:background-color 0.25s}.spectra-image-gallery__media-thumbnail-caption-wrapper--overlay{position:absolute;top:0;left:0;width:100%;height:100%}.spectra-image-gallery__media-thumbnail-caption-wrapper--bar-inside{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;overflow:hidden}.spectra-image-gallery__media-thumbnail-caption-wrapper--bar-outside{position:relative;width:100%;overflow:hidden}.spectra-image-gallery__control-wrapper{display:-ms-flex;display:-moz-flex;display:-webkit-flex;display:flex;width:100%;justify-content:center}.spectra-image-gallery__control-arrows{display:-ms-flex;display:-moz-flex;display:-webkit-flex;display:flex;align-items:center;background-color:transparent;padding:0;cursor:pointer;-webkit-transition-duration:0.25s;-moz-transition-duration:0.25s;-o-transition-duration:0.25s;transition-duration:0.25s}.spectra-image-gallery__control-arrows:disabled{opacity:0.25;cursor:initial}.spectra-image-gallery__control-arrows:focus{background-color:transparent}.spectra-image-gallery__control-arrows--grid{border:none}.spectra-image-gallery__control-arrows svg{-webkit-transition-duration:0.25s;-moz-transition-duration:0.25s;-o-transition-duration:0.25s;transition-duration:0.25s}.spectra-image-gallery__control-dots{display:-ms-flex;display:-moz-flex;display:-webkit-flex;display:flex;align-items:center;padding:0 !important;margin:0 !important}.spectra-image-gallery__control-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0;padding:0;cursor:pointer;-webkit-transition-duration:0.25s;-moz-transition-duration:0.25s;-o-transition-duration:0.25s;transition-duration:0.25s}.spectra-image-gallery__control-dots li:hover{transform:scale(1.5);background-color:transparent}.spectra-image-gallery__control-dots li button{font-size:0;line-height:0;display:block;box-sizing:border-box;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent;-webkit-transition-duration:0.25s;-moz-transition-duration:0.25s;-o-transition-duration:0.25s;transition-duration:0.25s}.spectra-image-gallery__control-dots li button::before{font-family:none;font-size:30px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:0.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition-duration:0.25s;-moz-transition-duration:0.25s;-o-transition-duration:0.25s;transition-duration:0.25s}.spectra-image-gallery__control-dots li.spectra-image-gallery__control-dot--active button::before{opacity:0.75}.spectra-image-gallery__control-loader{margin:0 auto;min-height:58px;line-height:58px;width:160px;text-align:center}.spectra-image-gallery__control-loader div{border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.spectra-image-gallery__control-loader div.spectra-image-gallery__control-loader--1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.spectra-image-gallery__control-loader div.spectra-image-gallery__control-loader--2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}.spectra-image-gallery__control-button{cursor:pointer;-webkit-transition-duration:0.25s;-moz-transition-duration:0.25s;-o-transition-duration:0.25s;transition-duration:0.25s}.spectra-image-gallery__control-button.disabled{opacity:0.25;pointer-events:none}.spectra-image-gallery__control-focus{cursor:pointer;position:absolute;box-sizing:content-box !important;top:0;right:0;width:1.5em;height:1.5em;padding:0.5em;background-color:transparent;border:none;opacity:0;transition-property:opacity;-webkit-transition-duration:0.25s;-moz-transition-duration:0.25s;-o-transition-duration:0.25s;transition-duration:0.25s}.spectra-image-gallery__control-focus:hover{opacity:1 !important}.spectra-image-gallery__control-focus svg{fill:#fff;filter:drop-shadow(1px 1px 1px rgba(0,0,0,0.5))}.spectra-image-gallery__iso-ref-wrapper{-ms-overflow-style:none;scrollbar-width:none}.spectra-image-gallery__iso-ref-wrapper::-webkit-scrollbar{display:none}@media (max-width: 976px){.spectra-image-gallery__layout--grid-col-tab-1{grid-template-columns:repeat(1, minmax(0, 1fr))}.spectra-image-gallery__layout--grid-col-tab-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.spectra-image-gallery__layout--grid-col-tab-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.spectra-image-gallery__layout--grid-col-tab-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.spectra-image-gallery__layout--grid-col-tab-5{grid-template-columns:repeat(5, minmax(0, 1fr))}.spectra-image-gallery__layout--grid-col-tab-6{grid-template-columns:repeat(6, minmax(0, 1fr))}.spectra-image-gallery__layout--grid-col-tab-7{grid-template-columns:repeat(7, minmax(0, 1fr))}.spectra-image-gallery__layout--grid-col-tab-8{grid-template-columns:repeat(8, minmax(0, 1fr))}.spectra-image-gallery__layout--isogrid-col-tab-1 .spectra-image-gallery__media-wrapper--isotope{width:100%}.spectra-image-gallery__layout--isogrid-col-tab-2 .spectra-image-gallery__media-wrapper--isotope{width:50%}.spectra-image-gallery__layout--isogrid-col-tab-3 .spectra-image-gallery__media-wrapper--isotope{width:33.33%}.spectra-image-gallery__layout--isogrid-col-tab-4 .spectra-image-gallery__media-wrapper--isotope{width:25%}.spectra-image-gallery__layout--isogrid-col-tab-5 .spectra-image-gallery__media-wrapper--isotope{width:20%}.spectra-image-gallery__layout--isogrid-col-tab-6 .spectra-image-gallery__media-wrapper--isotope{width:16.66%}.spectra-image-gallery__layout--isogrid-col-tab-7 .spectra-image-gallery__media-wrapper--isotope{width:14.28%}.spectra-image-gallery__layout--isogrid-col-tab-8 .spectra-image-gallery__media-wrapper--isotope{width:12.5%}.spectra-image-gallery__layout--masonry-col-tab-1 .spectra-image-gallery__media-wrapper--isotope{width:100%}.spectra-image-gallery__layout--masonry-col-tab-2 .spectra-image-gallery__media-wrapper--isotope{width:50%}.spectra-image-gallery__layout--masonry-col-tab-3 .spectra-image-gallery__media-wrapper--isotope{width:33.33%}.spectra-image-gallery__layout--masonry-col-tab-4 .spectra-image-gallery__media-wrapper--isotope{width:25%}.spectra-image-gallery__layout--masonry-col-tab-5 .spectra-image-gallery__media-wrapper--isotope{width:20%}.spectra-image-gallery__layout--masonry-col-tab-6 .spectra-image-gallery__media-wrapper--isotope{width:16.66%}.spectra-image-gallery__layout--masonry-col-tab-7 .spectra-image-gallery__media-wrapper--isotope{width:14.28%}.spectra-image-gallery__layout--masonry-col-tab-8 .spectra-image-gallery__media-wrapper--isotope{width:12.5%}.spectra-image-gallery__layout--tiled-col-tab-1{grid-template-columns:repeat(1, minmax(0, 1fr))}.spectra-image-gallery__layout--tiled-col-tab-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.spectra-image-gallery__layout--tiled-col-tab-2 .spectra-image-gallery__media-wrapper{position:relative;min-width:0}.spectra-image-gallery__layout--tiled-col-tab-2 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__control-focus{opacity:0.25}.spectra-image-gallery__layout--tiled-col-tab-2 .spectra-image-gallery__media-wrapper--wide{grid-column:span 2}.spectra-image-gallery__layout--tiled-col-tab-2 .spectra-image-gallery__media-wrapper--tall{grid-row:span 2}.spectra-image-gallery__layout--tiled-col-tab-2 .spectra-image-gallery__media-wrapper--focus{grid-row:span 2;grid-column:span 2}.spectra-image-gallery__layout--tiled-col-tab-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.spectra-image-gallery__layout--tiled-col-tab-3 .spectra-image-gallery__media-wrapper{position:relative;min-width:0}.spectra-image-gallery__layout--tiled-col-tab-3 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__control-focus{opacity:0.25}.spectra-image-gallery__layout--tiled-col-tab-3 .spectra-image-gallery__media-wrapper--wide{grid-column:span 2}.spectra-image-gallery__layout--tiled-col-tab-3 .spectra-image-gallery__media-wrapper--tall{grid-row:span 2}.spectra-image-gallery__layout--tiled-col-tab-3 .spectra-image-gallery__media-wrapper--focus{grid-row:span 2;grid-column:span 2}.spectra-image-gallery__layout--tiled-col-tab-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.spectra-image-gallery__layout--tiled-col-tab-4 .spectra-image-gallery__media-wrapper{position:relative;min-width:0}.spectra-image-gallery__layout--tiled-col-tab-4 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__control-focus{opacity:0.25}.spectra-image-gallery__layout--tiled-col-tab-4 .spectra-image-gallery__media-wrapper--wide{grid-column:span 2}.spectra-image-gallery__layout--tiled-col-tab-4 .spectra-image-gallery__media-wrapper--tall{grid-row:span 2}.spectra-image-gallery__layout--tiled-col-tab-4 .spectra-image-gallery__media-wrapper--focus{grid-row:span 2;grid-column:span 2}.spectra-image-gallery__layout--tiled-col-tab-5{grid-template-columns:repeat(5, minmax(0, 1fr))}.spectra-image-gallery__layout--tiled-col-tab-5 .spectra-image-gallery__media-wrapper{position:relative;min-width:0}.spectra-image-gallery__layout--tiled-col-tab-5 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__control-focus{opacity:0.25}.spectra-image-gallery__layout--tiled-col-tab-5 .spectra-image-gallery__media-wrapper--wide{grid-column:span 2}.spectra-image-gallery__layout--tiled-col-tab-5 .spectra-image-gallery__media-wrapper--tall{grid-row:span 2}.spectra-image-gallery__layout--tiled-col-tab-5 .spectra-image-gallery__media-wrapper--focus{grid-row:span 2;grid-column:span 2}.spectra-image-gallery__layout--tiled-col-tab-6{grid-template-columns:repeat(6, minmax(0, 1fr))}.spectra-image-gallery__layout--tiled-col-tab-6 .spectra-image-gallery__media-wrapper{position:relative;min-width:0}.spectra-image-gallery__layout--tiled-col-tab-6 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__control-focus{opacity:0.25}.spectra-image-gallery__layout--tiled-col-tab-6 .spectra-image-gallery__media-wrapper--wide{grid-column:span 2}.spectra-image-gallery__layout--tiled-col-tab-6 .spectra-image-gallery__media-wrapper--tall{grid-row:span 2}.spectra-image-gallery__layout--tiled-col-tab-6 .spectra-image-gallery__media-wrapper--focus{grid-row:span 2;grid-column:span 2}.spectra-image-gallery__layout--tiled-col-tab-7{grid-template-columns:repeat(7, minmax(0, 1fr))}.spectra-image-gallery__layout--tiled-col-tab-7 .spectra-image-gallery__media-wrapper{position:relative;min-width:0}.spectra-image-gallery__layout--tiled-col-tab-7 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__control-focus{opacity:0.25}.spectra-image-gallery__layout--tiled-col-tab-7 .spectra-image-gallery__media-wrapper--wide{grid-column:span 2}.spectra-image-gallery__layout--tiled-col-tab-7 .spectra-image-gallery__media-wrapper--tall{grid-row:span 2}.spectra-image-gallery__layout--tiled-col-tab-7 .spectra-image-gallery__media-wrapper--focus{grid-row:span 2;grid-column:span 2}.spectra-image-gallery__layout--tiled-col-tab-8{grid-template-columns:repeat(8, minmax(0, 1fr))}.spectra-image-gallery__layout--tiled-col-tab-8 .spectra-image-gallery__media-wrapper{position:relative;min-width:0}.spectra-image-gallery__layout--tiled-col-tab-8 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__control-focus{opacity:0.25}.spectra-image-gallery__layout--tiled-col-tab-8 .spectra-image-gallery__media-wrapper--wide{grid-column:span 2}.spectra-image-gallery__layout--tiled-col-tab-8 .spectra-image-gallery__media-wrapper--tall{grid-row:span 2}.spectra-image-gallery__layout--tiled-col-tab-8 .spectra-image-gallery__media-wrapper--focus{grid-row:span 2;grid-column:span 2}}@media (max-width: 767px){.spectra-image-gallery__layout--grid-col-mob-1{grid-template-columns:repeat(1, minmax(0, 1fr))}.spectra-image-gallery__layout--grid-col-mob-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.spectra-image-gallery__layout--grid-col-mob-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.spectra-image-gallery__layout--grid-col-mob-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.spectra-image-gallery__layout--grid-col-mob-5{grid-template-columns:repeat(5, minmax(0, 1fr))}.spectra-image-gallery__layout--grid-col-mob-6{grid-template-columns:repeat(6, minmax(0, 1fr))}.spectra-image-gallery__layout--grid-col-mob-7{grid-template-columns:repeat(7, minmax(0, 1fr))}.spectra-image-gallery__layout--grid-col-mob-8{grid-template-columns:repeat(8, minmax(0, 1fr))}.spectra-image-gallery__layout--isogrid-col-mob-1 .spectra-image-gallery__media-wrapper--isotope{width:100%}.spectra-image-gallery__layout--isogrid-col-mob-2 .spectra-image-gallery__media-wrapper--isotope{width:50%}.spectra-image-gallery__layout--isogrid-col-mob-3 .spectra-image-gallery__media-wrapper--isotope{width:33.33%}.spectra-image-gallery__layout--isogrid-col-mob-4 .spectra-image-gallery__media-wrapper--isotope{width:25%}.spectra-image-gallery__layout--isogrid-col-mob-5 .spectra-image-gallery__media-wrapper--isotope{width:20%}.spectra-image-gallery__layout--isogrid-col-mob-6 .spectra-image-gallery__media-wrapper--isotope{width:16.66%}.spectra-image-gallery__layout--isogrid-col-mob-7 .spectra-image-gallery__media-wrapper--isotope{width:14.28%}.spectra-image-gallery__layout--isogrid-col-mob-8 .spectra-image-gallery__media-wrapper--isotope{width:12.5%}.spectra-image-gallery__layout--masonry-col-mob-1 .spectra-image-gallery__media-wrapper--isotope{width:100%}.spectra-image-gallery__layout--masonry-col-mob-2 .spectra-image-gallery__media-wrapper--isotope{width:50%}.spectra-image-gallery__layout--masonry-col-mob-3 .spectra-image-gallery__media-wrapper--isotope{width:33.33%}.spectra-image-gallery__layout--masonry-col-mob-4 .spectra-image-gallery__media-wrapper--isotope{width:25%}.spectra-image-gallery__layout--masonry-col-mob-5 .spectra-image-gallery__media-wrapper--isotope{width:20%}.spectra-image-gallery__layout--masonry-col-mob-6 .spectra-image-gallery__media-wrapper--isotope{width:16.66%}.spectra-image-gallery__layout--masonry-col-mob-7 .spectra-image-gallery__media-wrapper--isotope{width:14.28%}.spectra-image-gallery__layout--masonry-col-mob-8 .spectra-image-gallery__media-wrapper--isotope{width:12.5%}.spectra-image-gallery__layout--tiled-col-mob-1{grid-template-columns:repeat(1, minmax(0, 1fr))}.spectra-image-gallery__layout--tiled-col-mob-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.spectra-image-gallery__layout--tiled-col-mob-2 .spectra-image-gallery__media-wrapper{position:relative;min-width:0}.spectra-image-gallery__layout--tiled-col-mob-2 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__control-focus{opacity:0.25}.spectra-image-gallery__layout--tiled-col-mob-2 .spectra-image-gallery__media-wrapper--wide{grid-column:span 2}.spectra-image-gallery__layout--tiled-col-mob-2 .spectra-image-gallery__media-wrapper--tall{grid-row:span 2}.spectra-image-gallery__layout--tiled-col-mob-2 .spectra-image-gallery__media-wrapper--focus{grid-row:span 2;grid-column:span 2}.spectra-image-gallery__layout--tiled-col-mob-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.spectra-image-gallery__layout--tiled-col-mob-3 .spectra-image-gallery__media-wrapper{position:relative;min-width:0}.spectra-image-gallery__layout--tiled-col-mob-3 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__control-focus{opacity:0.25}.spectra-image-gallery__layout--tiled-col-mob-3 .spectra-image-gallery__media-wrapper--wide{grid-column:span 2}.spectra-image-gallery__layout--tiled-col-mob-3 .spectra-image-gallery__media-wrapper--tall{grid-row:span 2}.spectra-image-gallery__layout--tiled-col-mob-3 .spectra-image-gallery__media-wrapper--focus{grid-row:span 2;grid-column:span 2}.spectra-image-gallery__layout--tiled-col-mob-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.spectra-image-gallery__layout--tiled-col-mob-4 .spectra-image-gallery__media-wrapper{position:relative;min-width:0}.spectra-image-gallery__layout--tiled-col-mob-4 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__control-focus{opacity:0.25}.spectra-image-gallery__layout--tiled-col-mob-4 .spectra-image-gallery__media-wrapper--wide{grid-column:span 2}.spectra-image-gallery__layout--tiled-col-mob-4 .spectra-image-gallery__media-wrapper--tall{grid-row:span 2}.spectra-image-gallery__layout--tiled-col-mob-4 .spectra-image-gallery__media-wrapper--focus{grid-row:span 2;grid-column:span 2}.spectra-image-gallery__layout--tiled-col-mob-5{grid-template-columns:repeat(5, minmax(0, 1fr))}.spectra-image-gallery__layout--tiled-col-mob-5 .spectra-image-gallery__media-wrapper{position:relative;min-width:0}.spectra-image-gallery__layout--tiled-col-mob-5 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__control-focus{opacity:0.25}.spectra-image-gallery__layout--tiled-col-mob-5 .spectra-image-gallery__media-wrapper--wide{grid-column:span 2}.spectra-image-gallery__layout--tiled-col-mob-5 .spectra-image-gallery__media-wrapper--tall{grid-row:span 2}.spectra-image-gallery__layout--tiled-col-mob-5 .spectra-image-gallery__media-wrapper--focus{grid-row:span 2;grid-column:span 2}.spectra-image-gallery__layout--tiled-col-mob-6{grid-template-columns:repeat(6, minmax(0, 1fr))}.spectra-image-gallery__layout--tiled-col-mob-6 .spectra-image-gallery__media-wrapper{position:relative;min-width:0}.spectra-image-gallery__layout--tiled-col-mob-6 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__control-focus{opacity:0.25}.spectra-image-gallery__layout--tiled-col-mob-6 .spectra-image-gallery__media-wrapper--wide{grid-column:span 2}.spectra-image-gallery__layout--tiled-col-mob-6 .spectra-image-gallery__media-wrapper--tall{grid-row:span 2}.spectra-image-gallery__layout--tiled-col-mob-6 .spectra-image-gallery__media-wrapper--focus{grid-row:span 2;grid-column:span 2}.spectra-image-gallery__layout--tiled-col-mob-7{grid-template-columns:repeat(7, minmax(0, 1fr))}.spectra-image-gallery__layout--tiled-col-mob-7 .spectra-image-gallery__media-wrapper{position:relative;min-width:0}.spectra-image-gallery__layout--tiled-col-mob-7 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__control-focus{opacity:0.25}.spectra-image-gallery__layout--tiled-col-mob-7 .spectra-image-gallery__media-wrapper--wide{grid-column:span 2}.spectra-image-gallery__layout--tiled-col-mob-7 .spectra-image-gallery__media-wrapper--tall{grid-row:span 2}.spectra-image-gallery__layout--tiled-col-mob-7 .spectra-image-gallery__media-wrapper--focus{grid-row:span 2;grid-column:span 2}.spectra-image-gallery__layout--tiled-col-mob-8{grid-template-columns:repeat(8, minmax(0, 1fr))}.spectra-image-gallery__layout--tiled-col-mob-8 .spectra-image-gallery__media-wrapper{position:relative;min-width:0}.spectra-image-gallery__layout--tiled-col-mob-8 .spectra-image-gallery__media-wrapper:hover .spectra-image-gallery__control-focus{opacity:0.25}.spectra-image-gallery__layout--tiled-col-mob-8 .spectra-image-gallery__media-wrapper--wide{grid-column:span 2}.spectra-image-gallery__layout--tiled-col-mob-8 .spectra-image-gallery__media-wrapper--tall{grid-row:span 2}.spectra-image-gallery__layout--tiled-col-mob-8 .spectra-image-gallery__media-wrapper--focus{grid-row:span 2;grid-column:span 2}}.entry-content .wp-block-uagb-image-gallery .uagb-image-gallery__link{text-decoration:none}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}
assets/css/blocks/post.css CHANGED
@@ -1 +1 @@
1
- .uagb-post-grid{margin:0 auto;position:relative}.uagb-post-grid:not(.is-grid) .uagb-post__inner-wrap{background-clip:content-box !important}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy{display:inline-block}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.default{margin:5px 5px 5px 0}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted{background:#444;color:#fff;border-radius:2px;flex-direction:row;align-items:flex-end;padding:6px 8px;line-height:1;margin-right:5px;margin-bottom:20px}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted a{color:#fff}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy a{text-decoration:none;color:inherit}.uagb-post-grid .uagb-post__load-more-wrap{width:100%;position:absolute;bottom:-30px}.uagb-post-grid .uagb-post__load-more-wrap .uagb-post-pagination-button{cursor:pointer}.uagb-post-grid .uagb-post__load-more-wrap a{color:inherit}.uagb-post-grid.is-grid article{float:left;display:inline-block}.uagb-post-grid.uagb-post__items.is-masonry{display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.uagb-post-grid.uagb-post__items.is-carousel{display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.uagb-post-grid.is-grid .uagb-post__inner-wrap{height:100%}.uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap{height:auto}.uagb-post-grid.is-masonry .uagb-post__inner-wrap{height:auto}.uagb-post-grid .uagb-post__author span,.uagb-post-grid .uagb-post__comment span,.uagb-post-grid .uagb-post__taxonomy span,.uagb-post-grid .uagb-post__date span{font-size:inherit;line-height:inherit;width:inherit;height:inherit;margin-right:4px;vertical-align:bottom}.uagb-post-grid.uagb-post__columns-8:not(.is-grid) article{width:12.5%}.uagb-post-grid.uagb-post__columns-7:not(.is-grid) article{width:14.28%}.uagb-post-grid.uagb-post__columns-6:not(.is-grid) article{width:16.66%}.uagb-post-grid.uagb-post__columns-5:not(.is-grid) article{width:20%}.uagb-post-grid.uagb-post__columns-4:not(.is-grid) article{width:25%}.uagb-post-grid.uagb-post__columns-3:not(.is-grid) article{width:33.33%}.uagb-post-grid.uagb-post__columns-2:not(.is-grid) article{width:50%}.uagb-post-grid.uagb-post__columns-1:not(.is-grid) article{width:100%}@media only screen and (max-width: 600px){.uagb-post-grid div[class*="columns"].is-grid{grid-template-columns:1fr}}.uagb-post-grid .uagb-post__image img{display:block;width:100%}.uagb-post-grid .uagb-post__title{margin-top:0;margin-bottom:0;word-break:break-word}.uagb-post-grid .uagb-post__title a{color:inherit;box-shadow:none;transition:0.3s ease;text-decoration:none}.uagb-post-grid .uagb-post__title a:hover{text-decoration:none}.uagb-post-grid .uagb-post__title a:focus{text-decoration:none}.uagb-post-grid .uagb-post__title a:active{text-decoration:none}.uagb-post-grid .uagb-post-grid-byline>*{margin-right:10px}.uagb-post-grid .uagb-post-grid-byline,.uagb-post-grid .uagb-post__taxonomy{text-transform:capitalize;font-size:14px;font-weight:500;line-height:23px;text-decoration:none}.uagb-post-grid .uagb-post-grid-byline a,.uagb-post-grid .uagb-post-grid-byline a:focus,.uagb-post-grid .uagb-post-grid-byline a:active{color:inherit;font-size:inherit;text-decoration:none}.uagb-post-grid .uagb-post__title a,.uagb-post-grid .uagb-post__title a:focus,.uagb-post-grid .uagb-post__title a:active{color:inherit;font-size:inherit}.uagb-post-grid .uagb-post__author,.uagb-post-grid .uagb-post__date,.uagb-post-grid .uagb-post__comment{display:inline-block;word-break:break-all}.uagb-post-grid .uagb-post__author:not(:last-child)::after,.uagb-post-grid .uagb-post__date:not(:last-child)::after,.uagb-post-grid .uagb-post__comment:not(:last-child)::after{content:"\B7";vertical-align:middle;align-self:center;margin:0 5px;line-height:1}.uagb-post-grid .uagb-post__comment,.uagb-post-grid .uagb-post__taxonomy{display:inline-block}.uagb-post-grid .uagb-post__author a{box-shadow:none}.uagb-post-grid .uagb-post__author a:hover{color:inherit;box-shadow:0 -1px 0 inset}.uagb-post-grid .uagb-post__excerpt{word-break:break-word}.uagb-post-grid .uagb-post__inner-wrap p:last-of-type{margin-bottom:0}.uagb-post-grid .uagb-post__cta{border:none;display:inline-block;background:none}.uagb-post-grid .uagb-post__excerpt p{color:inherit}.is-grid.uagb-post__items{display:grid}.wp-block-uagb-post-grid .uagb-post-pagination-wrap{grid-column:1 / -1}.uagb-post__image-position-background .uagb-post__link-complete-box{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11}.uagb-post__image-position-background.uagb-post__image-enabled .uagb-post__text{color:#fff}.uagb-post__image-position-background .uagb-post__text{opacity:1;position:relative;z-index:10;overflow:hidden}.uagb-post__image-position-background .uagb-post__inner-wrap{position:relative;width:100%}.uagb-post__image-position-background .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted,.uagb-post__image-position-background .uagb-post__inner-wrap .uagb-post__taxonomy.default{position:relative;z-index:999}.uagb-post__image-position-background .uagb-post__image img{position:absolute;width:auto;height:auto;min-width:100%;max-width:none;left:50%;top:50%;transform:translate(-50%, -50%);min-height:100%}.uagb-post__image-position-background .uagb-post__image{background-size:cover;background-repeat:no-repeat;background-position:center;overflow:hidden;text-align:center;position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}.uagb-post__image-position-background .uagb-post__image::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background-color:rgba(255,255,255,0.5)}.uagb-slick-carousel .is-carousel{padding:0}.uagb-slick-carousel ul.slick-dots{transform:unset;position:relative}.uagb-post-grid[data-equal-height="yes"] .uagb-post__inner-wrap{display:inline-block;height:100%}.uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:-45px;z-index:1}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:-45px;right:auto}.uagb-post__arrow-outside.uagb-post-grid .slick-next{right:-45px}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-next{left:auto;right:-45px}.uagb-post__arrow-inside.uagb-post-grid .slick-prev{left:25px;z-index:1}[dir="rtl"] .uagb-post__arrow-inside.uagb-post-grid .slick-prev{left:auto;right:25px}.uagb-post__arrow-inside.uagb-post-grid .slick-next{right:25px}[dir="rtl"] .uagb-post__arrow-inside.uagb-post-grid .slick-next{left:25px;right:auto}.uagb-post-grid.is-grid article,.uagb-post-grid.is-masonry article,.uagb-post-grid.is-carousel article{box-sizing:border-box}@media (max-width: 976px){.uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:15px;z-index:1}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:auto;right:15px}.uagb-post__arrow-outside.uagb-post-grid .slick-next{right:15px}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-next{left:15px;right:auto}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-1 article{width:100%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-2 article{width:50%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-3 article{width:33.33%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-4 article{width:25%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-5 article{width:20%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-6 article{width:16.66%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-7 article{width:14.28%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-8 article{width:12.5%}}@media (max-width: 767px){:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-1 article{width:100%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-2 article{width:50%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-3 article{width:33.33%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-4 article{width:25%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-5 article{width:20%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-6 article{width:16.66%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-7 article{width:14.28%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-8 article{width:12.5%}}.entry .entry-content .uagb-post-grid a{text-decoration:none}.uagb-post-pagination-wrap{display:flex;width:100%;flex-wrap:wrap}.uagb-post-pagination-wrap a.page-numbers,.uagb-post-pagination-wrap span.page-numbers.current{padding:5px 10px;margin:0;display:flex;margin-right:4px;margin-bottom:5px}.uagb-post-grid .uagb-post-inf-loader{margin:0 auto;min-height:58px;line-height:58px;width:160px;text-align:center}.uagb-post-grid .uagb-post-inf-loader div{width:18px;height:18px;background-color:#0085ba;-webkit-border-radius:100%;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.uagb-post-grid .uagb-post-inf-loader .uagb-post-loader-1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.uagb-post-grid .uagb-post-inf-loader .uagb-post-loader-2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}
1
+ .uagb-post-grid{margin:0 auto;position:relative}.uagb-post-grid:not(.is-grid) .uagb-post__inner-wrap{background-clip:content-box !important}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy{display:inline-block}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.default{margin:5px 5px 5px 0}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted{background:#444;color:#fff;border-radius:2px;flex-direction:row;align-items:flex-end;padding:6px 8px;line-height:1;margin-right:5px;margin-bottom:20px}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted a{color:#fff}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__taxonomy a{text-decoration:none;color:inherit}.uagb-post-grid .uagb-post__inner-wrap .uagb-post__image .uagb-post__image-equal-height{display:block;height:0;padding-bottom:66.67%;overflow:hidden}.uagb-post-grid .uagb-post__load-more-wrap{width:100%;position:absolute;bottom:-30px}.uagb-post-grid .uagb-post__load-more-wrap .uagb-post-pagination-button{cursor:pointer}.uagb-post-grid .uagb-post__load-more-wrap a{color:inherit}.uagb-post-grid.is-grid article{float:left;display:inline-block}.uagb-post-grid.is-grid.uagb-equal_height_inline-read-more-buttons.uagb-post__image-position-top .uagb-post__text:nth-last-child(2){padding-bottom:100px}.uagb-post-grid.is-grid.uagb-equal_height_inline-read-more-buttons.uagb-post__image-position-top .uagb-post__text:last-child{position:absolute;bottom:20px}.uagb-post-grid.is-grid.uagb-equal_height_inline-read-more-buttons.uagb-post__image-position-background .uagb-post__text:nth-last-child(3){padding-bottom:100px}.uagb-post-grid.is-grid.uagb-equal_height_inline-read-more-buttons.uagb-post__image-position-background .uagb-post__text:nth-last-child(2){position:absolute;bottom:20px}.uagb-post-grid.is-grid.uagb-equal_height_inline-read-more-buttons.uagb-post__image-position-top .uagb-post__inner-wrap,.uagb-post-grid.is-grid.uagb-equal_height_inline-read-more-buttons.uagb-post__image-position-background .uagb-post__inner-wrap{position:relative}.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a{display:block;height:0;overflow:hidden;position:relative}.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a.uagb-image-ratio-2-3{padding-bottom:66%}.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a.uagb-image-ratio-9-16{padding-bottom:56.25%}.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a.uagb-image-ratio-1-2{padding-bottom:50%}.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a.uagb-image-ratio-1-1{padding-bottom:67%}.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a.uagb-image-ratio-inherit{padding-bottom:0;height:auto}.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a.uagb-image-ratio-inherit img{position:unset !important}.uagb-post-grid.is-grid.uagb-post__image-position-top .uagb-post__image a[class^="uagb-image-ratio-"]>img{position:absolute;height:100%}.uagb-post-grid.uagb-post__items.is-masonry{display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.uagb-post-grid.uagb-post__items.is-carousel{display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.uagb-post-grid.is-grid .uagb-post__inner-wrap{height:100%}.uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap{height:auto}.uagb-post-grid.is-masonry .uagb-post__inner-wrap{height:auto}.uagb-post-grid .uagb-post__author span,.uagb-post-grid .uagb-post__comment span,.uagb-post-grid .uagb-post__taxonomy span,.uagb-post-grid .uagb-post__date span{font-size:inherit;line-height:inherit;width:inherit;height:inherit;margin-right:4px;vertical-align:bottom}.uagb-post-grid.uagb-post__columns-8:not(.is-grid) article{width:12.5%}.uagb-post-grid.uagb-post__columns-7:not(.is-grid) article{width:14.28%}.uagb-post-grid.uagb-post__columns-6:not(.is-grid) article{width:16.66%}.uagb-post-grid.uagb-post__columns-5:not(.is-grid) article{width:20%}.uagb-post-grid.uagb-post__columns-4:not(.is-grid) article{width:25%}.uagb-post-grid.uagb-post__columns-3:not(.is-grid) article{width:33.33%}.uagb-post-grid.uagb-post__columns-2:not(.is-grid) article{width:50%}.uagb-post-grid.uagb-post__columns-1:not(.is-grid) article{width:100%}@media only screen and (max-width: 600px){.uagb-post-grid div[class*="columns"].is-grid{grid-template-columns:1fr}}.uagb-post-grid .uagb-post__image img{display:block;width:100%}.uagb-post-grid .uagb-post__title{margin-top:0;margin-bottom:0;word-break:break-word}.uagb-post-grid .uagb-post__title a{color:inherit;box-shadow:none;transition:0.3s ease;text-decoration:none}.uagb-post-grid .uagb-post__title a:hover{text-decoration:none}.uagb-post-grid .uagb-post__title a:focus{text-decoration:none}.uagb-post-grid .uagb-post__title a:active{text-decoration:none}.uagb-post-grid .uagb-post-grid-byline>*{margin-right:10px}.uagb-post-grid .uagb-post-grid-byline,.uagb-post-grid .uagb-post__taxonomy{text-transform:capitalize;font-size:14px;font-weight:500;line-height:23px;text-decoration:none}.uagb-post-grid .uagb-post-grid-byline a,.uagb-post-grid .uagb-post-grid-byline a:focus,.uagb-post-grid .uagb-post-grid-byline a:active{color:inherit;font-size:inherit;text-decoration:none}.uagb-post-grid .uagb-post__title a,.uagb-post-grid .uagb-post__title a:focus,.uagb-post-grid .uagb-post__title a:active{color:inherit;font-size:inherit}.uagb-post-grid .uagb-post__author,.uagb-post-grid .uagb-post__date,.uagb-post-grid .uagb-post__comment{display:inline-block;word-break:break-all}.uagb-post-grid .uagb-post__author:not(:last-child)::after,.uagb-post-grid .uagb-post__date:not(:last-child)::after,.uagb-post-grid .uagb-post__comment:not(:last-child)::after{content:"\B7";vertical-align:middle;align-self:center;margin:0 5px;line-height:1}.uagb-post-grid .uagb-post__comment,.uagb-post-grid .uagb-post__taxonomy{display:inline-block}.uagb-post-grid .uagb-post__author a{box-shadow:none}.uagb-post-grid .uagb-post__author a:hover{color:inherit;box-shadow:0 -1px 0 inset}.uagb-post-grid .uagb-post__excerpt{word-break:break-word}.uagb-post-grid .uagb-post__inner-wrap p:last-of-type{margin-bottom:0}.uagb-post-grid .uagb-post__cta{border:none;display:inline-block;background:none}.uagb-post-grid .uagb-post__excerpt p{color:inherit}.is-grid.uagb-post__items{display:grid}.wp-block-uagb-post-grid .uagb-post-pagination-wrap{grid-column:1 / -1}.uagb-post__image-position-background .uagb-post__link-complete-box{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11}.uagb-post__image-position-background.uagb-post__image-enabled .uagb-post__text{color:#fff}.uagb-post__image-position-background .uagb-post__text{opacity:1;position:relative;z-index:10;overflow:hidden}.uagb-post__image-position-background .uagb-post__inner-wrap{position:relative;width:100%}.uagb-post__image-position-background .uagb-post__inner-wrap .uagb-post__taxonomy.highlighted,.uagb-post__image-position-background .uagb-post__inner-wrap .uagb-post__taxonomy.default{position:relative;z-index:999}.uagb-post__image-position-background .uagb-post__image img{position:absolute;width:auto;height:auto;min-width:100%;max-width:none;left:50%;top:50%;transform:translate(-50%, -50%);min-height:100%}.uagb-post__image-position-background .uagb-post__image{background-size:cover;background-repeat:no-repeat;background-position:center;overflow:hidden;text-align:center;position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}.uagb-post__image-position-background .uagb-post__image::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background-color:rgba(255,255,255,0.5)}.uagb-slick-carousel .is-carousel{padding:0}.uagb-slick-carousel ul.slick-dots{transform:unset;position:relative}.uagb-post-grid[data-equal-height="yes"] .uagb-post__inner-wrap{display:inline-block;height:100%}.uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:-45px;z-index:1}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:-45px;right:auto}.uagb-post__arrow-outside.uagb-post-grid .slick-next{right:-45px}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-next{left:auto;right:-45px}.uagb-post__arrow-inside.uagb-post-grid .slick-prev{left:25px;z-index:1}[dir="rtl"] .uagb-post__arrow-inside.uagb-post-grid .slick-prev{left:auto;right:25px}.uagb-post__arrow-inside.uagb-post-grid .slick-next{right:25px}[dir="rtl"] .uagb-post__arrow-inside.uagb-post-grid .slick-next{left:25px;right:auto}.uagb-post-grid.is-grid article,.uagb-post-grid.is-masonry article,.uagb-post-grid.is-carousel article{box-sizing:border-box}@media (max-width: 976px){.uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:15px;z-index:1}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:auto;right:15px}.uagb-post__arrow-outside.uagb-post-grid .slick-next{right:15px}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-next{left:15px;right:auto}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-1 article{width:100%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-2 article{width:50%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-3 article{width:33.33%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-4 article{width:25%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-5 article{width:20%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-6 article{width:16.66%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-7 article{width:14.28%}:not(.is-grid).uagb-post-grid.uagb-post__columns-tablet-8 article{width:12.5%}}@media (max-width: 767px){:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-1 article{width:100%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-2 article{width:50%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-3 article{width:33.33%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-4 article{width:25%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-5 article{width:20%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-6 article{width:16.66%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-7 article{width:14.28%}:not(.is-grid).uagb-post-grid.uagb-post__columns-mobile-8 article{width:12.5%}}.entry .entry-content .uagb-post-grid a{text-decoration:none}.uagb-post-pagination-wrap{display:flex;width:100%;flex-wrap:wrap}.uagb-post-pagination-wrap a.page-numbers,.uagb-post-pagination-wrap span.page-numbers.current{padding:5px 10px;margin:0;display:flex;margin-right:4px;margin-bottom:5px}.uagb-post-grid .uagb-post-inf-loader{margin:0 auto;min-height:58px;line-height:58px;width:160px;text-align:center}.uagb-post-grid .uagb-post-inf-loader div{width:18px;height:18px;background-color:#0085ba;-webkit-border-radius:100%;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.uagb-post-grid .uagb-post-inf-loader .uagb-post-loader-1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.uagb-post-grid .uagb-post-inf-loader .uagb-post-loader-2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}
assets/images/block-previews/advanced-columns.svg ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="13" y="48" width="31.8462" height="13" fill="#C8D0D7"/>
4
+ <rect x="46.9231" y="48" width="31.8462" height="13" fill="#C8D0D7"/>
5
+ <path d="M81 48H113V61H81V48Z" fill="#C8D0D7"/>
6
+ </svg>
assets/images/block-previews/advanced-heading.svg ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="15" y="38" width="96" height="8" fill="#C8D0D7"/>
4
+ <rect x="15" y="54" width="96" height="3" fill="#E4EBF0"/>
5
+ <rect x="15" y="62" width="96" height="3" fill="#E4EBF0"/>
6
+ <rect x="28" y="70" width="68" height="3" fill="#E4EBF0"/>
7
+ </svg>
assets/images/block-previews/advanced-row.svg ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="22.5" y="48.5" width="80" height="12" rx="0.5" stroke="#C8D0D7"/>
4
+ </svg>
assets/images/block-previews/blockquote.svg ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="88" y="59" width="22" height="8" rx="4" fill="#C8D0D7"/>
4
+ <rect x="22" y="45" width="88" height="3" fill="#E4EBF0"/>
5
+ <rect x="22" y="51" width="54" height="3" fill="#E4EBF0"/>
6
+ <rect x="22" y="64" width="28" height="2" fill="#E4EBF0"/>
7
+ <rect x="16" y="41" width="1" height="28" fill="#E4EBF0"/>
8
+ </svg>
assets/images/block-previews/buttons.svg ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="18" y="49" width="43" height="12" rx="2.50705" fill="#C8D0D7"/>
4
+ <rect x="65" y="49" width="43" height="12" rx="2.50705" fill="#C8D0D7"/>
5
+ <rect x="26" y="55" width="27" height="1" fill="#E4EBF0"/>
6
+ <rect x="73" y="55" width="27" height="1" fill="#E4EBF0"/>
7
+ </svg>
assets/images/block-previews/call-to-action.svg ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="85" y="55" width="27" height="10" rx="2.50705" fill="#C8D0D7"/>
4
+ <rect x="14" y="44" width="38" height="6" fill="#E4EBF0"/>
5
+ <rect x="14" y="56" width="52" height="3" fill="#E4EBF0"/>
6
+ <rect x="14" y="62" width="63" height="3" fill="#E4EBF0"/>
7
+ <rect x="14" y="68" width="41" height="3" fill="#E4EBF0"/>
8
+ </svg>
assets/images/block-previews/children/advanced-columns-child.svg ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="13" y="48" width="31.8462" height="13" fill="#C8D0D7"/>
4
+ <rect x="46.9231" y="48" width="31.8462" height="13" fill="#E4EBF0"/>
5
+ <path d="M81 48H113V61H81V48Z" fill="#E4EBF0"/>
6
+ </svg>
assets/images/block-previews/children/buttons-child.svg ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="25" y="44" width="77" height="22" rx="11" fill="#C8D0D7"/>
4
+ <rect x="41" y="54" width="45" height="2" fill="#E4EBF0"/>
5
+ </svg>
assets/images/block-previews/children/content-timeline-child.svg ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M42 41C40.8954 41 40 41.8954 40 43V66C40 67.1046 40.8954 68 42 68H78C79.1046 68 80 67.1046 80 66V57.3868L85 54.5L80 51.6132V43C80 41.8954 79.1046 41 78 41H42Z" fill="#C8D0D7"/>
4
+ <rect x="46" y="48" width="20" height="3" fill="#E4EBF0"/>
5
+ <rect x="46" y="61" width="21" height="1" fill="#E4EBF0"/>
6
+ <rect x="46" y="59" width="27" height="1" fill="#E4EBF0"/>
7
+ <rect x="46" y="57" width="27" height="1" fill="#E4EBF0"/>
8
+ </svg>
assets/images/block-previews/children/faq-child.svg ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="14" y="37" width="98" height="35" rx="1" fill="#C8D0D7"/>
4
+ <path d="M23.8182 45V45.9375H20V45H23.8182Z" fill="#E4EBF0"/>
5
+ <rect x="28" y="44" width="46" height="4" fill="#E4EBF0"/>
6
+ <rect x="28" y="65" width="56" height="2" fill="#E4EBF0"/>
7
+ <rect x="28" y="60" width="71" height="2" fill="#E4EBF0"/>
8
+ <rect x="28" y="55" width="71" height="2" fill="#E4EBF0"/>
9
+ </svg>
assets/images/block-previews/children/form-accept.svg ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="49.4" y="54.2" width="41.6" height="2" fill="#E4EBF0"/>
4
+ <rect x="35.5" y="51.5" width="7" height="7" rx="0.5" stroke="#C8D0D7"/>
5
+ <path d="M40.8445 53.0536C41.0024 53.1537 41.0475 53.3601 40.9452 53.5146L38.7382 56.8479C38.6801 56.9355 38.5836 56.9915 38.4772 56.9991C38.4689 56.9997 38.4604 57 38.4522 57C38.3546 57 38.2613 56.9591 38.1964 56.8868L37.0849 55.6506C36.9607 55.5123 36.9744 55.3018 37.1156 55.1801C37.2571 55.0584 37.4722 55.0721 37.5964 55.2102L38.4109 56.116L40.3733 53.1521C40.4758 52.9976 40.6868 52.9535 40.8445 53.0536Z" fill="#C8D0D7"/>
6
+ </svg>
assets/images/block-previews/children/form-checkbox.svg ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="47.4" y="54.2" width="41.6" height="2" fill="#E4EBF0"/>
4
+ <rect x="33.5" y="51.5" width="7" height="7" rx="0.5" stroke="#C8D0D7"/>
5
+ </svg>
assets/images/block-previews/children/form-field.svg ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="14.5" y="51.5" width="97" height="12" rx="0.5" stroke="#C8D0D7"/>
4
+ <rect x="14" y="45" width="26" height="2" fill="#E4EBF0"/>
5
+ <rect x="18" y="57" width="26" height="1.2" fill="#E4EBF0"/>
6
+ </svg>
assets/images/block-previews/children/form-hidden.svg ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <path d="M50.7097 43L55.4114 47.7855M74.2891 67L69.5879 62.2149M64.9554 64.0995C64.1601 64.253 63.3393 64.3333 62.5 64.3333C56.6344 64.3333 51.6692 60.4095 50 55C50.4544 53.5273 51.1531 52.1648 52.0477 50.9616M59.7205 52.1716C60.4317 51.4477 61.4142 51 62.4994 51C64.6698 51 66.4293 52.7909 66.4293 55C66.4293 56.1046 65.9895 57.1046 65.2783 57.8284M59.7205 52.1716L65.2783 57.8284M59.7205 52.1716L55.4114 47.7855M65.2783 57.8284L55.4114 47.7855M65.2783 57.8284L69.5879 62.2149M55.4114 47.7855C57.4547 46.4447 59.8881 45.6667 62.5 45.6667C68.3656 45.6667 73.3308 49.5906 75 55C74.074 58.001 72.1336 60.5447 69.5879 62.2149" stroke="#C8D0D7" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
assets/images/block-previews/children/form-phone.svg ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="16" y="55" width="9" height="1" fill="#E4EBF0"/>
4
+ <rect x="40" y="55" width="19" height="1" fill="#E4EBF0"/>
5
+ <rect x="13.5" y="49.5" width="19" height="12" rx="0.5" stroke="#C8D0D7"/>
6
+ <rect x="36.5" y="49.5" width="76" height="12" rx="0.5" stroke="#C8D0D7"/>
7
+ </svg>
assets/images/block-previews/children/form-radio.svg ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="49.4" y="54.2" width="41.6" height="2" fill="#E4EBF0"/>
3
+ <rect x="35.5" y="51.5" width="7" height="7" rx="3.5" stroke="#C8D0D7"/>
4
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
5
+ </svg>
assets/images/block-previews/children/form-textarea.svg ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="14.5" y="40.5" width="97" height="36" rx="0.5" stroke="#C8D0D7"/>
4
+ <rect x="14" y="34" width="26" height="2" fill="#E4EBF0"/>
5
+ <rect x="18" y="46" width="26" height="1.2" fill="#E4EBF0"/>
6
+ </svg>
assets/images/block-previews/children/form-toggle.svg ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="50.5" y="53.5" width="21" height="9" rx="4.5" stroke="#C8D0D7"/>
4
+ <circle cx="55" cy="58" r="3" fill="#E4EBF0"/>
5
+ <rect x="50" y="47" width="26" height="2" fill="#C8D0D7"/>
6
+ </svg>
assets/images/block-previews/children/how-to-step.svg ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="14" y="50" width="19" height="2" fill="#C8D0D7"/>
4
+ <rect x="14" y="57" width="97" height="2" fill="#E4EBF0"/>
5
+ </svg>
assets/images/block-previews/children/icon-list-child.svg ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="36" y="55" width="68" height="4" fill="#E4EBF0"/>
4
+ <g clip-path="url(#clip0_133_142)">
5
+ <path d="M25 53C26.0609 53 27.0783 53.4214 27.8284 54.1716C28.5786 54.9217 29 55.9391 29 57C29 58.0609 28.5786 59.0783 27.8284 59.8284C27.0783 60.5786 26.0609 61 25 61C23.9391 61 22.9217 60.5786 22.1716 59.8284C21.4214 59.0783 21 58.0609 21 57C21 55.9391 21.4214 54.9217 22.1716 54.1716C22.9217 53.4214 23.9391 53 25 53V53ZM23.25 56.75C23.1837 56.75 23.1201 56.7763 23.0732 56.8232C23.0263 56.8701 23 56.9337 23 57C23 57.0663 23.0263 57.1299 23.0732 57.1768C23.1201 57.2237 23.1837 57.25 23.25 57.25H26.1465L25.073 58.323C25.0498 58.3462 25.0313 58.3738 25.0187 58.4042C25.0062 58.4346 24.9997 58.4671 24.9997 58.5C24.9997 58.5329 25.0062 58.5654 25.0187 58.5958C25.0313 58.6262 25.0498 58.6538 25.073 58.677C25.0962 58.7002 25.1238 58.7187 25.1542 58.7313C25.1846 58.7438 25.2171 58.7503 25.25 58.7503C25.2829 58.7503 25.3154 58.7438 25.3458 58.7313C25.3762 58.7187 25.4038 58.7002 25.427 58.677L26.927 57.177C26.9503 57.1538 26.9688 57.1262 26.9814 57.0958C26.994 57.0654 27.0004 57.0329 27.0004 57C27.0004 56.9671 26.994 56.9346 26.9814 56.9042C26.9688 56.8738 26.9503 56.8462 26.927 56.823L25.427 55.323C25.4038 55.2998 25.3762 55.2813 25.3458 55.2687C25.3154 55.2562 25.2829 55.2497 25.25 55.2497C25.2171 55.2497 25.1846 55.2562 25.1542 55.2687C25.1238 55.2813 25.0962 55.2998 25.073 55.323C25.0498 55.3462 25.0313 55.3738 25.0187 55.4042C25.0062 55.4346 24.9997 55.4671 24.9997 55.5C24.9997 55.5329 25.0062 55.5654 25.0187 55.5958C25.0313 55.6262 25.0498 55.6538 25.073 55.677L26.1465 56.75H23.25Z" fill="#C8D0D7"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_133_142">
9
+ <rect width="8" height="8" fill="white" transform="translate(21 53)"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
assets/images/block-previews/children/price-list-child.svg ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="14" y="40" width="35" height="29" rx="1" fill="#C8D0D7"/>
4
+ <path d="M25.0606 47.0293C24.5146 47.0293 23.991 47.2462 23.605 47.6322C23.219 48.0183 23.0021 48.5419 23.0021 49.0878V59.3804C23.0021 59.9263 23.219 60.4499 23.605 60.8359C23.991 61.222 24.5146 61.4389 25.0606 61.4389H37.4116C37.9576 61.4389 38.4812 61.222 38.8672 60.8359C39.2533 60.4499 39.4702 59.9263 39.4702 59.3804V49.0878C39.4702 48.5419 39.2533 48.0183 38.8672 47.6322C38.4812 47.2462 37.9576 47.0293 37.4116 47.0293H25.0606ZM37.4116 48.0586C37.6846 48.0586 37.9464 48.167 38.1394 48.36C38.3325 48.553 38.4409 48.8148 38.4409 49.0878V55.778L34.5534 53.774C34.4569 53.7257 34.3476 53.7089 34.241 53.7261C34.1344 53.7432 34.036 53.7935 33.9595 53.8697L30.141 57.6883L27.4032 55.8644C27.3043 55.7986 27.1858 55.769 27.0676 55.7806C26.9494 55.7923 26.8389 55.8444 26.7547 55.9282L24.0313 58.3511V49.0878C24.0313 48.8148 24.1398 48.553 24.3328 48.36C24.5258 48.167 24.7876 48.0586 25.0606 48.0586H37.4116Z" fill="#E4EBF0"/>
5
+ <rect x="54" y="43" width="34" height="4" fill="#E4EBF0"/>
6
+ <rect x="54" y="64" width="45" height="2" fill="#E4EBF0"/>
7
+ <rect x="54" y="59" width="58" height="2" fill="#E4EBF0"/>
8
+ <rect x="54" y="54" width="58" height="2" fill="#E4EBF0"/>
9
+ <circle r="3" transform="matrix(-1 0 0 1 109 45)" fill="#E4EBF0"/>
10
+ </svg>
assets/images/block-previews/children/social-share-child.svg ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <path d="M55.1997 44C52.8732 44 51 45.8732 51 48.1997V62.8003C51 65.1267 52.8732 67 55.1997 67H63.1131V58.0084H60.7355V54.7712H63.1131V52.0054C63.1131 49.8325 64.5179 47.8374 67.7541 47.8374C69.0643 47.8374 70.0332 47.9632 70.0332 47.9632L69.957 50.9863C69.957 50.9863 68.9689 50.9769 67.8906 50.9769C66.7236 50.9769 66.5365 51.5146 66.5365 52.4072V54.7712H70.0497L69.8967 58.0084H66.5365V67H69.8003C72.1268 67 74 65.1268 74 62.8003V48.1997C74 45.8733 72.1268 44 69.8003 44L55.1997 44Z" fill="#C8D0D7"/>
4
+ </svg>
assets/images/block-previews/children/tabs-child.svg ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <path d="M14.5 43C14.5 42.7239 14.7239 42.5 15 42.5H24C24.2761 42.5 24.5 42.7239 24.5 43V47C24.5 47.2761 24.2761 47.5 24 47.5H15C14.7239 47.5 14.5 47.2761 14.5 47V43Z" stroke="#E4EBF0"/>
4
+ <rect x="27.5" y="42.5" width="10" height="5" rx="0.5" stroke="#E4EBF0"/>
5
+ <rect x="40.5" y="42.5" width="10" height="5" rx="0.5" stroke="#C8D0D7"/>
6
+ <rect x="19" y="57" width="66" height="1" fill="#C8D0D7"/>
7
+ <rect x="14.5" y="51.5" width="97" height="12" rx="0.5" stroke="#C8D0D7"/>
8
+ </svg>
assets/images/block-previews/contact-form-7-styler.svg ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="10.5" y="17.5" width="103" height="12" rx="0.5" stroke="#E4EBF0"/>
4
+ <rect x="10.5" y="40.5" width="103" height="12" rx="0.5" stroke="#E4EBF0"/>
5
+ <rect x="10.5" y="63.5" width="103" height="27" rx="0.5" stroke="#E4EBF0"/>
6
+ <rect x="10" y="11" width="26" height="2" fill="#E4EBF0"/>
7
+ <rect x="10" y="34" width="26" height="2" fill="#E4EBF0"/>
8
+ <rect x="10" y="57" width="26" height="2" fill="#E4EBF0"/>
9
+ <rect x="10" y="94" width="22" height="8" rx="4" fill="#C8D0D7"/>
10
+ </svg>
assets/images/block-previews/container.svg ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="16" y="33" width="46" height="45" fill="#C8D0D7"/>
4
+ <rect x="65" y="33" width="46" height="45" fill="#C8D0D7"/>
5
+ </svg>
assets/images/block-previews/content-timeline.svg ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="61" y="22" width="2" height="69" fill="#E4EBF0"/>
4
+ <circle r="4.5" transform="matrix(-1 0 0 1 62.5 24.5)" fill="#E4EBF0"/>
5
+ <circle r="4.5" transform="matrix(-1 0 0 1 62.5 54.5)" fill="#E4EBF0"/>
6
+ <circle r="4.5" transform="matrix(-1 0 0 1 62.5 86.5)" fill="#E4EBF0"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13 11C11.8954 11 11 11.8954 11 13V36C11 37.1046 11.8954 38 13 38H49C50.1046 38 51 37.1046 51 36V27.3868L56 24.5L51 21.6132V13C51 11.8954 50.1046 11 49 11H13Z" fill="#C8D0D7"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13 73C11.8954 73 11 73.8954 11 75V98C11 99.1046 11.8954 100 13 100H49C50.1046 100 51 99.1046 51 98V89.3867L56 86.5L51 83.6132V75C51 73.8954 50.1046 73 49 73H13Z" fill="#C8D0D7"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M76 41C74.8954 41 74 41.8954 74 43V51.6133L69 54.5L74 57.3867V66C74 67.1046 74.8954 68 76 68H112C113.105 68 114 67.1046 114 66V43C114 41.8954 113.105 41 112 41H76Z" fill="#C8D0D7"/>
10
+ <rect x="17" y="18" width="20" height="3" fill="#E4EBF0"/>
11
+ <rect x="17" y="80" width="20" height="3" fill="#E4EBF0"/>
12
+ <rect x="82" y="48" width="20" height="3" fill="#E4EBF0"/>
13
+ <rect x="17" y="31" width="21" height="1" fill="#E4EBF0"/>
14
+ <rect x="17" y="93" width="21" height="1" fill="#E4EBF0"/>
15
+ <rect x="82" y="61" width="21" height="1" fill="#E4EBF0"/>
16
+ <rect x="17" y="29" width="27" height="1" fill="#E4EBF0"/>
17
+ <rect x="17" y="91" width="27" height="1" fill="#E4EBF0"/>
18
+ <rect x="82" y="59" width="27" height="1" fill="#E4EBF0"/>
19
+ <rect x="17" y="27" width="27" height="1" fill="#E4EBF0"/>
20
+ <rect x="17" y="89" width="27" height="1" fill="#E4EBF0"/>
21
+ <rect x="82" y="57" width="27" height="1" fill="#E4EBF0"/>
22
+ </svg>
assets/images/block-previews/counter.svg ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <circle cx="63" cy="58" r="26.5" stroke="#E4EBF0" stroke-width="3"/>
4
+ <mask id="path-3-inside-1_112_3" fill="white">
5
+ <path d="M53.6338 84.387C49.3593 82.8697 45.5173 80.3368 42.4385 77.0059C39.3597 73.6751 37.1361 69.6462 35.9591 65.2657C34.7821 60.8853 34.6869 56.2844 35.6817 51.8591C36.6765 47.4337 38.7315 43.3162 41.6699 39.8609C44.6083 36.4055 48.3422 33.7158 52.5503 32.023C56.7584 30.3302 61.3148 29.6851 65.8274 30.1431C70.34 30.6011 74.6739 32.1486 78.456 34.6524C82.2382 37.1561 85.3555 40.5413 87.5397 44.5165L84.9162 45.9581C82.9655 42.4078 80.1814 39.3845 76.8036 37.1484C73.4258 34.9123 69.5553 33.5303 65.5251 33.1213C61.4949 32.7122 57.4257 33.2884 53.6675 34.8002C49.9093 36.312 46.5746 38.7142 43.9503 41.8001C41.326 44.886 39.4907 48.5633 38.6023 52.5156C37.7138 56.4679 37.7989 60.5768 38.85 64.4889C39.9012 68.4011 41.887 71.9993 44.6367 74.974C47.3864 77.9487 50.8176 80.2109 54.6351 81.566L53.6338 84.387Z"/>
6
+ </mask>
7
+ <path d="M53.6338 84.387C49.3593 82.8697 45.5173 80.3368 42.4385 77.0059C39.3597 73.6751 37.1361 69.6462 35.9591 65.2657C34.7821 60.8853 34.6869 56.2844 35.6817 51.8591C36.6765 47.4337 38.7315 43.3162 41.6699 39.8609C44.6083 36.4055 48.3422 33.7158 52.5503 32.023C56.7584 30.3302 61.3148 29.6851 65.8274 30.1431C70.34 30.6011 74.6739 32.1486 78.456 34.6524C82.2382 37.1561 85.3555 40.5413 87.5397 44.5165L84.9162 45.9581C82.9655 42.4078 80.1814 39.3845 76.8036 37.1484C73.4258 34.9123 69.5553 33.5303 65.5251 33.1213C61.4949 32.7122 57.4257 33.2884 53.6675 34.8002C49.9093 36.312 46.5746 38.7142 43.9503 41.8001C41.326 44.886 39.4907 48.5633 38.6023 52.5156C37.7138 56.4679 37.7989 60.5768 38.85 64.4889C39.9012 68.4011 41.887 71.9993 44.6367 74.974C47.3864 77.9487 50.8176 80.2109 54.6351 81.566L53.6338 84.387Z" stroke="#C8D0D7" stroke-width="6" stroke-linejoin="round" mask="url(#path-3-inside-1_112_3)"/>
8
+ <path d="M53.6338 84.387C49.3593 82.8697 45.5173 80.3368 42.4385 77.0059C39.3597 73.6751 37.1361 69.6462 35.9591 65.2657C34.7821 60.8853 34.6869 56.2844 35.6817 51.8591C36.6765 47.4337 38.7315 43.3162 41.6699 39.8609C44.6083 36.4055 48.3422 33.7158 52.5503 32.023C56.7584 30.3302 61.3148 29.6851 65.8274 30.1431C70.34 30.6011 74.6739 32.1486 78.456 34.6524C82.2382 37.1561 85.3555 40.5413 87.5397 44.5165L84.9162 45.9581C82.9655 42.4078 80.1814 39.3845 76.8036 37.1484C73.4258 34.9123 69.5553 33.5303 65.5251 33.1213C61.4949 32.7122 57.4257 33.2884 53.6675 34.8002C49.9093 36.312 46.5746 38.7142 43.9503 41.8001C41.326 44.886 39.4907 48.5633 38.6023 52.5156C37.7138 56.4679 37.7989 60.5768 38.85 64.4889C39.9012 68.4011 41.887 71.9993 44.6367 74.974C47.3864 77.9487 50.8176 80.2109 54.6351 81.566L53.6338 84.387Z" stroke="#C8D0D7" stroke-width="6" stroke-linejoin="round" mask="url(#path-3-inside-1_112_3)"/>
9
+ <rect x="54" y="53" width="19" height="11" fill="#C8D0D7"/>
10
+ <circle cx="63.5" cy="45.5" r="3.5" fill="#E4EBF0"/>
11
+ <rect x="50" y="69" width="26" height="1.2" fill="#E4EBF0"/>
12
+ </svg>
assets/images/block-previews/faq.svg ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="14" y="25" width="98" height="35" rx="1" fill="#C8D0D7"/>
4
+ <rect x="14" y="67" width="98" height="18" rx="1" fill="#C8D0D7"/>
5
+ <path d="M23.8182 33V33.9375H20V33H23.8182Z" fill="#E4EBF0"/>
6
+ <path d="M23.8182 75.4404V76.3779H20V75.4404H23.8182Z" fill="#E4EBF0"/>
7
+ <path d="M21.4403 74.0001L22.3778 74.0001L22.3778 77.8182L21.4403 77.8182L21.4403 74.0001Z" fill="#E4EBF0"/>
8
+ <rect x="28" y="32" width="46" height="4" fill="#E4EBF0"/>
9
+ <rect x="28" y="74" width="46" height="4" fill="#E4EBF0"/>
10
+ <rect x="28" y="53" width="56" height="2" fill="#E4EBF0"/>
11
+ <rect x="28" y="48" width="71" height="2" fill="#E4EBF0"/>
12
+ <rect x="28" y="43" width="71" height="2" fill="#E4EBF0"/>
13
+ </svg>
assets/images/block-previews/form.svg ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="14.5" y="27.5" width="97" height="12" rx="0.5" stroke="#E4EBF0"/>
4
+ <rect x="14.5" y="50.5" width="97" height="12" rx="0.5" stroke="#E4EBF0"/>
5
+ <rect x="14.5" y="73.5" width="97" height="12" rx="0.5" stroke="#E4EBF0"/>
6
+ <rect x="14" y="21" width="26" height="2" fill="#E4EBF0"/>
7
+ <rect x="14" y="44" width="26" height="2" fill="#E4EBF0"/>
8
+ <rect x="14" y="67" width="26" height="2" fill="#E4EBF0"/>
9
+ <rect x="14" y="92" width="22" height="8" rx="4" fill="#C8D0D7"/>
10
+ <rect x="14" y="10" width="46" height="5" fill="#E4EBF0"/>
11
+ </svg>
assets/images/block-previews/google-maps.svg ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="16" y="24" width="93" height="63" rx="2" fill="#C8D0D7"/>
4
+ <path d="M72.5 47.2188C71.559 47.2188 70.6565 47.5926 69.9911 48.258C69.3256 48.9234 68.9518 49.8259 68.9518 50.7669C68.9518 53.5438 71.6607 56.8853 72.3705 57.7062C72.4086 57.7499 72.4625 57.7767 72.5203 57.7808C72.5781 57.7848 72.6352 57.7658 72.679 57.7279L72.7007 57.7062C73.4011 56.8821 76.0479 53.5438 76.0479 50.7667C76.0478 49.8257 75.674 48.9233 75.0087 48.258C74.3433 47.5926 73.4409 47.2188 72.5 47.2188V47.2188ZM72.5 51.7298C72.262 51.7298 72.0294 51.6592 71.8315 51.527C71.6336 51.3947 71.4794 51.2068 71.3883 50.9869C71.2972 50.767 71.2734 50.5251 71.3198 50.2917C71.3662 50.0583 71.4808 49.8439 71.6491 49.6756C71.8174 49.5073 72.0318 49.3927 72.2652 49.3462C72.4987 49.2998 72.7406 49.3236 72.9605 49.4147C73.1804 49.5058 73.3683 49.66 73.5005 49.8579C73.6327 50.0558 73.7033 50.2884 73.7033 50.5264V50.5294C73.7025 50.848 73.5754 51.1533 73.3498 51.3784C73.1242 51.6034 72.8186 51.7298 72.5 51.7298V51.7298Z" stroke="#E4EBF0" stroke-width="0.7" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M72 24V37.608H98V58.272H82.1961V87" stroke="#E4EBF0" stroke-width="0.5"/>
6
+ <path d="M31 24V37.608H57V58.272H41.1961V87" stroke="#E4EBF0" stroke-width="0.5"/>
7
+ <path d="M20 24V37.608H28V58.272H23.1373V87" stroke="#E4EBF0" stroke-width="0.5"/>
8
+ <path d="M109 46L88.912 46L88.912 72L58.408 72L58.408 56.1961L16 56.1961" stroke="#E4EBF0" stroke-width="0.5"/>
9
+ <path d="M109 26L88.912 26L88.912 34L58.408 34L58.408 29.1373L16 29.1373" stroke="#E4EBF0" stroke-width="0.5"/>
10
+ <path d="M16 74L36.088 74L36.088 84L66.592 84L66.592 77.9216L109 77.9216" stroke="#E4EBF0" stroke-width="0.5"/>
11
+ </svg>
assets/images/block-previews/gravity-form-styler.svg ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="14.5" y="21.5" width="47" height="12" rx="0.5" stroke="#E4EBF0"/>
4
+ <rect x="64.5" y="21.5" width="47" height="12" rx="0.5" stroke="#E4EBF0"/>
5
+ <rect x="14.5" y="44.5" width="97" height="12" rx="0.5" stroke="#E4EBF0"/>
6
+ <rect x="14.5" y="67.5" width="97" height="12" rx="0.5" stroke="#E4EBF0"/>
7
+ <rect x="14" y="15" width="26" height="2" fill="#E4EBF0"/>
8
+ <rect x="14" y="38" width="26" height="2" fill="#E4EBF0"/>
9
+ <rect x="14" y="61" width="26" height="2" fill="#E4EBF0"/>
10
+ <rect x="14" y="86" width="22" height="8" rx="4" fill="#C8D0D7"/>
11
+ </svg>
assets/images/block-previews/how-to.svg ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="15" y="26" width="96" height="7" fill="#C8D0D7"/>
4
+ <rect x="15" y="38" width="96" height="3" fill="#E4EBF0"/>
5
+ <rect x="15" y="46" width="79" height="3" fill="#E4EBF0"/>
6
+ <rect x="15" y="58" width="23" height="3" fill="#E4EBF0"/>
7
+ <rect x="46" y="58" width="65" height="3" fill="#E4EBF0"/>
8
+ <rect x="15" y="66" width="23" height="3" fill="#E4EBF0"/>
9
+ <rect x="46" y="66" width="65" height="3" fill="#E4EBF0"/>
10
+ <rect x="15" y="74" width="23" height="3" fill="#E4EBF0"/>
11
+ <rect x="46" y="74" width="65" height="3" fill="#E4EBF0"/>
12
+ <rect x="15" y="82" width="23" height="3" fill="#E4EBF0"/>
13
+ <rect x="46" y="82" width="65" height="3" fill="#E4EBF0"/>
14
+ </svg>
assets/images/block-previews/icon-list.svg ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="36" y="38" width="68" height="4" fill="#E4EBF0"/>
4
+ <rect x="36" y="53" width="68" height="5" fill="#E4EBF0"/>
5
+ <rect x="36" y="68" width="68" height="4" fill="#E4EBF0"/>
6
+ <g clip-path="url(#clip0_40_95)">
7
+ <path d="M25 36C26.0609 36 27.0783 36.4214 27.8284 37.1716C28.5786 37.9217 29 38.9391 29 40C29 41.0609 28.5786 42.0783 27.8284 42.8284C27.0783 43.5786 26.0609 44 25 44C23.9391 44 22.9217 43.5786 22.1716 42.8284C21.4214 42.0783 21 41.0609 21 40C21 38.9391 21.4214 37.9217 22.1716 37.1716C22.9217 36.4214 23.9391 36 25 36V36ZM23.25 39.75C23.1837 39.75 23.1201 39.7763 23.0732 39.8232C23.0263 39.8701 23 39.9337 23 40C23 40.0663 23.0263 40.1299 23.0732 40.1768C23.1201 40.2237 23.1837 40.25 23.25 40.25H26.1465L25.073 41.323C25.0498 41.3462 25.0313 41.3738 25.0187 41.4042C25.0062 41.4346 24.9997 41.4671 24.9997 41.5C24.9997 41.5329 25.0062 41.5654 25.0187 41.5958C25.0313 41.6262 25.0498 41.6538 25.073 41.677C25.0962 41.7002 25.1238 41.7187 25.1542 41.7313C25.1846 41.7438 25.2171 41.7503 25.25 41.7503C25.2829 41.7503 25.3154 41.7438 25.3458 41.7313C25.3762 41.7187 25.4038 41.7002 25.427 41.677L26.927 40.177C26.9503 40.1538 26.9688 40.1262 26.9814 40.0958C26.994 40.0654 27.0004 40.0329 27.0004 40C27.0004 39.9671 26.994 39.9346 26.9814 39.9042C26.9688 39.8738 26.9503 39.8462 26.927 39.823L25.427 38.323C25.4038 38.2998 25.3762 38.2813 25.3458 38.2687C25.3154 38.2562 25.2829 38.2497 25.25 38.2497C25.2171 38.2497 25.1846 38.2562 25.1542 38.2687C25.1238 38.2813 25.0962 38.2998 25.073 38.323C25.0498 38.3462 25.0313 38.3738 25.0187 38.4042C25.0062 38.4346 24.9997 38.4671 24.9997 38.5C24.9997 38.5329 25.0062 38.5654 25.0187 38.5958C25.0313 38.6262 25.0498 38.6538 25.073 38.677L26.1465 39.75H23.25Z" fill="#C8D0D7"/>
8
+ </g>
9
+ <g clip-path="url(#clip1_40_95)">
10
+ <path d="M25 51C26.0609 51 27.0783 51.4214 27.8284 52.1716C28.5786 52.9217 29 53.9391 29 55C29 56.0609 28.5786 57.0783 27.8284 57.8284C27.0783 58.5786 26.0609 59 25 59C23.9391 59 22.9217 58.5786 22.1716 57.8284C21.4214 57.0783 21 56.0609 21 55C21 53.9391 21.4214 52.9217 22.1716 52.1716C22.9217 51.4214 23.9391 51 25 51V51ZM23.25 54.75C23.1837 54.75 23.1201 54.7763 23.0732 54.8232C23.0263 54.8701 23 54.9337 23 55C23 55.0663 23.0263 55.1299 23.0732 55.1768C23.1201 55.2237 23.1837 55.25 23.25 55.25H26.1465L25.073 56.323C25.0498 56.3462 25.0313 56.3738 25.0187 56.4042C25.0062 56.4346 24.9997 56.4671 24.9997 56.5C24.9997 56.5329 25.0062 56.5654 25.0187 56.5958C25.0313 56.6262 25.0498 56.6538 25.073 56.677C25.0962 56.7002 25.1238 56.7187 25.1542 56.7313C25.1846 56.7438 25.2171 56.7503 25.25 56.7503C25.2829 56.7503 25.3154 56.7438 25.3458 56.7313C25.3762 56.7187 25.4038 56.7002 25.427 56.677L26.927 55.177C26.9503 55.1538 26.9688 55.1262 26.9814 55.0958C26.994 55.0654 27.0004 55.0329 27.0004 55C27.0004 54.9671 26.994 54.9346 26.9814 54.9042C26.9688 54.8738 26.9503 54.8462 26.927 54.823L25.427 53.323C25.4038 53.2998 25.3762 53.2813 25.3458 53.2687C25.3154 53.2562 25.2829 53.2497 25.25 53.2497C25.2171 53.2497 25.1846 53.2562 25.1542 53.2687C25.1238 53.2813 25.0962 53.2998 25.073 53.323C25.0498 53.3462 25.0313 53.3738 25.0187 53.4042C25.0062 53.4346 24.9997 53.4671 24.9997 53.5C24.9997 53.5329 25.0062 53.5654 25.0187 53.5958C25.0313 53.6262 25.0498 53.6538 25.073 53.677L26.1465 54.75H23.25Z" fill="#C8D0D7"/>
11
+ </g>
12
+ <g clip-path="url(#clip2_40_95)">
13
+ <path d="M25 66C26.0609 66 27.0783 66.4214 27.8284 67.1716C28.5786 67.9217 29 68.9391 29 70C29 71.0609 28.5786 72.0783 27.8284 72.8284C27.0783 73.5786 26.0609 74 25 74C23.9391 74 22.9217 73.5786 22.1716 72.8284C21.4214 72.0783 21 71.0609 21 70C21 68.9391 21.4214 67.9217 22.1716 67.1716C22.9217 66.4214 23.9391 66 25 66V66ZM23.25 69.75C23.1837 69.75 23.1201 69.7763 23.0732 69.8232C23.0263 69.8701 23 69.9337 23 70C23 70.0663 23.0263 70.1299 23.0732 70.1768C23.1201 70.2237 23.1837 70.25 23.25 70.25H26.1465L25.073 71.323C25.0498 71.3462 25.0313 71.3738 25.0187 71.4042C25.0062 71.4346 24.9997 71.4671 24.9997 71.5C24.9997 71.5329 25.0062 71.5654 25.0187 71.5958C25.0313 71.6262 25.0498 71.6538 25.073 71.677C25.0962 71.7002 25.1238 71.7187 25.1542 71.7313C25.1846 71.7438 25.2171 71.7503 25.25 71.7503C25.2829 71.7503 25.3154 71.7438 25.3458 71.7313C25.3762 71.7187 25.4038 71.7002 25.427 71.677L26.927 70.177C26.9503 70.1538 26.9688 70.1262 26.9814 70.0958C26.994 70.0654 27.0004 70.0329 27.0004 70C27.0004 69.9671 26.994 69.9346 26.9814 69.9042C26.9688 69.8738 26.9503 69.8462 26.927 69.823L25.427 68.323C25.4038 68.2998 25.3762 68.2813 25.3458 68.2687C25.3154 68.2562 25.2829 68.2497 25.25 68.2497C25.2171 68.2497 25.1846 68.2562 25.1542 68.2687C25.1238 68.2813 25.0962 68.2998 25.073 68.323C25.0498 68.3462 25.0313 68.3738 25.0187 68.4042C25.0062 68.4346 24.9997 68.4671 24.9997 68.5C24.9997 68.5329 25.0062 68.5654 25.0187 68.5958C25.0313 68.6262 25.0498 68.6538 25.073 68.677L26.1465 69.75H23.25Z" fill="#C8D0D7"/>
14
+ </g>
15
+ <defs>
16
+ <clipPath id="clip0_40_95">
17
+ <rect width="8" height="8" fill="white" transform="translate(21 36)"/>
18
+ </clipPath>
19
+ <clipPath id="clip1_40_95">
20
+ <rect width="8" height="8" fill="white" transform="translate(21 51)"/>
21
+ </clipPath>
22
+ <clipPath id="clip2_40_95">
23
+ <rect width="8" height="8" fill="white" transform="translate(21 66)"/>
24
+ </clipPath>
25
+ </defs>
26
+ </svg>
assets/images/block-previews/image-gallery.svg ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="19" y="18" width="41.8852" height="34.7049" rx="1" fill="#C8D0D7"/>
4
+ <g clip-path="url(#clip0_112_10)">
5
+ <path d="M37.1633 31.9549C37.1633 32.4449 36.9687 32.9149 36.6222 33.2613C36.2757 33.6078 35.8058 33.8025 35.3157 33.8025C34.8257 33.8025 34.3558 33.6078 34.0093 33.2613C33.6628 32.9149 33.4681 32.4449 33.4681 31.9549C33.4681 31.4649 33.6628 30.9949 34.0093 30.6484C34.3558 30.302 34.8257 30.1073 35.3157 30.1073C35.8058 30.1073 36.2757 30.302 36.6222 30.6484C36.9687 30.9949 37.1633 31.4649 37.1633 31.9549Z" fill="#E4EBF0"/>
6
+ <path d="M32.2364 26.4121C31.5831 26.4121 30.9565 26.6717 30.4945 27.1336C30.0325 27.5956 29.7729 28.2222 29.7729 28.8756V41.1929C29.7729 41.8462 30.0325 42.4728 30.4945 42.9348C30.9565 43.3968 31.5831 43.6564 32.2364 43.6564H47.0172C47.6705 43.6564 48.2971 43.3968 48.7591 42.9348C49.2211 42.4728 49.4807 41.8462 49.4807 41.1929V28.8756C49.4807 28.2222 49.2211 27.5956 48.7591 27.1336C48.2971 26.6717 47.6705 26.4121 47.0172 26.4121H32.2364ZM47.0172 27.6438C47.3439 27.6438 47.6572 27.7736 47.8882 28.0046C48.1192 28.2356 48.2489 28.5489 48.2489 28.8756V36.8818L43.5967 34.4836C43.4812 34.4258 43.3504 34.4057 43.2228 34.4263C43.0953 34.4468 42.9774 34.507 42.886 34.5982L38.3162 39.1679L35.0398 36.9853C34.9215 36.9065 34.7796 36.8711 34.6382 36.885C34.4968 36.899 34.3645 36.9614 34.2638 37.0617L31.0047 39.9612V28.8756C31.0047 28.5489 31.1345 28.2356 31.3654 28.0046C31.5964 27.7736 31.9097 27.6438 32.2364 27.6438H47.0172Z" fill="#E4EBF0"/>
7
+ </g>
8
+ <rect x="19" y="56.2952" width="41.8852" height="34.7049" rx="1" fill="#C8D0D7"/>
9
+ <g clip-path="url(#clip1_112_10)">
10
+ <path d="M37.1633 70.2501C37.1633 70.7401 36.9687 71.21 36.6222 71.5565C36.2757 71.903 35.8058 72.0977 35.3157 72.0977C34.8257 72.0977 34.3558 71.903 34.0093 71.5565C33.6628 71.21 33.4681 70.7401 33.4681 70.2501C33.4681 69.7601 33.6628 69.2901 34.0093 68.9436C34.3558 68.5971 34.8257 68.4025 35.3157 68.4025C35.8058 68.4025 36.2757 68.5971 36.6222 68.9436C36.9687 69.2901 37.1633 69.7601 37.1633 70.2501Z" fill="#E4EBF0"/>
11
+ <path d="M32.2364 64.7073C31.5831 64.7073 30.9565 64.9668 30.4945 65.4288C30.0325 65.8908 29.7729 66.5174 29.7729 67.1707V79.4881C29.7729 80.1414 30.0325 80.768 30.4945 81.23C30.9565 81.692 31.5831 81.9515 32.2364 81.9515H47.0172C47.6705 81.9515 48.2971 81.692 48.7591 81.23C49.2211 80.768 49.4807 80.1414 49.4807 79.4881V67.1707C49.4807 66.5174 49.2211 65.8908 48.7591 65.4288C48.2971 64.9668 47.6705 64.7073 47.0172 64.7073H32.2364ZM47.0172 65.939C47.3439 65.939 47.6572 66.0688 47.8882 66.2998C48.1192 66.5308 48.2489 66.8441 48.2489 67.1707V75.177L43.5967 72.7788C43.4812 72.721 43.3504 72.7009 43.2228 72.7214C43.0953 72.742 42.9774 72.8021 42.886 72.8934L38.3162 77.4631L35.0398 75.2805C34.9215 75.2017 34.7796 75.1663 34.6382 75.1802C34.4968 75.1941 34.3645 75.2565 34.2638 75.3568L31.0047 78.2563V67.1707C31.0047 66.8441 31.1345 66.5308 31.3654 66.2998C31.5964 66.0688 31.9097 65.939 32.2364 65.939H47.0172Z" fill="#E4EBF0"/>
12
+ </g>
13
+ <rect x="65.6721" y="18" width="41.8852" height="34.7049" rx="1" fill="#C8D0D7"/>
14
+ <g clip-path="url(#clip2_112_10)">
15
+ <path d="M83.8355 31.9549C83.8355 32.4449 83.6408 32.9149 83.2943 33.2613C82.9478 33.6078 82.4779 33.8025 81.9879 33.8025C81.4979 33.8025 81.0279 33.6078 80.6814 33.2613C80.3349 32.9149 80.1403 32.4449 80.1403 31.9549C80.1403 31.4649 80.3349 30.9949 80.6814 30.6484C81.0279 30.302 81.4979 30.1073 81.9879 30.1073C82.4779 30.1073 82.9478 30.302 83.2943 30.6484C83.6408 30.9949 83.8355 31.4649 83.8355 31.9549Z" fill="#E4EBF0"/>
16
+ <path d="M78.9086 26.4121C78.2552 26.4121 77.6286 26.6717 77.1666 27.1336C76.7046 27.5956 76.4451 28.2222 76.4451 28.8756V41.1929C76.4451 41.8462 76.7046 42.4728 77.1666 42.9348C77.6286 43.3968 78.2552 43.6564 78.9086 43.6564H93.6893C94.3427 43.6564 94.9693 43.3968 95.4313 42.9348C95.8933 42.4728 96.1528 41.8462 96.1528 41.1929V28.8756C96.1528 28.2222 95.8933 27.5956 95.4313 27.1336C94.9693 26.6717 94.3427 26.4121 93.6893 26.4121H78.9086ZM93.6893 27.6438C94.016 27.6438 94.3293 27.7736 94.5603 28.0046C94.7913 28.2356 94.9211 28.5489 94.9211 28.8756V36.8818L90.2688 34.4836C90.1533 34.4258 90.0225 34.4057 89.895 34.4263C89.7674 34.4468 89.6496 34.507 89.5581 34.5982L84.9884 39.1679L81.712 36.9853C81.5937 36.9065 81.4518 36.8711 81.3104 36.885C81.1689 36.899 81.0367 36.9614 80.936 37.0617L77.6768 39.9612V28.8756C77.6768 28.5489 77.8066 28.2356 78.0376 28.0046C78.2686 27.7736 78.5819 27.6438 78.9086 27.6438H93.6893Z" fill="#E4EBF0"/>
17
+ </g>
18
+ <rect x="65.6721" y="56.2952" width="41.8852" height="34.7049" rx="1" fill="#C8D0D7"/>
19
+ <g clip-path="url(#clip3_112_10)">
20
+ <path d="M83.8355 70.2501C83.8355 70.7401 83.6408 71.21 83.2943 71.5565C82.9478 71.903 82.4779 72.0977 81.9879 72.0977C81.4979 72.0977 81.0279 71.903 80.6814 71.5565C80.3349 71.21 80.1403 70.7401 80.1403 70.2501C80.1403 69.7601 80.3349 69.2901 80.6814 68.9436C81.0279 68.5971 81.4979 68.4025 81.9879 68.4025C82.4779 68.4025 82.9478 68.5971 83.2943 68.9436C83.6408 69.2901 83.8355 69.7601 83.8355 70.2501Z" fill="#E4EBF0"/>
21
+ <path d="M78.9086 64.7073C78.2552 64.7073 77.6286 64.9668 77.1666 65.4288C76.7046 65.8908 76.4451 66.5174 76.4451 67.1707V79.4881C76.4451 80.1414 76.7046 80.768 77.1666 81.23C77.6286 81.692 78.2552 81.9515 78.9086 81.9515H93.6893C94.3427 81.9515 94.9693 81.692 95.4313 81.23C95.8933 80.768 96.1528 80.1414 96.1528 79.4881V67.1707C96.1528 66.5174 95.8933 65.8908 95.4313 65.4288C94.9693 64.9668 94.3427 64.7073 93.6893 64.7073H78.9086ZM93.6893 65.939C94.016 65.939 94.3293 66.0688 94.5603 66.2998C94.7913 66.5308 94.9211 66.8441 94.9211 67.1707V75.177L90.2688 72.7788C90.1533 72.721 90.0225 72.7009 89.895 72.7214C89.7674 72.742 89.6496 72.8021 89.5581 72.8934L84.9884 77.4631L81.712 75.2805C81.5937 75.2017 81.4518 75.1663 81.3104 75.1802C81.1689 75.1941 81.0367 75.2565 80.936 75.3568L77.6768 78.2563V67.1707C77.6768 66.8441 77.8066 66.5308 78.0376 66.2998C78.2686 66.0688 78.5819 65.939 78.9086 65.939H93.6893Z" fill="#E4EBF0"/>
22
+ </g>
23
+ <defs>
24
+ <clipPath id="clip0_112_10">
25
+ <rect width="19.7077" height="19.7077" fill="white" transform="translate(29.7705 25.1803)"/>
26
+ </clipPath>
27
+ <clipPath id="clip1_112_10">
28
+ <rect width="19.7077" height="19.7077" fill="white" transform="translate(29.7705 63.4755)"/>
29
+ </clipPath>
30
+ <clipPath id="clip2_112_10">
31
+ <rect width="19.7077" height="19.7077" fill="white" transform="translate(76.4426 25.1803)"/>
32
+ </clipPath>
33
+ <clipPath id="clip3_112_10">
34
+ <rect width="19.7077" height="19.7077" fill="white" transform="translate(76.4426 63.4755)"/>
35
+ </clipPath>
36
+ </defs>
37
+ </svg>
assets/images/block-previews/image.svg ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="18" y="25" width="90" height="61" fill="#C8D0D7"/>
4
+ <g clip-path="url(#clip0_7_624)">
5
+ <path d="M61.1776 52.6609C61.1776 53.0704 61.0149 53.4631 60.7254 53.7526C60.4359 54.0422 60.0432 54.2048 59.6337 54.2048C59.2242 54.2048 58.8316 54.0422 58.542 53.7526C58.2525 53.4631 58.0898 53.0704 58.0898 52.6609C58.0898 52.2515 58.2525 51.8588 58.542 51.5693C58.8316 51.2797 59.2242 51.1171 59.6337 51.1171C60.0432 51.1171 60.4359 51.2797 60.7254 51.5693C61.0149 51.8588 61.1776 52.2515 61.1776 52.6609Z" fill="#E4EBF0"/>
6
+ <path d="M57.0606 48.0293C56.5146 48.0293 55.991 48.2462 55.605 48.6322C55.2189 49.0183 55.0021 49.5419 55.0021 50.0878V60.3804C55.0021 60.9263 55.2189 61.4499 55.605 61.8359C55.991 62.222 56.5146 62.4389 57.0606 62.4389H69.4116C69.9576 62.4389 70.4812 62.222 70.8672 61.8359C71.2533 61.4499 71.4701 60.9263 71.4701 60.3804V50.0878C71.4701 49.5419 71.2533 49.0183 70.8672 48.6322C70.4812 48.2462 69.9576 48.0293 69.4116 48.0293H57.0606ZM69.4116 49.0586C69.6846 49.0586 69.9464 49.167 70.1394 49.36C70.3324 49.553 70.4409 49.8148 70.4409 50.0878V56.778L66.5534 54.774C66.4569 54.7257 66.3476 54.7089 66.241 54.7261C66.1344 54.7432 66.036 54.7935 65.9595 54.8697L62.141 58.6883L59.4032 56.8644C59.3043 56.7986 59.1857 56.769 59.0676 56.7806C58.9494 56.7923 58.8388 56.8444 58.7547 56.9282L56.0313 59.3511V50.0878C56.0313 49.8148 56.1398 49.553 56.3328 49.36C56.5258 49.167 56.7876 49.0586 57.0606 49.0586H69.4116Z" fill="#E4EBF0"/>
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0_7_624">
10
+ <rect width="16.4681" height="16.4681" fill="white" transform="translate(55 47)"/>
11
+ </clipPath>
12
+ </defs>
13
+ </svg>
assets/images/block-previews/info-box.svg ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="42" y="79" width="43" height="12" rx="2.50705" fill="#C8D0D7"/>
4
+ <rect x="33" y="50.5694" width="61.5234" height="5.59304" fill="#E4EBF0"/>
5
+ <rect x="19" y="61.7555" width="88.0903" height="2.79652" fill="#E4EBF0"/>
6
+ <rect x="29" y="68.7468" width="69.9129" height="2.79652" fill="#E4EBF0"/>
7
+ <ellipse cx="63.6812" cy="30.6776" rx="10.6813" ry="10.6776" fill="#E4EBF0"/>
8
+ <path d="M59.5274 30.6779L63.0878 33.6439L67.8351 27.7119" stroke="#C8D0D7" stroke-width="1.39826"/>
9
+ </svg>
assets/images/block-previews/inline-notice.svg ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <path d="M18 34C18 32.8954 18.8954 32 20 32H106C107.105 32 108 32.8954 108 34V48H18V34Z" fill="#C8D0D7"/>
4
+ <rect x="18.5" y="32.5" width="89" height="44" rx="1.5" stroke="#C8D0D7"/>
5
+ <rect x="25" y="38" width="50" height="4" fill="#E4EBF0"/>
6
+ <rect x="25" y="55" width="76" height="2" fill="#E4EBF0"/>
7
+ <rect x="25" y="60" width="76" height="2" fill="#E4EBF0"/>
8
+ <rect x="25" y="65" width="61" height="2" fill="#E4EBF0"/>
9
+ </svg>
assets/images/block-previews/lottie.svg ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <circle cx="57.5" cy="59.5" r="24.5" fill="#C8D0D7"/>
4
+ <rect x="28" y="30.9594" width="50" height="7" transform="rotate(-5.69235 28 30.9594)" fill="#E4EBF0"/>
5
+ <rect x="82" y="67.3646" width="13" height="13" transform="rotate(-15 82 67.3646)" fill="#E4EBF0"/>
6
+ </svg>
assets/images/block-previews/marketing-button.svg ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="15" y="42" width="91" height="26" rx="13" fill="#C8D0D7"/>
4
+ <g clip-path="url(#clip0_40_115)">
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M93.2385 50.3125C93.2385 50.2628 93.2187 50.2151 93.1836 50.1799C93.1484 50.1448 93.1007 50.125 93.051 50.125H90.5625C90.4133 50.125 90.2702 50.1843 90.1648 50.2898C90.0593 50.3952 90 50.5383 90 50.6875V54.4375C90 54.5867 90.0593 54.7298 90.1648 54.8352C90.2702 54.9407 90.4133 55 90.5625 55H94.3125C94.4617 55 94.6048 54.9407 94.7102 54.8352C94.8157 54.7298 94.875 54.5867 94.875 54.4375V51.949C94.875 51.8993 94.8552 51.8516 94.8201 51.8164C94.7849 51.7813 94.7372 51.7615 94.6875 51.7615C94.6378 51.7615 94.5901 51.7813 94.5549 51.8164C94.5198 51.8516 94.5 51.8993 94.5 51.949V54.4375C94.5 54.4872 94.4802 54.5349 94.4451 54.5701C94.4099 54.6052 94.3622 54.625 94.3125 54.625H90.5625C90.5128 54.625 90.4651 54.6052 90.4299 54.5701C90.3948 54.5349 90.375 54.4872 90.375 54.4375V50.6875C90.375 50.6378 90.3948 50.5901 90.4299 50.5549C90.4651 50.5198 90.5128 50.5 90.5625 50.5H93.051C93.1007 50.5 93.1484 50.4802 93.1836 50.4451C93.2187 50.4099 93.2385 50.3622 93.2385 50.3125Z" fill="#E4EBF0"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M93.325 50.0385C93.3977 50.1112 93.4385 50.2097 93.4385 50.3125C93.4385 50.4153 93.3977 50.5138 93.325 50.5865C93.2523 50.6592 93.1538 50.7 93.051 50.7H90.575V54.425H94.3V51.949C94.3 51.8462 94.3408 51.7477 94.4135 51.675C94.4862 51.6023 94.5847 51.5615 94.6875 51.5615C94.7903 51.5615 94.8888 51.6023 94.9615 51.675C95.0342 51.7477 95.075 51.8462 95.075 51.949V54.4375C95.075 54.6397 94.9947 54.8337 94.8517 54.9767C94.7087 55.1197 94.5147 55.2 94.3125 55.2H90.5625C90.3603 55.2 90.1663 55.1197 90.0233 54.9767C89.8803 54.8337 89.8 54.6397 89.8 54.4375V50.6875C89.8 50.4853 89.8803 50.2913 90.0233 50.1483C90.1663 50.0053 90.3603 49.925 90.5625 49.925H93.051C93.1538 49.925 93.2523 49.9658 93.325 50.0385ZM93.1836 50.1799C93.2187 50.2151 93.2385 50.2628 93.2385 50.3125C93.2385 50.3622 93.2187 50.4099 93.1836 50.4451C93.1484 50.4802 93.1007 50.5 93.051 50.5H90.5625C90.5128 50.5 90.4651 50.5197 90.4299 50.5549C90.3948 50.5901 90.375 50.6378 90.375 50.6875V54.4375C90.375 54.4872 90.3948 54.5349 90.4299 54.5701C90.4651 54.6052 90.5128 54.625 90.5625 54.625H94.3125C94.3622 54.625 94.4099 54.6052 94.4451 54.5701C94.4802 54.5349 94.5 54.4872 94.5 54.4375V51.949C94.5 51.8993 94.5198 51.8516 94.5549 51.8164C94.5901 51.7812 94.6378 51.7615 94.6875 51.7615C94.7372 51.7615 94.7849 51.7812 94.8201 51.8164C94.8552 51.8516 94.875 51.8993 94.875 51.949V54.4375C94.875 54.5867 94.8157 54.7297 94.7102 54.8352C94.6048 54.9407 94.4617 55 94.3125 55H90.5625C90.4133 55 90.2702 54.9407 90.1648 54.8352C90.0593 54.7297 90 54.5867 90 54.4375V50.6875C90 50.5383 90.0593 50.3952 90.1648 50.2897C90.2702 50.1843 90.4133 50.125 90.5625 50.125H93.051C93.1007 50.125 93.1484 50.1447 93.1836 50.1799Z" fill="#E4EBF0"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M96 49.1875C96 49.1378 95.9802 49.0901 95.9451 49.0549C95.9099 49.0198 95.8622 49 95.8125 49H93.9375C93.8878 49 93.8401 49.0198 93.8049 49.0549C93.7698 49.0901 93.75 49.1378 93.75 49.1875C93.75 49.2372 93.7698 49.2849 93.8049 49.3201C93.8401 49.3552 93.8878 49.375 93.9375 49.375H95.3599L92.3048 52.4297C92.2873 52.4472 92.2735 52.4679 92.2641 52.4907C92.2546 52.5134 92.2498 52.5378 92.2498 52.5625C92.2498 52.5872 92.2546 52.6116 92.2641 52.6343C92.2735 52.6571 92.2873 52.6778 92.3048 52.6953C92.3222 52.7127 92.3429 52.7265 92.3657 52.7359C92.3884 52.7454 92.4128 52.7502 92.4375 52.7502C92.4622 52.7502 92.4866 52.7454 92.5093 52.7359C92.5321 52.7265 92.5528 52.7127 92.5703 52.6953L95.625 49.6401V51.0625C95.625 51.1122 95.6448 51.1599 95.6799 51.1951C95.7151 51.2302 95.7628 51.25 95.8125 51.25C95.8622 51.25 95.9099 51.2302 95.9451 51.1951C95.9802 51.1599 96 51.1122 96 51.0625V49.1875Z" fill="#E4EBF0"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M92.3047 52.4297L95.3599 49.375H93.9375C93.8878 49.375 93.8401 49.3552 93.8049 49.3201C93.7698 49.2849 93.75 49.2372 93.75 49.1875C93.75 49.1378 93.7698 49.0901 93.8049 49.0549C93.8401 49.0197 93.8878 49 93.9375 49H95.8125C95.8622 49 95.9099 49.0197 95.9451 49.0549C95.9802 49.0901 96 49.1378 96 49.1875V51.0625C96 51.1122 95.9802 51.1599 95.9451 51.1951C95.9099 51.2302 95.8622 51.25 95.8125 51.25C95.7628 51.25 95.7151 51.2302 95.6799 51.1951C95.6448 51.1599 95.625 51.1122 95.625 51.0625V49.6401L92.5702 52.6952C92.5528 52.7127 92.5321 52.7265 92.5093 52.7359C92.4866 52.7454 92.4622 52.7502 92.4375 52.7502C92.4128 52.7502 92.3884 52.7454 92.3657 52.7359C92.3429 52.7265 92.3222 52.7127 92.3047 52.6952C92.2873 52.6778 92.2735 52.6571 92.2641 52.6343C92.2546 52.6116 92.2498 52.5871 92.2498 52.5625C92.2498 52.5378 92.2546 52.5134 92.2641 52.4906C92.2735 52.4679 92.2873 52.4472 92.3047 52.4297ZM95.425 50.123V51.0625C95.425 51.1653 95.4658 51.2638 95.5385 51.3365C95.6112 51.4092 95.7097 51.45 95.8125 51.45C95.9153 51.45 96.0138 51.4092 96.0865 51.3365C96.1592 51.2638 96.2 51.1653 96.2 51.0625V49.1875C96.2 49.0847 96.1592 48.9862 96.0865 48.9135C96.0138 48.8408 95.9153 48.8 95.8125 48.8H93.9375C93.8347 48.8 93.7362 48.8408 93.6635 48.9135C93.5908 48.9862 93.55 49.0847 93.55 49.1875C93.55 49.2903 93.5908 49.3888 93.6635 49.4615C93.7362 49.5342 93.8347 49.575 93.9375 49.575H94.877L92.1633 52.2883C92.1273 52.3243 92.0988 52.3671 92.0793 52.4141C92.0598 52.4611 92.0498 52.5116 92.0498 52.5625C92.0498 52.6134 92.0598 52.6638 92.0793 52.7109C92.0988 52.7579 92.1273 52.8007 92.1633 52.8367C92.1993 52.8727 92.2421 52.9012 92.2891 52.9207C92.3362 52.9402 92.3866 52.9502 92.4375 52.9502C92.4884 52.9502 92.5388 52.9402 92.5859 52.9207C92.6329 52.9012 92.6757 52.8727 92.7117 52.8367L95.425 50.123Z" fill="#E4EBF0"/>
9
+ </g>
10
+ <rect x="38" y="59" width="45" height="2" fill="#E4EBF0"/>
11
+ <rect x="29" y="51" width="59" height="3" fill="#E4EBF0"/>
12
+ <defs>
13
+ <clipPath id="clip0_40_115">
14
+ <rect width="6" height="6" fill="white" transform="translate(90 49)"/>
15
+ </clipPath>
16
+ </defs>
17
+ </svg>
assets/images/block-previews/post-carousel.svg ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="27" y="20" width="72" height="71" rx="2.50705" fill="#C8D0D7"/>
4
+ <rect x="33" y="34" width="36" height="6" fill="#E4EBF0"/>
5
+ <rect x="33" y="46" width="50" height="3" fill="#E4EBF0"/>
6
+ <rect x="33" y="52" width="60" height="3" fill="#E4EBF0"/>
7
+ <rect x="33" y="58" width="39" height="3" fill="#E4EBF0"/>
8
+ <rect x="33" y="70" width="22" height="8" rx="4" fill="#E4EBF0"/>
9
+ <path d="M21.5 57.5H14.207L16.8535 54.8535L16.1465 54.1465L12.293 58L16.1465 61.8535L16.8535 61.1465L14.207 58.5H21.5V57.5Z" fill="#E4EBF0"/>
10
+ <path d="M104.5 57.5H111.793L109.147 54.8535L109.854 54.1465L113.707 58L109.854 61.8535L109.147 61.1465L111.793 58.5H104.5V57.5Z" fill="#E4EBF0"/>
11
+ </svg>
assets/images/block-previews/post-grid.svg ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="22" y="14" width="39.3792" height="38.8323" rx="2.50705" fill="#C8D0D7"/>
4
+ <rect x="25.2816" y="21.657" width="19.6896" height="3.2816" fill="#E4EBF0"/>
5
+ <rect x="25.2816" y="28.2202" width="27.3467" height="1.6408" fill="#E4EBF0"/>
6
+ <rect x="25.2816" y="31.5018" width="32.816" height="1.6408" fill="#E4EBF0"/>
7
+ <rect x="25.2816" y="34.7834" width="21.3304" height="1.6408" fill="#E4EBF0"/>
8
+ <rect x="25.2816" y="41.3467" width="12.0325" height="4.37547" rx="2.18773" fill="#E4EBF0"/>
9
+ <rect x="22" y="56.6208" width="39.3792" height="38.8323" rx="2.50705" fill="#C8D0D7"/>
10
+ <rect x="25.2816" y="64.2778" width="19.6896" height="3.2816" fill="#E4EBF0"/>
11
+ <rect x="25.2816" y="70.8411" width="27.3467" height="1.6408" fill="#E4EBF0"/>
12
+ <rect x="25.2816" y="74.1227" width="32.816" height="1.6408" fill="#E4EBF0"/>
13
+ <rect x="25.2816" y="77.4043" width="21.3304" height="1.6408" fill="#E4EBF0"/>
14
+ <rect x="25.2816" y="83.9675" width="12.0325" height="4.37547" rx="2.18773" fill="#E4EBF0"/>
15
+ <rect x="64.6208" y="14" width="39.3792" height="38.8323" rx="2.50705" fill="#C8D0D7"/>
16
+ <rect x="67.9024" y="21.657" width="19.6896" height="3.2816" fill="#E4EBF0"/>
17
+ <rect x="67.9024" y="28.2202" width="27.3467" height="1.6408" fill="#E4EBF0"/>
18
+ <rect x="67.9024" y="31.5018" width="32.816" height="1.6408" fill="#E4EBF0"/>
19
+ <rect x="67.9024" y="34.7834" width="21.3304" height="1.6408" fill="#E4EBF0"/>
20
+ <rect x="67.9024" y="41.3467" width="12.0325" height="4.37547" rx="2.18773" fill="#E4EBF0"/>
21
+ <rect x="64.6208" y="56.6208" width="39.3792" height="38.8323" rx="2.50705" fill="#C8D0D7"/>
22
+ <rect x="67.9024" y="64.2778" width="19.6896" height="3.2816" fill="#E4EBF0"/>
23
+ <rect x="67.9024" y="70.8411" width="27.3467" height="1.6408" fill="#E4EBF0"/>
24
+ <rect x="67.9024" y="74.1227" width="32.816" height="1.6408" fill="#E4EBF0"/>
25
+ <rect x="67.9024" y="77.4043" width="21.3304" height="1.6408" fill="#E4EBF0"/>
26
+ <rect x="67.9024" y="83.9675" width="12.0325" height="4.37547" rx="2.18773" fill="#E4EBF0"/>
27
+ </svg>
assets/images/block-previews/post-masonry.svg ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="22" y="10" width="39" height="38.8323" rx="2.50705" fill="#C8D0D7"/>
4
+ <rect x="25.2816" y="17.657" width="19.6896" height="3.2816" fill="#E4EBF0"/>
5
+ <rect x="25.2816" y="24.2202" width="27.3467" height="1.6408" fill="#E4EBF0"/>
6
+ <rect x="25.2816" y="27.5019" width="32.816" height="1.6408" fill="#E4EBF0"/>
7
+ <rect x="25.2816" y="30.7834" width="21.3304" height="1.6408" fill="#E4EBF0"/>
8
+ <rect x="25.2816" y="37.3467" width="12.0325" height="4.37547" rx="2.18773" fill="#E4EBF0"/>
9
+ <rect x="65" y="60" width="39" height="38.8323" rx="2.50705" fill="#C8D0D7"/>
10
+ <rect x="68.2816" y="67.657" width="19.6896" height="3.2816" fill="#E4EBF0"/>
11
+ <rect x="68.2816" y="74.2202" width="27.3467" height="1.6408" fill="#E4EBF0"/>
12
+ <rect x="68.2816" y="77.5019" width="32.816" height="1.6408" fill="#E4EBF0"/>
13
+ <rect x="68.2816" y="80.7834" width="21.3304" height="1.6408" fill="#E4EBF0"/>
14
+ <rect x="68.2816" y="87.3467" width="12.0325" height="4.37547" rx="2.18773" fill="#E4EBF0"/>
15
+ <rect x="22" y="53" width="39" height="46" rx="2.50705" fill="#C8D0D7"/>
16
+ <rect x="25.2816" y="60.657" width="19.6896" height="3.2816" fill="#E4EBF0"/>
17
+ <rect x="25.2816" y="67.2202" width="27.3467" height="1.6408" fill="#E4EBF0"/>
18
+ <rect x="25.2816" y="70.5019" width="32.816" height="1.6408" fill="#E4EBF0"/>
19
+ <rect x="25.2816" y="73.7834" width="21.3304" height="1.6408" fill="#E4EBF0"/>
20
+ <rect x="25.2816" y="77" width="30" height="1.6408" fill="#E4EBF0"/>
21
+ <rect x="25.2816" y="83.5634" width="12.0325" height="4.37547" rx="2.18773" fill="#E4EBF0"/>
22
+ <rect x="65" y="10" width="39" height="46" rx="2.50705" fill="#C8D0D7"/>
23
+ <rect x="68.2816" y="17.657" width="19.6896" height="3.2816" fill="#E4EBF0"/>
24
+ <rect x="68.2816" y="24.2202" width="27.3467" height="1.6408" fill="#E4EBF0"/>
25
+ <rect x="68.2816" y="27.5019" width="32.816" height="1.6408" fill="#E4EBF0"/>
26
+ <rect x="68.2816" y="30.7834" width="21.3304" height="1.6408" fill="#E4EBF0"/>
27
+ <rect x="68.2816" y="34" width="30" height="1.6408" fill="#E4EBF0"/>
28
+ <rect x="68.2816" y="40.5634" width="12.0325" height="4.37547" rx="2.18773" fill="#E4EBF0"/>
29
+ </svg>
assets/images/block-previews/post-timeline.svg ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="61" y="37" width="2" height="35" fill="#E4EBF0"/>
4
+ <circle r="4.5" transform="matrix(-1 0 0 1 62.5 39.5)" fill="#E4EBF0"/>
5
+ <circle r="4.5" transform="matrix(-1 0 0 1 62.5 69.5)" fill="#E4EBF0"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13 26C11.8954 26 11 26.8954 11 28V51C11 52.1046 11.8954 53 13 53H49C50.1046 53 51 52.1046 51 51V42.3868L56 39.5L51 36.6132V28C51 26.8954 50.1046 26 49 26H13Z" fill="#C8D0D7"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M76 56C74.8954 56 74 56.8954 74 58V66.6132L69 69.5L74 72.3868V81C74 82.1046 74.8954 83 76 83H112C113.105 83 114 82.1046 114 81V58C114 56.8954 113.105 56 112 56H76Z" fill="#C8D0D7"/>
8
+ <rect x="17" y="33" width="20" height="3" fill="#E4EBF0"/>
9
+ <rect x="82" y="63" width="20" height="3" fill="#E4EBF0"/>
10
+ <rect x="17" y="46" width="21" height="1" fill="#E4EBF0"/>
11
+ <rect x="82" y="76" width="21" height="1" fill="#E4EBF0"/>
12
+ <rect x="17" y="44" width="27" height="1" fill="#E4EBF0"/>
13
+ <rect x="82" y="74" width="27" height="1" fill="#E4EBF0"/>
14
+ <rect x="17" y="42" width="27" height="1" fill="#E4EBF0"/>
15
+ <rect x="82" y="72" width="27" height="1" fill="#E4EBF0"/>
16
+ </svg>
assets/images/block-previews/price-list.svg ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="14" y="22" width="35" height="29" rx="1" fill="#C8D0D7"/>
4
+ <g clip-path="url(#clip0_40_171)">
5
+ <path d="M29.1776 33.6609C29.1776 34.0704 29.0149 34.4631 28.7254 34.7526C28.4359 35.0422 28.0432 35.2048 27.6337 35.2048C27.2242 35.2048 26.8316 35.0422 26.542 34.7526C26.2525 34.4631 26.0898 34.0704 26.0898 33.6609C26.0898 33.2515 26.2525 32.8588 26.542 32.5693C26.8316 32.2797 27.2242 32.1171 27.6337 32.1171C28.0432 32.1171 28.4359 32.2797 28.7254 32.5693C29.0149 32.8588 29.1776 33.2515 29.1776 33.6609Z" fill="#E4EBF0"/>
6
+ <path d="M25.0606 29.0293C24.5146 29.0293 23.991 29.2462 23.605 29.6322C23.2189 30.0183 23.0021 30.5419 23.0021 31.0878V41.3804C23.0021 41.9263 23.2189 42.4499 23.605 42.8359C23.991 43.222 24.5146 43.4389 25.0606 43.4389H37.4116C37.9576 43.4389 38.4812 43.222 38.8672 42.8359C39.2533 42.4499 39.4701 41.9263 39.4701 41.3804V31.0878C39.4701 30.5419 39.2533 30.0183 38.8672 29.6322C38.4812 29.2462 37.9576 29.0293 37.4116 29.0293H25.0606ZM37.4116 30.0586C37.6846 30.0586 37.9464 30.167 38.1394 30.36C38.3325 30.553 38.4409 30.8148 38.4409 31.0878V37.778L34.5534 35.774C34.4569 35.7257 34.3476 35.7089 34.241 35.7261C34.1344 35.7432 34.036 35.7935 33.9595 35.8697L30.141 39.6883L27.4032 37.8644C27.3043 37.7986 27.1857 37.769 27.0676 37.7806C26.9494 37.7923 26.8388 37.8444 26.7547 37.9282L24.0313 40.3511V31.0878C24.0313 30.8148 24.1398 30.553 24.3328 30.36C24.5258 30.167 24.7876 30.0586 25.0606 30.0586H37.4116Z" fill="#E4EBF0"/>
7
+ </g>
8
+ <rect x="14" y="58" width="35" height="29" rx="1" fill="#C8D0D7"/>
9
+ <g clip-path="url(#clip1_40_171)">
10
+ <path d="M29.1776 69.6609C29.1776 70.0704 29.0149 70.4631 28.7254 70.7526C28.4359 71.0422 28.0432 71.2048 27.6337 71.2048C27.2242 71.2048 26.8316 71.0422 26.542 70.7526C26.2525 70.4631 26.0898 70.0704 26.0898 69.6609C26.0898 69.2515 26.2525 68.8588 26.542 68.5693C26.8316 68.2797 27.2242 68.1171 27.6337 68.1171C28.0432 68.1171 28.4359 68.2797 28.7254 68.5693C29.0149 68.8588 29.1776 69.2515 29.1776 69.6609Z" fill="#E4EBF0"/>
11
+ <path d="M25.0606 65.0293C24.5146 65.0293 23.991 65.2462 23.605 65.6322C23.2189 66.0183 23.0021 66.5419 23.0021 67.0878V77.3804C23.0021 77.9263 23.2189 78.4499 23.605 78.8359C23.991 79.222 24.5146 79.4389 25.0606 79.4389H37.4116C37.9576 79.4389 38.4812 79.222 38.8672 78.8359C39.2533 78.4499 39.4701 77.9263 39.4701 77.3804V67.0878C39.4701 66.5419 39.2533 66.0183 38.8672 65.6322C38.4812 65.2462 37.9576 65.0293 37.4116 65.0293H25.0606ZM37.4116 66.0586C37.6846 66.0586 37.9464 66.167 38.1394 66.36C38.3325 66.553 38.4409 66.8148 38.4409 67.0878V73.778L34.5534 71.774C34.4569 71.7257 34.3476 71.7089 34.241 71.7261C34.1344 71.7432 34.036 71.7935 33.9595 71.8697L30.141 75.6883L27.4032 73.8644C27.3043 73.7986 27.1857 73.769 27.0676 73.7806C26.9494 73.7923 26.8388 73.8444 26.7547 73.9282L24.0313 76.3511V67.0878C24.0313 66.8148 24.1398 66.553 24.3328 66.36C24.5258 66.167 24.7876 66.0586 25.0606 66.0586H37.4116Z" fill="#E4EBF0"/>
12
+ </g>
13
+ <rect x="54" y="25" width="34" height="4" fill="#E4EBF0"/>
14
+ <rect x="54" y="61" width="34" height="4" fill="#E4EBF0"/>
15
+ <rect x="54" y="46" width="45" height="2" fill="#E4EBF0"/>
16
+ <rect x="54" y="82" width="45" height="2" fill="#E4EBF0"/>
17
+ <rect x="54" y="41" width="58" height="2" fill="#E4EBF0"/>
18
+ <rect x="54" y="77" width="58" height="2" fill="#E4EBF0"/>
19
+ <rect x="54" y="36" width="58" height="2" fill="#E4EBF0"/>
20
+ <rect x="54" y="72" width="58" height="2" fill="#E4EBF0"/>
21
+ <circle r="3" transform="matrix(-1 0 0 1 109 27)" fill="#E4EBF0"/>
22
+ <circle r="3" transform="matrix(-1 0 0 1 109 63)" fill="#E4EBF0"/>
23
+ <defs>
24
+ <clipPath id="clip0_40_171">
25
+ <rect width="16.4681" height="16.4681" fill="white" transform="translate(23 28)"/>
26
+ </clipPath>
27
+ <clipPath id="clip1_40_171">
28
+ <rect width="16.4681" height="16.4681" fill="white" transform="translate(23 64)"/>
29
+ </clipPath>
30
+ </defs>
31
+ </svg>
assets/images/block-previews/review.svg ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="14" y="74" width="33" height="3" fill="#E4EBF0"/>
4
+ <rect x="14" y="83" width="33" height="3" fill="#E4EBF0"/>
5
+ <rect x="14" y="92" width="33" height="3" fill="#E4EBF0"/>
6
+ <g clip-path="url(#clip0_40_185)">
7
+ <path d="M49.9953 74.7148L51.2283 74.5356L51.7795 73.4181C51.7946 73.3875 51.8194 73.3627 51.85 73.3477C51.9267 73.3098 52.0199 73.3414 52.0583 73.4181L52.6095 74.5356L53.8425 74.7148C53.8765 74.7196 53.9076 74.7357 53.9314 74.7599C53.9602 74.7895 53.976 74.8293 53.9755 74.8705C53.9749 74.9118 53.958 74.9511 53.9285 74.9799L53.0364 75.8497L53.2471 77.0779C53.2521 77.1065 53.2489 77.1359 53.238 77.1627C53.2271 77.1896 53.2089 77.2129 53.1854 77.2299C53.162 77.2469 53.1342 77.2571 53.1053 77.2591C53.0764 77.2612 53.0475 77.2551 53.0218 77.2416L51.9189 76.6617L50.816 77.2416C50.7859 77.2576 50.751 77.2629 50.7174 77.2571C50.6329 77.2425 50.5761 77.1624 50.5907 77.0779L50.8015 75.8497L49.9093 74.9799C49.8851 74.9561 49.869 74.9251 49.8642 74.8911C49.8511 74.8061 49.9103 74.7274 49.9953 74.7148Z" fill="#C8D0D7"/>
8
+ </g>
9
+ <g clip-path="url(#clip1_40_185)">
10
+ <path d="M56.8331 74.7148L58.0662 74.5356L58.6174 73.4181C58.6324 73.3875 58.6572 73.3627 58.6878 73.3477C58.7645 73.3098 58.8578 73.3414 58.8961 73.4181L59.4473 74.5356L60.6804 74.7148C60.7144 74.7196 60.7455 74.7357 60.7693 74.7599C60.798 74.7895 60.8139 74.8293 60.8133 74.8705C60.8128 74.9118 60.7959 74.9511 60.7663 74.9799L59.8742 75.8497L60.085 77.0779C60.0899 77.1065 60.0868 77.1359 60.0759 77.1627C60.065 77.1896 60.0467 77.2129 60.0233 77.2299C59.9998 77.2469 59.9721 77.2571 59.9431 77.2591C59.9142 77.2612 59.8853 77.2551 59.8597 77.2416L58.7568 76.6617L57.6539 77.2416C57.6238 77.2576 57.5888 77.2629 57.5553 77.2571C57.4708 77.2425 57.414 77.1624 57.4285 77.0779L57.6393 75.8497L56.7472 74.9799C56.7229 74.9561 56.7069 74.9251 56.702 74.8911C56.6889 74.8061 56.7481 74.7274 56.8331 74.7148Z" fill="#C8D0D7"/>
11
+ </g>
12
+ <g clip-path="url(#clip2_40_185)">
13
+ <path d="M63.671 74.7148L64.904 74.5356L65.4552 73.4181C65.4703 73.3875 65.495 73.3627 65.5256 73.3477C65.6024 73.3098 65.6956 73.3414 65.734 73.4181L66.2852 74.5356L67.5182 74.7148C67.5522 74.7196 67.5833 74.7357 67.6071 74.7599C67.6359 74.7895 67.6517 74.8293 67.6512 74.8705C67.6506 74.9118 67.6337 74.9511 67.6042 74.9799L66.7121 75.8497L66.9228 77.0779C66.9278 77.1065 66.9246 77.1359 66.9137 77.1627C66.9028 77.1896 66.8846 77.2129 66.8611 77.2299C66.8377 77.2469 66.8099 77.2571 66.781 77.2591C66.752 77.2612 66.7231 77.2551 66.6975 77.2416L65.5946 76.6617L64.4917 77.2416C64.4616 77.2576 64.4266 77.2629 64.3931 77.2571C64.3086 77.2425 64.2518 77.1624 64.2664 77.0779L64.4771 75.8497L63.585 74.9799C63.5607 74.9561 63.5447 74.9251 63.5398 74.8911C63.5267 74.8061 63.586 74.7274 63.671 74.7148Z" fill="#C8D0D7"/>
14
+ </g>
15
+ <g clip-path="url(#clip3_40_185)">
16
+ <path d="M70.5088 74.7148L71.7419 74.5356L72.2931 73.4181C72.3081 73.3875 72.3329 73.3627 72.3635 73.3477C72.4402 73.3098 72.5335 73.3414 72.5718 73.4181L73.123 74.5356L74.3561 74.7148C74.3901 74.7196 74.4211 74.7357 74.4449 74.7599C74.4737 74.7895 74.4896 74.8293 74.489 74.8705C74.4885 74.9118 74.4716 74.9511 74.442 74.9799L73.5499 75.8497L73.7607 77.0779C73.7656 77.1065 73.7624 77.1359 73.7515 77.1627C73.7406 77.1896 73.7224 77.2129 73.699 77.2299C73.6755 77.2469 73.6477 77.2571 73.6188 77.2591C73.5899 77.2612 73.561 77.2551 73.5353 77.2416L72.4324 76.6617L71.3295 77.2416C71.2994 77.2576 71.2645 77.2629 71.231 77.2571C71.1465 77.2425 71.0896 77.1624 71.1042 77.0779L71.315 75.8497L70.4229 74.9799C70.3986 74.9561 70.3825 74.9251 70.3777 74.8911C70.3646 74.8061 70.4238 74.7274 70.5088 74.7148Z" fill="#C8D0D7"/>
17
+ </g>
18
+ <g clip-path="url(#clip4_40_185)">
19
+ <path d="M49.9953 83.7148L51.2283 83.5356L51.7795 82.4181C51.7946 82.3875 51.8194 82.3627 51.85 82.3477C51.9267 82.3098 52.0199 82.3414 52.0583 82.4181L52.6095 83.5356L53.8425 83.7148C53.8765 83.7196 53.9076 83.7357 53.9314 83.7599C53.9602 83.7895 53.976 83.8293 53.9755 83.8705C53.9749 83.9118 53.958 83.9511 53.9285 83.9799L53.0364 84.8497L53.2471 86.0779C53.2521 86.1065 53.2489 86.1359 53.238 86.1627C53.2271 86.1896 53.2089 86.2129 53.1854 86.2299C53.162 86.2469 53.1342 86.2571 53.1053 86.2591C53.0764 86.2612 53.0475 86.2551 53.0218 86.2416L51.9189 85.6617L50.816 86.2416C50.7859 86.2576 50.751 86.2629 50.7174 86.2571C50.6329 86.2425 50.5761 86.1624 50.5907 86.0779L50.8015 84.8497L49.9093 83.9799C49.8851 83.9561 49.869 83.9251 49.8642 83.8911C49.8511 83.8061 49.9103 83.7274 49.9953 83.7148Z" fill="#C8D0D7"/>
20
+ </g>
21
+ <g clip-path="url(#clip5_40_185)">
22
+ <path d="M56.8331 83.7148L58.0662 83.5356L58.6174 82.4181C58.6324 82.3875 58.6572 82.3627 58.6878 82.3477C58.7645 82.3098 58.8578 82.3414 58.8961 82.4181L59.4473 83.5356L60.6804 83.7148C60.7144 83.7196 60.7455 83.7357 60.7693 83.7599C60.798 83.7895 60.8139 83.8293 60.8133 83.8705C60.8128 83.9118 60.7959 83.9511 60.7663 83.9799L59.8742 84.8497L60.085 86.0779C60.0899 86.1065 60.0868 86.1359 60.0759 86.1627C60.065 86.1896 60.0467 86.2129 60.0233 86.2299C59.9998 86.2469 59.9721 86.2571 59.9431 86.2591C59.9142 86.2612 59.8853 86.2551 59.8597 86.2416L58.7568 85.6617L57.6539 86.2416C57.6238 86.2576 57.5888 86.2629 57.5553 86.2571C57.4708 86.2425 57.414 86.1624 57.4285 86.0779L57.6393 84.8497L56.7472 83.9799C56.7229 83.9561 56.7069 83.9251 56.702 83.8911C56.6889 83.8061 56.7481 83.7274 56.8331 83.7148Z" fill="#C8D0D7"/>
23
+ </g>
24
+ <g clip-path="url(#clip6_40_185)">
25
+ <path d="M63.671 83.7148L64.904 83.5356L65.4552 82.4181C65.4703 82.3875 65.495 82.3627 65.5256 82.3477C65.6024 82.3098 65.6956 82.3414 65.734 82.4181L66.2852 83.5356L67.5182 83.7148C67.5522 83.7196 67.5833 83.7357 67.6071 83.7599C67.6359 83.7895 67.6517 83.8293 67.6512 83.8705C67.6506 83.9118 67.6337 83.9511 67.6042 83.9799L66.7121 84.8497L66.9228 86.0779C66.9278 86.1065 66.9246 86.1359 66.9137 86.1627C66.9028 86.1896 66.8846 86.2129 66.8611 86.2299C66.8377 86.2469 66.8099 86.2571 66.781 86.2591C66.752 86.2612 66.7231 86.2551 66.6975 86.2416L65.5946 85.6617L64.4917 86.2416C64.4616 86.2576 64.4266 86.2629 64.3931 86.2571C64.3086 86.2425 64.2518 86.1624 64.2664 86.0779L64.4771 84.8497L63.585 83.9799C63.5607 83.9561 63.5447 83.9251 63.5398 83.8911C63.5267 83.8061 63.586 83.7274 63.671 83.7148Z" fill="#C8D0D7"/>
26
+ </g>
27
+ <g clip-path="url(#clip7_40_185)">
28
+ <path d="M70.5088 83.7148L71.7419 83.5356L72.2931 82.4181C72.3081 82.3875 72.3329 82.3627 72.3635 82.3477C72.4402 82.3098 72.5335 82.3414 72.5718 82.4181L73.123 83.5356L74.3561 83.7148C74.3901 83.7196 74.4211 83.7357 74.4449 83.7599C74.4737 83.7895 74.4896 83.8293 74.489 83.8705C74.4885 83.9118 74.4716 83.9511 74.442 83.9799L73.5499 84.8497L73.7607 86.0779C73.7656 86.1065 73.7624 86.1359 73.7515 86.1627C73.7406 86.1896 73.7224 86.2129 73.699 86.2299C73.6755 86.2469 73.6477 86.2571 73.6188 86.2591C73.5899 86.2612 73.561 86.2551 73.5353 86.2416L72.4324 85.6617L71.3295 86.2416C71.2994 86.2576 71.2645 86.2629 71.231 86.2571C71.1465 86.2425 71.0896 86.1624 71.1042 86.0779L71.315 84.8497L70.4229 83.9799C70.3986 83.9561 70.3825 83.9251 70.3777 83.8911C70.3646 83.8061 70.4238 83.7274 70.5088 83.7148Z" fill="#C8D0D7"/>
29
+ </g>
30
+ <g clip-path="url(#clip8_40_185)">
31
+ <path d="M49.9953 92.7148L51.2283 92.5356L51.7795 91.4181C51.7946 91.3875 51.8194 91.3627 51.85 91.3477C51.9267 91.3098 52.0199 91.3414 52.0583 91.4181L52.6095 92.5356L53.8425 92.7148C53.8765 92.7196 53.9076 92.7357 53.9314 92.7599C53.9602 92.7895 53.976 92.8293 53.9755 92.8705C53.9749 92.9118 53.958 92.9511 53.9285 92.9799L53.0364 93.8497L53.2471 95.0779C53.2521 95.1065 53.2489 95.1359 53.238 95.1627C53.2271 95.1896 53.2089 95.2129 53.1854 95.2299C53.162 95.2469 53.1342 95.2571 53.1053 95.2591C53.0764 95.2612 53.0475 95.2551 53.0218 95.2416L51.9189 94.6617L50.816 95.2416C50.7859 95.2576 50.751 95.2629 50.7174 95.2571C50.6329 95.2425 50.5761 95.1624 50.5907 95.0779L50.8015 93.8497L49.9093 92.9799C49.8851 92.9561 49.869 92.9251 49.8642 92.8911C49.8511 92.8061 49.9103 92.7274 49.9953 92.7148Z" fill="#C8D0D7"/>
32
+ </g>
33
+ <g clip-path="url(#clip9_40_185)">
34
+ <path d="M56.8331 92.7148L58.0662 92.5356L58.6174 91.4181C58.6324 91.3875 58.6572 91.3627 58.6878 91.3477C58.7645 91.3098 58.8578 91.3414 58.8961 91.4181L59.4473 92.5356L60.6804 92.7148C60.7144 92.7196 60.7455 92.7357 60.7693 92.7599C60.798 92.7895 60.8139 92.8293 60.8133 92.8705C60.8128 92.9118 60.7959 92.9511 60.7663 92.9799L59.8742 93.8497L60.085 95.0779C60.0899 95.1065 60.0868 95.1359 60.0759 95.1627C60.065 95.1896 60.0467 95.2129 60.0233 95.2299C59.9998 95.2469 59.9721 95.2571 59.9431 95.2591C59.9142 95.2612 59.8853 95.2551 59.8597 95.2416L58.7568 94.6617L57.6539 95.2416C57.6238 95.2576 57.5888 95.2629 57.5553 95.2571C57.4708 95.2425 57.414 95.1624 57.4285 95.0779L57.6393 93.8497L56.7472 92.9799C56.7229 92.9561 56.7069 92.9251 56.702 92.8911C56.6889 92.8061 56.7481 92.7274 56.8331 92.7148Z" fill="#C8D0D7"/>
35
+ </g>
36
+ <g clip-path="url(#clip10_40_185)">
37
+ <path d="M63.671 92.7148L64.904 92.5356L65.4552 91.4181C65.4703 91.3875 65.495 91.3627 65.5256 91.3477C65.6024 91.3098 65.6956 91.3414 65.734 91.4181L66.2852 92.5356L67.5182 92.7148C67.5522 92.7196 67.5833 92.7357 67.6071 92.7599C67.6359 92.7895 67.6517 92.8293 67.6512 92.8705C67.6506 92.9118 67.6337 92.9511 67.6042 92.9799L66.7121 93.8497L66.9228 95.0779C66.9278 95.1065 66.9246 95.1359 66.9137 95.1627C66.9028 95.1896 66.8846 95.2129 66.8611 95.2299C66.8377 95.2469 66.8099 95.2571 66.781 95.2591C66.752 95.2612 66.7231 95.2551 66.6975 95.2416L65.5946 94.6617L64.4917 95.2416C64.4616 95.2576 64.4266 95.2629 64.3931 95.2571C64.3086 95.2425 64.2518 95.1624 64.2664 95.0779L64.4771 93.8497L63.585 92.9799C63.5607 92.9561 63.5447 92.9251 63.5398 92.8911C63.5267 92.8061 63.586 92.7274 63.671 92.7148Z" fill="#C8D0D7"/>
38
+ </g>
39
+ <g clip-path="url(#clip11_40_185)">
40
+ <path d="M70.5088 92.7148L71.7419 92.5356L72.2931 91.4181C72.3081 91.3875 72.3329 91.3627 72.3635 91.3477C72.4402 91.3098 72.5335 91.3414 72.5718 91.4181L73.123 92.5356L74.3561 92.7148C74.3901 92.7196 74.4211 92.7357 74.4449 92.7599C74.4737 92.7895 74.4896 92.8293 74.489 92.8705C74.4885 92.9118 74.4716 92.9511 74.442 92.9799L73.5499 93.8497L73.7607 95.0779C73.7656 95.1065 73.7624 95.1359 73.7515 95.1627C73.7406 95.1896 73.7224 95.2129 73.699 95.2299C73.6755 95.2469 73.6477 95.2571 73.6188 95.2591C73.5899 95.2612 73.561 95.2551 73.5353 95.2416L72.4324 94.6617L71.3295 95.2416C71.2994 95.2576 71.2645 95.2629 71.231 95.2571C71.1465 95.2425 71.0896 95.1624 71.1042 95.0779L71.315 93.8497L70.4229 92.9799C70.3986 92.9561 70.3825 92.9251 70.3777 92.8911C70.3646 92.8061 70.4238 92.7274 70.5088 92.7148Z" fill="#C8D0D7"/>
41
+ </g>
42
+ <rect x="14" y="36" width="35" height="29" rx="1" fill="#C8D0D7"/>
43
+ <g clip-path="url(#clip12_40_185)">
44
+ <path d="M29.1776 47.6609C29.1776 48.0704 29.0149 48.4631 28.7254 48.7526C28.4359 49.0422 28.0432 49.2048 27.6337 49.2048C27.2242 49.2048 26.8316 49.0422 26.542 48.7526C26.2525 48.4631 26.0898 48.0704 26.0898 47.6609C26.0898 47.2515 26.2525 46.8588 26.542 46.5693C26.8316 46.2797 27.2242 46.1171 27.6337 46.1171C28.0432 46.1171 28.4359 46.2797 28.7254 46.5693C29.0149 46.8588 29.1776 47.2515 29.1776 47.6609Z" fill="#E4EBF0"/>
45
+ <path d="M25.0606 43.0293C24.5146 43.0293 23.991 43.2462 23.605 43.6322C23.2189 44.0183 23.0021 44.5419 23.0021 45.0878V55.3804C23.0021 55.9263 23.2189 56.4499 23.605 56.8359C23.991 57.222 24.5146 57.4389 25.0606 57.4389H37.4116C37.9576 57.4389 38.4812 57.222 38.8672 56.8359C39.2533 56.4499 39.4701 55.9263 39.4701 55.3804V45.0878C39.4701 44.5419 39.2533 44.0183 38.8672 43.6322C38.4812 43.2462 37.9576 43.0293 37.4116 43.0293H25.0606ZM37.4116 44.0586C37.6846 44.0586 37.9464 44.167 38.1394 44.36C38.3325 44.553 38.4409 44.8148 38.4409 45.0878V51.778L34.5534 49.774C34.4569 49.7257 34.3476 49.7089 34.241 49.7261C34.1344 49.7432 34.036 49.7935 33.9595 49.8697L30.141 53.6883L27.4032 51.8644C27.3043 51.7986 27.1857 51.769 27.0676 51.7806C26.9494 51.7923 26.8388 51.8444 26.7547 51.9282L24.0313 54.3511V45.0878C24.0313 44.8148 24.1398 44.553 24.3328 44.36C24.5258 44.167 24.7876 44.0586 25.0606 44.0586H37.4116Z" fill="#E4EBF0"/>
46
+ </g>
47
+ <rect x="14" y="15" width="34" height="4" fill="#E4EBF0"/>
48
+ <rect x="14" y="24" width="97" height="2" fill="#E4EBF0"/>
49
+ <rect x="14" y="29" width="85" height="2" fill="#E4EBF0"/>
50
+ <defs>
51
+ <clipPath id="clip0_40_185">
52
+ <rect width="4.97297" height="4.97297" fill="white" transform="matrix(-1 0 0 1 54.4054 73)"/>
53
+ </clipPath>
54
+ <clipPath id="clip1_40_185">
55
+ <rect width="4.97297" height="4.97297" fill="white" transform="matrix(-1 0 0 1 61.2432 73)"/>
56
+ </clipPath>
57
+ <clipPath id="clip2_40_185">
58
+ <rect width="4.97297" height="4.97297" fill="white" transform="matrix(-1 0 0 1 68.0811 73)"/>
59
+ </clipPath>
60
+ <clipPath id="clip3_40_185">
61
+ <rect width="4.97297" height="4.97297" fill="white" transform="matrix(-1 0 0 1 74.9189 73)"/>
62
+ </clipPath>
63
+ <clipPath id="clip4_40_185">
64
+ <rect width="4.97297" height="4.97297" fill="white" transform="matrix(-1 0 0 1 54.4054 82)"/>
65
+ </clipPath>
66
+ <clipPath id="clip5_40_185">
67
+ <rect width="4.97297" height="4.97297" fill="white" transform="matrix(-1 0 0 1 61.2432 82)"/>
68
+ </clipPath>
69
+ <clipPath id="clip6_40_185">
70
+ <rect width="4.97297" height="4.97297" fill="white" transform="matrix(-1 0 0 1 68.0811 82)"/>
71
+ </clipPath>
72
+ <clipPath id="clip7_40_185">
73
+ <rect width="4.97297" height="4.97297" fill="white" transform="matrix(-1 0 0 1 74.9189 82)"/>
74
+ </clipPath>
75
+ <clipPath id="clip8_40_185">
76
+ <rect width="4.97297" height="4.97297" fill="white" transform="matrix(-1 0 0 1 54.4054 91)"/>
77
+ </clipPath>
78
+ <clipPath id="clip9_40_185">
79
+ <rect width="4.97297" height="4.97297" fill="white" transform="matrix(-1 0 0 1 61.2432 91)"/>
80
+ </clipPath>
81
+ <clipPath id="clip10_40_185">
82
+ <rect width="4.97297" height="4.97297" fill="white" transform="matrix(-1 0 0 1 68.0811 91)"/>
83
+ </clipPath>
84
+ <clipPath id="clip11_40_185">
85
+ <rect width="4.97297" height="4.97297" fill="white" transform="matrix(-1 0 0 1 74.9189 91)"/>
86
+ </clipPath>
87
+ <clipPath id="clip12_40_185">
88
+ <rect width="16.4681" height="16.4681" fill="white" transform="translate(23 42)"/>
89
+ </clipPath>
90
+ </defs>
91
+ </svg>
assets/images/block-previews/social-share.svg ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <path d="M23.1997 44C20.8732 44 19 45.8732 19 48.1997V62.8004C19 65.1268 20.8732 67 23.1997 67H31.1131V58.0084H28.7355V54.7712H31.1131V52.0054C31.1131 49.8325 32.5179 47.8374 35.7541 47.8374C37.0643 47.8374 38.0332 47.9632 38.0332 47.9632L37.957 50.9863C37.957 50.9863 36.9689 50.9769 35.8906 50.9769C34.7236 50.9769 34.5365 51.5146 34.5365 52.4073V54.7712H38.0497L37.8967 58.0085H34.5365V67H37.8003C40.1268 67 42 65.1268 42 62.8004V48.1997C42 45.8733 40.1268 44 37.8003 44H23.1996L23.1997 44Z" fill="#C8D0D7"/>
4
+ <g clip-path="url(#clip0_40_196)">
5
+ <path d="M70.1667 51.2174C69.6076 51.467 69.0037 51.6367 68.3548 51.7266C69.0336 51.3273 69.4978 50.7433 69.7474 49.9746C69.0985 50.3539 68.4297 50.6085 67.7409 50.7383C67.1319 50.0794 66.3683 49.75 65.4499 49.75C64.5814 49.75 63.8402 50.057 63.2262 50.6709C62.6123 51.2848 62.3053 52.026 62.3053 52.8945C62.3053 53.184 62.3303 53.4236 62.3802 53.6133C61.0924 53.5434 59.8845 53.219 58.7565 52.64C57.6285 52.061 56.6701 51.2873 55.8815 50.319C55.592 50.8181 55.4473 51.3472 55.4473 51.9062C55.4473 53.0443 55.9015 53.9178 56.8099 54.5267C56.3407 54.5167 55.8416 54.3869 55.3125 54.1374V54.1673C55.3125 54.916 55.5621 55.5824 56.0612 56.1663C56.5603 56.7503 57.1743 57.1122 57.903 57.252C57.6135 57.3318 57.3589 57.3717 57.1393 57.3717C57.0095 57.3717 56.8149 57.3518 56.5553 57.3118C56.765 57.9408 57.1368 58.4599 57.6709 58.8691C58.205 59.2784 58.8114 59.4881 59.4902 59.498C58.3322 60.3965 57.0295 60.8457 55.582 60.8457C55.3225 60.8457 55.0729 60.8307 54.8333 60.8008C56.3108 61.7391 57.918 62.2083 59.6549 62.2083C60.773 62.2083 61.8212 62.0311 62.7995 61.6768C63.7778 61.3224 64.6163 60.8482 65.3151 60.2542C66.0139 59.6603 66.6153 58.9765 67.1195 58.2028C67.6236 57.4291 67.9979 56.6206 68.2425 55.777C68.4871 54.9335 68.6094 54.0924 68.6094 53.2539C68.6094 53.0742 68.6044 52.9395 68.5944 52.8496C69.2233 52.4004 69.7474 51.8563 70.1667 51.2174ZM74 48.3125V62.6875C74 63.8754 73.5782 64.8912 72.7347 65.7347C71.8912 66.5782 70.8754 67 69.6875 67H55.3125C54.1246 67 53.1088 66.5782 52.2653 65.7347C51.4218 64.8912 51 63.8754 51 62.6875V48.3125C51 47.1246 51.4218 46.1088 52.2653 45.2653C53.1088 44.4218 54.1246 44 55.3125 44H69.6875C70.8754 44 71.8912 44.4218 72.7347 45.2653C73.5782 46.1088 74 47.1246 74 48.3125Z" fill="#C8D0D7"/>
6
+ </g>
7
+ <g clip-path="url(#clip1_40_196)">
8
+ <path d="M101.688 44C102.875 44 103.891 44.4218 104.735 45.2653C105.578 46.1088 106 47.1246 106 48.3125V62.6875C106 63.8754 105.578 64.8912 104.735 65.7347C103.891 66.5782 102.875 67 101.688 67H90.8314C91.6799 65.7821 92.219 64.7339 92.4486 63.8555C92.5384 63.5161 92.803 62.4729 93.2422 60.7259C93.4518 61.1152 93.8187 61.4497 94.3428 61.7292C94.8669 62.0087 95.4284 62.1484 96.0273 62.1484C97.8342 62.1484 99.3091 61.4122 100.452 59.9398C101.595 58.4673 102.167 56.6031 102.167 54.347C102.167 53.5085 101.992 52.6974 101.643 51.9137C101.293 51.1301 100.812 50.4363 100.198 49.8324C99.5837 49.2284 98.8225 48.7442 97.9141 48.3799C97.0056 48.0155 96.0224 47.8333 94.9642 47.8333C93.926 47.8333 92.9552 47.9756 92.0518 48.2601C91.1483 48.5446 90.3847 48.9264 89.7607 49.4056C89.1368 49.8848 88.6003 50.4313 88.151 51.0452C87.7018 51.6592 87.3699 52.2981 87.1553 52.9619C86.9406 53.6258 86.8333 54.2871 86.8333 54.946C86.8333 55.9642 87.0305 56.8626 87.4248 57.6413C87.8191 58.4199 88.4006 58.969 89.1693 59.2884C89.299 59.3383 89.4163 59.3383 89.5212 59.2884C89.626 59.2385 89.6984 59.1437 89.7383 59.0039C89.8381 58.5647 89.913 58.2602 89.9629 58.0905C90.0228 57.8609 89.9679 57.6513 89.7982 57.4616C89.299 56.8427 89.0495 56.094 89.0495 55.2155C89.0495 53.7181 89.5661 52.4378 90.5993 51.3747C91.6325 50.3115 92.9826 49.7799 94.6497 49.7799C96.1372 49.7799 97.2976 50.1842 98.1312 50.9928C98.9647 51.8014 99.3815 52.8496 99.3815 54.1374C99.3815 55.8145 99.0446 57.242 98.3708 58.4199C97.6969 59.5979 96.8309 60.1868 95.7728 60.1868C95.1738 60.1868 94.6897 59.9697 94.3203 59.5355C93.951 59.1012 93.8362 58.5846 93.9759 57.9857C94.0558 57.6463 94.188 57.1846 94.3727 56.6006C94.5574 56.0166 94.7046 55.5075 94.8145 55.0732C94.9243 54.639 94.9792 54.2671 94.9792 53.9577C94.9792 53.4685 94.8469 53.0617 94.5824 52.7373C94.3178 52.4129 93.941 52.2507 93.4518 52.2507C92.8429 52.2507 92.3263 52.5327 91.902 53.0967C91.4778 53.6607 91.2656 54.357 91.2656 55.1855C91.2656 55.9043 91.3854 56.5082 91.625 56.9974L90.1576 63.1966C89.918 64.1949 89.883 65.4627 90.0527 67H87.3125C86.1246 67 85.1088 66.5782 84.2653 65.7347C83.4218 64.8912 83 63.8754 83 62.6875V48.3125C83 47.1246 83.4218 46.1088 84.2653 45.2653C85.1088 44.4218 86.1246 44 87.3125 44H101.688Z" fill="#C8D0D7"/>
9
+ </g>
10
+ <defs>
11
+ <clipPath id="clip0_40_196">
12
+ <rect width="23" height="23" fill="white" transform="translate(51 44)"/>
13
+ </clipPath>
14
+ <clipPath id="clip1_40_196">
15
+ <rect width="23" height="23" fill="white" transform="translate(83 44)"/>
16
+ </clipPath>
17
+ </defs>
18
+ </svg>
assets/images/block-previews/star-rating.svg ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="14" y="38" width="53" height="5" fill="#E4EBF0"/>
4
+ <rect x="14" y="52" width="53" height="5" fill="#E4EBF0"/>
5
+ <rect x="14" y="67" width="53" height="5" fill="#E4EBF0"/>
6
+ <path d="M71.9055 38.7586L73.889 38.4703L74.7758 36.6727C74.8 36.6234 74.8398 36.5836 74.889 36.5594C75.0125 36.4984 75.1625 36.5492 75.2242 36.6727L76.1109 38.4703L78.0945 38.7586C78.1492 38.7664 78.1992 38.7922 78.2375 38.8313C78.2838 38.8788 78.3093 38.9428 78.3084 39.0092C78.3075 39.0755 78.2803 39.1388 78.2328 39.1852L76.7976 40.5844L77.1367 42.5602C77.1447 42.6061 77.1396 42.6534 77.122 42.6966C77.1045 42.7398 77.0752 42.7773 77.0374 42.8047C76.9997 42.8321 76.955 42.8484 76.9085 42.8517C76.862 42.855 76.8155 42.8452 76.7742 42.8234L75 41.8906L73.2258 42.8234C73.1773 42.8492 73.1211 42.8578 73.0672 42.8484C72.9312 42.825 72.8398 42.6961 72.8633 42.5602L73.2023 40.5844L71.7672 39.1852C71.7281 39.1469 71.7023 39.0969 71.6945 39.0422C71.6734 38.9055 71.7687 38.7789 71.9055 38.7586Z" fill="#C8D0D7"/>
7
+ <path d="M82.9055 38.7586L84.889 38.4703L85.7758 36.6727C85.8 36.6234 85.8398 36.5836 85.889 36.5594C86.0125 36.4984 86.1625 36.5492 86.2242 36.6727L87.1109 38.4703L89.0945 38.7586C89.1492 38.7664 89.1992 38.7922 89.2375 38.8313C89.2838 38.8788 89.3093 38.9428 89.3084 39.0092C89.3075 39.0755 89.2803 39.1388 89.2328 39.1852L87.7976 40.5844L88.1367 42.5602C88.1447 42.6061 88.1396 42.6534 88.122 42.6966C88.1045 42.7398 88.0752 42.7773 88.0374 42.8047C87.9997 42.8321 87.955 42.8484 87.9085 42.8517C87.862 42.855 87.8155 42.8452 87.7742 42.8234L86 41.8906L84.2258 42.8234C84.1773 42.8492 84.1211 42.8578 84.0672 42.8484C83.9312 42.825 83.8398 42.6961 83.8633 42.5602L84.2023 40.5844L82.7672 39.1852C82.7281 39.1469 82.7023 39.0969 82.6945 39.0422C82.6734 38.9055 82.7687 38.7789 82.9055 38.7586Z" fill="#C8D0D7"/>
8
+ <path d="M93.9055 38.7586L95.889 38.4703L96.7758 36.6727C96.8 36.6234 96.8398 36.5836 96.889 36.5594C97.0125 36.4984 97.1625 36.5492 97.2242 36.6727L98.1109 38.4703L100.095 38.7586C100.149 38.7664 100.199 38.7922 100.237 38.8313C100.284 38.8788 100.309 38.9428 100.308 39.0092C100.308 39.0755 100.28 39.1388 100.233 39.1852L98.7976 40.5844L99.1367 42.5602C99.1447 42.6061 99.1396 42.6534 99.122 42.6966C99.1045 42.7398 99.0752 42.7773 99.0374 42.8047C98.9997 42.8321 98.955 42.8484 98.9085 42.8517C98.862 42.855 98.8155 42.8452 98.7742 42.8234L97 41.8906L95.2258 42.8234C95.1773 42.8492 95.1211 42.8578 95.0672 42.8484C94.9312 42.825 94.8398 42.6961 94.8633 42.5602L95.2023 40.5844L93.7672 39.1852C93.7281 39.1469 93.7023 39.0969 93.6945 39.0422C93.6734 38.9055 93.7687 38.7789 93.9055 38.7586Z" fill="#C8D0D7"/>
9
+ <path d="M104.905 38.7586L106.889 38.4703L107.776 36.6727C107.8 36.6234 107.84 36.5836 107.889 36.5594C108.012 36.4984 108.162 36.5492 108.224 36.6727L109.111 38.4703L111.095 38.7586C111.149 38.7664 111.199 38.7922 111.237 38.8313C111.284 38.8788 111.309 38.9428 111.308 39.0092C111.308 39.0755 111.28 39.1388 111.233 39.1852L109.798 40.5844L110.137 42.5602C110.145 42.6061 110.14 42.6534 110.122 42.6966C110.104 42.7398 110.075 42.7773 110.037 42.8047C110 42.8321 109.955 42.8484 109.909 42.8517C109.862 42.855 109.815 42.8452 109.774 42.8234L108 41.8906L106.226 42.8234C106.177 42.8492 106.121 42.8578 106.067 42.8484C105.931 42.825 105.84 42.6961 105.863 42.5602L106.202 40.5844L104.767 39.1852C104.728 39.1469 104.702 39.0969 104.695 39.0422C104.673 38.9055 104.769 38.7789 104.905 38.7586Z" fill="#C8D0D7"/>
10
+ <path d="M71.9055 52.7586L73.889 52.4703L74.7758 50.6727C74.8 50.6234 74.8398 50.5836 74.889 50.5594C75.0125 50.4984 75.1625 50.5492 75.2242 50.6727L76.1109 52.4703L78.0945 52.7586C78.1492 52.7664 78.1992 52.7922 78.2375 52.8313C78.2838 52.8788 78.3093 52.9428 78.3084 53.0092C78.3075 53.0755 78.2803 53.1388 78.2328 53.1852L76.7976 54.5844L77.1367 56.5602C77.1447 56.6061 77.1396 56.6534 77.122 56.6966C77.1045 56.7398 77.0752 56.7773 77.0374 56.8047C76.9997 56.8321 76.955 56.8484 76.9085 56.8517C76.862 56.855 76.8155 56.8452 76.7742 56.8234L75 55.8906L73.2258 56.8234C73.1773 56.8492 73.1211 56.8578 73.0672 56.8484C72.9312 56.825 72.8398 56.6961 72.8633 56.5602L73.2023 54.5844L71.7672 53.1852C71.7281 53.1469 71.7023 53.0969 71.6945 53.0422C71.6734 52.9055 71.7687 52.7789 71.9055 52.7586Z" fill="#C8D0D7"/>
11
+ <path d="M82.9055 52.7586L84.889 52.4703L85.7758 50.6727C85.8 50.6234 85.8398 50.5836 85.889 50.5594C86.0125 50.4984 86.1625 50.5492 86.2242 50.6727L87.1109 52.4703L89.0945 52.7586C89.1492 52.7664 89.1992 52.7922 89.2375 52.8313C89.2838 52.8788 89.3093 52.9428 89.3084 53.0092C89.3075 53.0755 89.2803 53.1388 89.2328 53.1852L87.7976 54.5844L88.1367 56.5602C88.1447 56.6061 88.1396 56.6534 88.122 56.6966C88.1045 56.7398 88.0752 56.7773 88.0374 56.8047C87.9997 56.8321 87.955 56.8484 87.9085 56.8517C87.862 56.855 87.8155 56.8452 87.7742 56.8234L86 55.8906L84.2258 56.8234C84.1773 56.8492 84.1211 56.8578 84.0672 56.8484C83.9312 56.825 83.8398 56.6961 83.8633 56.5602L84.2023 54.5844L82.7672 53.1852C82.7281 53.1469 82.7023 53.0969 82.6945 53.0422C82.6734 52.9055 82.7687 52.7789 82.9055 52.7586Z" fill="#C8D0D7"/>
12
+ <path d="M93.9055 52.7586L95.889 52.4703L96.7758 50.6727C96.8 50.6234 96.8398 50.5836 96.889 50.5594C97.0125 50.4984 97.1625 50.5492 97.2242 50.6727L98.1109 52.4703L100.095 52.7586C100.149 52.7664 100.199 52.7922 100.237 52.8313C100.284 52.8788 100.309 52.9428 100.308 53.0092C100.308 53.0755 100.28 53.1388 100.233 53.1852L98.7976 54.5844L99.1367 56.5602C99.1447 56.6061 99.1396 56.6534 99.122 56.6966C99.1045 56.7398 99.0752 56.7773 99.0374 56.8047C98.9997 56.8321 98.955 56.8484 98.9085 56.8517C98.862 56.855 98.8155 56.8452 98.7742 56.8234L97 55.8906L95.2258 56.8234C95.1773 56.8492 95.1211 56.8578 95.0672 56.8484C94.9312 56.825 94.8398 56.6961 94.8633 56.5602L95.2023 54.5844L93.7672 53.1852C93.7281 53.1469 93.7023 53.0969 93.6945 53.0422C93.6734 52.9055 93.7687 52.7789 93.9055 52.7586Z" fill="#C8D0D7"/>
13
+ <path d="M104.905 52.7586L106.889 52.4703L107.776 50.6727C107.8 50.6234 107.84 50.5836 107.889 50.5594C108.012 50.4984 108.162 50.5492 108.224 50.6727L109.111 52.4703L111.095 52.7586C111.149 52.7664 111.199 52.7922 111.237 52.8313C111.284 52.8788 111.309 52.9428 111.308 53.0092C111.308 53.0755 111.28 53.1388 111.233 53.1852L109.798 54.5844L110.137 56.5602C110.145 56.6061 110.14 56.6534 110.122 56.6966C110.104 56.7398 110.075 56.7773 110.037 56.8047C110 56.8321 109.955 56.8484 109.909 56.8517C109.862 56.855 109.815 56.8452 109.774 56.8234L108 55.8906L106.226 56.8234C106.177 56.8492 106.121 56.8578 106.067 56.8484C105.931 56.825 105.84 56.6961 105.863 56.5602L106.202 54.5844L104.767 53.1852C104.728 53.1469 104.702 53.0969 104.695 53.0422C104.673 52.9055 104.769 52.7789 104.905 52.7586Z" fill="#C8D0D7"/>
14
+ <path d="M71.9055 67.7586L73.889 67.4703L74.7758 65.6727C74.8 65.6234 74.8398 65.5836 74.889 65.5594C75.0125 65.4984 75.1625 65.5492 75.2242 65.6727L76.1109 67.4703L78.0945 67.7586C78.1492 67.7664 78.1992 67.7922 78.2375 67.8313C78.2838 67.8788 78.3093 67.9428 78.3084 68.0092C78.3075 68.0755 78.2803 68.1388 78.2328 68.1852L76.7976 69.5844L77.1367 71.5602C77.1447 71.6061 77.1396 71.6534 77.122 71.6966C77.1045 71.7398 77.0752 71.7773 77.0374 71.8047C76.9997 71.8321 76.955 71.8484 76.9085 71.8517C76.862 71.855 76.8155 71.8452 76.7742 71.8234L75 70.8906L73.2258 71.8234C73.1773 71.8492 73.1211 71.8578 73.0672 71.8484C72.9312 71.825 72.8398 71.6961 72.8633 71.5602L73.2023 69.5844L71.7672 68.1852C71.7281 68.1469 71.7023 68.0969 71.6945 68.0422C71.6734 67.9055 71.7687 67.7789 71.9055 67.7586Z" fill="#C8D0D7"/>
15
+ <path d="M82.9055 67.7586L84.889 67.4703L85.7758 65.6727C85.8 65.6234 85.8398 65.5836 85.889 65.5594C86.0125 65.4984 86.1625 65.5492 86.2242 65.6727L87.1109 67.4703L89.0945 67.7586C89.1492 67.7664 89.1992 67.7922 89.2375 67.8313C89.2838 67.8788 89.3093 67.9428 89.3084 68.0092C89.3075 68.0755 89.2803 68.1388 89.2328 68.1852L87.7976 69.5844L88.1367 71.5602C88.1447 71.6061 88.1396 71.6534 88.122 71.6966C88.1045 71.7398 88.0752 71.7773 88.0374 71.8047C87.9997 71.8321 87.955 71.8484 87.9085 71.8517C87.862 71.855 87.8155 71.8452 87.7742 71.8234L86 70.8906L84.2258 71.8234C84.1773 71.8492 84.1211 71.8578 84.0672 71.8484C83.9312 71.825 83.8398 71.6961 83.8633 71.5602L84.2023 69.5844L82.7672 68.1852C82.7281 68.1469 82.7023 68.0969 82.6945 68.0422C82.6734 67.9055 82.7687 67.7789 82.9055 67.7586Z" fill="#C8D0D7"/>
16
+ <path d="M93.9055 67.7586L95.889 67.4703L96.7758 65.6727C96.8 65.6234 96.8398 65.5836 96.889 65.5594C97.0125 65.4984 97.1625 65.5492 97.2242 65.6727L98.1109 67.4703L100.095 67.7586C100.149 67.7664 100.199 67.7922 100.237 67.8313C100.284 67.8788 100.309 67.9428 100.308 68.0092C100.308 68.0755 100.28 68.1388 100.233 68.1852L98.7976 69.5844L99.1367 71.5602C99.1447 71.6061 99.1396 71.6534 99.122 71.6966C99.1045 71.7398 99.0752 71.7773 99.0374 71.8047C98.9997 71.8321 98.955 71.8484 98.9085 71.8517C98.862 71.855 98.8155 71.8452 98.7742 71.8234L97 70.8906L95.2258 71.8234C95.1773 71.8492 95.1211 71.8578 95.0672 71.8484C94.9312 71.825 94.8398 71.6961 94.8633 71.5602L95.2023 69.5844L93.7672 68.1852C93.7281 68.1469 93.7023 68.0969 93.6945 68.0422C93.6734 67.9055 93.7687 67.7789 93.9055 67.7586Z" fill="#C8D0D7"/>
17
+ <path d="M104.905 67.7586L106.889 67.4703L107.776 65.6727C107.8 65.6234 107.84 65.5836 107.889 65.5594C108.012 65.4984 108.162 65.5492 108.224 65.6727L109.111 67.4703L111.095 67.7586C111.149 67.7664 111.199 67.7922 111.237 67.8313C111.284 67.8788 111.309 67.9428 111.308 68.0092C111.308 68.0755 111.28 68.1388 111.233 68.1852L109.798 69.5844L110.137 71.5602C110.145 71.6061 110.14 71.6534 110.122 71.6966C110.104 71.7398 110.075 71.7773 110.037 71.8047C110 71.8321 109.955 71.8484 109.909 71.8517C109.862 71.855 109.815 71.8452 109.774 71.8234L108 70.8906L106.226 71.8234C106.177 71.8492 106.121 71.8578 106.067 71.8484C105.931 71.825 105.84 71.6961 105.863 71.5602L106.202 69.5844L104.767 68.1852C104.728 68.1469 104.702 68.0969 104.695 68.0422C104.673 67.9055 104.769 67.7789 104.905 67.7586Z" fill="#C8D0D7"/>
18
+ </svg>
assets/images/block-previews/table-of-content.svg ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="19" y="20" width="55" height="6" fill="#E4EBF0"/>
4
+ <rect x="28" y="40" width="79" height="3" fill="#E4EBF0"/>
5
+ <rect x="28" y="61" width="79" height="3" fill="#E4EBF0"/>
6
+ <rect x="28" y="82" width="79" height="3" fill="#E4EBF0"/>
7
+ <rect x="28" y="46" width="72" height="3" fill="#E4EBF0"/>
8
+ <rect x="28" y="67" width="72" height="3" fill="#E4EBF0"/>
9
+ <rect x="28" y="88" width="72" height="3" fill="#E4EBF0"/>
10
+ <circle cx="21" cy="42" r="2" fill="#E4EBF0"/>
11
+ <circle cx="21" cy="63" r="2" fill="#E4EBF0"/>
12
+ <circle cx="21" cy="84" r="2" fill="#E4EBF0"/>
13
+ </svg>
assets/images/block-previews/tabs.svg ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <path d="M14.5 43C14.5 42.7239 14.7239 42.5 15 42.5H24C24.2761 42.5 24.5 42.7239 24.5 43V47C24.5 47.2761 24.2761 47.5 24 47.5H15C14.7239 47.5 14.5 47.2761 14.5 47V43Z" stroke="#C8D0D7"/>
4
+ <rect x="27.5" y="42.5" width="10" height="5" rx="0.5" stroke="#C8D0D7"/>
5
+ <rect x="40.5" y="42.5" width="10" height="5" rx="0.5" stroke="#C8D0D7"/>
6
+ <rect x="19" y="57" width="66" height="1" fill="#C8D0D7"/>
7
+ <rect x="14.5" y="51.5" width="97" height="12" rx="0.5" stroke="#C8D0D7"/>
8
+ </svg>
assets/images/block-previews/taxonomy-list.svg ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="9" y="23" width="52" height="19" rx="2" fill="#C8D0D7"/>
4
+ <rect x="9" y="45" width="52" height="19" rx="2" fill="#C8D0D7"/>
5
+ <rect x="9" y="67" width="52" height="19" rx="2" fill="#C8D0D7"/>
6
+ <rect x="64" y="23" width="52" height="19" rx="2" fill="#C8D0D7"/>
7
+ <rect x="64" y="45" width="52" height="19" rx="2" fill="#C8D0D7"/>
8
+ <rect x="64" y="67" width="52" height="19" rx="2" fill="#C8D0D7"/>
9
+ <rect x="15" y="29" width="41" height="3" fill="#E4EBF0"/>
10
+ <rect x="15" y="51" width="41" height="3" fill="#E4EBF0"/>
11
+ <rect x="15" y="73" width="41" height="3" fill="#E4EBF0"/>
12
+ <rect x="70" y="29" width="41" height="3" fill="#E4EBF0"/>
13
+ <rect x="70" y="51" width="41" height="3" fill="#E4EBF0"/>
14
+ <rect x="70" y="73" width="41" height="3" fill="#E4EBF0"/>
15
+ <rect x="20" y="35" width="31" height="2" fill="#E4EBF0"/>
16
+ <rect x="20" y="57" width="31" height="2" fill="#E4EBF0"/>
17
+ <rect x="20" y="79" width="31" height="2" fill="#E4EBF0"/>
18
+ <rect x="75" y="35" width="31" height="2" fill="#E4EBF0"/>
19
+ <rect x="75" y="57" width="31" height="2" fill="#E4EBF0"/>
20
+ <rect x="75" y="79" width="31" height="2" fill="#E4EBF0"/>
21
+ </svg>
assets/images/block-previews/team.svg ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="34" y="25" width="58" height="8" fill="#C8D0D7"/>
4
+ <rect x="15" y="51" width="96" height="3" fill="#E4EBF0"/>
5
+ <rect x="15" y="59" width="96" height="3" fill="#E4EBF0"/>
6
+ <rect x="28" y="67" width="68" height="3" fill="#E4EBF0"/>
7
+ <rect x="49" y="37" width="28" height="3" fill="#E4EBF0"/>
8
+ <g clip-path="url(#clip0_40_467)">
9
+ <path d="M47.6433 77C46.733 77 46 77.733 46 78.6433V84.3567C46 85.267 46.733 86 47.6433 86H50.7399V82.4816H49.8095V81.2148H50.7399V80.1326C50.7399 79.2823 51.2896 78.5016 52.5559 78.5016C53.0687 78.5016 53.4478 78.5508 53.4478 78.5508L53.418 79.7338C53.418 79.7338 53.0313 79.7301 52.6094 79.7301C52.1527 79.7301 52.0795 79.9405 52.0795 80.2898V81.2148H53.4542L53.3943 82.4816H52.0795V86H53.3567C54.267 86 55 85.267 55 84.3567V78.6434C55 77.733 54.267 77 53.3567 77H47.6433L47.6433 77Z" fill="#E4EBF0"/>
10
+ </g>
11
+ <g clip-path="url(#clip1_40_467)">
12
+ <path d="M66.5 79.8242C66.2813 79.9219 66.0449 79.9883 65.791 80.0234C66.0566 79.8672 66.2383 79.6387 66.3359 79.3379C66.082 79.4863 65.8203 79.5859 65.5508 79.6367C65.3125 79.3789 65.0137 79.25 64.6543 79.25C64.3145 79.25 64.0244 79.3701 63.7842 79.6104C63.5439 79.8506 63.4238 80.1406 63.4238 80.4805C63.4238 80.5938 63.4336 80.6875 63.4531 80.7617C62.9492 80.7344 62.4766 80.6074 62.0352 80.3809C61.5937 80.1543 61.2188 79.8516 60.9102 79.4727C60.7969 79.668 60.7402 79.875 60.7402 80.0938C60.7402 80.5391 60.918 80.8809 61.2734 81.1191C61.0898 81.1152 60.8945 81.0645 60.6875 80.9668V80.9785C60.6875 81.2715 60.7852 81.5322 60.9805 81.7607C61.1758 81.9893 61.416 82.1309 61.7012 82.1855C61.5879 82.2168 61.4883 82.2324 61.4023 82.2324C61.3516 82.2324 61.2754 82.2246 61.1738 82.209C61.2559 82.4551 61.4014 82.6582 61.6104 82.8184C61.8193 82.9785 62.0566 83.0605 62.3223 83.0645C61.8691 83.416 61.3594 83.5918 60.793 83.5918C60.6914 83.5918 60.5938 83.5859 60.5 83.5742C61.0781 83.9414 61.707 84.125 62.3867 84.125C62.8242 84.125 63.2344 84.0557 63.6172 83.917C64 83.7783 64.3281 83.5928 64.6016 83.3604C64.875 83.1279 65.1104 82.8604 65.3076 82.5576C65.5049 82.2549 65.6514 81.9385 65.7471 81.6084C65.8428 81.2783 65.8906 80.9492 65.8906 80.6211C65.8906 80.5508 65.8887 80.498 65.8848 80.4629C66.1309 80.2871 66.3359 80.0742 66.5 79.8242ZM68 78.6875V84.3125C68 84.7773 67.835 85.1748 67.5049 85.5049C67.1748 85.835 66.7773 86 66.3125 86H60.6875C60.2227 86 59.8252 85.835 59.4951 85.5049C59.165 85.1748 59 84.7773 59 84.3125V78.6875C59 78.2227 59.165 77.8252 59.4951 77.4951C59.8252 77.165 60.2227 77 60.6875 77H66.3125C66.7773 77 67.1748 77.165 67.5049 77.4951C67.835 77.8252 68 78.2227 68 78.6875Z" fill="#E4EBF0"/>
13
+ </g>
14
+ <g clip-path="url(#clip2_40_467)">
15
+ <path d="M79.3125 77C79.7773 77 80.1748 77.165 80.5049 77.4951C80.835 77.8252 81 78.2227 81 78.6875V84.3125C81 84.7773 80.835 85.1748 80.5049 85.5049C80.1748 85.835 79.7773 86 79.3125 86H75.0645C75.3965 85.5234 75.6074 85.1133 75.6973 84.7695C75.7324 84.6367 75.8359 84.2285 76.0078 83.5449C76.0898 83.6973 76.2334 83.8281 76.4385 83.9375C76.6436 84.0469 76.8633 84.1016 77.0977 84.1016C77.8047 84.1016 78.3818 83.8135 78.8291 83.2373C79.2764 82.6611 79.5 81.9316 79.5 81.0488C79.5 80.7207 79.4316 80.4033 79.2949 80.0967C79.1582 79.79 78.9697 79.5186 78.7295 79.2822C78.4893 79.0459 78.1914 78.8564 77.8359 78.7139C77.4805 78.5713 77.0957 78.5 76.6816 78.5C76.2754 78.5 75.8955 78.5557 75.542 78.667C75.1885 78.7783 74.8896 78.9277 74.6455 79.1152C74.4014 79.3027 74.1914 79.5166 74.0156 79.7568C73.8398 79.9971 73.71 80.2471 73.626 80.5068C73.542 80.7666 73.5 81.0254 73.5 81.2832C73.5 81.6816 73.5771 82.0332 73.7314 82.3379C73.8857 82.6426 74.1133 82.8574 74.4141 82.9824C74.4648 83.002 74.5107 83.002 74.5518 82.9824C74.5928 82.9629 74.6211 82.9258 74.6367 82.8711C74.6758 82.6992 74.7051 82.5801 74.7246 82.5137C74.748 82.4238 74.7266 82.3418 74.6602 82.2676C74.4648 82.0254 74.3672 81.7324 74.3672 81.3887C74.3672 80.8027 74.5693 80.3018 74.9736 79.8857C75.3779 79.4697 75.9062 79.2617 76.5586 79.2617C77.1406 79.2617 77.5947 79.4199 77.9209 79.7363C78.2471 80.0527 78.4102 80.4629 78.4102 80.9668C78.4102 81.623 78.2783 82.1816 78.0146 82.6426C77.751 83.1035 77.4121 83.334 76.998 83.334C76.7637 83.334 76.5742 83.249 76.4297 83.0791C76.2852 82.9092 76.2402 82.707 76.2949 82.4727C76.3262 82.3398 76.3779 82.1592 76.4502 81.9307C76.5225 81.7021 76.5801 81.5029 76.623 81.333C76.666 81.1631 76.6875 81.0176 76.6875 80.8965C76.6875 80.7051 76.6357 80.5459 76.5322 80.4189C76.4287 80.292 76.2813 80.2285 76.0898 80.2285C75.8516 80.2285 75.6494 80.3389 75.4834 80.5596C75.3174 80.7803 75.2344 81.0527 75.2344 81.377C75.2344 81.6582 75.2812 81.8945 75.375 82.0859L74.8008 84.5117C74.707 84.9023 74.6934 85.3984 74.7598 86H73.6875C73.2227 86 72.8252 85.835 72.4951 85.5049C72.165 85.1748 72 84.7773 72 84.3125V78.6875C72 78.2227 72.165 77.8252 72.4951 77.4951C72.8252 77.165 73.2227 77 73.6875 77H79.3125Z" fill="#E4EBF0"/>
16
+ </g>
17
+ <defs>
18
+ <clipPath id="clip0_40_467">
19
+ <rect width="9" height="9" fill="white" transform="translate(46 77)"/>
20
+ </clipPath>
21
+ <clipPath id="clip1_40_467">
22
+ <rect width="9" height="9" fill="white" transform="translate(59 77)"/>
23
+ </clipPath>
24
+ <clipPath id="clip2_40_467">
25
+ <rect width="9" height="9" fill="white" transform="translate(72 77)"/>
26
+ </clipPath>
27
+ </defs>
28
+ </svg>
assets/images/block-previews/testimonial.svg ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="44" y="59" width="38" height="5" fill="#C8D0D7"/>
4
+ <rect x="14" y="39" width="98" height="3" fill="#E4EBF0"/>
5
+ <rect x="14" y="32" width="98" height="3" fill="#E4EBF0"/>
6
+ <rect x="24" y="47" width="78" height="3" fill="#E4EBF0"/>
7
+ <rect x="51" y="68" width="24" height="2" fill="#E4EBF0"/>
8
+ <g clip-path="url(#clip0_40_503)">
9
+ <path d="M112.295 57.295L114.585 55L112.295 52.705L113 52L116 55L113 58L112.295 57.295Z" fill="#C8D0D7"/>
10
+ </g>
11
+ <g clip-path="url(#clip1_40_503)">
12
+ <path d="M13.705 57.295L11.415 55L13.705 52.705L13 52L9.99999 55L13 58L13.705 57.295Z" fill="#C8D0D7"/>
13
+ </g>
14
+ <circle cx="58.5" cy="77.5" r="1.5" fill="#C8D0D7"/>
15
+ <circle cx="63.5" cy="77.5" r="1.5" fill="#E4EBF0"/>
16
+ <circle cx="68.5" cy="77.5" r="1.5" fill="#E4EBF0"/>
17
+ <defs>
18
+ <clipPath id="clip0_40_503">
19
+ <rect width="12" height="12" fill="white" transform="translate(108 49)"/>
20
+ </clipPath>
21
+ <clipPath id="clip1_40_503">
22
+ <rect width="12" height="12" fill="white" transform="matrix(-1 0 0 1 18 49)"/>
23
+ </clipPath>
24
+ </defs>
25
+ </svg>
assets/images/block-previews/wp-search.svg ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ <svg width="126" height="111" viewBox="0 0 126 111" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="0.5" y="0.5" width="124.157" height="109.336" rx="4.5" stroke="#E4EBF0"/>
3
+ <rect x="27" y="57" width="44" height="1" fill="#E4EBF0"/>
4
+ <rect x="22.5" y="51.5" width="80" height="12" rx="0.5" stroke="#C8D0D7"/>
5
+ <rect x="91" y="51" width="11" height="12" fill="#C8D0D7"/>
6
+ </svg>
assets/js/countUp.min.js ADDED
@@ -0,0 +1 @@
 
1
+ !function(t,i){"object"==typeof exports&&"undefined"!=typeof module?i(exports):"function"==typeof define&&define.amd?define(["exports"],i):i((t=t||self).countUp={})}(this,function(t){"use strict";var i=function(){return(i=Object.assign||function(t){for(var i,a=1,s=arguments.length;a<s;a++)for(var n in i=arguments[a])Object.prototype.hasOwnProperty.call(i,n)&&(t[n]=i[n]);return t}).apply(this,arguments)},a=function(){function t(t,a,s){var n=this;this.target=t,this.endVal=a,this.options=s,this.version="2.0.7",this.defaults={startVal:0,decimalPlaces:0,duration:2,useEasing:!0,useGrouping:!0,smartEasingThreshold:999,smartEasingAmount:333,separator:",",decimal:".",prefix:"",suffix:""},this.finalEndVal=null,this.useEasing=!0,this.countDown=!1,this.error="",this.startVal=0,this.paused=!0,this.count=function(t){n.startTime||(n.startTime=t);var i=t-n.startTime;n.remaining=n.duration-i,n.useEasing?n.countDown?n.frameVal=n.startVal-n.easingFn(i,0,n.startVal-n.endVal,n.duration):n.frameVal=n.easingFn(i,n.startVal,n.endVal-n.startVal,n.duration):n.countDown?n.frameVal=n.startVal-(n.startVal-n.endVal)*(i/n.duration):n.frameVal=n.startVal+(n.endVal-n.startVal)*(i/n.duration),n.countDown?n.frameVal=n.frameVal<n.endVal?n.endVal:n.frameVal:n.frameVal=n.frameVal>n.endVal?n.endVal:n.frameVal,n.frameVal=Number(n.frameVal.toFixed(n.options.decimalPlaces)),n.printValue(n.frameVal),i<n.duration?n.rAF=requestAnimationFrame(n.count):null!==n.finalEndVal?n.update(n.finalEndVal):n.callback&&n.callback()},this.formatNumber=function(t){var i,a,s,e,r,o=t<0?"-":"";if(i=Math.abs(t).toFixed(n.options.decimalPlaces),s=(a=(i+="").split("."))[0],e=a.length>1?n.options.decimal+a[1]:"",n.options.useGrouping){r="";for(var l=0,u=s.length;l<u;++l)0!==l&&l%3==0&&(r=n.options.separator+r),r=s[u-l-1]+r;s=r}return n.options.numerals&&n.options.numerals.length&&(s=s.replace(/[0-9]/g,function(t){return n.options.numerals[+t]}),e=e.replace(/[0-9]/g,function(t){return n.options.numerals[+t]})),o+n.options.prefix+s+e+n.options.suffix},this.easeOutExpo=function(t,i,a,s){return a*(1-Math.pow(2,-10*t/s))*1024/1023+i},this.options=i(i({},this.defaults),s),this.formattingFn=this.options.formattingFn?this.options.formattingFn:this.formatNumber,this.easingFn=this.options.easingFn?this.options.easingFn:this.easeOutExpo,this.startVal=this.validateValue(this.options.startVal),this.frameVal=this.startVal,this.endVal=this.validateValue(a),this.options.decimalPlaces=Math.max(this.options.decimalPlaces),this.resetDuration(),this.options.separator=String(this.options.separator),this.useEasing=this.options.useEasing,""===this.options.separator&&(this.options.useGrouping=!1),this.el="string"==typeof t?document.getElementById(t):t,this.el?this.printValue(this.startVal):this.error="[CountUp] target is null or undefined"}return t.prototype.determineDirectionAndSmartEasing=function(){var t=this.finalEndVal?this.finalEndVal:this.endVal;this.countDown=this.startVal>t;var i=t-this.startVal;if(Math.abs(i)>this.options.smartEasingThreshold){this.finalEndVal=t;var a=this.countDown?1:-1;this.endVal=t+a*this.options.smartEasingAmount,this.duration=this.duration/2}else this.endVal=t,this.finalEndVal=null;this.finalEndVal?this.useEasing=!1:this.useEasing=this.options.useEasing},t.prototype.start=function(t){this.error||(this.callback=t,this.duration>0?(this.determineDirectionAndSmartEasing(),this.paused=!1,this.rAF=requestAnimationFrame(this.count)):this.printValue(this.endVal))},t.prototype.pauseResume=function(){this.paused?(this.startTime=null,this.duration=this.remaining,this.startVal=this.frameVal,this.determineDirectionAndSmartEasing(),this.rAF=requestAnimationFrame(this.count)):cancelAnimationFrame(this.rAF),this.paused=!this.paused},t.prototype.reset=function(){cancelAnimationFrame(this.rAF),this.paused=!0,this.resetDuration(),this.startVal=this.validateValue(this.options.startVal),this.frameVal=this.startVal,this.printValue(this.startVal)},t.prototype.update=function(t){cancelAnimationFrame(this.rAF),this.startTime=null,this.endVal=this.validateValue(t),this.endVal!==this.frameVal&&(this.startVal=this.frameVal,this.finalEndVal||this.resetDuration(),this.finalEndVal=null,this.determineDirectionAndSmartEasing(),this.rAF=requestAnimationFrame(this.count))},t.prototype.printValue=function(t){var i=this.formattingFn(t);"INPUT"===this.el.tagName?this.el.value=i:"text"===this.el.tagName||"tspan"===this.el.tagName?this.el.textContent=i:this.el.innerHTML=i},t.prototype.ensureNumber=function(t){return"number"==typeof t&&!isNaN(t)},t.prototype.validateValue=function(t){var i=Number(t);return this.ensureNumber(i)?i:(this.error="[CountUp] invalid start or end value: "+t,null)},t.prototype.resetDuration=function(){this.startTime=null,this.duration=1e3*Number(this.options.duration),this.remaining=this.duration},t}();t.CountUp=a,Object.defineProperty(t,"__esModule",{value:!0})});
assets/js/image-gallery.js ADDED
@@ -0,0 +1,243 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ let spectraImageGalleryLoadStatus = true;
3
+
4
+ const UAGBImageGalleryMasonry = {
5
+ init( $attr, $selector ) {
6
+ let count = 2;
7
+ const windowHeight50 = window.innerHeight / 1.25;
8
+ const $scope = document.querySelector( $selector );
9
+ const loader = $scope?.querySelector( '.spectra-image-gallery__control-loader' );
10
+ const loadButton = $scope?.querySelector( '.spectra-image-gallery__control-button' );
11
+ if ( $attr.feedPagination && $attr.paginateUseLoader ) {
12
+ window.addEventListener( 'scroll', function() {
13
+ let mediaItem = $scope?.querySelector( '.spectra-image-gallery__media-wrapper' );
14
+ if ( ! mediaItem ) {
15
+ mediaItem = $scope
16
+ }
17
+ const boundingClientRect = mediaItem.lastElementChild.getBoundingClientRect();
18
+ const offsetTop = boundingClientRect.top + window.scrollY;
19
+ if ( window.pageYOffset + windowHeight50 >= offsetTop ) {
20
+ const $args = {
21
+ page_number: count,
22
+ };
23
+ const total = $attr.gridPages;
24
+ if ( spectraImageGalleryLoadStatus ) {
25
+ if ( count > total ) {
26
+ loader.style.display = 'none';
27
+ }
28
+ if ( count <= total ) {
29
+ UAGBImageGalleryMasonry.callAjax(
30
+ $scope,
31
+ $args,
32
+ $attr,
33
+ false,
34
+ count
35
+ );
36
+ count++;
37
+ spectraImageGalleryLoadStatus = false;
38
+ }
39
+ }
40
+ }
41
+ } );
42
+ }
43
+ else if ( $attr.feedPagination && ! $attr.paginateUseLoader ) {
44
+ loadButton.onclick = function () {
45
+ const total = $attr.gridPages;
46
+ const $args = {
47
+ total,
48
+ page_number: count,
49
+ };
50
+ loadButton.classList.toggle( 'disabled' );
51
+ if ( spectraImageGalleryLoadStatus ) {
52
+ if ( count <= total ) {
53
+ UAGBImageGalleryMasonry.callAjax(
54
+ $scope,
55
+ $args,
56
+ $attr,
57
+ true,
58
+ count
59
+ );
60
+ count++;
61
+ spectraImageGalleryLoadStatus = false;
62
+ }
63
+ }
64
+ };
65
+ }
66
+ },
67
+
68
+ createElementFromHTML( htmlString ) {
69
+ const htmlElement = document.createElement( 'div' );
70
+ const htmlCleanString = htmlString.replace( /\s+/gm, ' ' ).replace( /( )+/gm, ' ' ).trim();
71
+ htmlElement.innerHTML = htmlCleanString;
72
+ return htmlElement;
73
+ },
74
+
75
+ callAjax( $scope, $obj, $attr, append = false, count ) {
76
+ const mediaData = new FormData(); // eslint-disable-line no-undef
77
+ mediaData.append( 'action', 'uag_load_image_gallery_masonry' );
78
+ mediaData.append( 'nonce', uagb_image_gallery.uagb_image_gallery_masonry_ajax_nonce ); // eslint-disable-line no-undef
79
+ mediaData.append( 'page_number', $obj.page_number );
80
+ mediaData.append( 'attr', JSON.stringify( $attr ) );
81
+ fetch( uagb_image_gallery.ajax_url, { // eslint-disable-line no-undef
82
+ method: 'POST',
83
+ credentials: 'same-origin',
84
+ body: mediaData,
85
+ } )
86
+ .then( ( resp ) => resp.json() )
87
+ .then( function( data ) {
88
+ let element = $scope?.querySelector( '.spectra-image-gallery__layout--masonry' );
89
+ if ( ! element ) {
90
+ element = $scope;
91
+ }
92
+ const isotope = new Isotope( element, { // eslint-disable-line no-undef
93
+ itemSelector: '.spectra-image-gallery__media-wrapper--isotope',
94
+ stagger: 10,
95
+ } );
96
+ isotope.insert( UAGBImageGalleryMasonry.createElementFromHTML( data.data ) );
97
+ imagesLoaded( element ).on( 'progress', function() { // eslint-disable-line no-undef
98
+ isotope.layout();
99
+ } );
100
+ spectraImageGalleryLoadStatus = true;
101
+ if ( true === append ) {
102
+ $scope?.querySelector( '.spectra-image-gallery__control-button' ).classList.toggle( 'disabled' );
103
+ }
104
+ if ( count === parseInt( $obj.total ) ) {
105
+ $scope.querySelector( '.spectra-image-gallery__control-button' ).style.opacity = 0;
106
+ setTimeout( () => {
107
+ $scope.querySelector( '.spectra-image-gallery__control-button' ).parentElement.style.display = 'none';
108
+ }, 2000 );
109
+ }
110
+ } );
111
+ }
112
+ };
113
+
114
+ const UAGBImageGalleryPagedGrid = {
115
+ init( $attr, $selector ) {
116
+ let count = 1;
117
+ const $scope = document.querySelector( $selector );
118
+ const arrows = $scope?.querySelectorAll( '.spectra-image-gallery__control-arrows--grid' );
119
+ const dots = $scope?.querySelectorAll( '.spectra-image-gallery__control-dot' );
120
+ for ( let i = 0; i < arrows.length; i++ ) {
121
+ arrows[ i ].addEventListener( 'click', ( event ) => {
122
+ const thisArrow = event.currentTarget;
123
+ let page = count;
124
+ switch ( thisArrow.getAttribute( 'data-direction' ) ) {
125
+ case 'Prev':
126
+ --page;
127
+ break;
128
+ case 'Next':
129
+ ++page;
130
+ break;
131
+ }
132
+ let mediaItem = $scope?.querySelector( '.spectra-image-gallery__media-wrapper' );
133
+ if ( ! mediaItem ) {
134
+ mediaItem = $scope;
135
+ }
136
+ const total = $attr.gridPages;
137
+ const $args = {
138
+ page_number: page,
139
+ total,
140
+ };
141
+ if ( page === total || page === 1 ) {
142
+ thisArrow.disabled = true;
143
+ }
144
+ else{
145
+ arrows.forEach( ( ele ) => {
146
+ ele.disabled = false;
147
+ } );
148
+ }
149
+ if ( page <= total && page >= 1 ) {
150
+ UAGBImageGalleryPagedGrid.callAjax(
151
+ $scope,
152
+ $args,
153
+ $attr,
154
+ arrows,
155
+ );
156
+ count = page;
157
+ }
158
+ } );
159
+ }
160
+ for ( let i = 0; i < dots.length; i++ ) {
161
+ dots[ i ].addEventListener( 'click', ( event ) => {
162
+ const thisDot = event.currentTarget;
163
+ const page = thisDot.getAttribute( 'data-go-to' );
164
+ let mediaItem = $scope?.querySelector( '.spectra-image-gallery__media-wrapper' );
165
+ if ( ! mediaItem ) {
166
+ mediaItem = $scope
167
+ }
168
+ const $args = {
169
+ page_number: page,
170
+ total: $attr.gridPages,
171
+ };
172
+ UAGBImageGalleryPagedGrid.callAjax(
173
+ $scope,
174
+ $args,
175
+ $attr,
176
+ arrows,
177
+ );
178
+ count = page;
179
+ } );
180
+ }
181
+ },
182
+
183
+ createElementFromHTML( htmlString ) {
184
+ const htmlElement = document.createElement( 'div' );
185
+ const htmlCleanString = htmlString.replace( /\s+/gm, ' ' ).replace( /( )+/gm, ' ' ).trim();
186
+ htmlElement.innerHTML = htmlCleanString;
187
+ return htmlElement;
188
+ },
189
+
190
+ callAjax( $scope, $obj, $attr, arrows ) {
191
+ const mediaData = new FormData(); // eslint-disable-line no-undef
192
+ mediaData.append( 'action', 'uag_load_image_gallery_grid_pagination' );
193
+ mediaData.append( 'nonce', uagb_image_gallery.uagb_image_gallery_grid_pagination_ajax_nonce ); // eslint-disable-line no-undef
194
+ mediaData.append( 'page_number', $obj.page_number );
195
+ mediaData.append( 'attr', JSON.stringify( $attr ) );
196
+ fetch( uagb_image_gallery.ajax_url, { // eslint-disable-line no-undef
197
+ method: 'POST',
198
+ credentials: 'same-origin',
199
+ body: mediaData,
200
+ } )
201
+ .then( ( resp ) => resp.json() )
202
+ .then( function( data ) {
203
+ if ( data.success === false ){
204
+ return;
205
+ }
206
+ let element = $scope?.querySelector( '.spectra-image-gallery__layout--isogrid' );
207
+ if ( ! element ) {
208
+ element = $scope;
209
+ };
210
+ const mediaElements = element.querySelectorAll( '.spectra-image-gallery__media-wrapper--isotope' );
211
+ const isotope = new Isotope( element, { // eslint-disable-line no-undef
212
+ itemSelector: '.spectra-image-gallery__media-wrapper--isotope',
213
+ layoutMode: 'fitRows',
214
+ } );
215
+ mediaElements.forEach( ( mediaEle ) => {
216
+ isotope.remove( mediaEle );
217
+ isotope.layout();
218
+ } );
219
+ isotope.insert( UAGBImageGalleryPagedGrid.createElementFromHTML( data.data ) );
220
+ imagesLoaded( element ).on( 'progress', function() { // eslint-disable-line no-undef
221
+ isotope.layout();
222
+ } );
223
+ if ( parseInt( $obj.page_number ) === 1 ) {
224
+ arrows.forEach( ( arrow ) => {
225
+ arrow.disabled = ( arrow.getAttribute( 'data-direction' ) === 'Prev' );
226
+ } );
227
+ }
228
+ else if ( parseInt( $obj.page_number ) === parseInt( $obj.total ) ) {
229
+ arrows.forEach( ( arrow ) => {
230
+ arrow.disabled = ( arrow.getAttribute( 'data-direction' ) === 'Next' );
231
+ } );
232
+ }
233
+ else {
234
+ arrows.forEach( ( arrow ) => {
235
+ arrow.disabled = false;
236
+ } );
237
+ }
238
+ $scope?.querySelector( '.spectra-image-gallery__control-dot--active' ).classList.toggle( 'spectra-image-gallery__control-dot--active' );
239
+ const $activeDot = $scope?.querySelectorAll( '.spectra-image-gallery__control-dot' );
240
+ $activeDot[ parseInt( $obj.page_number ) - 1 ].classList.toggle( 'spectra-image-gallery__control-dot--active' );
241
+ } );
242
+ }
243
+ };
assets/js/image-gallery.min.js ADDED
@@ -0,0 +1 @@
 
1
+ let spectraImageGalleryLoadStatus=!0;const UAGBImageGalleryMasonry={init(r,e){let l=2;const o=window.innerHeight/1.25,n=document.querySelector(e),g=n?.querySelector(".spectra-image-gallery__control-loader"),t=n?.querySelector(".spectra-image-gallery__control-button");r.feedPagination&&r.paginateUseLoader?window.addEventListener("scroll",function(){let e=n?.querySelector(".spectra-image-gallery__media-wrapper");var a,t=(e=e||n).lastElementChild.getBoundingClientRect().top+window.scrollY;window.pageYOffset+o>=t&&(t={page_number:l},a=r.gridPages,spectraImageGalleryLoadStatus&&(l>a&&(g.style.display="none"),l<=a&&(UAGBImageGalleryMasonry.callAjax(n,t,r,!1,l),l++,spectraImageGalleryLoadStatus=!1)))}):r.feedPagination&&!r.paginateUseLoader&&(t.onclick=function(){var e=r.gridPages,a={total:e,page_number:l};t.classList.toggle("disabled"),spectraImageGalleryLoadStatus&&l<=e&&(UAGBImageGalleryMasonry.callAjax(n,a,r,!0,l),l++,spectraImageGalleryLoadStatus=!1)})},createElementFromHTML(e){const a=document.createElement("div");e=e.replace(/\s+/gm," ").replace(/( )+/gm," ").trim();return a.innerHTML=e,a},callAjax(r,l,e,o=!1,n){const a=new FormData;a.append("action","uag_load_image_gallery_masonry"),a.append("nonce",uagb_image_gallery.uagb_image_gallery_masonry_ajax_nonce),a.append("page_number",l.page_number),a.append("attr",JSON.stringify(e)),fetch(uagb_image_gallery.ajax_url,{method:"POST",credentials:"same-origin",body:a}).then(e=>e.json()).then(function(e){let a=r?.querySelector(".spectra-image-gallery__layout--masonry");a=a||r;const t=new Isotope(a,{itemSelector:".spectra-image-gallery__media-wrapper--isotope",stagger:10});t.insert(UAGBImageGalleryMasonry.createElementFromHTML(e.data)),imagesLoaded(a).on("progress",function(){t.layout()}),(spectraImageGalleryLoadStatus=!0)===o&&r?.querySelector(".spectra-image-gallery__control-button").classList.toggle("disabled"),n===parseInt(l.total)&&(r.querySelector(".spectra-image-gallery__control-button").style.opacity=0,setTimeout(()=>{r.querySelector(".spectra-image-gallery__control-button").parentElement.style.display="none"},2e3))})}},UAGBImageGalleryPagedGrid={init(l,e){let o=1;const n=document.querySelector(e),g=n?.querySelectorAll(".spectra-image-gallery__control-arrows--grid"),a=n?.querySelectorAll(".spectra-image-gallery__control-dot");for(let e=0;e<g.length;e++)g[e].addEventListener("click",e=>{const a=e.currentTarget;let t=o;switch(a.getAttribute("data-direction")){case"Prev":--t;break;case"Next":++t}n?.querySelector(".spectra-image-gallery__media-wrapper")||n;var e=l.gridPages,r={page_number:t,total:e};t===e||1===t?a.disabled=!0:g.forEach(e=>{e.disabled=!1}),t<=e&&1<=t&&(UAGBImageGalleryPagedGrid.callAjax(n,r,l,g),o=t)});for(let e=0;e<a.length;e++)a[e].addEventListener("click",e=>{const a=e.currentTarget;var e=a.getAttribute("data-go-to"),t=(n?.querySelector(".spectra-image-gallery__media-wrapper")||n,{page_number:e,total:l.gridPages});UAGBImageGalleryPagedGrid.callAjax(n,t,l,g),o=e})},createElementFromHTML(e){const a=document.createElement("div");e=e.replace(/\s+/gm," ").replace(/( )+/gm," ").trim();return a.innerHTML=e,a},callAjax(o,n,e,g){const a=new FormData;a.append("action","uag_load_image_gallery_grid_pagination"),a.append("nonce",uagb_image_gallery.uagb_image_gallery_grid_pagination_ajax_nonce),a.append("page_number",n.page_number),a.append("attr",JSON.stringify(e)),fetch(uagb_image_gallery.ajax_url,{method:"POST",credentials:"same-origin",body:a}).then(e=>e.json()).then(function(a){if(!1!==a.success){let e=o?.querySelector(".spectra-image-gallery__layout--isogrid");const t=(e=e||o).querySelectorAll(".spectra-image-gallery__media-wrapper--isotope"),r=new Isotope(e,{itemSelector:".spectra-image-gallery__media-wrapper--isotope",layoutMode:"fitRows"}),l=(t.forEach(e=>{r.remove(e),r.layout()}),r.insert(UAGBImageGalleryPagedGrid.createElementFromHTML(a.data)),imagesLoaded(e).on("progress",function(){r.layout()}),1===parseInt(n.page_number)?g.forEach(e=>{e.disabled="Prev"===e.getAttribute("data-direction")}):parseInt(n.page_number)===parseInt(n.total)?g.forEach(e=>{e.disabled="Next"===e.getAttribute("data-direction")}):g.forEach(e=>{e.disabled=!1}),o?.querySelector(".spectra-image-gallery__control-dot--active").classList.toggle("spectra-image-gallery__control-dot--active"),o?.querySelectorAll(".spectra-image-gallery__control-dot"));l[parseInt(n.page_number)-1].classList.toggle("spectra-image-gallery__control-dot--active")}})}};
assets/js/spectra-counter.js ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ UAGBCounter = { // eslint-disable-line no-undef
2
+ elements: {},
3
+ init( mainSelector, data = {} ) {
4
+ this.elements = this.getDefaultElements( mainSelector );
5
+ if( !data.isFrontend ){
6
+ this.elements.counterWrapper.removeAttribute( 'played' );
7
+ }
8
+ if( typeof this.elements.counterWrapper !== 'undefined' && this.elements.counterWrapper ){
9
+ const numberCount = this._numberCount( data );
10
+ this._inViewInit( numberCount, data );
11
+ }
12
+ },
13
+ getDefaultElements( mainSelector ) {
14
+ const counterWrapper = this.getElement( mainSelector );
15
+ return {
16
+ counterWrapper
17
+ };
18
+ },
19
+ getElement( selector, childSelector = null ) {
20
+ let domElement = document.querySelector( selector );
21
+ if ( domElement ) {
22
+ if ( childSelector ) {
23
+ return domElement.querySelector( childSelector );
24
+ }
25
+ } else {
26
+ const editorCanvas = document.querySelector(
27
+ 'iframe[name="editor-canvas"]'
28
+ );
29
+ if ( editorCanvas && editorCanvas.contentDocument ) {
30
+ domElement = editorCanvas.contentDocument.querySelector(
31
+ selector
32
+ );
33
+ if ( childSelector ) {
34
+ return ( domElement = domElement.querySelector(
35
+ childSelector
36
+ ) );
37
+ }
38
+ }
39
+ }
40
+ return domElement;
41
+ },
42
+
43
+ _inViewInit( countUp, data ){
44
+ const that = this
45
+ const callback = entries => {
46
+ entries.forEach( entry => {
47
+ const el = entry.target
48
+ const hasPlayed = el.hasAttribute( 'played' ); // Check if an animation has played; If played already, do mot re-trigger it.
49
+ if ( entry.isIntersecting && !hasPlayed ) {
50
+ if ( !countUp.error ) {
51
+ if( data.layout === 'bars' ){
52
+ that._triggerBar( el, data );
53
+ } else if( data.layout === 'circle' ){
54
+ that._triggerCircle( el, data );
55
+ }
56
+ countUp.start();
57
+ } else {
58
+ console.error( countUp.error ); // eslint-disable-line no-console
59
+ }
60
+ }
61
+ } )
62
+ }
63
+ const IO = new IntersectionObserver( callback, { threshold: 1 } ) // eslint-disable-line no-undef
64
+ IO.observe( that.elements.counterWrapper )
65
+ },
66
+ _numberCount( data ){
67
+ const that = this
68
+ const el = this.elements.counterWrapper.querySelector( '.uagb-counter-block-number' )
69
+ if( typeof el !== 'undefined' && el ){
70
+ const countUp = new window.countUp.CountUp( el, that._getEndNumber( data ), {
71
+ startVal: that._getStartNumber( data ),
72
+ duration: that._getAnimationDuration( data ),
73
+ separator: data.thousandSeparator,
74
+ useEasing: false,
75
+ decimalPlaces: data.decimalPlaces,
76
+ } );
77
+ return countUp;
78
+ }
79
+ },
80
+
81
+ _triggerBar( el, data ){
82
+ const that = this
83
+ const parentWrapClass = 'wp-block-uagb-counter--bars';
84
+ const numberWrap = el.querySelector( '.wp-block-uagb-counter__number' );
85
+ const duration = that._getAnimationDurationForCSS( data );
86
+ const startWidth = that._getStartNumber( data ) < that._getTotalNumber( data ) ? Math.ceil( ( that._getStartNumber( data ) / that._getTotalNumber( data ) ) * 100 ) : 100;
87
+ const endWidth = that._getEndNumber( data ) <= that._getTotalNumber( data ) ? Math.ceil( ( that._getEndNumber( data ) / that._getTotalNumber( data ) ) * 100 ) : 100;
88
+
89
+ const animationKeyframes = [
90
+ { width: startWidth + '%' },
91
+ { width: endWidth + '%' },
92
+ ];
93
+
94
+ const animationProperties = {
95
+ duration,
96
+ fill: 'forwards',
97
+ };
98
+
99
+ // Condition to prevent an edge case bug where number layout gets animated like bar layout.
100
+ if( el.classList.contains( parentWrapClass ) ){
101
+ numberWrap?.animate( animationKeyframes, animationProperties );
102
+ }
103
+
104
+ el.setAttribute( 'played', true ); // Set: animation has played once.
105
+
106
+ },
107
+
108
+ _triggerCircle( el, data ){
109
+ const that = this
110
+ const circleWrap = el.querySelector( '.wp-block-uagb-counter-circle-container svg .uagb-counter-circle__progress' );
111
+
112
+ const diameter = data.circleSize - data.circleStokeSize;
113
+ const circumference = Math.PI * diameter;
114
+ const totalNumber = that._getTotalNumber( data );
115
+
116
+ let startPoint = 100 * ( that._getStartNumber( data ) / totalNumber );
117
+ startPoint = ( startPoint < 100 ) ? startPoint : 100;
118
+ startPoint = 100 - startPoint;
119
+ startPoint = ( startPoint / 100 ) * circumference;
120
+
121
+ let endPoint = 100 * ( that._getEndNumber( data ) / totalNumber );
122
+ endPoint = ( endPoint < 100 ) ? endPoint : 100;
123
+ endPoint = 100 - endPoint;
124
+ endPoint = ( endPoint / 100 ) * circumference;
125
+
126
+ const duration = that._getAnimationDurationForCSS( data );
127
+
128
+ const animationKeyframes = [
129
+ { strokeDashoffset: startPoint + 'px' },
130
+ { strokeDashoffset: endPoint + 'px' },
131
+ ];
132
+
133
+ const animationProperties = {
134
+ duration,
135
+ fill: 'forwards',
136
+ };
137
+
138
+ circleWrap?.animate( animationKeyframes, animationProperties );
139
+
140
+ el.setAttribute( 'played', true ); // Set: animation has played once.
141
+
142
+ },
143
+
144
+ _getAnimationDuration( data ){
145
+ return data.animationDuration / 1000
146
+ },
147
+
148
+ _getAnimationDurationForCSS( data ){
149
+ return data.animationDuration
150
+ },
151
+
152
+ _getStartNumber( data ){
153
+
154
+ if( isNaN( data.startNumber ) ) {
155
+ return parseFloat( 0 );
156
+ }
157
+
158
+ return ( data.startNumber || parseFloat( data.startNumber ) === parseFloat( 0 ) ) ? parseFloat( data.startNumber ) : parseFloat( 0 );
159
+ },
160
+ _getEndNumber( data ){
161
+
162
+ if( isNaN( data.endNumber ) ) {
163
+ return parseFloat( 80 );
164
+ }
165
+
166
+ return ( data.endNumber || parseFloat( data.startNumber ) === parseFloat( 0 ) ) ? parseFloat( data.endNumber ) : parseFloat( 80 );
167
+ },
168
+ _getTotalNumber( data ){
169
+
170
+ if( isNaN( data.startNumber ) ) {
171
+ return parseFloat( 0 );
172
+ }
173
+
174
+ return ( data.totalNumber || parseFloat( data.startNumber ) === parseFloat( 0 ) ) ? parseFloat( data.totalNumber ) : parseFloat( 100 );
175
+ }
176
+ };
assets/js/spectra-counter.min.js ADDED
@@ -0,0 +1 @@
 
1
+ UAGBCounter={elements:{},init(e,t={}){this.elements=this.getDefaultElements(e),t.isFrontend||this.elements.counterWrapper.removeAttribute("played"),void 0!==this.elements.counterWrapper&&this.elements.counterWrapper&&(e=this._numberCount(t),this._inViewInit(e,t))},getDefaultElements(e){return{counterWrapper:this.getElement(e)}},getElement(e,t=null){let r=document.querySelector(e);if(r){if(t)return r.querySelector(t)}else{const a=document.querySelector('iframe[name="editor-canvas"]');if(a&&a.contentDocument&&(r=a.contentDocument.querySelector(e),t))return r=r.querySelector(t)}return r},_inViewInit(a,n){const o=this;const e=new IntersectionObserver(e=>{e.forEach(e=>{const t=e.target;var r=t.hasAttribute("played");e.isIntersecting&&!r&&(a.error||("bars"===n.layout?o._triggerBar(t,n):"circle"===n.layout&&o._triggerCircle(t,n),a.start()))})},{threshold:1});e.observe(o.elements.counterWrapper)},_numberCount(e){var t=this,r=this.elements.counterWrapper.querySelector(".uagb-counter-block-number");if(void 0!==r&&r)return new window.countUp.CountUp(r,t._getEndNumber(e),{startVal:t._getStartNumber(e),duration:t._getAnimationDuration(e),separator:e.thousandSeparator,useEasing:!1,decimalPlaces:e.decimalPlaces})},_triggerBar(e,t){var r=this;const a=e.querySelector(".wp-block-uagb-counter__number");var n=r._getAnimationDurationForCSS(t),r=[{width:(r._getStartNumber(t)<r._getTotalNumber(t)?Math.ceil(r._getStartNumber(t)/r._getTotalNumber(t)*100):100)+"%"},{width:(r._getEndNumber(t)<=r._getTotalNumber(t)?Math.ceil(r._getEndNumber(t)/r._getTotalNumber(t)*100):100)+"%"}],t={duration:n,fill:"forwards"};e.classList.contains("wp-block-uagb-counter--bars")&&a?.animate(r,t),e.setAttribute("played",!0)},_triggerCircle(e,t){var r=this;const a=e.querySelector(".wp-block-uagb-counter-circle-container svg .uagb-counter-circle__progress");var n=t.circleSize-t.circleStokeSize,n=Math.PI*n,o=r._getTotalNumber(t);let u=r._getStartNumber(t)/o*100,i=(u=(u=100-(u=u<100?u:100))/100*n,r._getEndNumber(t)/o*100);i=(i=100-(i=i<100?i:100))/100*n;o=r._getAnimationDurationForCSS(t),n=[{strokeDashoffset:u+"px"},{strokeDashoffset:i+"px"}];a?.animate(n,{duration:o,fill:"forwards"}),e.setAttribute("played",!0)},_getAnimationDuration(e){return e.animationDuration/1e3},_getAnimationDurationForCSS(e){return e.animationDuration},_getStartNumber(e){return!isNaN(e.startNumber)&&(e.startNumber||parseFloat(e.startNumber)===parseFloat(0))?parseFloat(e.startNumber):parseFloat(0)},_getEndNumber(e){return!isNaN(e.endNumber)&&(e.endNumber||parseFloat(e.startNumber)===parseFloat(0))?parseFloat(e.endNumber):parseFloat(80)},_getTotalNumber(e){return isNaN(e.startNumber)?parseFloat(0):e.totalNumber||parseFloat(e.startNumber)===parseFloat(0)?parseFloat(e.totalNumber):parseFloat(100)}};
blocks-config/blocks-attributes/getBlocksDefaultAttributes.js CHANGED
@@ -47,6 +47,8 @@ import lottieAttribute from '@Blocks/lottie/attributes';
47
  import starRatingAttribute from '@Blocks/star-rating/attributes';
48
  import containerAttribute from '@Blocks/container/attributes';
49
  import imageAttribute from '@Blocks/image/attributes';
 
 
50
 
51
  export const blocksAttributes = {
52
  'advanced-heading' : advancedHeadingAttribute,
@@ -97,5 +99,7 @@ export const blocksAttributes = {
97
  'post-timeline' : postTimelineAttribute,
98
  'how-to-step' : howToStepAttribute,
99
  'container' : containerAttribute,
100
- 'image': imageAttribute
 
 
101
  };
47
  import starRatingAttribute from '@Blocks/star-rating/attributes';
48
  import containerAttribute from '@Blocks/container/attributes';
49
  import imageAttribute from '@Blocks/image/attributes';
50
+ import counterAttribute from '@Blocks/counter/attributes';
51
+ import imageGalleryAttribute from '@Blocks/image-gallery/attributes';
52
 
53
  export const blocksAttributes = {
54
  'advanced-heading' : advancedHeadingAttribute,
99
  'post-timeline' : postTimelineAttribute,
100
  'how-to-step' : howToStepAttribute,
101
  'container' : containerAttribute,
102
+ 'image': imageAttribute,
103
+ 'counter': counterAttribute,
104
+ 'image-gallery': imageGalleryAttribute,
105
  };
blocks-config/blocks-config.php CHANGED
@@ -19,3 +19,4 @@ require_once UAGB_DIR . 'blocks-config/table-of-content/class-uagb-table-of-cont
19
  require_once UAGB_DIR . 'blocks-config/forms/class-uagb-forms.php';
20
  require_once UAGB_DIR . 'blocks-config/lottie/class-uagb-lottie.php';
21
  require_once UAGB_DIR . 'blocks-config/image/class-uagb-image.php';
 
19
  require_once UAGB_DIR . 'blocks-config/forms/class-uagb-forms.php';
20
  require_once UAGB_DIR . 'blocks-config/lottie/class-uagb-lottie.php';
21
  require_once UAGB_DIR . 'blocks-config/image/class-uagb-image.php';
22
+ require_once UAGB_DIR . 'blocks-config/image-gallery/class-spectra-image-gallery.php';
blocks-config/image-gallery/class-spectra-image-gallery.php ADDED
@@ -0,0 +1,1309 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Spectra - Image Gallery
4
+ *
5
+ * @package UAGB
6
+ */
7
+
8
+ if ( ! defined( 'ABSPATH' ) ) {
9
+ exit; // Exit if accessed directly.
10
+ }
11
+
12
+ if ( ! class_exists( 'Spectra_Image_Gallery' ) ) {
13
+
14
+ /**
15
+ * Class Spectra_Image_Gallery.
16
+ */
17
+ final class Spectra_Image_Gallery {
18
+
19
+ /**
20
+ * Member Variable
21
+ *
22
+ * @since 2.1
23
+ * @var instance
24
+ */
25
+ private static $instance;
26
+
27
+ /**
28
+ * Member Variable
29
+ *
30
+ * @since 2.1
31
+ * @var settings
32
+ */
33
+ private static $settings;
34
+
35
+ /**
36
+ * Initiator
37
+ *
38
+ * @since 2.1
39
+ */
40
+ public static function get_instance() {
41
+ if ( ! isset( self::$instance ) ) {
42
+ self::$instance = new self();
43
+ }
44
+ return self::$instance;
45
+ }
46
+
47
+ /**
48
+ * Constructor
49
+ */
50
+ public function __construct() {
51
+ add_action( 'init', array( $this, 'register_image_gallery' ) );
52
+ add_action( 'wp_ajax_uag_load_image_gallery_masonry', array( $this, 'render_masonry_pagination' ) );
53
+ add_action( 'wp_ajax_nopriv_uag_load_image_gallery_masonry', array( $this, 'render_masonry_pagination' ) );
54
+ add_action( 'wp_ajax_uag_load_image_gallery_grid_pagination', array( $this, 'render_grid_pagination' ) );
55
+ add_action( 'wp_ajax_nopriv_uag_load_image_gallery_grid_pagination', array( $this, 'render_grid_pagination' ) );
56
+ }
57
+
58
+ /**
59
+ * Registers the `image-gallery` block on server.
60
+ *
61
+ * @since 2.1
62
+ */
63
+ public function register_image_gallery() {
64
+ // Check if the register function exists.
65
+ if ( ! function_exists( 'register_block_type' ) ) {
66
+ return;
67
+ }
68
+
69
+ $arrow_border_attributes = array();
70
+ $btn_border_attributes = array();
71
+ $image_border_attributes = array();
72
+ $main_title_border_attributes = array();
73
+
74
+ if ( method_exists( 'UAGB_Block_Helper', 'uag_generate_php_border_attribute' ) ) {
75
+ $arrow_border_attributes = UAGB_Block_Helper::uag_generate_php_bo