playbook_ui_docs 14.22.0.pre.rc.0 → 14.22.0.pre.rc.1

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: e1635595dd451721606fad3a04cc19b0e102b028d6331a609c495edc3d4f0939
4
- data.tar.gz: 69a18237df5e5e948ff6e390041a6657dae90dcd5ed0003c9fd7373edf344705
3
+ metadata.gz: 0bc1cb4b88e627e944ce8808f29794c6d86e387f0ab95fb2e1b6b7fe17f8b371
4
+ data.tar.gz: 2a3971d485a70abf98072cb79b360981152371e640e8094c8da97bfe1367a27d
5
5
  SHA512:
6
- metadata.gz: ede63dba2edc03bb57b5ad68ba79277b198eb29216eb3d18a4d85dbb2e799a0a73bb82f67befd259bb37ddb334b96b64019a915bd22fb03bc60ea26f6d72af59
7
- data.tar.gz: 5a27599269abf566ead007a16b9bdce1908a20f25daf30f4a6f2214685133fc06048ac705dc2cafb724ad0f807d07c2a0360b81814035808db8b654f0b984c0d
6
+ metadata.gz: e1352e61e66cadff93b61e44e291133fc1d4b40c7a95d5870aa57048eb1b7a3d1c58cab2429de80b6f9e185a52e8f46ec9ba25a2ef1d7e9724e63ae6ac09c935
7
+ data.tar.gz: 3a847a3821811456a617a4a63adab2f23eb1dd12c28f57663c388c203cfea798f2fee54453016b115351d58cc1fb800cadc7293220a858144de7ebac92bc2723
@@ -44,6 +44,4 @@ examples:
44
44
  - dropdown_clear_selection: Clear Selection
45
45
  - dropdown_separators_hidden: Separators Hidden
46
46
  - dropdown_with_external_control: useDropdown Hook
47
- - dropdown_close_on_select: Close On Selection
48
-
49
47
 
@@ -19,5 +19,4 @@ export { default as DropdownMultiSelect } from './_dropdown_multi_select.jsx'
19
19
  export { default as DropdownMultiSelectDisplay } from './_dropdown_multi_select_display.jsx'
20
20
  export { default as DropdownMultiSelectWithAutocomplete } from './_dropdown_multi_select_with_autocomplete.jsx'
21
21
  export { default as DropdownMultiSelectWithDefault } from './_dropdown_multi_select_with_default.jsx'
22
- export { default as DropdownMultiSelectWithCustomOptions } from './_dropdown_multi_select_with_custom_options.jsx'
23
- export { default as DropdownCloseOnSelect } from './_dropdown_close_on_select.jsx'
22
+ export { default as DropdownMultiSelectWithCustomOptions } from './_dropdown_multi_select_with_custom_options.jsx'