@@ -248,6 +248,10 @@ class EntriesFilter < Docs::EntriesFilter
248
248
"text" : "usePreferredReducedMotion" ,
249
249
"link" : "/core/usePreferredReducedMotion/"
250
250
} ,
251
+ {
252
+ "text" : "usePreferredReducedTransparency" ,
253
+ "link" : "/core/usePreferredReducedTransparency/"
254
+ } ,
251
255
{
252
256
"text" : "useScreenOrientation" ,
253
257
"link" : "/core/useScreenOrientation/"
@@ -264,6 +268,10 @@ class EntriesFilter < Docs::EntriesFilter
264
268
"text" : "useShare" ,
265
269
"link" : "/core/useShare/"
266
270
} ,
271
+ {
272
+ "text" : "useSSRWidth" ,
273
+ "link" : "/core/useSSRWidth/"
274
+ } ,
267
275
{
268
276
"text" : "useStyleTag" ,
269
277
"link" : "/core/useStyleTag/"
@@ -313,6 +321,10 @@ class EntriesFilter < Docs::EntriesFilter
313
321
"text" : "onClickOutside" ,
314
322
"link" : "/core/onClickOutside/"
315
323
} ,
324
+ {
325
+ "text" : "onElementRemoval" ,
326
+ "link" : "/core/onElementRemoval/"
327
+ } ,
316
328
{
317
329
"text" : "onKeyStroke" ,
318
330
"link" : "/core/onKeyStroke/"
@@ -788,6 +800,10 @@ class EntriesFilter < Docs::EntriesFilter
788
800
{
789
801
"text" : "Time" ,
790
802
"items" : [
803
+ {
804
+ "text" : "useCountdown" ,
805
+ "link" : "/core/useCountdown/"
806
+ } ,
791
807
{
792
808
"text" : "useDateFormat" ,
793
809
"link" : "/shared/useDateFormat/"
0 commit comments