playbook_ui_docs 13.12.0.pre.alpha.play10281596 → 13.13.0

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: 702fdebdcca4d3a14112b52586af2414f817ec607f6d3bc31a60e51b406f171c
4
+ data.tar.gz: 90e2bb449e776072b8aa1ce110dfe2942a66abcadc85acec1331815b6db474f1
5
5
  SHA512:
6
- metadata.gz: 0ab103f2df4417fca7aa9e5e03102a6b0e9e5357eb03715efe3f45e230b2ba61f69fb855c1525a60a18d15aad2245701ee870a1ac66806e8ba165df35899370e
7
- data.tar.gz: b433a3c1db456db7fe1dcffebca6f2341a51fefc74406fa891bc7417c119ebae628b8162b3786e0832d99d2a0ab234661a194e9b5c3961e0e9e43f3e945b6c7d
6
+ metadata.gz: 570e38df8dc097c25494aa485472f72d675d2b9159bb52fb044798023ee7e6ad1813ec9e10dc7ff40327a2a800294a117fa02ceefeee2a5a155474da8fa35b2e
7
+ data.tar.gz: 03b740ecfbebc0258904a7a7faa430bcde5d977567fa2f780d50871f41484fd6cdb2d2fe9233a8a683c1d39bf758fe0cfad3c965b9b655c937c784bda0576f99
@@ -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>