playbook_ui_docs 14.3.2.pre.alpha.PBNTR515typeaheadmarginbottomredux3756 → 14.3.2.pre.alpha.play1472newicons3773

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: 617b2305646da3faf45cf41a45bbc09e07190d8af08514ff5c22db1bee2389bd
4
+ data.tar.gz: 24561dd2cf154dffaf6a7e7990f8cb590d9969a66851377699de8509b87071d1
5
5
  SHA512:
6
- metadata.gz: 9e143bba3bce52c381f8138ec2bf079311dbe16347453c538875768290c62841a23a430b376cb38c1a78f4389e80374e7c26c8d9dcc9ad5dcfeaa7fb59cb2639
7
- data.tar.gz: 174bc4479c94a2b801d4e9f0a0dc03b968f655d31f818dd3d92781f7468fe0598f4d9da68fcfc4bd25aa7d0bbd7e455aba93c2f620078c290ab307d7acaf840c
6
+ metadata.gz: 845dfe79dd8987a381fb63a1a1ff89de6bade9b92f1f39bf89d7919838bbaf5660e02fd6eaa214662c4c7264518b0d9f551188d230e3960c6d32ad240ffe86b7
7
+ data.tar.gz: 76e29d34ad8569c7d9ee58e333256a2c4811d3d06394504b8be00753e25bedf71b61112054bcf230bad4cabaa75e8baab03c08524ea496aef0d71da52916e3ef
@@ -14,4 +14,4 @@
14
14
  }
15
15
  fpInline.config.onChange.push(showAngleDownHandler)
16
16
  })
17
- <% end %>
17
+ <% end %>
@@ -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'