@wordpress/fields 0.36.0 → 0.36.1-next.v.202604201441.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.
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
inset: 0;
|
|
154
154
|
}
|
|
155
155
|
input[type=radio]:not(:checked) ~ .fields-create-template-part-modal__area-radio-label::before {
|
|
156
|
-
cursor: pointer;
|
|
156
|
+
cursor: var(--wpds-cursor-control, pointer);
|
|
157
157
|
}
|
|
158
158
|
input[type=radio]:focus-visible ~ .fields-create-template-part-modal__area-radio-label::before {
|
|
159
159
|
outline: 4px solid transparent;
|
|
@@ -262,7 +262,7 @@ fieldset.fields__media-edit .fields__media-edit-picker-button {
|
|
|
262
262
|
border-radius: 2px;
|
|
263
263
|
padding: 4px 8px;
|
|
264
264
|
min-height: 40px;
|
|
265
|
-
cursor: pointer;
|
|
265
|
+
cursor: var(--wpds-cursor-control, pointer);
|
|
266
266
|
min-width: 0;
|
|
267
267
|
}
|
|
268
268
|
fieldset.fields__media-edit .fields__media-edit-picker-button:not(.has-attachment) {
|
package/build-style/style.css
CHANGED
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
inset: 0;
|
|
154
154
|
}
|
|
155
155
|
input[type=radio]:not(:checked) ~ .fields-create-template-part-modal__area-radio-label::before {
|
|
156
|
-
cursor: pointer;
|
|
156
|
+
cursor: var(--wpds-cursor-control, pointer);
|
|
157
157
|
}
|
|
158
158
|
input[type=radio]:focus-visible ~ .fields-create-template-part-modal__area-radio-label::before {
|
|
159
159
|
outline: 4px solid transparent;
|
|
@@ -262,7 +262,7 @@ fieldset.fields__media-edit .fields__media-edit-picker-button {
|
|
|
262
262
|
border-radius: 2px;
|
|
263
263
|
padding: 4px 8px;
|
|
264
264
|
min-height: 40px;
|
|
265
|
-
cursor: pointer;
|
|
265
|
+
cursor: var(--wpds-cursor-control, pointer);
|
|
266
266
|
min-width: 0;
|
|
267
267
|
}
|
|
268
268
|
fieldset.fields__media-edit .fields__media-edit-picker-button:not(.has-attachment) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/fields",
|
|
3
|
-
"version": "0.36.0",
|
|
3
|
+
"version": "0.36.1-next.v.202604201441.0+dab6d8c07",
|
|
4
4
|
"description": "DataViews is a component that provides an API to render datasets using different types of layouts (table, grid, list, etc.).",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -48,30 +48,30 @@
|
|
|
48
48
|
],
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@react-spring/web": "^9.4.5",
|
|
51
|
-
"@wordpress/api-fetch": "^7.44.0",
|
|
52
|
-
"@wordpress/base-styles": "^6.20.0",
|
|
53
|
-
"@wordpress/blob": "^4.44.0",
|
|
54
|
-
"@wordpress/blocks": "^15.17.0",
|
|
55
|
-
"@wordpress/components": "^
|
|
56
|
-
"@wordpress/compose": "^7.44.0",
|
|
57
|
-
"@wordpress/core-data": "^7.44.0",
|
|
58
|
-
"@wordpress/data": "^10.
|
|
59
|
-
"@wordpress/dataviews": "^14.1.0",
|
|
60
|
-
"@wordpress/date": "^5.44.0",
|
|
61
|
-
"@wordpress/element": "^6.44.0",
|
|
62
|
-
"@wordpress/hooks": "^4.44.0",
|
|
63
|
-
"@wordpress/html-entities": "^4.44.0",
|
|
64
|
-
"@wordpress/i18n": "^6.17.0",
|
|
65
|
-
"@wordpress/icons": "^12.2.0",
|
|
66
|
-
"@wordpress/media-utils": "^5.44.0",
|
|
67
|
-
"@wordpress/notices": "^5.44.0",
|
|
68
|
-
"@wordpress/patterns": "^2.44.0",
|
|
69
|
-
"@wordpress/primitives": "^4.44.0",
|
|
70
|
-
"@wordpress/private-apis": "^1.44.0",
|
|
71
|
-
"@wordpress/router": "^1.44.0",
|
|
72
|
-
"@wordpress/url": "^4.44.0",
|
|
73
|
-
"@wordpress/warning": "^3.44.0",
|
|
74
|
-
"@wordpress/wordcount": "^4.44.0",
|
|
51
|
+
"@wordpress/api-fetch": "^7.44.1-next.v.202604201441.0+dab6d8c07",
|
|
52
|
+
"@wordpress/base-styles": "^6.20.1-next.v.202604201441.0+dab6d8c07",
|
|
53
|
+
"@wordpress/blob": "^4.44.1-next.v.202604201441.0+dab6d8c07",
|
|
54
|
+
"@wordpress/blocks": "^15.17.2-next.v.202604201441.0+dab6d8c07",
|
|
55
|
+
"@wordpress/components": "^33.0.1-next.v.202604201441.0+dab6d8c07",
|
|
56
|
+
"@wordpress/compose": "^7.44.1-next.v.202604201441.0+dab6d8c07",
|
|
57
|
+
"@wordpress/core-data": "^7.44.1-next.v.202604201441.0+dab6d8c07",
|
|
58
|
+
"@wordpress/data": "^10.45.1-next.v.202604201441.0+dab6d8c07",
|
|
59
|
+
"@wordpress/dataviews": "^14.1.1-next.v.202604201441.0+dab6d8c07",
|
|
60
|
+
"@wordpress/date": "^5.44.1-next.v.202604201441.0+dab6d8c07",
|
|
61
|
+
"@wordpress/element": "^6.44.1-next.v.202604201441.0+dab6d8c07",
|
|
62
|
+
"@wordpress/hooks": "^4.44.1-next.v.202604201441.0+dab6d8c07",
|
|
63
|
+
"@wordpress/html-entities": "^4.44.1-next.v.202604201441.0+dab6d8c07",
|
|
64
|
+
"@wordpress/i18n": "^6.17.1-next.v.202604201441.0+dab6d8c07",
|
|
65
|
+
"@wordpress/icons": "^12.2.1-next.v.202604201441.0+dab6d8c07",
|
|
66
|
+
"@wordpress/media-utils": "^5.44.1-next.v.202604201441.0+dab6d8c07",
|
|
67
|
+
"@wordpress/notices": "^5.44.1-next.v.202604201441.0+dab6d8c07",
|
|
68
|
+
"@wordpress/patterns": "^2.44.1-next.v.202604201441.0+dab6d8c07",
|
|
69
|
+
"@wordpress/primitives": "^4.44.1-next.v.202604201441.0+dab6d8c07",
|
|
70
|
+
"@wordpress/private-apis": "^1.44.1-next.v.202604201441.0+dab6d8c07",
|
|
71
|
+
"@wordpress/router": "^1.44.1-next.v.202604201441.0+dab6d8c07",
|
|
72
|
+
"@wordpress/url": "^4.44.1-next.v.202604201441.0+dab6d8c07",
|
|
73
|
+
"@wordpress/warning": "^3.44.1-next.v.202604201441.0+dab6d8c07",
|
|
74
|
+
"@wordpress/wordcount": "^4.44.1-next.v.202604201441.0+dab6d8c07",
|
|
75
75
|
"change-case": "4.1.2",
|
|
76
76
|
"client-zip": "^2.4.5",
|
|
77
77
|
"clsx": "2.1.1",
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"publishConfig": {
|
|
84
84
|
"access": "public"
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "c788005ba4ee2a34851c1217c51602656aa7c3a6"
|
|
87
87
|
}
|