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

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: 7aad977e017bcf1f6ca6ecccb324ba1bc60216374e889c2b7383cd63eb23ce5f
4
- data.tar.gz: dbc6af4dca18aa0093066bc9a2a79d8b87caeb45443f2e620c3490e1d1d6eb21
3
+ metadata.gz: df15816be1d6a9508dc1ac3a8f21761bb1ce58fb0230261477bb6ab9c6dfb042
4
+ data.tar.gz: bcf86a6a974f0c84a0ea91ee83341ab792e22025b04175fe1110038fca3dffea
5
5
  SHA512:
6
- metadata.gz: 87a4ed02efde55b69ded34316a2bcbb652158252e40d6ed8d0563a0685851d9c40b0d261246ba5988ae325de29ec0302ea6daf154e62cf69642a6509364238c8
7
- data.tar.gz: 6d75b84e9cf29062e9f6b1164775567ad5eb19daf3e68c248c63599c97480ee5814d2253460b31673d82b292c0027a837689ec23194dc06290de27acdc87f2d1
6
+ metadata.gz: d9911bb2aa705896cfbb89b724a075c34c15cee483c01d5545691f468601ccec52b45398881b093a90dab77d846bdd53c3ba0c638860d8b80d0ebc5abfd9fd1c
7
+ data.tar.gz: 6e9006545e91ec6f30b2ac1285d95b9ea057f42e68296c7867d4dbab4c0bed2d1cf9848ea6bd9180aa05881edf429dff31117f17a40117f539f2e33affe293f9
@@ -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