playbook_ui_docs 14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5757 → 14.12.0.pre.alpha.PBNTR720railscarddraggable5649

Sign up to get free protection for your applications and to get access to all the features.
Files changed (25) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_advanced_table/docs/{_advanced_table_loading_react.md → _advanced_table_loading.md} +2 -2
  3. data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +0 -2
  4. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/example.yml +0 -1
  5. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.jsx +8 -12
  6. data/app/pb_kits/playbook/pb_table/docs/example.yml +0 -3
  7. data/dist/playbook-doc.js +1 -1
  8. metadata +4 -20
  9. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_loading.html.erb +0 -33
  10. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_loading_rails.md +0 -1
  11. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_responsive.html.erb +0 -38
  12. data/app/pb_kits/playbook/pb_copy_button/docs/_copy_button_default.jsx +0 -21
  13. data/app/pb_kits/playbook/pb_copy_button/docs/_copy_button_from.jsx +0 -45
  14. data/app/pb_kits/playbook/pb_copy_button/docs/_copy_button_from.md +0 -1
  15. data/app/pb_kits/playbook/pb_copy_button/docs/example.yml +0 -8
  16. data/app/pb_kits/playbook/pb_copy_button/docs/index.js +0 -2
  17. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_auto_close.html.erb +0 -58
  18. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_auto_close_rails.md +0 -3
  19. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content_rails.html.erb +0 -52
  20. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content_rails.md +0 -0
  21. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows_rails.html.erb +0 -52
  22. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows_rails.md +0 -3
  23. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.html.erb +0 -80
  24. data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.md +0 -1
  25. /data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/{_fixed_confirmation_toast_auto_close_react.md → _fixed_confirmation_toast_auto_close.md} +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a739114abbc2047ef44e42014dce13f964734a6d73b1063304932a95fd26238c
4
- data.tar.gz: 12eba6d727441376a4768d0b5ffdbe340563657c56c94349607c4dcbfc548aa3
3
+ metadata.gz: e8cc6d4ce74994a5f26c7839206e903a836f928fb790109d7ee0eb9a9101fe42
4
+ data.tar.gz: 4ea6e3bd3b08d64d19fe422b88a9472717770c14a61a3f1ded188109f16b4238
5
5
  SHA512:
6
- metadata.gz: 7f2cb062df5444e487a9353e3793dfb64486a6df82070981a9a5d324c2303d8be03c6445f87356fc783187cd77a634085ebefae1fbfb03e5c76e141f72b96c1b
7
- data.tar.gz: 5bd65ef76a5e05f98227781e0f9883c5aaf9d58ec3222b18d3786a636395d76a77fbc10401cd23d96f66acb48a7c5f0f01828c29700fdf574441223483651aa2
6
+ metadata.gz: 458830a55eb18638a583d41ac6f15b03ba3e9a1f134d21c918f0bab4bee8be216f4ae322a4bf33d253e60c4bad2dae7553a24e937829686617187719c53c939f
7
+ data.tar.gz: bce232cc602629c7529ff716184b2f5d42db11e13d4d24e7dc37819e176731a56afa8427f87748454a661fce9a9c0dcf9d3467c01baf41468fb87bde3ebfaf6b
@@ -1,3 +1,3 @@
1
- The optional `loading` prop takes a boolean value that can be managed using state. If loading is true, the table will display the loading skeleton and once loading is false, the table will render with the data provided.
1
+ the optional `loading` prop takes a boolean value that can be managed using state. If loading is true, the table will display the loading skeleton and once loading is false, the table will render with the data provided.
2
2
 
3
- By default, the inital row count of the loading skeleton is set to 10. If you want more control over this initial row count, the optional `initialLoadingRowsCount` prop can be used to pass in a number. __NOTE__: This is only for the first render of the table, subsequent loading skeleton row count logic is handled within the kit itself.
3
+ By default, the inital row count of the loading skeleton is set to 10. If you want more control over this initial row count, the optional `initialLoadingRowCount` prop can be used to pass in a number. __NOTE__: This is only for the first render of the table, subsequent loading skeleton row count logic is handled within the kit itself.
@@ -1,12 +1,10 @@
1
1
  examples:
2
2
  rails:
3
3
  - advanced_table_beta: Default (Required Props)
4
- - advanced_table_loading: Loading State
5
4
  - advanced_table_beta_subrow_headers: SubRow Headers
6
5
  - advanced_table_collapsible_trail_rails: Collapsible Trail
7
6
  - advanced_table_table_props: Table Props
8
7
  - advanced_table_beta_sort: Enable Sorting
9
- - advanced_table_responsive: Responsive Tables
10
8
  - advanced_table_custom_cell_rails: Custom Components for Cells
11
9
  - advanced_table_column_headers: Multi-Header Columns
12
10
  - advanced_table_column_headers_multiple: Multi-Header Columns (Multiple Levels)
@@ -5,7 +5,6 @@ examples:
5
5
  - fixed_confirmation_toast_multi_line: Multi Line
6
6
  - fixed_confirmation_toast_close: Click to Close
7
7
  - fixed_confirmation_toast_positions: Click to Show Positions
8
- - fixed_confirmation_toast_auto_close: Click to Show Auto Close
9
8
  - fixed_confirmation_toast_children: Children
10
9
  - fixed_confirmation_toast_custom_icon: Custom Icon
11
10
 
@@ -8,31 +8,27 @@ const TableWithCollapsibleWithCustomContent = (props) => {
8
8
  <Card
9
9
  borderNone
10
10
  borderRadius="none"
11
- color="light"
11
+ color="light"
12
12
  paddingX="xl"
13
13
  paddingY="md"
14
14
  {...props}
15
15
  >
16
- <Body paddingBottom="sm"
16
+ <Body paddingBottom="sm"
17
17
  text="Expanded Custom Layout"
18
18
  {...props}
19
19
  />
20
20
  <Flex justify="between">
21
21
  <Image
22
- size="sm"
23
- url="https://unsplash.it/500/400/?image=634"
22
+ url="https://via.placeholder.com/150"
24
23
  />
25
24
  <Image
26
- size="sm"
27
- url="https://unsplash.it/500/400/?image=634"
25
+ url="https://via.placeholder.com/150"
28
26
  />
29
27
  <Image
30
- size="sm"
31
- url="https://unsplash.it/500/400/?image=634"
28
+ url="https://via.placeholder.com/150"
32
29
  />
33
30
  <Image
34
- size="sm"
35
- url="https://unsplash.it/500/400/?image=634"
31
+ url="https://via.placeholder.com/150"
36
32
  />
37
33
  </Flex>
38
34
  </Card>
@@ -56,7 +52,7 @@ const TableWithCollapsibleWithCustomContent = (props) => {
56
52
 
57
53
  </Table.Head>
58
54
  <Table.Body>
59
- <Table.Row collapsible
55
+ <Table.Row collapsible
60
56
  collapsibleContent={<Content/>}
61
57
  {...props}
62
58
  >
@@ -65,7 +61,7 @@ const TableWithCollapsibleWithCustomContent = (props) => {
65
61
  <Table.Cell>{'Value 3'}</Table.Cell>
66
62
  <Table.Cell>{'Value 4'}</Table.Cell>
67
63
  <Table.Cell>{'Value 5'}</Table.Cell>
68
- <Table.Cell textAlign="right">{
64
+ <Table.Cell textAlign="right">{
69
65
  <Icon
70
66
  color="primary"
71
67
  fixedWidth
@@ -31,9 +31,6 @@ examples:
31
31
  - table_with_subcomponents_as_divs: Table with Sub Components (Divs)
32
32
  - table_outer_padding: Outer Padding
33
33
  - table_with_collapsible: Table with Collapsible
34
- - table_with_collapsible_with_custom_content_rails: Table with Collapsible with Custom Content
35
- - table_with_collapsible_with_nested_rows_rails: Table with Collapsible with Nested Rows
36
- - table_with_collapsible_with_nested_table_rails: Table with Collapsible with Nested Table
37
34
 
38
35
  react:
39
36
  - table_sm: Small