@@ -2360,7 +2360,8 @@ const utilities: Array<Resource> = [
23602360 {
23612361 link : 'https://github.com/thedanchez/uplot-solid' ,
23622362 title : 'uplot-solid' ,
2363- description : 'Solid component wrapper around μPlot -- a small, fast and performant 2D canvas based chart for time series, lines, areas, ohlc & bars' ,
2363+ description :
2364+ 'Solid component wrapper around μPlot -- a small, fast and performant 2D canvas based chart for time series, lines, areas, ohlc & bars' ,
23642365 author : 'Daniel Sanchez' ,
23652366 author_url : 'https://github.com/thedanchez' ,
23662367 keywords : [ 'chart' , 'plot' , 'solid' , 'ui' , 'uplot' ] ,
@@ -2639,7 +2640,8 @@ const utilities: Array<Resource> = [
26392640 {
26402641 link : 'https://corvu.dev/docs/utilities/dismissible/' ,
26412642 title : 'solid-dismissible' ,
2642- description : 'Utility for creating dismissible, nestable layers. Offers different strategies to dismiss the layer, such as on outside click, escape key press, or outside focus.' ,
2643+ description :
2644+ 'Utility for creating dismissible, nestable layers. Offers different strategies to dismiss the layer, such as on outside click, escape key press, or outside focus.' ,
26432645 author : 'Jasmin' ,
26442646 author_url : 'https://github.com/GiyoMoon' ,
26452647 keywords : [ 'dismissible' , 'dismiss' , 'layer' , 'close' , 'escape' ] ,
@@ -2650,14 +2652,27 @@ const utilities: Array<Resource> = [
26502652 {
26512653 link : 'https://corvu.dev/docs/utilities/list/' ,
26522654 title : 'solid-list' ,
2653- description : 'Utility to create accessible, keyboard navigable lists like search results, selects or autocompletes.' ,
2655+ description :
2656+ 'Utility to create accessible, keyboard navigable lists like search results, selects or autocompletes.' ,
26542657 author : 'Jasmin' ,
26552658 author_url : 'https://github.com/GiyoMoon' ,
26562659 keywords : [ 'keyboard' , 'accessible' , 'list' ] ,
26572660 official : false ,
26582661 type : PackageType . Package ,
26592662 categories : [ ResourceCategory . UI , ResourceCategory . Primitives ] ,
26602663 } ,
2664+ {
2665+ link : 'https://responsive-image.dev/' ,
2666+ title : '@responsive-image/solid' ,
2667+ description :
2668+ 'Image component to render responsive images, provided as locally processed images or loaded remotely from Image CDNs' ,
2669+ author : 'Simon Ihmig' ,
2670+ author_url : 'https://github.com/simonihmig' ,
2671+ keywords : [ 'image' , 'responsive image' ] ,
2672+ official : false ,
2673+ type : PackageType . Package ,
2674+ categories : [ ResourceCategory . UI , ResourceCategory . Primitives ] ,
2675+ } ,
26612676] ;
26622677
26632678export default utilities ;
0 commit comments