playbook_ui_docs 14.3.0.pre.rc.12 → 14.3.1.pre.alpha.PBNTR515typeaheadmarginbottomredux3747

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: 7aad977e017bcf1f6ca6ecccb324ba1bc60216374e889c2b7383cd63eb23ce5f
4
- data.tar.gz: dbc6af4dca18aa0093066bc9a2a79d8b87caeb45443f2e620c3490e1d1d6eb21
3
+ metadata.gz: 5ae673357d5b9d9c03b04d28ba3b8d614f34eb89d61c8b91170b082122850671
4
+ data.tar.gz: '08081badcdcdd8be5a20122dfaa465924af199438880cbd771f21154113b98f6'
5
5
  SHA512:
6
- metadata.gz: 87a4ed02efde55b69ded34316a2bcbb652158252e40d6ed8d0563a0685851d9c40b0d261246ba5988ae325de29ec0302ea6daf154e62cf69642a6509364238c8
7
- data.tar.gz: 6d75b84e9cf29062e9f6b1164775567ad5eb19daf3e68c248c63599c97480ee5814d2253460b31673d82b292c0027a837689ec23194dc06290de27acdc87f2d1
6
+ metadata.gz: 557f44279ede0a81d8e3a861a5326e1ce2e1db971921870433403cf6b587ed1175fdcc0c566817b29f41e6a456ef4d00c522fe1737553de1b67ae0df5b703583
7
+ data.tar.gz: be0fd5b7a43c18991175525441ae9a0e9cfd545252cff4b9c98da2fbabe7dcd33977ca7c1865a3cf8ffd4591d70245ecb409d49499a92b294a227d124c735e07
@@ -18,32 +18,29 @@ const RadioChildren = (props) => {
18
18
  <div>
19
19
  <Radio
20
20
  label="Select"
21
- marginBottom="sm"
22
21
  name="Group1"
23
22
  tabIndex={0}
24
23
  value="Select"
25
24
  {...props}
26
25
  >
27
26
  <Select
28
- marginBottom="none"
29
27
  minWidth="xs"
30
28
  options={options}
31
29
  />
32
30
  </Radio>
33
31
  <Radio
34
32
  label="Typeahead"
35
- marginBottom="sm"
36
33
  name="Group1"
37
34
  tabIndex={0}
38
35
  value="Typeahead"
39
36
  {...props}
40
37
  >
41
38
  <Typeahead
42
- marginBottom="none"
43
39
  minWidth="xs"
44
40
  options={options}
45
41
  />
46
42
  </Radio>
43
+ <br />
47
44
  <Radio
48
45
  defaultChecked={false}
49
46
  label="Typography"
@@ -57,4 +57,4 @@ const TypeaheadMarginBottom = (props) => {
57
57
  )
58
58
  }
59
59
 
60
- export default TypeaheadMarginBottom
60
+ export default TypeaheadMarginBottom
@@ -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