Skip to content

Commit

Permalink
Ensure Gutenberg repository is clean after install (#9650)
Browse files Browse the repository at this point in the history
* Regenerate package-lock.json

* Docs: Regenerate handbook files
  • Loading branch information
gziolo authored and youknowriad committed Sep 6, 2018
1 parent 694a19b commit 33ca4a3
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 109 deletions.
3 changes: 2 additions & 1 deletion docs/data/data-core-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@ Returns true if one of the block's inner blocks is selected.

* state: Editor state.
* clientId: Block client ID.
* deep: Perform a deep check.

*Returns*

Expand Down Expand Up @@ -1397,4 +1398,4 @@ Returns an action object used in signalling that the editor settings have been u

*Parameters*

* settings: Updated settings
* settings: Updated settings
33 changes: 3 additions & 30 deletions docs/data/data-core-nux.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,14 @@

### isTipVisible

Determines whether the given tip or DotTip instance should be visible. Checks:

- That all tips are enabled.
- That the given tip has not been dismissed.
- If the given tip is part of a guide, that the given tip is the current tip in the guide.
- If instanceId is provided, that this is the first DotTip instance for the given tip.
Determines whether or not the given tip is showing. Tips are hidden if they
are disabled, have been dismissed, or are not the current tip in any
guide that they have been added to.

*Parameters*

* state: Global application state.
* tipId: The tip to query.
* instanceId: A number which uniquely identifies the DotTip instance.

### areTipsEnabled

Expand All @@ -40,29 +36,6 @@ the user through a series of tips step by step.

* tipIds: Which tips to show in the guide.

### registerTipInstance

Returns an action object that, when dispatched, associates an instance of the
DotTip component with a tip. This is usually done when the component mounts.
Tracking this lets us only show one DotTip at a time per tip.

*Parameters*

* tipId: The tip to associate this instance with.
* instanceId: A number which uniquely identifies the instance.

### unregisterTipInstance

Returns an action object that, when dispatched, removes the association
between a DotTip component instance and a tip. This is usually done when the
component unmounts. Tracking this lets us only show one DotTip at a time per
tip.

*Parameters*

* tipId: The tip to disassociate this instance with.
* instanceId: A number which uniquely identifies the instance.

### dismissTip

Returns an action object that, when dispatched, dismisses the given tip. A
Expand Down
14 changes: 7 additions & 7 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -449,12 +449,6 @@
"markdown_source": "https://raw.githubusercontent.com/WordPress/gutenberg/master/packages/postcss-themes/README.md",
"parent": "packages"
},
{
"title": "@wordpress/postcss-url",
"slug": "packages-postcss-url",
"markdown_source": "https://raw.githubusercontent.com/WordPress/gutenberg/master/packages/postcss-url/README.md",
"parent": "packages"
},
{
"title": "@wordpress/redux-routine",
"slug": "packages-redux-routine",
Expand Down Expand Up @@ -509,6 +503,12 @@
"markdown_source": "https://raw.githubusercontent.com/WordPress/gutenberg/master/packages/components.md",
"parent": null
},
{
"title": "AccessibleSvg",
"slug": "accessible-svg",
"markdown_source": "https://raw.githubusercontent.com/WordPress/gutenberg/master/packages/components/src/accessible-svg/README.md",
"parent": "components"
},
{
"title": "Autocomplete",
"slug": "autocomplete",
Expand Down Expand Up @@ -851,4 +851,4 @@
"markdown_source": "https://raw.githubusercontent.com/WordPress/gutenberg/master/docs/data/data-core-viewport.md",
"parent": "data"
}
]
]
81 changes: 10 additions & 71 deletions package-lock.json

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

0 comments on commit 33ca4a3

Please sign in to comment.