playbook_ui_docs 14.5.0.pre.alpha.PBNTR568dropdowncleaning4044 → 14.5.0.pre.alpha.PBNTR600reactfilterdisplayzeroresults4068

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f25cdaf504578b952816fe84a20f730577fdc7f57667261e55798ae6fdd4f63e
4
- data.tar.gz: 3ebfffdc43714da4d71db9fe1ecb21b96ecde262ec198fd48002b697b7620897
3
+ metadata.gz: 86db0facad1dfd38833d9b7fa1a67706bae9a6a387f8029be26d85ee1d22865e
4
+ data.tar.gz: bcd243753bb9bf752df195f174af7eeb255e6083f336933b79948cdabb1f7d70
5
5
  SHA512:
6
- metadata.gz: 2930ae7a992fbab2cb74e2952471d05dbcd7919d4ae9e349f205b20b4faa13896c8ee79c9b1b9db88fb1cd48ebc390dc6edd8318d617b4473f2e355a3408416c
7
- data.tar.gz: 9b4667f2e79103f913b05d000a2536b69c536be97005f56c6e10c6e599757a6d73895cbc054682aa8149ca27cd546673cdf53125a6164a0e16123891be26594a
6
+ metadata.gz: bc9a77836d3ac3d8d4ce451a31e3ae0f5fe522a798b1e4d123f352ecae2efc4041a140b5756de63cc021e954e6615d3fd9e5f3a7004ecb9d863aec36292b68c0
7
+ data.tar.gz: 54cfbed2a6b01ce28842aeb345f0743f9262977f8f2b1d774c3e9ac78518f620021ba1f2fef17c302b0d8551cc0291e17951cc68cae79bc0dcfb4abd9d6bcdff
@@ -22,7 +22,6 @@ examples:
22
22
  - dropdown_error: Dropdown with Error
23
23
  - dropdown_default_value: Default Value
24
24
  - dropdown_blank_selection: Blank Selection
25
- - dropdown_clear_selection: Clear Selection
26
25
  # - dropdown_with_autocomplete: Autocomplete
27
26
  # - dropdown_with_autocomplete_and_custom_display: Autocomplete with Custom Display
28
27
  # - dropdown_with_external_control: useDropdown Hook
@@ -12,4 +12,3 @@ export { default as DropdownSubcomponentStructure } from './_dropdown_subcompone
12
12
  export { default as DropdownError } from './_dropdown_error.jsx'
13
13
  export { default as DropdownDefaultValue } from './_dropdown_default_value.jsx'
14
14
  export { default as DropdownBlankSelection } from './_dropdown_blank_selection.jsx'
15
- export { default as DropdownClearSelection } from './_dropdown_clear_selection.jsx'
@@ -78,7 +78,7 @@ const FilterDefault = (props) => {
78
78
  double
79
79
  minWidth="375px"
80
80
  onSortChange={SortingChangeCallback}
81
- results={1}
81
+ results={0}
82
82
  sortOptions={{
83
83
  popularity: 'Popularity',
84
84
  // eslint-disable-next-line