Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update fonts and tao-core-ui package #4078

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions helpers/class.Icon.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,16 @@
*
* PLEASE, DO NOT EDIT THIS CLASS. IT GENERATED AUTOMATICALLY
*
* @access public
* @author Dieter Raber, <[email protected]>
* @date 2024-06-27 15:30:38
* @package tao
* @access public
* @author Dieter Raber, <[email protected]>
* @date 2024-07-25 14:25:33
* @package tao
*/
class tao_helpers_Icon
{
use IconBuilderTrait;

public const CLASS_MULTIPLE_MAGICWAND = 'icon-multiple-magicwand';
public const CLASS_SD_IMPORT = 'icon-sd-import';
public const CLASS_SD_EXPORT = 'icon-sd-export';
public const CLASS_BROWSE = 'icon-browse';
Expand Down Expand Up @@ -272,6 +273,11 @@ class tao_helpers_Icon
public const CLASS_ELIMINATE_CROSSED = 'icon-eliminate-crossed';
public const CLASS_PLAY_FROM_HERE = 'icon-play-from-here';

public static function iconMultipleMagicwand(array $options = [])
{
return self::buildIcon(self::CLASS_MULTIPLE_MAGICWAND, $options);
}

public static function iconSdImport(array $options = [])
{
return self::buildIcon(self::CLASS_SD_IMPORT, $options);
Expand Down
2 changes: 1 addition & 1 deletion views/css/auth-selector.css.map

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

2 changes: 1 addition & 1 deletion views/css/error-page.css.map

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

Binary file modified views/css/font/tao/tao.eot
Binary file not shown.
1 change: 1 addition & 0 deletions views/css/font/tao/tao.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified views/css/font/tao/tao.ttf
Binary file not shown.
Binary file modified views/css/font/tao/tao.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion views/css/layout.css.map

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

Loading
Loading