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 8e00961 commit 72eb9fb
Show file tree
Hide file tree
Showing 318 changed files with 37,863 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/css/dashboard-settings.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array(), 'version' => '4bf9cb210dec800f114a');
1 change: 1 addition & 0 deletions assets/css/dashboard-settings.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.fau-settings input[type=text]{max-width:100%;width:500px}
Empty file.
1 change: 1 addition & 0 deletions assets/css/degree-program-list-table.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array(), 'version' => '82ff9c0b71a06544dc15');
1 change: 1 addition & 0 deletions assets/css/degree-program-list-table.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.sticky-column{cursor:pointer}.sticky-column span.spinner{float:none;font-size:0;margin:0;opacity:1;visibility:visible}
Empty file.
1 change: 1 addition & 0 deletions assets/ts/degree-program-editor.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-dom-ready', 'wp-editor', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-media-utils', 'wp-rich-text'), 'version' => '4e464280fb25ebc78864');
5 changes: 5 additions & 0 deletions assets/ts/degree-program-editor.css

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/degree-program-editor.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/ts/degree-program-list-table.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array(), 'version' => '2d0b7e49cb0b1cee1b88');
1 change: 1 addition & 0 deletions assets/ts/degree-program-list-table.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/term-meta-fields-validation.asset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php return array('dependencies' => array('wp-dom-ready'), 'version' => 'bb2003dc3111805e9480');
1 change: 1 addition & 0 deletions assets/ts/term-meta-fields-validation.js

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

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 ComposerAutoloaderInit9b26dc3afea28999db39ee47dc4ef724::getLoader();
Loading

0 comments on commit 72eb9fb

Please sign in to comment.