Skip to content

Commit

Permalink
[BOT] Add compiled assets for #refs/tags/2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inpsyde-deploybot committed Jul 24, 2024
1 parent 98ddde8 commit d8fe135
Show file tree
Hide file tree
Showing 326 changed files with 37,848 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/css/editor.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array(), 'version' => 'd9cb884c5c3a9a66a7fd');
1 change: 1 addition & 0 deletions assets/css/editor.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.mce-container-body{max-height:90vh;overflow-y:auto}
Empty file added assets/css/editor.js
Empty file.
1 change: 1 addition & 0 deletions assets/css/embed.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array(), 'version' => '5417cf66f174d0002294');
1 change: 1 addition & 0 deletions assets/css/embed.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file added assets/css/embed.js
Empty file.
1 change: 1 addition & 0 deletions assets/css/frontend.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array(), 'version' => '3f28448b2404ba1bc51c');
1 change: 1 addition & 0 deletions assets/css/frontend.css

Large diffs are not rendered by default.

Empty file added assets/css/frontend.js
Empty file.
1 change: 1 addition & 0 deletions assets/sprite.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array(), 'version' => '31d6cfe0d16ae931b73c');
Empty file added assets/sprite.js
Empty file.
4 changes: 4 additions & 0 deletions assets/sprite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/ts/admin.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array(), 'version' => 'dcb2e760800c9f7e7f6b');
1 change: 1 addition & 0 deletions assets/ts/admin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/ts/embed.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array(), 'version' => 'cff37cc63148568f1b24');
1 change: 1 addition & 0 deletions assets/ts/embed.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/ts/frontend.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('wp-api-fetch', 'wp-i18n', 'wp-url'), 'version' => '7562f9eadc3156ba0e7f');
1 change: 1 addition & 0 deletions assets/ts/frontend.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/ts/gutenberg.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-i18n'), 'version' => '7b98b39c8f273d900ccb');
1 change: 1 addition & 0 deletions assets/ts/gutenberg.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.edit-post-visual-editor .components-button.has-icon.components-form-token-field__remove-token{padding:0}
1 change: 1 addition & 0 deletions assets/ts/gutenberg.js

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions vendor/autoload.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php

// autoload.php @generated by Composer

if (PHP_VERSION_ID < 50600) {
if (!headers_sent()) {
header('HTTP/1.1 500 Internal Server Error');
}
$err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
if (!ini_get('display_errors')) {
if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
fwrite(STDERR, $err);
} elseif (!headers_sent()) {
echo $err;
}
}
trigger_error(
$err,
E_USER_ERROR
);
}

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInitcaf37a9a7e03b5b4a8fa1ed8a636e1ce::getLoader();
Loading

0 comments on commit d8fe135

Please sign in to comment.