@@ -34,6 +34,29 @@ public function findAll(?string $query = null): array
3434 ->setDocsLink ('https://turbo.hotwired.dev/handbook/introduction ' , 'Documentation specifically for the Turbo JavaScript library. ' )
3535 ->setScreencastLink ('https://symfonycasts.com/screencast/turbo ' , 'Go deep into all 3 parts of Turbo. ' ),
3636
37+ new UxPackage (
38+ 'icons ' ,
39+ 'UX Icons ' ,
40+ 'app_icons ' ,
41+ '#fff ' ,
42+ 'linear-gradient(to bottom right, cyan, purple) ' ,
43+ 'SVG icons made easy ' ,
44+ 'Render SVG icons seamlessly from your Twig templates. ' ,
45+ 'I need to render SVG icons. ' ,
46+ 'icons.svg ' ,
47+ ),
48+
49+ new UxPackage (
50+ 'twig-component ' ,
51+ 'Twig Components ' ,
52+ 'app_twig_component ' ,
53+ '#7FA020 ' ,
54+ 'linear-gradient(95deg, #7FA020 -5%, #A1C94E 105%) ' ,
55+ 'Render Reusable UI Elements ' ,
56+ 'Create PHP classes that can render themselves ' ,
57+ 'I need to create PHP classes that render '
58+ ),
59+
3760 new UxPackage (
3861 'live-component ' ,
3962 'Live Components ' ,
@@ -57,15 +80,15 @@ public function findAll(?string $query = null): array
5780 ),
5881
5982 new UxPackage (
60- 'icons ' ,
61- 'UX Icons ' ,
62- 'app_icons ' ,
63- '#fff ' ,
64- 'linear-gradient(to bottom right, cyan, purple ) ' ,
65- 'SVG icons made easy ' ,
66- ' Render SVG icons seamlessly from your Twig templates. ' ,
67- 'I need to render SVG icons. ' ,
68- 'icons .svg ' ,
83+ 'translator ' ,
84+ 'Translator ' ,
85+ 'app_translator ' ,
86+ '#2248D0 ' ,
87+ 'linear-gradient(139deg, #2248D0 -20%, #00FFB2 113% ) ' ,
88+ 'Symfony Translations in JavaScript ' ,
89+ " Use Symfony's translations in JavaScript " ,
90+ 'I need to translate strings in JavaScript ' ,
91+ 'translator .svg '
6992 ),
7093
7194 (new UxPackage (
@@ -140,17 +163,6 @@ public function findAll(?string $query = null): array
140163 'I need to delay large image loading '
141164 ),
142165
143- new UxPackage (
144- 'twig-component ' ,
145- 'Twig Components ' ,
146- 'app_twig_component ' ,
147- '#7FA020 ' ,
148- 'linear-gradient(95deg, #7FA020 -5%, #A1C94E 105%) ' ,
149- 'Render Reusable UI Elements ' ,
150- 'Create PHP classes that can render themselves ' ,
151- 'I need to create PHP classes that render '
152- ),
153-
154166 new UxPackage (
155167 'dropzone ' ,
156168 'Stylized Dropzone ' ,
@@ -207,18 +219,6 @@ public function findAll(?string $query = null): array
207219 'I need to type onto the screen... like this '
208220 ))
209221 ->setDocsLink ('https://github.com/mattboldt/typed.js/ ' , 'Typed.js documentation ' ),
210-
211- new UxPackage (
212- 'translator ' ,
213- 'Translator ' ,
214- 'app_translator ' ,
215- '#2248D0 ' ,
216- 'linear-gradient(139deg, #2248D0 -20%, #00FFB2 113%) ' ,
217- 'Symfony Translations in JavaScript ' ,
218- "Use Symfony's translations in JavaScript " ,
219- 'I need to translate strings in JavaScript ' ,
220- 'translator.svg '
221- ),
222222 ];
223223
224224 if (!$ query ) {
0 commit comments