Skip to content

Commit 98e4186

Browse files
author
deployment_bot
committed
Recompile WordPress
1 parent 0a0e29b commit 98e4186

File tree

8 files changed

+7
-6
lines changed

8 files changed

+7
-6
lines changed

packages/playground/wordpress/public/wp-nightly/wp-content/themes/twentyfifteen/css/blocks.css

+1
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ p.has-drop-cap:not(:focus)::first-letter {
222222
font-size: 12px;
223223
font-weight: 700;
224224
line-height: 1.5;
225+
margin-top: 2em;
225226
padding: 0.7917em 1.5em;
226227
text-transform: uppercase;
227228
vertical-align: baseline;

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,42 +24,42 @@ export function getWordPressModuleDetails(wpVersion: string = "6.4"): { size: nu
2424
case 'nightly':
2525
/** @ts-ignore */
2626
return {
27-
size: 5121367,
27+
size: 5121391,
2828
url: url_nightly,
2929
};
3030

3131
case 'beta':
3232
/** @ts-ignore */
3333
return {
34-
size: 5014367,
34+
size: 5014366,
3535
url: url_beta,
3636
};
3737

3838
case '6.4':
3939
/** @ts-ignore */
4040
return {
41-
size: 5015120,
41+
size: 5015128,
4242
url: url_6_4,
4343
};
4444

4545
case '6.3':
4646
/** @ts-ignore */
4747
return {
48-
size: 3760139,
48+
size: 3760151,
4949
url: url_6_3,
5050
};
5151

5252
case '6.2':
5353
/** @ts-ignore */
5454
return {
55-
size: 3654397,
55+
size: 3654394,
5656
url: url_6_2,
5757
};
5858

5959
case '6.1':
6060
/** @ts-ignore */
6161
return {
62-
size: 3533948,
62+
size: 3533951,
6363
url: url_6_1,
6464
};
6565

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)