@@ -248,6 +248,10 @@ class EntriesFilter < Docs::EntriesFilter
248248 "text" : "usePreferredReducedMotion" ,
249249 "link" : "/core/usePreferredReducedMotion/"
250250 } ,
251+ {
252+ "text" : "usePreferredReducedTransparency" ,
253+ "link" : "/core/usePreferredReducedTransparency/"
254+ } ,
251255 {
252256 "text" : "useScreenOrientation" ,
253257 "link" : "/core/useScreenOrientation/"
@@ -264,6 +268,10 @@ class EntriesFilter < Docs::EntriesFilter
264268 "text" : "useShare" ,
265269 "link" : "/core/useShare/"
266270 } ,
271+ {
272+ "text" : "useSSRWidth" ,
273+ "link" : "/core/useSSRWidth/"
274+ } ,
267275 {
268276 "text" : "useStyleTag" ,
269277 "link" : "/core/useStyleTag/"
@@ -313,6 +321,10 @@ class EntriesFilter < Docs::EntriesFilter
313321 "text" : "onClickOutside" ,
314322 "link" : "/core/onClickOutside/"
315323 } ,
324+ {
325+ "text" : "onElementRemoval" ,
326+ "link" : "/core/onElementRemoval/"
327+ } ,
316328 {
317329 "text" : "onKeyStroke" ,
318330 "link" : "/core/onKeyStroke/"
@@ -788,6 +800,10 @@ class EntriesFilter < Docs::EntriesFilter
788800 {
789801 "text" : "Time" ,
790802 "items" : [
803+ {
804+ "text" : "useCountdown" ,
805+ "link" : "/core/useCountdown/"
806+ } ,
791807 {
792808 "text" : "useDateFormat" ,
793809 "link" : "/shared/useDateFormat/"
0 commit comments