@total_onion/onion-library 2.0.71 → 2.0.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/block-accent-image-v3/accent-image-v3.php +1 -1
- package/components/block-accordion-v3/accordion-v3.php +1 -1
- package/components/block-betterreviews-display-v3/betterreviews-display-v3.php +1 -1
- package/components/block-block-interactions-v3/block-interactions-v3.php +1 -1
- package/components/block-carousel-multi-layout-v3/carousel-multi-layout-v3.php +1 -1
- package/components/block-cover-link-v3/cover-link-v3.php +1 -1
- package/components/block-divider-v3/divider-v3.php +1 -1
- package/components/block-featured-image-gallery-v3/featured-image-gallery-v3.php +1 -1
- package/components/block-form-selection-v3/form-selection-v3.php +1 -1
- package/components/block-gradient-layer-v3/gradient-layer-v3.php +1 -1
- package/components/block-group-container-v3/group-container-v3.php +1 -1
- package/components/block-lottie-content-v3/lottie-content-v3.php +1 -1
- package/components/block-market-selector-v3/market-selector-v3.php +1 -1
- package/components/block-modal-form-v3/modal-form-v3.php +1 -1
- package/components/block-nav-menu-container-v3/nav-menu-container-v3.php +1 -1
- package/components/block-post-info-v3/post-info-v3.php +1 -1
- package/components/block-post-type-filter-grid-v3/post-type-filter-grid-v3.php +1 -1
- package/components/block-product-info-v3/product-info-v3.php +1 -1
- package/components/block-responsive-table-v3/responsive-table-v3.php +1 -1
- package/components/block-scrolling-banner-v3/scrolling-banner-v3.php +5 -5
- package/components/block-section-separator-v3/section-separator-v3.php +1 -1
- package/components/block-single-column-container-v3/single-column-container-v3.php +1 -1
- package/components/block-single-responsive-image-v3/single-responsive-image-v3.php +1 -1
- package/components/block-site-copyright-notice-v3/site-copyright-notice-v3.php +1 -1
- package/components/block-site-logo-container-v3/site-logo-container-v3.php +1 -1
- package/components/block-site-title-and-tagline-v3/site-title-and-tagline-v3.php +1 -1
- package/components/block-smash-balloon-social-media-v3/smash-balloon-social-media-v3.php +1 -1
- package/components/block-social-networks-v3/social-networks-v3.php +1 -1
- package/components/block-spacer-v3/spacer-v3.php +1 -1
- package/components/block-standard-content-v3/standard-content-v3.php +1 -1
- package/components/block-sticky-buy-cta-v3/sticky-buy-cta-v3.php +1 -1
- package/components/block-sub-group-container-v3/sub-group-container-v3.php +1 -1
- package/components/block-video-content-v3/video-content-v3.php +1 -1
- package/package.json +2 -1
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'accent-image-v3',
|
|
6
6
|
'title' => __('Accent image v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'accordion-v3',
|
|
6
6
|
'title' => __('Accordion v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'betterreviews-display-v3',
|
|
6
6
|
'title' => __('Betterreviews Display V3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'block-interactions-v3',
|
|
6
6
|
'title' => __('Block Interactions v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'carousel-multi-layout-v3',
|
|
6
6
|
'title' => __('Carousel multi layout v3', 'Global theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'cover-link-v3',
|
|
6
6
|
'title' => __('Cover link v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'divider_v3 v3-v3',
|
|
6
6
|
'title' => __('divider_v3 v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => 'book',
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -3,7 +3,7 @@ acf_register_block_type(
|
|
|
3
3
|
array(
|
|
4
4
|
'name' => 'featured-image-gallery-v3',
|
|
5
5
|
'title' => __('Featured Image gallery v3', 'Global Theme Admin'),
|
|
6
|
-
'render_callback' => '
|
|
6
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
7
7
|
'category' => 'common',
|
|
8
8
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
9
9
|
'keywords' => array('content', 'layout', 'image'),
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'form-selection-v3',
|
|
6
6
|
'title' => __('Form selection v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'gradient-layer-v3',
|
|
6
6
|
'title' => __('Gradient layer v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'group-container-v3',
|
|
6
6
|
'title' => __('Group container v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'lottie-content-v3',
|
|
6
6
|
'title' => __('Lottie content v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'market-selector-v3',
|
|
6
6
|
'title' => __('Market selector v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'modal-form-v3',
|
|
6
6
|
'title' => __('Modal form v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'nav-menu-container-v3',
|
|
6
6
|
'title' => __('Nav menu container v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'post-info-v3',
|
|
6
6
|
'title' => __('Post info v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'post-type-filter-grid-v3',
|
|
6
6
|
'title' => __('Post type filter grid v3', 'Global Theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'product-info-v3',
|
|
6
6
|
'title' => __('Product info v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'responsive-table-v3',
|
|
6
6
|
'title' => __('Responsive table v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
acf_register_block_type(
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'scrolling-banner-v3',
|
|
6
|
-
'title' => __(
|
|
7
|
-
'render_callback' => '
|
|
6
|
+
'title' => __('Scrolling banner v3', 'Global-theme Admin'),
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
|
-
'keywords' => array('content', 'text'
|
|
10
|
+
'keywords' => array('content', 'text'),
|
|
11
11
|
'mode' => 'preview',
|
|
12
|
-
'supports' => array(
|
|
12
|
+
'supports' => array('align' => false, 'anchor' => true),
|
|
13
13
|
)
|
|
14
|
-
);
|
|
14
|
+
);
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'section-separator-v3',
|
|
6
6
|
'title' => __('Section separator v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'single-column-container-v3',
|
|
6
6
|
'title' => __('Single column container v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'single-responsive-image-v3',
|
|
6
6
|
'title' => __('Single responsive image v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'site-copyright-notice-v3',
|
|
6
6
|
'title' => __('Site copyright notice v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'site-logo-container-v3',
|
|
6
6
|
'title' => __('Site logo container v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'site-title-and-tagline-v3',
|
|
6
6
|
'title' => __('Site title and tagline v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'smash-balloon-social-media-v3',
|
|
6
6
|
'title' => __('Smash balloon social media v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'social-networks-v3',
|
|
6
6
|
'title' => __('Social networks v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'Spacer v3',
|
|
6
6
|
'title' => __('Spacer v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'standard-content-v3',
|
|
6
6
|
'title' => __('Standard content v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'sticky-buy-cta-v3',
|
|
6
6
|
'title' => __('Sticky buy cta v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'sub-group-container-v3',
|
|
6
6
|
'title' => __('Sub group container v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
|
@@ -4,7 +4,7 @@ acf_register_block_type(
|
|
|
4
4
|
array(
|
|
5
5
|
'name' => 'video-content-v3',
|
|
6
6
|
'title' => __('Video content v3', 'Global-theme Admin'),
|
|
7
|
-
'render_callback' => '
|
|
7
|
+
'render_callback' => 'core_block_render_post_object_v3',
|
|
8
8
|
'category' => 'common',
|
|
9
9
|
'icon' => get_svg_icon_content('brick.svg'),
|
|
10
10
|
'keywords' => array('content', 'text'),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@total_onion/onion-library",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.73",
|
|
4
4
|
"description": "Component library",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
"postcss-preset-env": "^10.3.1",
|
|
37
37
|
"prettier": "^2.6.2",
|
|
38
38
|
"swiper": "^12.0.2",
|
|
39
|
+
"vue-loader": "^17.4.2",
|
|
39
40
|
"yargs": "^17.4.1"
|
|
40
41
|
},
|
|
41
42
|
"devDependencies": {
|