@wordpress/nux 5.1.2 → 5.2.0-next.e230fbab09.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.
|
@@ -178,9 +178,9 @@
|
|
|
178
178
|
.nux-dot-tip.components-popover:not([data-y-axis=middle])[data-y-axis=left] .components-popover__content {
|
|
179
179
|
margin-right: 0;
|
|
180
180
|
}
|
|
181
|
-
.nux-dot-tip.components-popover.
|
|
181
|
+
.nux-dot-tip.components-popover.interface-more-menu-dropdown__content:not([data-y-axis=middle])[data-y-axis=right] .components-popover__content {
|
|
182
182
|
margin-left: -12px;
|
|
183
183
|
}
|
|
184
|
-
.nux-dot-tip.components-popover.
|
|
184
|
+
.nux-dot-tip.components-popover.interface-more-menu-dropdown__content:not([data-y-axis=middle])[data-y-axis=left] .components-popover__content {
|
|
185
185
|
margin-right: -12px;
|
|
186
186
|
}
|
package/build-style/style.css
CHANGED
|
@@ -180,11 +180,11 @@
|
|
|
180
180
|
/*!rtl:ignore*/
|
|
181
181
|
margin-right: 0;
|
|
182
182
|
}
|
|
183
|
-
.nux-dot-tip.components-popover.
|
|
183
|
+
.nux-dot-tip.components-popover.interface-more-menu-dropdown__content:not([data-y-axis=middle])[data-y-axis=right] .components-popover__content {
|
|
184
184
|
/*!rtl:ignore*/
|
|
185
185
|
margin-left: -12px;
|
|
186
186
|
}
|
|
187
|
-
.nux-dot-tip.components-popover.
|
|
187
|
+
.nux-dot-tip.components-popover.interface-more-menu-dropdown__content:not([data-y-axis=middle])[data-y-axis=left] .components-popover__content {
|
|
188
188
|
/*!rtl:ignore*/
|
|
189
189
|
margin-right: -12px;
|
|
190
190
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/nux",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.2.0-next.e230fbab09.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,18 +31,22 @@
|
|
|
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": "^7.0.0",
|
|
34
|
+
"@wordpress/components": "^19.7.0-next.e230fbab09.0",
|
|
35
|
+
"@wordpress/compose": "^5.2.0-next.e230fbab09.0",
|
|
36
|
+
"@wordpress/data": "^6.4.0-next.e230fbab09.0",
|
|
37
|
+
"@wordpress/deprecated": "^3.4.0-next.e230fbab09.0",
|
|
38
|
+
"@wordpress/element": "^4.3.0-next.e230fbab09.0",
|
|
39
|
+
"@wordpress/i18n": "^4.4.0-next.e230fbab09.0",
|
|
40
|
+
"@wordpress/icons": "^7.1.0-next.e230fbab09.0",
|
|
41
41
|
"lodash": "^4.17.21",
|
|
42
42
|
"rememo": "^3.0.0"
|
|
43
43
|
},
|
|
44
|
+
"peerDependencies": {
|
|
45
|
+
"react": "^17.0.0",
|
|
46
|
+
"react-dom": "^17.0.0"
|
|
47
|
+
},
|
|
44
48
|
"publishConfig": {
|
|
45
49
|
"access": "public"
|
|
46
50
|
},
|
|
47
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "308df03e6a96ded732f9c4e32471b1b4f8dea54a"
|
|
48
52
|
}
|
|
@@ -114,12 +114,12 @@ $dot-scale: 3; // How much the pulse animation should scale up by in size
|
|
|
114
114
|
margin-right: 0;
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
&.components-popover.
|
|
117
|
+
&.components-popover.interface-more-menu-dropdown__content:not([data-y-axis="middle"])[data-y-axis="right"] .components-popover__content {
|
|
118
118
|
/*!rtl:ignore*/
|
|
119
119
|
margin-left: -12px;
|
|
120
120
|
}
|
|
121
121
|
|
|
122
|
-
&.components-popover.
|
|
122
|
+
&.components-popover.interface-more-menu-dropdown__content:not([data-y-axis="middle"])[data-y-axis="left"] .components-popover__content {
|
|
123
123
|
/*!rtl:ignore*/
|
|
124
124
|
margin-right: -12px;
|
|
125
125
|
}
|