@wordpress/nux 5.10.0 → 5.13.0
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/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ The NUX module exposes components, and `wp.data` methods useful for onboarding a
|
|
|
4
4
|
|
|
5
5
|
A _tip_ is a component that points to an element in the UI and contains text that explains the element's functionality. The user can dismiss a tip, in which case it never shows again. The user can also disable tips entirely. Information about tips is persisted between sessions using `localStorage`.
|
|
6
6
|
|
|
7
|
-
A _guide_ allows a series of
|
|
7
|
+
A _guide_ allows a series of tips to be presented to the user one by one. When a user dismisses a tip that is in a guide, the next tip in the guide is shown.
|
|
8
8
|
|
|
9
9
|
## Installation
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/nux",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.13.0",
|
|
4
4
|
"description": "NUX (New User eXperience) module for WordPress.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@babel/runtime": "^7.16.0",
|
|
34
|
-
"@wordpress/components": "^19.
|
|
35
|
-
"@wordpress/compose": "^5.
|
|
36
|
-
"@wordpress/data": "^6.
|
|
37
|
-
"@wordpress/deprecated": "^3.
|
|
38
|
-
"@wordpress/element": "^4.
|
|
39
|
-
"@wordpress/i18n": "^4.
|
|
40
|
-
"@wordpress/icons": "^9.
|
|
34
|
+
"@wordpress/components": "^19.17.0",
|
|
35
|
+
"@wordpress/compose": "^5.13.0",
|
|
36
|
+
"@wordpress/data": "^6.15.0",
|
|
37
|
+
"@wordpress/deprecated": "^3.15.0",
|
|
38
|
+
"@wordpress/element": "^4.13.0",
|
|
39
|
+
"@wordpress/i18n": "^4.15.0",
|
|
40
|
+
"@wordpress/icons": "^9.6.0",
|
|
41
41
|
"rememo": "^4.0.0"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"publishConfig": {
|
|
48
48
|
"access": "public"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "08358f53b627a15148c3a3e433cdf58cf8714aa4"
|
|
51
51
|
}
|