Merge branch 'develop'

This commit is contained in:
Björn Fromme
2023-02-01 16:51:08 +01:00
4 changed files with 18 additions and 13 deletions
Generated
+12 -12
View File
@@ -3147,16 +3147,16 @@
}, },
{ {
"name": "symfony/dependency-injection", "name": "symfony/dependency-injection",
"version": "v5.4.19", "version": "v5.4.20",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dependency-injection.git", "url": "https://github.com/symfony/dependency-injection.git",
"reference": "99dae35f2b7d1bd9b800fcda4173215fc9f79ba3" "reference": "8185ed0df129005a26715902f1a53bad0fe67102"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/99dae35f2b7d1bd9b800fcda4173215fc9f79ba3", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/8185ed0df129005a26715902f1a53bad0fe67102",
"reference": "99dae35f2b7d1bd9b800fcda4173215fc9f79ba3", "reference": "8185ed0df129005a26715902f1a53bad0fe67102",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3216,7 +3216,7 @@
"description": "Allows you to standardize and centralize the way objects are constructed in your application", "description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/dependency-injection/tree/v5.4.19" "source": "https://github.com/symfony/dependency-injection/tree/v5.4.20"
}, },
"funding": [ "funding": [
{ {
@@ -3232,7 +3232,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-23T15:37:22+00:00" "time": "2023-01-27T11:08:11+00:00"
}, },
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
@@ -3816,16 +3816,16 @@
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v5.4.19", "version": "v5.4.20",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "70fd0eb8a1570ba119d5e496c8ee79bf9f0b51b0" "reference": "d0435363362a47c14e9cf50663cb8ffbf491875a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/70fd0eb8a1570ba119d5e496c8ee79bf9f0b51b0", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/d0435363362a47c14e9cf50663cb8ffbf491875a",
"reference": "70fd0eb8a1570ba119d5e496c8ee79bf9f0b51b0", "reference": "d0435363362a47c14e9cf50663cb8ffbf491875a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3872,7 +3872,7 @@
"description": "Defines an object-oriented layer for the HTTP specification", "description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-foundation/tree/v5.4.19" "source": "https://github.com/symfony/http-foundation/tree/v5.4.20"
}, },
"funding": [ "funding": [
{ {
@@ -3888,7 +3888,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-01T08:32:19+00:00" "time": "2023-01-29T11:11:52+00:00"
}, },
{ {
"name": "symfony/inflector", "name": "symfony/inflector",
@@ -35,7 +35,8 @@
<div class="lg:hidden"> <div class="lg:hidden">
<f:if condition="{row.available}"> <f:if condition="{row.available}">
<f:then> <f:then>
<a href="{row.bookingUrl}"> <a href="{row.bookingUrl}"
data-controller="datalayer" data-datalayer-event-value="ZurBuchung" data-action="datalayer#trigger">
Jetzt buchen <i class="fa fa-angle-right"></i> Jetzt buchen <i class="fa fa-angle-right"></i>
</a> </a>
</f:then> </f:then>
@@ -91,6 +92,7 @@
<f:if condition="{row.available}"> <f:if condition="{row.available}">
<f:then> <f:then>
<a class="button bg-button button--small w-full" <a class="button bg-button button--small w-full"
data-controller="datalayer" data-datalayer-event-value="ZurBuchung" data-action="datalayer#trigger"
href="{row.bookingUrl}" href="{row.bookingUrl}"
title="{row.roomName} buchen" title="{row.roomName} buchen"
target="_blank"> target="_blank">
@@ -55,6 +55,7 @@
<f:if condition="{row.rooms.{type}.available}"> <f:if condition="{row.rooms.{type}.available}">
<f:then> <f:then>
<a class="{ep:themeClasses(classes: '{sbw: \'text-sbw-primary\', snz: \'text-snz-primary\', uch: \'text-uch-primary\'}', key: settings.themekey)}" <a class="{ep:themeClasses(classes: '{sbw: \'text-sbw-primary\', snz: \'text-snz-primary\', uch: \'text-uch-primary\'}', key: settings.themekey)}"
data-controller="datalayer" data-datalayer-event-value="ZurBuchung" data-action="datalayer#trigger"
href="{row.bookingUrl}" href="{row.bookingUrl}"
title="Jetzt buchen" title="Jetzt buchen"
target="_blank"> target="_blank">
@@ -51,6 +51,7 @@
<f:then> <f:then>
<a class="inline-block text-ep-primary-light text-xs sm:text-sm md:text-base leading-tight" <a class="inline-block text-ep-primary-light text-xs sm:text-sm md:text-base leading-tight"
href="{row.bookingUrl}" href="{row.bookingUrl}"
data-controller="datalayer" data-datalayer-event-value="ZurBuchung" data-datalayer-action="trigger"
target="_blank" target="_blank"
title="{row.roomName}, {hotel.name}, {dateRange} buchen"> title="{row.roomName}, {hotel.name}, {dateRange} buchen">
{row.roomName} {row.roomName}
@@ -119,6 +120,7 @@
<f:if condition="{row.available}"> <f:if condition="{row.available}">
<f:then> <f:then>
<a class="button bg-button button--small w-full" <a class="button bg-button button--small w-full"
data-controller="datalayer" data-datalayer-event-value="ZurBuchung" data-action="datalayer#trigger"
href="{row.bookingUrl}" href="{row.bookingUrl}"
title="{row.roomName}, {hotel.name}, {dateRange} buchen" title="{row.roomName}, {hotel.name}, {dateRange} buchen"
target="_blank"> target="_blank">