playbook_ui_docs 16.3.0.pre.alpha.play274314780 → 16.3.0.pre.alpha.play274314785

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: a9cc818130995f2851bbde323e6e38eee098d940e65df273184a93526a311022
4
- data.tar.gz: 63fe9ad8856143c239711699be68ca3303aa57e98f1bf8a60dcb6ff48908ef72
3
+ metadata.gz: 643de0b3a8f6ff840f7d08d8f38060a07d6cda89c44f3903b1a2b22bf479307d
4
+ data.tar.gz: eda0596cfad05c28642a19a1fcfa00c7c756f7548c2e9ddb061bf05343dba092
5
5
  SHA512:
6
- metadata.gz: de29d169bf678e073379e684dd6ce5c5c705793043bc41b735fcedd97fac5eda281e22c8579bde3d35187fef3c4aa2affc571b5d199a5c1f08ce980b060cd1b5
7
- data.tar.gz: b5cdb963b44b405488e5beb0c5eb36b71ce1fd4db12b3ef03db1553a4e4ffbc4f95d8be25a9e9535b50d3306c7433bad39b83b91e407d1700d4d7b350f98e6d5
6
+ metadata.gz: eedb8b60cd28b2d72109b866ddb8ffc66376861e100abaa5fbdb5e90ccb0ed7183a4f2cd792af4cf1a8d938cf12e8748d7cfb5b6c6eaa3349c16b927c79931f5
7
+ data.tar.gz: 98600e9b8fdc01e0d715d00f0e950181942bf2813c0ab674f83ee780c747c5b0edc2b9793a861ff255c29c19c5941ff53b296849308a366c670c474e2e769a7f
@@ -30,7 +30,6 @@ const DialogCompound = () => {
30
30
  label="Description"
31
31
  rows={4}
32
32
  />
33
- <Caption marginBottom="xs">{'Description'}</Caption>
34
33
  <br />
35
34
  <Caption>
36
35
  {
@@ -5,7 +5,7 @@ import Button from '../../pb_button/_button'
5
5
  import Dialog from '../../pb_dialog/_dialog'
6
6
  import Flex from '../../pb_flex/_flex'
7
7
  import Caption from '../../pb_caption/_caption'
8
- import Textarea from "../../pb_textarea";
8
+ import Textarea from "../../pb_textarea/_textarea";
9
9
  import Typeahead from '../../pb_typeahead/_typeahead'
10
10
 
11
11
  const useDialog = (visible = false) => {
@@ -77,7 +77,7 @@ const DialogFullHeightPlacement = () => {
77
77
  </Dialog.Header>
78
78
  <Dialog.Body>
79
79
  <Textarea
80
- id="default-example-2"
80
+ id={`default-example-2-${index}`}
81
81
  label="Description"
82
82
  rows={4}
83
83
  />
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui_docs
3
3
  version: !ruby/object:Gem::Version
4
- version: 16.3.0.pre.alpha.play274314780
4
+ version: 16.3.0.pre.alpha.play274314785
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX