calendar height changed

This commit is contained in:
Benjamin Takats
2023-01-06 13:34:00 +01:00
parent d4d0b19e9c
commit b69e8ccfcf
11 changed files with 343 additions and 332 deletions

404
composer.lock generated
View File

@@ -1024,30 +1024,30 @@
}, },
{ {
"name": "doctrine/instantiator", "name": "doctrine/instantiator",
"version": "1.4.1", "version": "1.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/instantiator.git", "url": "https://github.com/doctrine/instantiator.git",
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc" "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc", "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc", "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1 || ^8.0" "php": "^7.1 || ^8.0"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^9", "doctrine/coding-standard": "^9 || ^11",
"ext-pdo": "*", "ext-pdo": "*",
"ext-phar": "*", "ext-phar": "*",
"phpbench/phpbench": "^0.16 || ^1", "phpbench/phpbench": "^0.16 || ^1",
"phpstan/phpstan": "^1.4", "phpstan/phpstan": "^1.4",
"phpstan/phpstan-phpunit": "^1", "phpstan/phpstan-phpunit": "^1",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.22" "vimeo/psalm": "^4.30 || ^5.4"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@@ -1074,7 +1074,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/instantiator/issues", "issues": "https://github.com/doctrine/instantiator/issues",
"source": "https://github.com/doctrine/instantiator/tree/1.4.1" "source": "https://github.com/doctrine/instantiator/tree/1.5.0"
}, },
"funding": [ "funding": [
{ {
@@ -1090,35 +1090,37 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-03-03T08:28:38+00:00" "time": "2022-12-30T00:15:36+00:00"
}, },
{ {
"name": "doctrine/lexer", "name": "doctrine/lexer",
"version": "1.2.3", "version": "2.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/lexer.git", "url": "https://github.com/doctrine/lexer.git",
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229" "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229", "url": "https://api.github.com/repos/doctrine/lexer/zipball/39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229", "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/deprecations": "^1.0",
"php": "^7.1 || ^8.0" "php": "^7.1 || ^8.0"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^9.0", "doctrine/coding-standard": "^9 || ^10",
"phpstan/phpstan": "^1.3", "phpstan/phpstan": "^1.3",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.11" "psalm/plugin-phpunit": "^0.18.3",
"vimeo/psalm": "^4.11 || ^5.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" "Doctrine\\Common\\Lexer\\": "src"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@@ -1150,7 +1152,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/lexer/issues", "issues": "https://github.com/doctrine/lexer/issues",
"source": "https://github.com/doctrine/lexer/tree/1.2.3" "source": "https://github.com/doctrine/lexer/tree/2.1.0"
}, },
"funding": [ "funding": [
{ {
@@ -1166,7 +1168,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-02-28T11:07:21+00:00" "time": "2022-12-14T08:49:07+00:00"
}, },
{ {
"name": "dragonmantank/cron-expression", "name": "dragonmantank/cron-expression",
@@ -1280,25 +1282,24 @@
}, },
{ {
"name": "egulias/email-validator", "name": "egulias/email-validator",
"version": "3.2.1", "version": "3.2.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/egulias/EmailValidator.git", "url": "https://github.com/egulias/EmailValidator.git",
"reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715" "reference": "b531a2311709443320c786feb4519cfaf94af796"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/f88dcf4b14af14a98ad96b14b2b317969eab6715", "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/b531a2311709443320c786feb4519cfaf94af796",
"reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715", "reference": "b531a2311709443320c786feb4519cfaf94af796",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/lexer": "^1.2", "doctrine/lexer": "^1.2|^2",
"php": ">=7.2", "php": ">=7.2",
"symfony/polyfill-intl-idn": "^1.15" "symfony/polyfill-intl-idn": "^1.15"
}, },
"require-dev": { "require-dev": {
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^8.5.8|^9.3.3", "phpunit/phpunit": "^8.5.8|^9.3.3",
"vimeo/psalm": "^4" "vimeo/psalm": "^4"
}, },
@@ -1336,7 +1337,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/egulias/EmailValidator/issues", "issues": "https://github.com/egulias/EmailValidator/issues",
"source": "https://github.com/egulias/EmailValidator/tree/3.2.1" "source": "https://github.com/egulias/EmailValidator/tree/3.2.5"
}, },
"funding": [ "funding": [
{ {
@@ -1344,7 +1345,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-06-18T20:57:19+00:00" "time": "2023-01-02T17:26:14+00:00"
}, },
{ {
"name": "ezadr/lnurl-php", "name": "ezadr/lnurl-php",
@@ -2579,16 +2580,16 @@
}, },
{ {
"name": "laravel/fortify", "name": "laravel/fortify",
"version": "v1.14.1", "version": "v1.15.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/fortify.git", "url": "https://github.com/laravel/fortify.git",
"reference": "04b4b9c20e421c415d0427904a72e08a21bdec27" "reference": "6ff06f163fb3c57ec913ad25659b6797a128d37e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/fortify/zipball/04b4b9c20e421c415d0427904a72e08a21bdec27", "url": "https://api.github.com/repos/laravel/fortify/zipball/6ff06f163fb3c57ec913ad25659b6797a128d37e",
"reference": "04b4b9c20e421c415d0427904a72e08a21bdec27", "reference": "6ff06f163fb3c57ec913ad25659b6797a128d37e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2638,20 +2639,20 @@
"issues": "https://github.com/laravel/fortify/issues", "issues": "https://github.com/laravel/fortify/issues",
"source": "https://github.com/laravel/fortify" "source": "https://github.com/laravel/fortify"
}, },
"time": "2022-12-09T16:51:26+00:00" "time": "2023-01-03T09:36:32+00:00"
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v9.45.1", "version": "v9.46.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "faeb20d3fc61b69790068161ab42bcf2d5faccbc" "reference": "62b05b6de5733d89378a279e40230a71e5ab5d92"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/faeb20d3fc61b69790068161ab42bcf2d5faccbc", "url": "https://api.github.com/repos/laravel/framework/zipball/62b05b6de5733d89378a279e40230a71e5ab5d92",
"reference": "faeb20d3fc61b69790068161ab42bcf2d5faccbc", "reference": "62b05b6de5733d89378a279e40230a71e5ab5d92",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2824,20 +2825,20 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2022-12-21T19:37:46+00:00" "time": "2023-01-03T15:12:31+00:00"
}, },
{ {
"name": "laravel/jetstream", "name": "laravel/jetstream",
"version": "v2.13.1", "version": "v2.14.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/jetstream.git", "url": "https://github.com/laravel/jetstream.git",
"reference": "8e241881c123f96c55fb7cddfb63408958427919" "reference": "a0ab21b7f9505d8fcdea6abf03a280455de5973d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/jetstream/zipball/8e241881c123f96c55fb7cddfb63408958427919", "url": "https://api.github.com/repos/laravel/jetstream/zipball/a0ab21b7f9505d8fcdea6abf03a280455de5973d",
"reference": "8e241881c123f96c55fb7cddfb63408958427919", "reference": "a0ab21b7f9505d8fcdea6abf03a280455de5973d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2845,7 +2846,7 @@
"illuminate/console": "^9.21", "illuminate/console": "^9.21",
"illuminate/support": "^9.21", "illuminate/support": "^9.21",
"jenssegers/agent": "^2.6", "jenssegers/agent": "^2.6",
"laravel/fortify": "^1.13.3", "laravel/fortify": "^1.15",
"php": "^8.0.2" "php": "^8.0.2"
}, },
"conflict": { "conflict": {
@@ -2894,20 +2895,20 @@
"issues": "https://github.com/laravel/jetstream/issues", "issues": "https://github.com/laravel/jetstream/issues",
"source": "https://github.com/laravel/jetstream" "source": "https://github.com/laravel/jetstream"
}, },
"time": "2022-12-16T16:44:02+00:00" "time": "2023-01-03T15:37:09+00:00"
}, },
{ {
"name": "laravel/legacy-factories", "name": "laravel/legacy-factories",
"version": "v1.3.0", "version": "v1.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/legacy-factories.git", "url": "https://github.com/laravel/legacy-factories.git",
"reference": "5edc7e7eb76e7b4b29221f32139bcbf806c8870f" "reference": "51363af0881e24fd1c68860ecdbc0cab47350841"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/legacy-factories/zipball/5edc7e7eb76e7b4b29221f32139bcbf806c8870f", "url": "https://api.github.com/repos/laravel/legacy-factories/zipball/51363af0881e24fd1c68860ecdbc0cab47350841",
"reference": "5edc7e7eb76e7b4b29221f32139bcbf806c8870f", "reference": "51363af0881e24fd1c68860ecdbc0cab47350841",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2950,21 +2951,21 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2022-01-13T08:45:08+00:00" "time": "2022-12-27T16:42:06+00:00"
}, },
{ {
"name": "laravel/nova", "name": "laravel/nova",
"version": "4.19.5", "version": "4.19.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "git@github.com:laravel/nova.git", "url": "git@github.com:laravel/nova.git",
"reference": "1c4f32ab373d93314ae84bd175b644b71c96a28d" "reference": "63c89dcf701a0345b03d4be2a504ed1d74127b2f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://nova.laravel.com/dist/laravel/nova/laravel-nova-1c4f32ab373d93314ae84bd175b644b71c96a28d-zip-42a3e1.zip", "url": "https://nova.laravel.com/dist/laravel/nova/laravel-nova-63c89dcf701a0345b03d4be2a504ed1d74127b2f-zip-ffac32.zip",
"reference": "1c4f32ab373d93314ae84bd175b644b71c96a28d", "reference": "63c89dcf701a0345b03d4be2a504ed1d74127b2f",
"shasum": "853ce862f1e4adb43b3f18b0542512d6dd54f18a" "shasum": "88876041ffb75e15003f0b97f67cc6a4025bb6e2"
}, },
"require": { "require": {
"brick/money": "^0.5.0|^0.6.0|^0.7.0", "brick/money": "^0.5.0|^0.6.0|^0.7.0",
@@ -2983,7 +2984,7 @@
"symfony/process": "^5.4|^6.0" "symfony/process": "^5.4|^6.0"
}, },
"require-dev": { "require-dev": {
"laravel/nova-dusk-suite": "8.4.x-dev|9.4.x-dev", "laravel/nova-dusk-suite": "dev-fixes-5194",
"laravel/pint": "^1.0", "laravel/pint": "^1.0",
"laravel/scout": "^9.4", "laravel/scout": "^9.4",
"mockery/mockery": "^1.4.4", "mockery/mockery": "^1.4.4",
@@ -3059,22 +3060,22 @@
"laravel" "laravel"
], ],
"support": { "support": {
"source": "https://github.com/laravel/nova/tree/v4.19.5" "source": "https://github.com/laravel/nova/tree/v4.19.6"
}, },
"time": "2022-12-14T02:03:19+00:00" "time": "2023-01-03T18:14:28+00:00"
}, },
{ {
"name": "laravel/sanctum", "name": "laravel/sanctum",
"version": "v3.0.1", "version": "v3.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/sanctum.git", "url": "https://github.com/laravel/sanctum.git",
"reference": "b71e80a3a8e8029e2ec8c1aa814b999609ce16dc" "reference": "d823587299d50c3ae9c26fa1731ef0d5b725c788"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/sanctum/zipball/b71e80a3a8e8029e2ec8c1aa814b999609ce16dc", "url": "https://api.github.com/repos/laravel/sanctum/zipball/d823587299d50c3ae9c26fa1731ef0d5b725c788",
"reference": "b71e80a3a8e8029e2ec8c1aa814b999609ce16dc", "reference": "d823587299d50c3ae9c26fa1731ef0d5b725c788",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3126,7 +3127,7 @@
"issues": "https://github.com/laravel/sanctum/issues", "issues": "https://github.com/laravel/sanctum/issues",
"source": "https://github.com/laravel/sanctum" "source": "https://github.com/laravel/sanctum"
}, },
"time": "2022-07-29T21:33:30+00:00" "time": "2023-01-03T09:38:46+00:00"
}, },
{ {
"name": "laravel/serializable-closure", "name": "laravel/serializable-closure",
@@ -4390,16 +4391,16 @@
}, },
{ {
"name": "nesbot/carbon", "name": "nesbot/carbon",
"version": "2.64.0", "version": "2.64.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/briannesbitt/Carbon.git", "url": "https://github.com/briannesbitt/Carbon.git",
"reference": "889546413c97de2d05063b8cb7b193c2531ea211" "reference": "f2e59963f4c4f4fdfb9fcfd752e8d2e2b79a4e2c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/889546413c97de2d05063b8cb7b193c2531ea211", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/f2e59963f4c4f4fdfb9fcfd752e8d2e2b79a4e2c",
"reference": "889546413c97de2d05063b8cb7b193c2531ea211", "reference": "f2e59963f4c4f4fdfb9fcfd752e8d2e2b79a4e2c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4488,7 +4489,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-11-26T17:36:00+00:00" "time": "2023-01-01T23:17:36+00:00"
}, },
{ {
"name": "nette/schema", "name": "nette/schema",
@@ -4781,16 +4782,16 @@
}, },
{ {
"name": "nunomaduro/collision", "name": "nunomaduro/collision",
"version": "v6.3.2", "version": "v6.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nunomaduro/collision.git", "url": "https://github.com/nunomaduro/collision.git",
"reference": "83699b231e7f277bfa2e823788973bf4082f019a" "reference": "f05978827b9343cba381ca05b8c7deee346b6015"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/83699b231e7f277bfa2e823788973bf4082f019a", "url": "https://api.github.com/repos/nunomaduro/collision/zipball/f05978827b9343cba381ca05b8c7deee346b6015",
"reference": "83699b231e7f277bfa2e823788973bf4082f019a", "reference": "f05978827b9343cba381ca05b8c7deee346b6015",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4865,7 +4866,7 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2022-12-23T21:36:49+00:00" "time": "2023-01-03T12:54:54+00:00"
}, },
{ {
"name": "nunomaduro/termwind", "name": "nunomaduro/termwind",
@@ -5094,16 +5095,16 @@
}, },
{ {
"name": "openspout/openspout", "name": "openspout/openspout",
"version": "v4.11.0", "version": "v4.11.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/openspout/openspout.git", "url": "https://github.com/openspout/openspout.git",
"reference": "10b0235c34f5620005c625c24eb03790053569ae" "reference": "278952f27a3f753b7e2c34928685a411d883bc98"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/openspout/openspout/zipball/10b0235c34f5620005c625c24eb03790053569ae", "url": "https://api.github.com/repos/openspout/openspout/zipball/278952f27a3f753b7e2c34928685a411d883bc98",
"reference": "10b0235c34f5620005c625c24eb03790053569ae", "reference": "278952f27a3f753b7e2c34928685a411d883bc98",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -5171,7 +5172,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/openspout/openspout/issues", "issues": "https://github.com/openspout/openspout/issues",
"source": "https://github.com/openspout/openspout/tree/v4.11.0" "source": "https://github.com/openspout/openspout/tree/v4.11.1"
}, },
"funding": [ "funding": [
{ {
@@ -5183,7 +5184,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-12-28T15:50:13+00:00" "time": "2023-01-02T09:11:35+00:00"
}, },
{ {
"name": "paragonie/constant_time_encoding", "name": "paragonie/constant_time_encoding",
@@ -7309,21 +7310,20 @@
}, },
{ {
"name": "ramsey/collection", "name": "ramsey/collection",
"version": "1.3.0", "version": "2.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/ramsey/collection.git", "url": "https://github.com/ramsey/collection.git",
"reference": "ad7475d1c9e70b190ecffc58f2d989416af339b4" "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/ramsey/collection/zipball/ad7475d1c9e70b190ecffc58f2d989416af339b4", "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
"reference": "ad7475d1c9e70b190ecffc58f2d989416af339b4", "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.4 || ^8.0", "php": "^8.1"
"symfony/polyfill-php81": "^1.23"
}, },
"require-dev": { "require-dev": {
"captainhook/plugin-composer": "^5.3", "captainhook/plugin-composer": "^5.3",
@@ -7383,7 +7383,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/ramsey/collection/issues", "issues": "https://github.com/ramsey/collection/issues",
"source": "https://github.com/ramsey/collection/tree/1.3.0" "source": "https://github.com/ramsey/collection/tree/2.0.0"
}, },
"funding": [ "funding": [
{ {
@@ -7395,27 +7395,27 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-12-27T19:12:24+00:00" "time": "2022-12-31T21:50:55+00:00"
}, },
{ {
"name": "ramsey/uuid", "name": "ramsey/uuid",
"version": "4.7.0", "version": "4.7.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/ramsey/uuid.git", "url": "https://github.com/ramsey/uuid.git",
"reference": "5ed9ad582647bbc3864ef78db34bdc1afdcf9b49" "reference": "a1acf96007170234a8399586a6e2ab8feba109d1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/ramsey/uuid/zipball/5ed9ad582647bbc3864ef78db34bdc1afdcf9b49", "url": "https://api.github.com/repos/ramsey/uuid/zipball/a1acf96007170234a8399586a6e2ab8feba109d1",
"reference": "5ed9ad582647bbc3864ef78db34bdc1afdcf9b49", "reference": "a1acf96007170234a8399586a6e2ab8feba109d1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"brick/math": "^0.8.8 || ^0.9 || ^0.10", "brick/math": "^0.8.8 || ^0.9 || ^0.10",
"ext-json": "*", "ext-json": "*",
"php": "^8.0", "php": "^8.0",
"ramsey/collection": "^1.2" "ramsey/collection": "^1.2 || ^2.0"
}, },
"replace": { "replace": {
"rhumsaa/uuid": "self.version" "rhumsaa/uuid": "self.version"
@@ -7475,7 +7475,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/ramsey/uuid/issues", "issues": "https://github.com/ramsey/uuid/issues",
"source": "https://github.com/ramsey/uuid/tree/4.7.0" "source": "https://github.com/ramsey/uuid/tree/4.7.1"
}, },
"funding": [ "funding": [
{ {
@@ -7487,7 +7487,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-12-19T22:30:49+00:00" "time": "2022-12-31T22:20:34+00:00"
}, },
{ {
"name": "rap2hpoutre/fast-excel", "name": "rap2hpoutre/fast-excel",
@@ -9867,16 +9867,16 @@
}, },
{ {
"name": "spatie/laravel-medialibrary", "name": "spatie/laravel-medialibrary",
"version": "10.7.4", "version": "10.7.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/laravel-medialibrary.git", "url": "https://github.com/spatie/laravel-medialibrary.git",
"reference": "94803ea1b99deb11e723e15e069ce4c3a07425a3" "reference": "aae852a989cd40a3bacc4f9822a16b4f6a93ecef"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-medialibrary/zipball/94803ea1b99deb11e723e15e069ce4c3a07425a3", "url": "https://api.github.com/repos/spatie/laravel-medialibrary/zipball/aae852a989cd40a3bacc4f9822a16b4f6a93ecef",
"reference": "94803ea1b99deb11e723e15e069ce4c3a07425a3", "reference": "aae852a989cd40a3bacc4f9822a16b4f6a93ecef",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -9959,7 +9959,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/spatie/laravel-medialibrary/issues", "issues": "https://github.com/spatie/laravel-medialibrary/issues",
"source": "https://github.com/spatie/laravel-medialibrary/tree/10.7.4" "source": "https://github.com/spatie/laravel-medialibrary/tree/10.7.8"
}, },
"funding": [ "funding": [
{ {
@@ -9971,7 +9971,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-12-06T07:29:40+00:00" "time": "2023-01-05T11:07:58+00:00"
}, },
{ {
"name": "spatie/laravel-model-status", "name": "spatie/laravel-model-status",
@@ -11918,16 +11918,16 @@
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v6.2.3", "version": "v6.2.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "56c0c0d051579d25aec059a21dfe469634396a0f" "reference": "74f2e638ec3fa0315443bd85fab7fc8066b77f83"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/56c0c0d051579d25aec059a21dfe469634396a0f", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/74f2e638ec3fa0315443bd85fab7fc8066b77f83",
"reference": "56c0c0d051579d25aec059a21dfe469634396a0f", "reference": "74f2e638ec3fa0315443bd85fab7fc8066b77f83",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -12009,7 +12009,7 @@
"description": "Provides a structured process for converting a Request into a Response", "description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-kernel/tree/v6.2.3" "source": "https://github.com/symfony/http-kernel/tree/v6.2.4"
}, },
"funding": [ "funding": [
{ {
@@ -12025,7 +12025,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-12-28T15:05:50+00:00" "time": "2022-12-29T19:05:08+00:00"
}, },
{ {
"name": "symfony/mailer", "name": "symfony/mailer",
@@ -13067,85 +13067,6 @@
], ],
"time": "2022-11-03T14:55:06+00:00" "time": "2022-11-03T14:55:06+00:00"
}, },
{
"name": "symfony/polyfill-php81",
"version": "v1.27.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php81.git",
"reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a",
"reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.27-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php81\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-11-03T14:55:06+00:00"
},
{ {
"name": "symfony/polyfill-uuid", "name": "symfony/polyfill-uuid",
"version": "v1.27.0", "version": "v1.27.0",
@@ -14091,16 +14012,16 @@
}, },
{ {
"name": "tijsverkoyen/css-to-inline-styles", "name": "tijsverkoyen/css-to-inline-styles",
"version": "2.2.5", "version": "2.2.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git", "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
"reference": "4348a3a06651827a27d989ad1d13efec6bb49b19" "reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/4348a3a06651827a27d989ad1d13efec6bb49b19", "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/c42125b83a4fa63b187fdf29f9c93cb7733da30c",
"reference": "4348a3a06651827a27d989ad1d13efec6bb49b19", "reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -14138,9 +14059,9 @@
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles", "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
"support": { "support": {
"issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues", "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
"source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.5" "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.6"
}, },
"time": "2022-09-12T13:28:28+00:00" "time": "2023-01-03T09:29:04+00:00"
}, },
{ {
"name": "vlucas/phpdotenv", "name": "vlucas/phpdotenv",
@@ -15472,16 +15393,16 @@
}, },
{ {
"name": "laravel-lang/lang", "name": "laravel-lang/lang",
"version": "12.9.2", "version": "12.9.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Laravel-Lang/lang.git", "url": "https://github.com/Laravel-Lang/lang.git",
"reference": "4b45bcaa53ba8c970d42491b84b515c53c7f6678" "reference": "4918967e9156d824372398276bd0e31a2f5570de"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Laravel-Lang/lang/zipball/4b45bcaa53ba8c970d42491b84b515c53c7f6678", "url": "https://api.github.com/repos/Laravel-Lang/lang/zipball/4918967e9156d824372398276bd0e31a2f5570de",
"reference": "4b45bcaa53ba8c970d42491b84b515c53c7f6678", "reference": "4918967e9156d824372398276bd0e31a2f5570de",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -15543,7 +15464,7 @@
"type": "open_collective" "type": "open_collective"
} }
], ],
"time": "2022-12-28T19:54:20+00:00" "time": "2023-01-04T10:00:54+00:00"
}, },
{ {
"name": "laravel-lang/publisher", "name": "laravel-lang/publisher",
@@ -15817,16 +15738,16 @@
}, },
{ {
"name": "laravel/sail", "name": "laravel/sail",
"version": "v1.16.6", "version": "v1.17.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/sail.git", "url": "https://github.com/laravel/sail.git",
"reference": "2e8be54590bde421eb04e461a1421302a5b22cca" "reference": "7d69da7b2bdb8cbe8da6663eb2ae0e00c884bf80"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/sail/zipball/2e8be54590bde421eb04e461a1421302a5b22cca", "url": "https://api.github.com/repos/laravel/sail/zipball/7d69da7b2bdb8cbe8da6663eb2ae0e00c884bf80",
"reference": "2e8be54590bde421eb04e461a1421302a5b22cca", "reference": "7d69da7b2bdb8cbe8da6663eb2ae0e00c884bf80",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -15873,7 +15794,7 @@
"issues": "https://github.com/laravel/sail/issues", "issues": "https://github.com/laravel/sail/issues",
"source": "https://github.com/laravel/sail" "source": "https://github.com/laravel/sail"
}, },
"time": "2022-12-19T15:41:32+00:00" "time": "2022-12-22T14:46:08+00:00"
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",
@@ -16167,16 +16088,16 @@
}, },
{ {
"name": "spatie/laravel-ignition", "name": "spatie/laravel-ignition",
"version": "1.6.3", "version": "1.6.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/laravel-ignition.git", "url": "https://github.com/spatie/laravel-ignition.git",
"reference": "2db918babd96f87b73fc26e4195f5a19328dd123" "reference": "1a2b4bd3d48c72526c0ba417687e5c56b5cf49bc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/2db918babd96f87b73fc26e4195f5a19328dd123", "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/1a2b4bd3d48c72526c0ba417687e5c56b5cf49bc",
"reference": "2db918babd96f87b73fc26e4195f5a19328dd123", "reference": "1a2b4bd3d48c72526c0ba417687e5c56b5cf49bc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -16253,7 +16174,86 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-12-26T15:13:03+00:00" "time": "2023-01-03T19:28:04+00:00"
},
{
"name": "symfony/polyfill-php81",
"version": "v1.27.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php81.git",
"reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a",
"reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.27-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php81\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-11-03T14:55:06+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{ {
"/app.js": "/app.js?id=fc87559387788aba14201a8d24757d03", "/app.js": "/app.js?id=8d0031f02505a357ea9665ac8501757d",
"/manifest.js": "/manifest.js?id=d75058ce2144a4049857d3ff9e02de1e", "/manifest.js": "/manifest.js?id=d75058ce2144a4049857d3ff9e02de1e",
"/app.css": "/app.css?id=c50093a39cdeeb8d1fb37e4b14e73bc7", "/app.css": "/app.css?id=72ecd473fa8870767c692de160ca79ed",
"/vendor.js": "/vendor.js?id=de86bde8857e857b607852d11627d8e4", "/vendor.js": "/vendor.js?id=de86bde8857e857b607852d11627d8e4",
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2?id=c8390e146be0a3c8a5498355dec892ae", "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2?id=c8390e146be0a3c8a5498355dec892ae",
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2?id=b0735c7dd6126471acbaf9d6e9f5e41a", "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2?id=b0735c7dd6126471acbaf9d6e9f5e41a",

View File

@@ -30,6 +30,9 @@
<script src="https://unpkg.com/js-year-calendar@latest/locales/js-year-calendar.{{ $locale }}.js"></script> <script src="https://unpkg.com/js-year-calendar@latest/locales/js-year-calendar.{{ $locale }}.js"></script>
<style> <style>
.calendar {
max-height: 280px;
}
.calendar .calendar-header { .calendar .calendar-header {
background-color: #F7931A; background-color: #F7931A;
color: white; color: white;
@@ -107,7 +110,8 @@
$('#map').vectorMap({ $('#map').vectorMap({
zoomButtons : false, zoomButtons : false,
zoomOnScroll: true, zoomOnScroll: true,
map: 'europe_merc', map: 'world_mill',
height: 300,
backgroundColor: 'transparent', backgroundColor: 'transparent',
markers: markers.map(function(h){ return {name: h.name, latLng: h.coords} }), markers: markers.map(function(h){ return {name: h.name, latLng: h.coords} }),
onMarkerClick: function(event, index) { onMarkerClick: function(event, index) {
@@ -131,7 +135,7 @@
} }
}" }"
> >
<div id="map" style="width: 100%; height: 800px"></div> <div id="map" style="width: 100%; height: 300px"></div>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -86,7 +86,6 @@
<div class="max-w-sm text-lg text-gray-200 flex flex-row space-x-2"> <div class="max-w-sm text-lg text-gray-200 flex flex-row space-x-2">
<x-native-select <x-native-select
label="{{ __('Change country') }}" label="{{ __('Change country') }}"
placeholder="{{ __('Change country') }}"
wire:model="c" wire:model="c"
option-label="name" option-label="name"
option-value="code" option-value="code"

View File

@@ -4,7 +4,8 @@
{{-- MAIN --}} {{-- MAIN --}}
<section class="w-full mb-12"> <section class="w-full mb-12">
<div class="max-w-screen-2xl mx-auto px-2 sm:px-10 space-y-4" id="table"> <div class="max-w-screen-2xl mx-auto px-2 sm:px-10 space-y-4" id="table">
<div class="w-full flex justify-end"> <div>
<div class="w-full flex justify-end my-2">
<x-button <x-button
x-data="{ x-data="{
textToCopy: '{{ route('meetup.ics', ['country' => $country]) }}', textToCopy: '{{ route('meetup.ics', ['country' => $country]) }}',
@@ -15,7 +16,6 @@
{{ __('Calendar Stream-Url for all meetup events') }} {{ __('Calendar Stream-Url for all meetup events') }}
</x-button> </x-button>
</div> </div>
<div class="flex items-start"> <div class="flex items-start">
<div class="w-full sm:w-1/2"> <div class="w-full sm:w-1/2">
@@ -29,6 +29,9 @@
<script src="https://unpkg.com/js-year-calendar@latest/locales/js-year-calendar.{{ $locale }}.js"></script> <script src="https://unpkg.com/js-year-calendar@latest/locales/js-year-calendar.{{ $locale }}.js"></script>
<style> <style>
.calendar {
max-height: 280px;
}
.calendar .calendar-header { .calendar .calendar-header {
background-color: #F7931A; background-color: #F7931A;
color: white; color: white;
@@ -93,7 +96,7 @@
<div x-ref="calendar"></div> <div x-ref="calendar"></div>
</div> </div>
</div> </div>
<div class="hidden sm:inline sm:w-1/2"> <div class="hidden sm:inline sm:w-1/2 max-h-[300px]">
@php @php
$focus = ''; $focus = '';
$map = $country->code . '_merc'; $map = $country->code . '_merc';
@@ -113,6 +116,7 @@
{{ $focus }} {{ $focus }}
zoomButtons : false, zoomButtons : false,
zoomOnScroll: true, zoomOnScroll: true,
height: 300,
map: '{{ $map }}', map: '{{ $map }}',
backgroundColor: 'transparent', backgroundColor: 'transparent',
markers: markers.map(function(h){ return {name: h.name, latLng: h.coords} }), markers: markers.map(function(h){ return {name: h.name, latLng: h.coords} }),
@@ -137,7 +141,8 @@
} }
}" }"
> >
<div id="map" style="width: 100%; height: 800px"></div> <div id="map" style="width: 100%; height: 300px"></div>
</div>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -16,14 +16,17 @@
</x-button> </x-button>
</div> </div>
<div class="flex flex-col sm:flex-row"> <div class="flex flex-col sm:flex-row">
<div class="flex flex-col">
<h1 class="mb-6 text-5xl font-extrabold leading-none tracking-normal text-gray-200 sm:text-6xl md:text-6xl lg:text-7xl md:tracking-tight"> <h1 class="mb-6 text-5xl font-extrabold leading-none tracking-normal text-gray-200 sm:text-6xl md:text-6xl lg:text-7xl md:tracking-tight">
{{ __('Bitcoiner') }} <span {{ __('Bitcoiner') }} <span
class="w-full text-transparent bg-clip-text bg-gradient-to-r from-amber-400 via-amber-500 to-amber-200 lg:inline">{{ __('Meetups') }}</span><br class="w-full text-transparent bg-clip-text bg-gradient-to-r from-amber-400 via-amber-500 to-amber-200 lg:inline">{{ __('Meetups') }}</span><br
class="lg:block hidden"> class="lg:block hidden">
{{ __('Plebs together strong 💪') }} {{ __('Plebs together strong 💪') }}
</h1> </h1>
<p class="px-0 mb-6 text-lg text-gray-600 md:text-xl lg:px-24"> <p class="px-0 mb-6 text-lg text-gray-600 md:text-xl">
{{ __('Bitcoiner Meetups are a great way to meet other Bitcoiners in your area. You can learn from each other, share ideas, and have fun!') }} {{ __('Bitcoiner Meetups are a great way to meet other Bitcoiners in your area. You can learn from each other, share ideas, and have fun!') }}
</p>
</div>
@php @php
$focus = ''; $focus = '';
$map = $country->code . '_merc'; $map = $country->code . '_merc';

View File

@@ -4,17 +4,17 @@
{{-- MAIN --}} {{-- MAIN --}}
<section class="w-full mb-12"> <section class="w-full mb-12">
<div class="max-w-screen-2xl mx-auto px-2 sm:px-10 space-y-4 flex flex-col sm:flex-row"> <div class="max-w-screen-2xl mx-auto px-2 sm:px-10 space-y-4 flex flex-col sm:flex-row">
<div class="flex flex-col">
<h1 class="mb-6 text-5xl font-extrabold leading-none tracking-normal text-gray-200 sm:text-6xl md:text-6xl lg:text-7xl md:tracking-tight"> <h1 class="mb-6 text-5xl font-extrabold leading-none tracking-normal text-gray-200 sm:text-6xl md:text-6xl lg:text-7xl md:tracking-tight">
{{ __('Bitcoiner') }} <span {{ __('Bitcoiner') }} <span
class="w-full text-transparent bg-clip-text bg-gradient-to-r from-amber-400 via-amber-500 to-amber-200 lg:inline">{{ __('Meetups') }}</span><br class="w-full text-transparent bg-clip-text bg-gradient-to-r from-amber-400 via-amber-500 to-amber-200 lg:inline">{{ __('Meetups') }}</span><br
class="lg:block hidden"> class="lg:block hidden">
{{ __('Plebs together strong 💪') }} {{ __('Plebs together strong 💪') }}
</h1> </h1>
<p class="px-0 mb-6 text-lg text-gray-600 md:text-xl lg:px-24"> <p class="px-0 mb-6 text-lg text-gray-600 md:text-xl">
{{ __('Bitcoiner Meetups are a great way to meet other Bitcoiners in your area. You can learn from each other, share ideas, and have fun!') }} {{ __('Bitcoiner Meetups are a great way to meet other Bitcoiners in your area. You can learn from each other, share ideas, and have fun!') }}
</p> </p>
</div> </div>
<div class="max-w-screen-2xl mx-auto px-2 sm:px-10 space-y-4" id="table">
<div <div
wire:ignore wire:ignore
class="w-full flex justify-center" class="w-full flex justify-center"