playbook_ui_docs 14.2.1.pre.alpha.PBNTR479removeextraspacingfromradiochildren3671 → 14.2.1.pre.alpha.PLAY1516railsiconsfixedwidth3674

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: 1687be3f5c0b8cebfa6a5acd888597e4c82085019011fc16d92c0bec56854006
4
- data.tar.gz: 5f18ca31dd4b167990ec56feb7709386609ef14ee41b794dc917dce74833a64f
3
+ metadata.gz: 888ebd0eb129957cbbced4fb898b905594e3780ba34954ee744873b8093ae64b
4
+ data.tar.gz: 76ec309d0aefdb10dbd58860e935b3634b1b703aa8661e3f38818e8879c385f5
5
5
  SHA512:
6
- metadata.gz: d9bb1cc97e95baed273fe83dfee06899f3cf3e20a13aa4efa5a468bb63213d0f15e79444936f493a93c8144fab0191f8fefa726e5cbb58da4f6742c9531438c1
7
- data.tar.gz: '088ecd0a6b4772dc4cc845d7e71ab7f2dbd4136ca55018f70b7923ec6413c3a3f88bf9c9e722d6dfd04b64823cc9b4104690029ae03590e5b6e2440a311647d3'
6
+ metadata.gz: ec7f4c9c757e6fdc9aea6da1313717cd69ff6621b9a23a63b236b952f17c522fd39dd1280aaad6bb16c235d6754b0a37acd7b723f644cb75c44ce19000975bc5
7
+ data.tar.gz: 6af5397de9888b5ad6a7bf469a57ca72a508b1d1f1e10cb8efd7605b953623a7b991ee729b971819abacfda190669cee7a2306d74546df01fa83d25c5a9a8e4b
@@ -9,7 +9,6 @@ examples:
9
9
  - typeahead_inline: Inline
10
10
  - typeahead_multi_kit: Multi Kit Options
11
11
  - typeahead_error_state: Error State
12
- - typeahead_margin_bottom: Margin Bottom
13
12
 
14
13
  react:
15
14
  - typeahead_default: Default
@@ -24,4 +23,3 @@ examples:
24
23
  - typeahead_async_createable: Createable (+ Async Data)
25
24
  - typeahead_error_state: Error State
26
25
  - typeahead_custom_menu_list: Custom MenuList
27
- - typeahead_margin_bottom: Margin Bottom
@@ -10,4 +10,3 @@ export { default as TypeaheadCreateable } from './_typeahead_createable.jsx'
10
10
  export { default as TypeaheadAsyncCreateable } from './_typeahead_async_createable.jsx'
11
11
  export { default as TypeaheadErrorState } from './_typeahead_error_state.jsx'
12
12
  export { default as TypeaheadCustomMenuList } from './_typeahead_custom_menu_list.jsx'
13
- export { default as TypeaheadMarginBottom } from './_typeahead_margin_bottom.jsx'