Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 14f0e5f

Browse files
committed
Adding /build directory to release
1 parent 89dffa5 commit 14f0e5f

File tree

254 files changed

+3158
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

254 files changed

+3158
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php return array('dependencies' => array('lodash', 'react', 'wc-blocks-data-store', 'wc-price-format', 'wc-settings', 'wp-data', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-is-shallow-equal', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'c311d3afc2076a1653a14a9dc75d255d');

build/active-filters-frontend.js

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/active-filters.asset.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php return array('dependencies' => array('lodash', 'react', 'wc-blocks-data-store', 'wc-price-format', 'wc-settings', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-is-shallow-equal', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'e0fb0145f96f1baa6d6aacf06d69cc46');

build/active-filters.js

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/active-filters/block.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "woocommerce/active-filters",
3+
"version": "1.0.0",
4+
"title": "Active Product Filters",
5+
"description": "Display the currently active product filters.",
6+
"category": "woocommerce",
7+
"keywords": [ "WooCommerce" ],
8+
"supports": {
9+
"html": false,
10+
"multiple": false,
11+
"color": {
12+
"text": true,
13+
"background": false
14+
}
15+
},
16+
"attributes": {
17+
"displayStyle": {
18+
"type": "string",
19+
"default": "list"
20+
},
21+
"headingLevel": {
22+
"type": "number",
23+
"default": 3
24+
}
25+
},
26+
"textdomain": "woo-gutenberg-products-block",
27+
"apiVersion": 2,
28+
"$schema": "https://schemas.wp.org/trunk/block.json"
29+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php return array('dependencies' => array('lodash', 'react', 'wc-blocks-data-store', 'wc-blocks-registry', 'wc-blocks-shared-context', 'wc-blocks-shared-hocs', 'wc-price-format', 'wc-settings', 'wp-a11y', 'wp-api-fetch', 'wp-autop', 'wp-block-editor', 'wp-blocks', 'wp-compose', 'wp-data', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-is-shallow-equal', 'wp-polyfill', 'wp-primitives', 'wp-url', 'wp-warning', 'wp-wordcount'), 'version' => '97786e95e9aedcd20dc246ea666da021');

build/all-products-frontend.js

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/all-products.asset.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php return array('dependencies' => array('lodash', 'react', 'wc-blocks-data-store', 'wc-blocks-registry', 'wc-blocks-shared-context', 'wc-blocks-shared-hocs', 'wc-price-format', 'wc-settings', 'wp-a11y', 'wp-api-fetch', 'wp-autop', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-is-shallow-equal', 'wp-polyfill', 'wp-primitives', 'wp-url', 'wp-warning', 'wp-wordcount'), 'version' => 'c891a6642d2c4e7f07f77b4e3879cfd5');

build/all-products.js

Lines changed: 36 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/all-products/block.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"$schema": "https://schemas.wp.org/trunk/block.json",
3+
"apiVersion": 1,
4+
"textdomain": "woo-gutenberg-products-block",
5+
"name": "woocommerce/all-products",
6+
"title": "All Products",
7+
"category": "woocommerce",
8+
"keywords": [ "WooCommerce" ],
9+
"description": "Display products from your store in a grid layout.",
10+
"supports": {
11+
"align": [ "wide", "full" ],
12+
"html": false,
13+
"multiple": false
14+
},
15+
"example": {
16+
"attributes": {
17+
"isPreview": true
18+
}
19+
},
20+
"attributes": {
21+
"columns": {
22+
"type": "number"
23+
},
24+
"rows": {
25+
"type": "number"
26+
},
27+
"alignButtons": {
28+
"type": "boolean"
29+
},
30+
"contentVisibility": {
31+
"type": "object"
32+
},
33+
"orderby": {
34+
"type": "string"
35+
},
36+
"layoutConfig": {
37+
"type": "array"
38+
},
39+
"isPreview": {
40+
"type": "boolean",
41+
"default": false
42+
}
43+
}
44+
}

0 commit comments

Comments
 (0)