Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-03-10 16:29:40 +00:00
parent cd6aba8196
commit 6c12ec542b
4 changed files with 58 additions and 0 deletions
+1
View File
@@ -147,6 +147,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
| [symfony/uid](https://packagist.org/packages/symfony/uid) | [7.0](symfony/uid/7.0) | `uid` |
| [symfony/unifonic-notifier](https://packagist.org/packages/symfony/unifonic-notifier) | [7.1](symfony/unifonic-notifier/7.1) | `unifonic-notifier`, `unifonicnotifier` |
| [symfony/ux-autocomplete](https://packagist.org/packages/symfony/ux-autocomplete) | [2.6](symfony/ux-autocomplete/2.6) | `ux-autocomplete`, `uxautocomplete` |
| [symfony/ux-icons](https://packagist.org/packages/symfony/ux-icons) | [2.17](symfony/ux-icons/2.17) | `ux-icons`, `uxicons` |
| [symfony/ux-live-component](https://packagist.org/packages/symfony/ux-live-component) | [2.6](symfony/ux-live-component/2.6) | `ux-live-component`, `uxlivecomponent` |
| [symfony/ux-react](https://packagist.org/packages/symfony/ux-react) | [2.9](symfony/ux-react/2.9) | `ux-react`, `uxreact` |
| [symfony/ux-svelte](https://packagist.org/packages/symfony/ux-svelte) | [2.9](symfony/ux-svelte/2.9) | `ux-svelte`, `uxsvelte` |
@@ -0,0 +1,26 @@
{
"manifests": {
"symfony/ux-icons": {
"manifest": {
"bundles": {
"Symfony\\UX\\Icons\\UXIconsBundle": [
"all"
]
},
"copy-from-recipe": {
"assets/": "assets/"
}
},
"files": {
"assets/icons/symfony.svg": {
"contents": [
"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 257\"><circle cx=\"128\" cy=\"128.827\" r=\"128\" fill=\"#1a171b\"/><path fill=\"#fff\" d=\"M183.706 48.124c-12.986.453-24.32 7.61-32.757 17.51c-9.342 10.855-15.557 23.73-20.035 36.872c-8.01-6.565-14.19-15.064-27.041-18.77c-9.933-2.852-20.366-1.674-29.96 5.474c-4.545 3.395-7.676 8.527-9.165 13.351c-3.855 12.537 4.053 23.694 7.645 27.7l7.853 8.416c1.619 1.65 5.518 5.955 3.612 12.127c-2.06 6.71-10.15 11.055-18.448 8.495c-3.706-1.13-9.03-3.891-7.838-7.779c.493-1.59 1.631-2.78 2.241-4.155c.56-1.181.827-2.067.997-2.587c1.516-4.95-.555-11.39-5.857-13.025c-4.946-1.516-10.007-.315-11.969 6.054c-2.225 7.235 1.237 20.366 19.783 26.084c21.729 6.676 40.11-5.155 42.717-20.586c1.642-9.665-2.722-16.845-10.717-26.08l-6.514-7.204c-3.946-3.942-5.301-10.661-1.217-15.825c3.446-4.356 8.354-6.215 16.392-4.029c11.733 3.186 16.963 11.327 25.69 17.893c-3.603 11.819-5.958 23.682-8.09 34.32l-1.299 7.931c-6.238 32.721-11 50.688-23.375 61.003c-2.493 1.773-6.057 4.427-11.429 4.612c-2.816.087-3.726-1.85-3.765-2.694c-.067-1.977 1.599-2.883 2.706-3.773c1.654-.902 4.155-2.398 3.985-7.191c-.18-5.664-4.872-10.575-11.654-10.35c-5.08.173-12.823 4.954-12.532 13.705c.303 9.039 8.728 15.813 21.43 15.384c6.79-.233 21.952-2.997 36.895-20.76c17.392-20.362 22.256-43.705 25.915-60.79l4.084-22.556c2.269.272 4.695.453 7.334.516c21.661.457 32.496-10.763 32.657-18.924c.107-4.939-3.241-9.799-7.928-9.689c-3.355.095-7.57 2.328-8.582 6.968c-.988 4.552 6.893 8.66.733 12.65c-4.376 2.832-12.221 4.828-23.269 3.206l2.009-11.103c4.1-21.055 9.157-46.954 28.341-47.584c1.398-.071 6.514.063 6.633 3.446c.035 1.13-.245 1.418-1.568 4.005c-1.347 2.017-1.855 3.734-1.792 5.707c.185 5.376 4.273 8.909 10.185 8.696c7.916-.256 10.193-7.963 10.063-11.921c-.32-9.3-10.122-15.175-23.1-14.75\"/></svg>",
""
],
"executable": false
}
},
"ref": "803a3bbd5893f9584969ab8670290cdfb6a0a5b5"
}
}
}
+5
View File
@@ -430,6 +430,7 @@
"unifonicnotifier": "symfony/unifonic-notifier",
"ux": "symfony/webpack-encore-bundle",
"ux-autocomplete": "symfony/ux-autocomplete",
"ux-icons": "symfony/ux-icons",
"ux-live-component": "symfony/ux-live-component",
"ux-react": "symfony/ux-react",
"ux-svelte": "symfony/ux-svelte",
@@ -437,6 +438,7 @@
"ux-twig-component": "symfony/ux-twig-component",
"ux-vue": "symfony/ux-vue",
"uxautocomplete": "symfony/ux-autocomplete",
"uxicons": "symfony/ux-icons",
"uxlivecomponent": "symfony/ux-live-component",
"uxreact": "symfony/ux-react",
"uxsvelte": "symfony/ux-svelte",
@@ -1000,6 +1002,9 @@
"2.2",
"2.6"
],
"symfony/ux-icons": [
"2.17"
],
"symfony/ux-live-component": [
"2.0",
"2.6"
+26
View File
@@ -0,0 +1,26 @@
{
"manifests": {
"symfony/ux-icons": {
"manifest": {
"bundles": {
"Symfony\\UX\\Icons\\UXIconsBundle": [
"all"
]
},
"copy-from-recipe": {
"assets/": "assets/"
}
},
"files": {
"assets/icons/symfony.svg": {
"contents": [
"<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 257\"><circle cx=\"128\" cy=\"128.827\" r=\"128\" fill=\"#1a171b\"/><path fill=\"#fff\" d=\"M183.706 48.124c-12.986.453-24.32 7.61-32.757 17.51c-9.342 10.855-15.557 23.73-20.035 36.872c-8.01-6.565-14.19-15.064-27.041-18.77c-9.933-2.852-20.366-1.674-29.96 5.474c-4.545 3.395-7.676 8.527-9.165 13.351c-3.855 12.537 4.053 23.694 7.645 27.7l7.853 8.416c1.619 1.65 5.518 5.955 3.612 12.127c-2.06 6.71-10.15 11.055-18.448 8.495c-3.706-1.13-9.03-3.891-7.838-7.779c.493-1.59 1.631-2.78 2.241-4.155c.56-1.181.827-2.067.997-2.587c1.516-4.95-.555-11.39-5.857-13.025c-4.946-1.516-10.007-.315-11.969 6.054c-2.225 7.235 1.237 20.366 19.783 26.084c21.729 6.676 40.11-5.155 42.717-20.586c1.642-9.665-2.722-16.845-10.717-26.08l-6.514-7.204c-3.946-3.942-5.301-10.661-1.217-15.825c3.446-4.356 8.354-6.215 16.392-4.029c11.733 3.186 16.963 11.327 25.69 17.893c-3.603 11.819-5.958 23.682-8.09 34.32l-1.299 7.931c-6.238 32.721-11 50.688-23.375 61.003c-2.493 1.773-6.057 4.427-11.429 4.612c-2.816.087-3.726-1.85-3.765-2.694c-.067-1.977 1.599-2.883 2.706-3.773c1.654-.902 4.155-2.398 3.985-7.191c-.18-5.664-4.872-10.575-11.654-10.35c-5.08.173-12.823 4.954-12.532 13.705c.303 9.039 8.728 15.813 21.43 15.384c6.79-.233 21.952-2.997 36.895-20.76c17.392-20.362 22.256-43.705 25.915-60.79l4.084-22.556c2.269.272 4.695.453 7.334.516c21.661.457 32.496-10.763 32.657-18.924c.107-4.939-3.241-9.799-7.928-9.689c-3.355.095-7.57 2.328-8.582 6.968c-.988 4.552 6.893 8.66.733 12.65c-4.376 2.832-12.221 4.828-23.269 3.206l2.009-11.103c4.1-21.055 9.157-46.954 28.341-47.584c1.398-.071 6.514.063 6.633 3.446c.035 1.13-.245 1.418-1.568 4.005c-1.347 2.017-1.855 3.734-1.792 5.707c.185 5.376 4.273 8.909 10.185 8.696c7.916-.256 10.193-7.963 10.063-11.921c-.32-9.3-10.122-15.175-23.1-14.75\"/></svg>",
""
],
"executable": false
}
},
"ref": "803a3bbd5893f9584969ab8670290cdfb6a0a5b5"
}
}
}