Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { getTranslator } from './context.helper';
import { getIconPath } from './icon.helper';

const formatErrorLine = (errorMessage) => {
const errorIcon = `<svg class="ibexa-icon ibexa-icon--small ibexa-form-error__icon">
const errorIcon = `<svg class="ibexa-icon ibexa-icon--small-medium ibexa-form-error__icon">
<use xlink:href="${getIconPath('notice')}"></use>
</svg>`;
const container = document.createElement('em');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{% endset %}

{% set col_icon %}
<svg class="ibexa-icon ibexa-icon--small">
<svg class="ibexa-icon ibexa-icon--small-medium">
<use xlink:href="{{ ibexa_content_type_icon(bookmark.contentType.identifier) }}"></use>
</svg>
{% endset %}
Expand Down Expand Up @@ -61,7 +61,7 @@
data-content-id="{{ bookmark.contentInfo.id }}"
data-language-code="{{ bookmark.contentInfo.mainLanguageCode }}"
>
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--edit">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--edit">
<use xlink:href="{{ ibexa_icon_path('edit') }}"></use>
</svg>
</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
{%- if errors|length > 0 -%}
{%- for error in errors -%}
<em class="ibexa-field-edit__error ibexa-form-error__row">
<svg class="ibexa-icon ibexa-icon--small ibexa-form-error__icon">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-form-error__icon">
<use xlink:href="{{ ibexa_icon_path('notice') }}"></use>
</svg>
{{ error.message }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

{% if can_edit_profile and ibexa_is_current_user(user) %}
<a href="{{ path('ibexa.user.profile.edit') }}" class="btn ibexa-btn ibexa-btn--ghost ibexa-btn--small">
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--edit">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--edit">
<use xlink:href="{{ ibexa_icon_path('edit') }}"></use>
</svg>
<span class="ibexa-btn__label">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
href="{{ path('ibexa.user_settings.update', { 'identifier': settings_group.identifier }) }}"
class="btn ibexa-btn ibexa-btn--ghost ibexa-btn--small"
>
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--edit">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--edit">
<use xlink:href="{{ ibexa_icon_path('edit') }}"></use>
</svg>
<span class="ibexa-btn__label">
Expand Down Expand Up @@ -79,7 +79,7 @@
class="btn ibexa-btn ibexa-btn--ghost ibexa-btn--small
{% if can_change_password == false %} disabled{% endif %}"
>
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--edit">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--edit">
<use xlink:href="{{ ibexa_icon_path('edit') }}"></use>
</svg>
<span class="ibexa-btn__label">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}]) %}

{% set col_raw %}
<svg class="ibexa-icon ibexa-icon--small">
<svg class="ibexa-icon ibexa-icon--small-medium">
<use xlink:href="{{ ibexa_content_type_icon(row.contentType.identifier) }}"></use>
</svg>
{% endset %}
Expand Down Expand Up @@ -155,7 +155,7 @@
data-bs-toggle="modal"
data-bs-target="#{{ modal_data_target }}"
>
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--trash">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--trash">
<use xlink:href="{{ ibexa_icon_path('trash') }}"></use>
</svg>
<span class="ibexa-btn__label">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{%- if errors|length > 0 -%}
{%- for error in errors -%}
<em class="ibexa-field-edit__error ibexa-form-error__row">
<svg class="ibexa-icon ibexa-icon--small ibexa-form-error__icon">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-form-error__icon">
<use xlink:href="{{ ibexa_icon_path('notice') }}"></use>
</svg>
{{ error.message }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
{% endblock %}
{% block bottom %}
<span class="ibexa-icon-tag">
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--{{ content_type.identifier }}">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--{{ content_type.identifier }}">
<use xlink:href="{{ ibexa_content_type_icon(content_type.identifier) }}"></use>
</svg>
{{ content_type.name }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
type="button"
class="btn ibexa-btn ibexa-btn--tertiary ibexa-btn--small ibexa-btn--add-draft"
>
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--create">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--create">
<use xlink:href="{{ ibexa_icon_path('create') }}"></use>
</svg>
<span class="ibexa-btn__label">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</span>
</div>
<label class="ibexa-content-locations__visibility-toggler-label {{ not location.invisible ? 'ibexa-content-locations__visibility-toggler-label--hidden' }}">
<svg class="ibexa-icon ibexa-icon--small ">
<svg class="ibexa-icon ibexa-icon--small-medium">
<use xlink:href="{{ ibexa_icon_path('system-information') }}"></use>
</svg>
{{ 'tab.locations.hidden_content_or_superior'|trans|desc('Content or its ancestor is hidden') }}
Expand Down Expand Up @@ -153,7 +153,7 @@
class="btn ibexa-btn ibexa-btn--tertiary ibexa-btn--small ibexa-btn--udw-add"
{{ not can_add ? 'disabled' }}
>
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--create">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--create">
<use xlink:href="{{ ibexa_icon_path('create') }}"></use>
</svg>
<span class="ibexa-btn__label">
Expand All @@ -170,7 +170,7 @@
data-bs-toggle="modal"
data-bs-target="#{{ modal_data_target }}"
>
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--trash">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--trash">
<use xlink:href="{{ ibexa_icon_path('trash') }}"></use>
</svg>
<span class="ibexa-btn__label">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
data-bs-toggle="modal"
data-bs-target="#add-translation-modal"
>
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--create">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--create">
<use xlink:href="{{ ibexa_icon_path('create') }}"></use>
</svg>
<span class="ibexa-btn__label">
Expand All @@ -118,7 +118,7 @@
data-bs-toggle="modal"
data-bs-target="#{{ modal_data_target }}"
>
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--trash">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--trash">
<use xlink:href="{{ ibexa_icon_path('trash') }}"></use>
</svg>
<span class="ibexa-btn__label">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
data-bs-toggle="modal"
data-bs-target="#ibexa-modal--custom-url-alias"
>
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--create">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--create">
<use xlink:href="{{ ibexa_icon_path('create') }}"></use>
</svg>
<span class="ibexa-btn__label">
Expand All @@ -71,7 +71,7 @@
data-bs-toggle="modal"
data-bs-target="#{{ modal_data_target }}"
>
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--trash">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--trash">
<use xlink:href="{{ ibexa_icon_path('trash') }}"></use>
</svg>
<span class="ibexa-btn__label">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
data-bs-target="#{{ modal_data_target }}"
title="{{ 'tab.versions.action.delete'|trans|desc('Delete version') }}"
>
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--trash">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--trash">
<use xlink:href="{{ ibexa_icon_path('trash') }}"></use>
</svg>
</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</svg>
</div>
<div class="ibexa-available-field-type__type">
<svg class="ibexa-icon ibexa-available-field-type__type-icon ibexa-icon--small">
<svg class="ibexa-icon ibexa-available-field-type__type-icon ibexa-icon--small-medium">
<use xlink:href="{{ ibexa_icon_path('input-number') }}"></use>
</svg>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
href="{{ path('ibexa.content_type.add', {contentTypeGroupId: content_type_group.id}) }}"
class="btn ibexa-btn ibexa-btn--primary"
>
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--create">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--create">
<use xlink:href="{{ ibexa_icon_path('create') }}"></use>
</svg>
<span class="ibexa-btn__label">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
href="{{ path('ibexa.content_type_group.create') }}"
class="btn ibexa-btn ibexa-btn--primary"
>
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--create">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--create">
<use xlink:href="{{ ibexa_icon_path('create') }}"></use>
</svg>
<span class="ibexa-btn__label">
Expand Down Expand Up @@ -72,7 +72,7 @@
raw: true,
}]) %}
{% set col_raw %}
<svg class="ibexa-icon ibexa-icon--small">
<svg class="ibexa-icon ibexa-icon--small-medium">
<use xlink:href="{{ ibexa_content_type_group_icon(content_type_group.identifier) }}"></use>
</svg>
{% endset %}
Expand Down Expand Up @@ -109,7 +109,7 @@
href="{{ edit_url }}"
class="btn ibexa-btn ibexa-btn--ghost ibexa-btn--small ibexa-btn--no-text"
>
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--edit">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--edit">
<use xlink:href="{{ ibexa_icon_path('edit') }}"></use>
</svg>
</a>
Expand Down Expand Up @@ -151,7 +151,7 @@
data-bs-toggle="modal"
data-bs-target="#{{ modal_data_target }}"
>
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--trash">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--trash">
<use xlink:href="{{ ibexa_icon_path('trash') }}"></use>
</svg>
<span class="ibexa-btn__label">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<h2 class="ibexa-content-type-edit__section-column-header">{% block title %}{% endblock %}</h2>
{% if notice_message is defined %}
<div class="ibexa-content-type-edit__notice">
<svg class="ibexa-icon ibexa-icon--small ibexa-content-type-edit__notice-icon">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-content-type-edit__notice-icon">
<use xlink:href="{{ ibexa_icon_path('about-info') }}"></use>
</svg>
{{ notice_message }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
class="ibexa-content-type-edit__add-field-definitions-group-btn btn ibexa-btn ibexa-btn--info"
data-is-disabled="{{ is_field_definitions_draggable ? 'false' : 'true' }}"
>
<svg class="ibexa-icon ibexa-icon--small">
<svg class="ibexa-icon ibexa-icon--small-medium">
<use xlink:href="{{ ibexa_icon_path('create') }}"></use>
</svg>
{{ 'content_type.view.edit.add'|trans|desc('Add') }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}]) %}

{% set col_raw %}
<svg class="ibexa-icon ibexa-icon--small">
<svg class="ibexa-icon ibexa-icon--small-medium">
<use xlink:href="{{ ibexa_content_type_icon(content_type.identifier) }}"></use>
</svg>
{% endset %}
Expand Down Expand Up @@ -104,7 +104,7 @@
data-bs-toggle="modal"
data-bs-target="#{{ modal_data_target }}"
>
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--trash">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--trash">
<use xlink:href="{{ ibexa_icon_path('trash') }}"></use>
</svg>
<span class="ibexa-btn__label">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<a title="{{ 'content_type.action.edit'|trans|desc('Edit') }}"
href="{{ edit_url }}"
{% if class_name %}class="{{ class_name }}"{% endif %}>
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--edit">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--edit">
<use xlink:href="{{ ibexa_icon_path('edit') }}"></use>
</svg>
</a>
Expand All @@ -23,7 +23,7 @@
data-content-type-identifier="{{ content_type.identifier }}"
data-content-type-group-id="{{ content_type_group.id }}"
{% if class_name %}class="{{ class_name }}"{% endif %}>
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--copy">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--copy">
<use xlink:href="{{ ibexa_icon_path('copy') }}"></use>
</svg>
</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
href="{{ path('ibexa.language.edit', {'languageId': language.id}) }}"
class="btn ibexa-btn ibexa-btn--ghost ibexa-btn--no-text"
>
<svg class="ibexa-icon ibexa-icon--small">
<svg class="ibexa-icon ibexa-icon--small-medium">
<use xlink:href="{{ ibexa_icon_path('edit') }}"></use>
</svg>
</a>
Expand Down Expand Up @@ -145,7 +145,7 @@
data-bs-toggle="modal"
data-bs-target="#{{ modal_data_target }}"
>
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--trash">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--trash">
<use xlink:href="{{ ibexa_icon_path('trash') }}"></use>
</svg>
<span class="ibexa-btn__small">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{% set col_raw %}
<a href="{{ view_url }}">{{ url.url|u.truncate(50) }}</a>
<a href="{{ url.url }}" target="_blank">
<svg class="ibexa-icon ibexa-icon--small">
<svg class="ibexa-icon ibexa-icon--small-medium">
<use xlink:href="{{ ibexa_icon_path('open-newtab') }}"></use>
</svg>
</a>
Expand All @@ -50,7 +50,7 @@
class="btn ibexa-btn ibexa-btn--ghost ibexa-btn--no-text"
title="{{ 'url.action.edit'|trans|desc('Edit') }}"
>
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--edit">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--edit">
<use xlink:href="{{ ibexa_icon_path('edit') }}"></use>
</svg>
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<a href="{{ path('ibexa.link_manager.edit', { urlId: url.id }) }}"
class="btn ibexa-btn ibexa-btn--ghost ibexa-btn--no-text mx-2 float-right"
title="{{ 'url.action.edit'|trans|desc('Edit') }}">
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--edit">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--edit">
<use xlink:href="{{ ibexa_icon_path('edit') }}"></use>
</svg>
</a>
Expand Down Expand Up @@ -106,7 +106,7 @@
data-content-id="{{ content.id }}"
data-language-code="{{ content.mainLanguageCode }}"
>
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--edit">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--edit">
<use xlink:href="{{ ibexa_icon_path('edit') }}"></use>
</svg>
</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
href="{{ path('ibexa.object_state.state.update', {'objectStateId': object_state.id}) }}"
class="btn ibexa-btn ibexa-btn--ghost ibexa-btn--no-text"
>
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--edit">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--edit">
<use xlink:href="{{ ibexa_icon_path('edit') }}"></use>
</svg>
</a>
Expand Down Expand Up @@ -79,7 +79,7 @@
href="{{ path('ibexa.object_state.state.add', {'objectStateGroupId': object_state_group.id}) }}"
class="btn ibexa-btn ibexa-btn--tertiary ibexa-btn--small"
>
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--create">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--create">
<use xlink:href="{{ ibexa_icon_path('create') }}"></use>
</svg>
<span class="ibexa-btn__label">
Expand All @@ -96,7 +96,7 @@
data-bs-toggle="modal"
data-bs-target="#{{ modal_data_target }}"
>
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--trash">
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--trash">
<use xlink:href="{{ ibexa_icon_path('trash') }}"></use>
</svg>
<span class="ibexa-btn__label">
Expand Down
Loading
Loading