playbook_ui_docs 14.3.2.pre.alpha.PBNTR515typeaheadmarginbottomredux3756 → 14.3.2.pre.alpha.revert3614PBNTR455ganttchartPOC3783

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: b06509c9b293b5cf74efd323e2cbdfd34328f3799233081ab2af614b5200f638
4
- data.tar.gz: 2a748513da0a2276ef393c88fd1068f010034d0ce01c3ec84c1af4f87a64b5bf
3
+ metadata.gz: f65dcb3b04a8772e16362d60984a52e432f9dce5cfebe9aab476a96ab491ce29
4
+ data.tar.gz: 1a853a6852612f901731ceb2f889af83a6b02fbbec27f32da9773fda6c8f40a1
5
5
  SHA512:
6
- metadata.gz: 9e143bba3bce52c381f8138ec2bf079311dbe16347453c538875768290c62841a23a430b376cb38c1a78f4389e80374e7c26c8d9dcc9ad5dcfeaa7fb59cb2639
7
- data.tar.gz: 174bc4479c94a2b801d4e9f0a0dc03b968f655d31f818dd3d92781f7468fe0598f4d9da68fcfc4bd25aa7d0bbd7e455aba93c2f620078c290ab307d7acaf840c
6
+ metadata.gz: db39b1018d337243495d72464d57319ef2729230507f5aeb171509a594ee82a350e0fecfebc6a4a20e29e5e75dc1e240b5569d523ccfa20e19d80838e8be5077
7
+ data.tar.gz: 6fca69621a37c9f734b40992c60f0b0d38707090a1ff5e5a8a6aa771b09968df35886e5b9c266241a6e10b341c98365ae6158917b85dc94cbf773c309bca6df2
@@ -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'