playbook_ui_docs 14.2.1.pre.alpha.PBNTR479removeextraspacingfromradiochildren3669 → 14.2.1.pre.alpha.PLAY1516railsiconsfixedwidth3674

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: 508ab8a118ba995f7c33c4ec2764fa99cfcc2eba9f1e03aac72de3d9a81af1d3
4
- data.tar.gz: '09f65bf5d9b85c52667da996b8f766661536b6cf85f4964d202921c759aa4095'
3
+ metadata.gz: 888ebd0eb129957cbbced4fb898b905594e3780ba34954ee744873b8093ae64b
4
+ data.tar.gz: 76ec309d0aefdb10dbd58860e935b3634b1b703aa8661e3f38818e8879c385f5
5
5
  SHA512:
6
- metadata.gz: 95db5d21944fc78b3ecda3385a9e0888e87ef2190b073bd60373046cdc1120a1441d1a78c82b735aaa758959158c7bc5725ba45f566aadbc66f3daaa5244856f
7
- data.tar.gz: ceb74b9b19e4dfea471232c53cbdd61292dcd0be8ed9987e3a675a65f9eae396408de3ab8eacc2fbce4c7e0e27710de2747db734b928a484c4229bbadd749f1f
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'