@automattic/newspack-blocks 1.69.0 → 1.70.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.
- package/.cache/babel/361f8dd5ae7703fe3972fcd6c5829188.json.gz +0 -0
- package/.cache/babel/6576303929ca1ea8e2c37c6bde278067.json.gz +0 -0
- package/.cache/babel/8bb7b96e12530d769c0fdf208bd68ba2.json.gz +0 -0
- package/.cache/babel/a4f1c74990ed908a9c8973d09c64c685.json.gz +0 -0
- package/.cache/babel/b097ee531eaf61b5821f9c41aaaa369c.json.gz +0 -0
- package/CHANGELOG.md +26 -0
- package/dist/donateStreamlined.asset.php +1 -1
- package/dist/donateStreamlined.js +1 -1
- package/dist/editor.asset.php +1 -1
- package/dist/editor.js +1 -1
- package/includes/class-newspack-blocks.php +59 -18
- package/newspack-blocks.php +2 -2
- package/package.json +5 -5
- package/src/blocks/carousel/edit.js +3 -19
- package/src/blocks/carousel/index.js +1 -1
- package/src/blocks/carousel/view.php +29 -18
- package/src/blocks/homepage-articles/block.json +15 -2
- package/src/blocks/homepage-articles/edit.js +3 -18
- package/src/blocks/homepage-articles/utils.ts +4 -4
- package/src/blocks/homepage-articles/view.php +14 -0
- package/src/components/query-controls.js +50 -32
- package/src/types/index.d.ts +1 -1
- package/vendor/autoload.php +1 -1
- package/vendor/composer/autoload_real.php +4 -4
- package/vendor/composer/autoload_static.php +2 -2
- package/vendor/composer/installed.php +2 -2
- package/.cache/babel/3807c3306deecdbdb91968cb3c978235.json.gz +0 -0
- package/.cache/babel/5ac50f37a9913d9f63c8751f5c415ba4.json.gz +0 -0
- package/.cache/babel/900ca42963bd0a74c1498a6d1212d82f.json.gz +0 -0
- package/.cache/babel/e452902bef688c901938b578c6834c50.json.gz +0 -0
- package/.cache/babel/f7fd26614549b5cbb31416d632c38ccd.json.gz +0 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
namespace Composer\Autoload;
|
|
6
6
|
|
|
7
|
-
class
|
|
7
|
+
class ComposerStaticInit38e1831bc3238b056046f21415de1ef9
|
|
8
8
|
{
|
|
9
9
|
public static $classMap = array (
|
|
10
10
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
@@ -13,7 +13,7 @@ class ComposerStaticInitf29693c46abc4c2490d10d0fd49977ef
|
|
|
13
13
|
public static function getInitializer(ClassLoader $loader)
|
|
14
14
|
{
|
|
15
15
|
return \Closure::bind(function () use ($loader) {
|
|
16
|
-
$loader->classMap =
|
|
16
|
+
$loader->classMap = ComposerStaticInit38e1831bc3238b056046f21415de1ef9::$classMap;
|
|
17
17
|
|
|
18
18
|
}, null, ClassLoader::class);
|
|
19
19
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
'name' => 'automattic/newspack-blocks',
|
|
4
4
|
'pretty_version' => 'dev-master',
|
|
5
5
|
'version' => 'dev-master',
|
|
6
|
-
'reference' => '
|
|
6
|
+
'reference' => '8acdc04319eb6ed312bea349e8193db768f9a360',
|
|
7
7
|
'type' => 'wordpress-plugin',
|
|
8
8
|
'install_path' => __DIR__ . '/../../',
|
|
9
9
|
'aliases' => array(),
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
'automattic/newspack-blocks' => array(
|
|
14
14
|
'pretty_version' => 'dev-master',
|
|
15
15
|
'version' => 'dev-master',
|
|
16
|
-
'reference' => '
|
|
16
|
+
'reference' => '8acdc04319eb6ed312bea349e8193db768f9a360',
|
|
17
17
|
'type' => 'wordpress-plugin',
|
|
18
18
|
'install_path' => __DIR__ . '/../../',
|
|
19
19
|
'aliases' => array(),
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|