playbook_ui_docs 13.12.0.pre.alpha.play10281596 → 13.13.0.pre.alpha.PLAY1090csstokens1675

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ce2b70fc5afcaf06a64796d303225ec1632e631cb86f31229d8023602408f191
4
- data.tar.gz: 474315a3c63305bd9845dcc24b3132d2429fa8488e2ed17eab45fc00db0ed0f1
3
+ metadata.gz: 5bb0a545b88b6360207fb88113d4ae35088a1e63d3ddbada1ee3cb64abc34383
4
+ data.tar.gz: 5a635feff777a5f8b00b08c7e7447bdf7ae60feeef59d810626f8ed269fe7624
5
5
  SHA512:
6
- metadata.gz: 0ab103f2df4417fca7aa9e5e03102a6b0e9e5357eb03715efe3f45e230b2ba61f69fb855c1525a60a18d15aad2245701ee870a1ac66806e8ba165df35899370e
7
- data.tar.gz: b433a3c1db456db7fe1dcffebca6f2341a51fefc74406fa891bc7417c119ebae628b8162b3786e0832d99d2a0ab234661a194e9b5c3961e0e9e43f3e945b6c7d
6
+ metadata.gz: b79ac876ba8cc0b4f7e13c6a6c2a4802b1975fadf31e86ceb7ff0d2e872980147ef773be6d542b11d098fdb592a2ba7dda24db85195d6aaabd3080d9ffcaa933
7
+ data.tar.gz: 6b7d6a9e0f18fe844c5046776271286c96f80ddbb0a5ca3b4990a698717025732c9046263c87a0e65b886d9b665273ad087484935ef970766b2d68a4dd94459f
@@ -0,0 +1 @@
1
+ To display the "No Filters Selected" text, the `filters` prop must be `null`. As a suggestion, check the values of each key in your filters object. If they are all falsy, return `null`.
@@ -70,8 +70,8 @@ const TypeaheadWithHighlight = (props) => {
70
70
  }
71
71
 
72
72
  const customComponents = {
73
- Option: (props: OptionProps) => (
74
- <components.Option {...props}/>
73
+ Option: (highlightProps: OptionProps) => (
74
+ <components.Option {...highlightProps}/>
75
75
  ),
76
76
  SingleValue: ({ data }: any) => (
77
77
  <span>{data.name}</span>