This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'add/5229-add-align-support-legacy-template' of github.c…
…om:woocommerce/woocommerce-gutenberg-products-block into add/5229-add-align-support-legacy-template
- Loading branch information
Showing
68 changed files
with
2,682 additions
and
2,117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
16.13.0 | ||
16.13.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"Storybook Story": { | ||
"prefix": [ "storybook", "sbs" ], | ||
"body": [ | ||
"/**", | ||
" * External dependencies", | ||
" */", | ||
"import { Story, Meta } from '@storybook/react';", | ||
"", | ||
"/**", | ||
" * Internal dependencies", | ||
" */", | ||
"import ${1:${TM_DIRECTORY/.*\\/(.*)\\/.*$/${1:/pascalcase}/}}, { ${2:${TM_DIRECTORY/.*\\/(.*)\\/.*$/${1:/pascalcase}/}Props} } from '..';", | ||
"", | ||
"export default {", | ||
"\ttitle: 'WooCommerce Blocks/${3|@base-components,editor-components,woocommerce,Checkout Blocks|}/${1}',", | ||
"\tcomponent: ${1},", | ||
"} as Meta< ${2} >;", | ||
"", | ||
"const Template: Story< ${2} > = ( args ) => (", | ||
"\t<${1} { ...args } />", | ||
");", | ||
"", | ||
"export const Default = Template.bind( {} );", | ||
"Default.args = {};", | ||
"" | ||
], | ||
"description": "Scaffolds a Storybook story", | ||
"scope": "typescript, typescriptreact" | ||
}, | ||
"Storybook Story from Template": { | ||
"prefix": [ "sbt" ], | ||
"body": [ | ||
"export const ${1:MyStory} = Template.bind( {} );", | ||
"$1.args = {", | ||
"\t$2", | ||
"};" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 0 additions & 35 deletions
35
assets/js/base/components/cart-checkout/totals/shipping/stories/index.js
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.