Skip to content

Commit a3efa1d

Browse files
author
deployment_bot
committed
Refresh WordPress Nightly
1 parent d400031 commit a3efa1d

File tree

4 files changed

+45
-26
lines changed

4 files changed

+45
-26
lines changed
Binary file not shown.

packages/playground/wordpress-builds/public/wp-nightly/wp-includes/theme-i18n.json

Lines changed: 44 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,33 @@
33
"description": "Style variation description",
44
"settings": {
55
"typography": {
6-
"fontSizes": [
7-
{
8-
"name": "Font size name"
9-
}
10-
],
11-
"fontFamilies": [
12-
{
13-
"name": "Font family name"
14-
}
15-
]
6+
"fontSizes": [
7+
{
8+
"name": "Font size name"
9+
}
10+
],
11+
"fontFamilies": [
12+
{
13+
"name": "Font family name"
14+
}
15+
]
1616
},
1717
"color": {
18-
"palette": [
19-
{
20-
"name": "Color name"
21-
}
22-
],
23-
"gradients": [
24-
{
25-
"name": "Gradient name"
26-
}
27-
],
28-
"duotone": [
29-
{
30-
"name": "Duotone name"
31-
}
32-
]
18+
"palette": [
19+
{
20+
"name": "Color name"
21+
}
22+
],
23+
"gradients": [
24+
{
25+
"name": "Gradient name"
26+
}
27+
],
28+
"duotone": [
29+
{
30+
"name": "Duotone name"
31+
}
32+
]
3333
},
3434
"spacing": {
3535
"spacingSizes": [
@@ -45,6 +45,13 @@
4545
}
4646
]
4747
},
48+
"shadow": {
49+
"presets": [
50+
{
51+
"name": "Shadow name"
52+
}
53+
]
54+
},
4855
"blocks": {
4956
"*": {
5057
"typography": {
@@ -69,6 +76,18 @@
6976
{
7077
"name": "Gradient name"
7178
}
79+
],
80+
"duotone": [
81+
{
82+
"name": "Duotone name"
83+
}
84+
]
85+
},
86+
"dimensions": {
87+
"aspectRatios": [
88+
{
89+
"name": "Aspect ratio name"
90+
}
7291
]
7392
},
7493
"spacing": {

packages/playground/wordpress-builds/src/wordpress/get-wordpress-module-details.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function getWordPressModuleDetails(wpVersion: string = "6.7"): { size: nu
2626
case 'nightly':
2727
/** @ts-ignore */
2828
return {
29-
size: 24578091,
29+
size: 24579175,
3030
url: url_nightly,
3131
};
3232

Binary file not shown.

0 commit comments

Comments
 (0)