Skip to content

Commit

Permalink
Refresh WordPress Nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
deployment_bot committed Jan 9, 2025
1 parent d400031 commit a3efa1d
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 26 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,33 @@
"description": "Style variation description",
"settings": {
"typography": {
"fontSizes": [
{
"name": "Font size name"
}
],
"fontFamilies": [
{
"name": "Font family name"
}
]
"fontSizes": [
{
"name": "Font size name"
}
],
"fontFamilies": [
{
"name": "Font family name"
}
]
},
"color": {
"palette": [
{
"name": "Color name"
}
],
"gradients": [
{
"name": "Gradient name"
}
],
"duotone": [
{
"name": "Duotone name"
}
]
"palette": [
{
"name": "Color name"
}
],
"gradients": [
{
"name": "Gradient name"
}
],
"duotone": [
{
"name": "Duotone name"
}
]
},
"spacing": {
"spacingSizes": [
Expand All @@ -45,6 +45,13 @@
}
]
},
"shadow": {
"presets": [
{
"name": "Shadow name"
}
]
},
"blocks": {
"*": {
"typography": {
Expand All @@ -69,6 +76,18 @@
{
"name": "Gradient name"
}
],
"duotone": [
{
"name": "Duotone name"
}
]
},
"dimensions": {
"aspectRatios": [
{
"name": "Aspect ratio name"
}
]
},
"spacing": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function getWordPressModuleDetails(wpVersion: string = "6.7"): { size: nu
case 'nightly':
/** @ts-ignore */
return {
size: 24578091,
size: 24579175,
url: url_nightly,
};

Expand Down
Binary file not shown.

0 comments on commit a3efa1d

Please sign in to comment.