playbook_ui_docs 14.5.0.pre.alpha.PBNTR568dropdowncleaning4041 → 14.5.0.pre.alpha.PBNTR600reactfilterdisplayzeroresults4068
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_dropdown/docs/example.yml +0 -1
- data/app/pb_kits/playbook/pb_dropdown/docs/index.js +0 -1
- data/app/pb_kits/playbook/pb_filter/docs/_filter_default.jsx +1 -1
- data/dist/playbook-doc.js +1 -1
- metadata +1 -2
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_clear_selection.jsx +0 -45
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 86db0facad1dfd38833d9b7fa1a67706bae9a6a387f8029be26d85ee1d22865e
|
4
|
+
data.tar.gz: bcd243753bb9bf752df195f174af7eeb255e6083f336933b79948cdabb1f7d70
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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'
|