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

Commit

Permalink
Adding /build directory to release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed May 24, 2023
1 parent 84f01ab commit 7b885d0
Show file tree
Hide file tree
Showing 307 changed files with 4,288 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/active-filters-frontend.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('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' => '9fe2b55628280a0bdd72c6c2c6843f11');
15 changes: 15 additions & 0 deletions build/active-filters-frontend.js

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions build/active-filters-wrapper-frontend.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/active-filters.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('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' => '235d16683a2eb4ed0d3546bf39be513a');
15 changes: 15 additions & 0 deletions build/active-filters.js

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions build/active-filters/block.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "woocommerce/active-filters",
"version": "1.0.0",
"title": "Active Filters Controls",
"description": "Display the currently active filters.",
"category": "woocommerce",
"keywords": [ "WooCommerce" ],
"supports": {
"html": false,
"multiple": false,
"inserter": false,
"color": {
"text": true,
"background": false
},
"lock": false
},
"attributes": {
"displayStyle": {
"type": "string",
"default": "list"
},
"headingLevel": {
"type": "number",
"default": 3
}
},
"textdomain": "woo-gutenberg-products-block",
"apiVersion": 2,
"$schema": "https://schemas.wp.org/trunk/block.json"
}
12 changes: 12 additions & 0 deletions build/add-to-cart-form/block.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "woocommerce/add-to-cart-form",
"version": "1.0.0",
"title": "Add to Cart with Options",
"description": "Display a button so the customer can add a product to their cart. Options will also be displayed depending on product type. e.g. quantity, variation.",
"category": "woocommerce",
"keywords": [ "WooCommerce" ],
"usesContext": ["postId"],
"textdomain": "woo-gutenberg-products-block",
"apiVersion": 2,
"$schema": "https://schemas.wp.org/trunk/block.json"
}
1 change: 1 addition & 0 deletions build/all-products-frontend.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'wc-blocks-checkout', '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-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-style-engine', 'wp-url', 'wp-warning', 'wp-wordcount'), 'version' => '78cd2cece509a3e2a4e2296929230624');
11 changes: 11 additions & 0 deletions build/all-products-frontend.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/all-products.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'wc-blocks-checkout', '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-style-engine', 'wp-url', 'wp-warning', 'wp-wordcount'), 'version' => '02a99b23b0b6813524bec96cfc73088d');
38 changes: 38 additions & 0 deletions build/all-products.js

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions build/all-products/block.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 1,
"textdomain": "woo-gutenberg-products-block",
"name": "woocommerce/all-products",
"title": "All Products",
"category": "woocommerce",
"keywords": [ "WooCommerce" ],
"description": "Display products from your store in a grid layout.",
"supports": {
"align": [ "wide", "full" ],
"html": false,
"multiple": false
},
"attributes": {
"columns": {
"type": "number"
},
"rows": {
"type": "number"
},
"alignButtons": {
"type": "boolean"
},
"contentVisibility": {
"type": "object"
},
"orderby": {
"type": "string"
},
"layoutConfig": {
"type": "array"
},
"isPreview": {
"type": "boolean",
"default": false
}
}
}
1 change: 1 addition & 0 deletions build/all-reviews.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('wc-settings', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-element', 'wp-escape-html', 'wp-i18n', 'wp-is-shallow-equal', 'wp-polyfill', 'wp-primitives'), 'version' => 'ba95e4240f37e89314175479d51f1de5');
9 changes: 9 additions & 0 deletions build/all-reviews.js

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions build/attribute-filter-wrapper--stock-filter-wrapper-frontend.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7b885d0

Please sign in to comment.