playbook_ui 13.28.0.pre.alpha.pbntr312tableheaderflexremoval3019 → 13.28.0.pre.alpha.play829selectablecardalignment2978

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.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/_playbook.scss +3 -2
  3. data/app/pb_kits/playbook/index.js +0 -2
  4. data/app/pb_kits/playbook/pb_bar_graph/_bar_graph.tsx +1 -4
  5. data/app/pb_kits/playbook/pb_bar_graph/bar_graph.rb +0 -16
  6. data/app/pb_kits/playbook/pb_card/_card_mixin.scss +2 -1
  7. data/app/pb_kits/playbook/pb_circle_chart/_circle_chart.tsx +2 -5
  8. data/app/pb_kits/playbook/pb_circle_chart/circle_chart.rb +0 -16
  9. data/app/pb_kits/playbook/pb_collapsible/_collapsible.tsx +8 -14
  10. data/app/pb_kits/playbook/pb_collapsible/collapsible.test.js +0 -24
  11. data/app/pb_kits/playbook/pb_dashboard/pbChartsDarkTheme.ts +1 -7
  12. data/app/pb_kits/playbook/pb_dashboard/pbChartsLightTheme.ts +1 -9
  13. data/app/pb_kits/playbook/pb_form_group/_form_group.scss +2 -2
  14. data/app/pb_kits/playbook/pb_line_graph/_line_graph.tsx +1 -4
  15. data/app/pb_kits/playbook/pb_line_graph/line_graph.rb +0 -16
  16. data/app/pb_kits/playbook/pb_selectable_card/_selectable_card.scss +1 -0
  17. data/app/pb_kits/playbook/pb_selectable_card/_selectable_card.tsx +30 -32
  18. data/app/pb_kits/playbook/pb_selectable_card/selectable_card.html.erb +0 -2
  19. data/app/pb_kits/playbook/pb_table/_table.tsx +0 -5
  20. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_column.html.erb +34 -0
  21. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_column.jsx +32 -33
  22. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_column.md +1 -1
  23. data/app/pb_kits/playbook/pb_table/docs/{_table_outer_padding.html.erb → _table_alignment_row.html.erb} +7 -7
  24. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_row.jsx +33 -33
  25. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_row.md +1 -1
  26. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_shift_data.html.erb +63 -0
  27. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_shift_data.jsx +50 -51
  28. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_shift_data.md +1 -1
  29. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_shift_row.html.erb +52 -0
  30. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_shift_row.jsx +38 -37
  31. data/app/pb_kits/playbook/pb_table/docs/example.yml +9 -9
  32. data/app/pb_kits/playbook/pb_table/docs/index.js +0 -1
  33. data/app/pb_kits/playbook/pb_table/styles/_all.scss +0 -1
  34. data/app/pb_kits/playbook/pb_table/table.rb +1 -14
  35. data/app/pb_kits/playbook/pb_table/table.test.js +1 -5
  36. data/app/pb_kits/playbook/pb_table/table_header.html.erb +2 -0
  37. data/app/pb_kits/playbook/playbook-doc.js +0 -2
  38. data/app/pb_kits/playbook/utilities/globalProps.ts +1 -12
  39. data/dist/menu.yml +2 -5
  40. data/dist/playbook-rails.js +6 -6
  41. data/lib/playbook/classnames.rb +0 -1
  42. data/lib/playbook/kit_base.rb +0 -2
  43. data/lib/playbook/version.rb +1 -1
  44. metadata +6 -35
  45. data/app/pb_kits/playbook/pb_bar_graph/barGraph.test.js +0 -31
  46. data/app/pb_kits/playbook/pb_circle_chart/circleChart.test.js +0 -45
  47. data/app/pb_kits/playbook/pb_collapsible/__snapshots__/collapsible.test.js.snap +0 -53
  48. data/app/pb_kits/playbook/pb_draggable/_draggable.scss +0 -10
  49. data/app/pb_kits/playbook/pb_draggable/_draggable.tsx +0 -53
  50. data/app/pb_kits/playbook/pb_draggable/context/index.tsx +0 -92
  51. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_default.jsx +0 -53
  52. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers.jsx +0 -159
  53. data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_cards.jsx +0 -121
  54. data/app/pb_kits/playbook/pb_draggable/docs/example.yml +0 -9
  55. data/app/pb_kits/playbook/pb_draggable/docs/index.js +0 -3
  56. data/app/pb_kits/playbook/pb_draggable/draggable.test.jsx +0 -65
  57. data/app/pb_kits/playbook/pb_draggable/subcomponents/DraggableContainer.tsx +0 -54
  58. data/app/pb_kits/playbook/pb_draggable/subcomponents/DraggableItem.tsx +0 -57
  59. data/app/pb_kits/playbook/pb_gauge/gauge.test.js +0 -35
  60. data/app/pb_kits/playbook/pb_line_graph/lineGraph.test.js +0 -52
  61. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_column_rails.html.erb +0 -33
  62. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_column_rails.md +0 -2
  63. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_row_rails.html.erb +0 -34
  64. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_row_rails.md +0 -2
  65. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_shift_data_rails.html.erb +0 -54
  66. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_shift_data_rails.md +0 -2
  67. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_shift_row.md +0 -1
  68. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_shift_row_rails.html.erb +0 -53
  69. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_shift_row_rails.md +0 -1
  70. data/app/pb_kits/playbook/pb_table/docs/_table_outer_padding.jsx +0 -76
  71. data/app/pb_kits/playbook/pb_table/docs/_table_outer_padding.md +0 -1
  72. data/app/pb_kits/playbook/pb_table/styles/_outer_padding.scss +0 -21
  73. data/app/pb_kits/playbook/pb_treemap_chart/treemapChart.test.js +0 -61
  74. data/app/pb_kits/playbook/tokens/_vertical_align.scss +0 -18
  75. data/app/pb_kits/playbook/utilities/_vertical_align.scss +0 -16
  76. data/lib/playbook/vertical_align.rb +0 -37
@@ -7,39 +7,39 @@ const TableAlignmentRow = (props) => {
7
7
  <Table
8
8
  {...props}
9
9
  >
10
- <Table.Head>
11
- <Table.Row>
12
- <Table.Header>{'Column 1'}</Table.Header>
13
- <Table.Header>{'Column 2'}</Table.Header>
14
- <Table.Header>{'Column 3'}</Table.Header>
15
- <Table.Header>{'Column 4'}</Table.Header>
16
- <Table.Header>{'Column 5'}</Table.Header>
17
- </Table.Row>
18
- </Table.Head>
19
- <Table.Body>
20
- <Table.Row>
21
- <Table.Cell>{'Value 1'}</Table.Cell>
22
- <Table.Cell>{'Value 2'}</Table.Cell>
23
- <Table.Cell>{'Value 3'}</Table.Cell>
24
- <Table.Cell>{'Value 4'}</Table.Cell>
25
- <Table.Cell>{'Value 5'}</Table.Cell>
26
- </Table.Row>
27
- <Table.Row textAlign="center">
28
- <Table.Cell>{'Value 1'}</Table.Cell>
29
- <Table.Cell>{'Value 2'}</Table.Cell>
30
- <Table.Cell>{'Value 3'}</Table.Cell>
31
- <Table.Cell>{'Value 4'}</Table.Cell>
32
- <Table.Cell>{'Value 5'}</Table.Cell>
33
- </Table.Row>
34
- <Table.Row textAlign="right">
35
- <Table.Cell>{'Value 1'}</Table.Cell>
36
- <Table.Cell>{'Value 2'}</Table.Cell>
37
- <Table.Cell>{'Value 3'}</Table.Cell>
38
- <Table.Cell>{'Value 4'}</Table.Cell>
39
- <Table.Cell>{'Value 5'}</Table.Cell>
40
- </Table.Row>
41
- </Table.Body>
42
- </Table>
10
+ <thead>
11
+ <tr>
12
+ <th>{'Column 1'}</th>
13
+ <th>{'Column 2'}</th>
14
+ <th>{'Column 3'}</th>
15
+ <th>{'Column 4'}</th>
16
+ <th>{'Column 5'}</th>
17
+ </tr>
18
+ </thead>
19
+ <tbody>
20
+ <tr>
21
+ <td>{'Value 1'}</td>
22
+ <td>{'Value 2'}</td>
23
+ <td>{'Value 3'}</td>
24
+ <td>{'Value 4'}</td>
25
+ <td>{'Value 5'}</td>
26
+ </tr>
27
+ <tr align="center">
28
+ <td>{'Value 1'}</td>
29
+ <td>{'Value 2'}</td>
30
+ <td>{'Value 3'}</td>
31
+ <td>{'Value 4'}</td>
32
+ <td>{'Value 5'}</td>
33
+ </tr>
34
+ <tr align="right">
35
+ <td>{'Value 1'}</td>
36
+ <td>{'Value 2'}</td>
37
+ <td>{'Value 3'}</td>
38
+ <td>{'Value 4'}</td>
39
+ <td>{'Value 5'}</td>
40
+ </tr>
41
+ </tbody>
42
+ </Table>
43
43
  )
44
44
  }
45
45
 
@@ -1,2 +1,2 @@
1
- Pass our `textAlign` global prop to any `table.row` subcomponent to change the text alignment of all cells within that row.
1
+ This is to be used to shift the whole row.
2
2
  The header/ first row is the default, followed by the second row being centered, and then the last row shifted to the right.
@@ -0,0 +1,63 @@
1
+ <%= pb_rails("table") do %>
2
+ <thead>
3
+ <tr>
4
+ <th>&nbsp;</th>
5
+ <th>Price</th>
6
+ </tr>
7
+ </thead>
8
+ <tbody>
9
+ <tr>
10
+ <td shift="down">Total</td>
11
+ <td>
12
+ $12
13
+ <br/>
14
+ $46
15
+ <br/>
16
+ $25
17
+ <br/>
18
+ -------
19
+ <br/>
20
+ $83
21
+ </td>
22
+ </tr>
23
+ </tbody>
24
+ <% end %>
25
+ <br/>
26
+ <%= pb_rails("table") do %>
27
+ <thead>
28
+ <tr>
29
+ <th>Espresso Drinks</th>
30
+ <th>Ingredients</th>
31
+ </tr>
32
+ </thead>
33
+ <tbody>
34
+ <tr>
35
+ <td shift="up">Cappuccino</td>
36
+ <td>
37
+ Espresso
38
+ <br/>
39
+ Steamed Milk
40
+ <br/>
41
+ Milk Foam
42
+ </td>
43
+ </tr>
44
+ <tr>
45
+ <td shift="up">Macchiato</td>
46
+ <td>
47
+ Espresso
48
+ <br/>
49
+ Steamed Milk
50
+ </td>
51
+ </tr>
52
+ <tr>
53
+ <td shift="up">Mocha</td>
54
+ <td>
55
+ Espresso
56
+ <br/>
57
+ Hot Chocolate
58
+ <br/>
59
+ Steamed Milk
60
+ </td>
61
+ </tr>
62
+ </tbody>
63
+ <% end %>
@@ -9,16 +9,16 @@ const TableAlignmentShiftData = (props) => {
9
9
  marginBottom="md"
10
10
  {...props}
11
11
  >
12
- <Table.Head>
13
- <Table.Row>
14
- <Table.Header>&nbsp;</Table.Header>
15
- <Table.Header>{'Price'}</Table.Header>
16
- </Table.Row>
17
- </Table.Head>
18
- <Table.Body>
19
- <Table.Row>
20
- <Table.Cell verticalAlign="bottom">{'Total'}</Table.Cell>
21
- <Table.Cell>
12
+ <thead>
13
+ <tr>
14
+ <th>&nbsp;</th>
15
+ <th>{'Price'}</th>
16
+ </tr>
17
+ </thead>
18
+ <tbody>
19
+ <tr>
20
+ <td shift="down">{'Total'}</td>
21
+ <td>
22
22
  {'$12'}
23
23
  <br />
24
24
  {'$46'}
@@ -28,51 +28,50 @@ const TableAlignmentShiftData = (props) => {
28
28
  {'-------'}
29
29
  <br />
30
30
  {'$83'}
31
- </Table.Cell>
32
- </Table.Row>
33
- </Table.Body>
31
+ </td>
32
+ </tr>
33
+ </tbody>
34
34
  </Table>
35
-
36
35
  <Table
37
36
  {...props}
38
37
  >
39
- <Table.Head>
40
- <Table.Row>
41
- <Table.Header>{'Espresso Drinks'}</Table.Header>
42
- <Table.Header>{'Ingredients'}</Table.Header>
43
- </Table.Row>
44
- </Table.Head>
45
- <Table.Body>
46
- <Table.Row>
47
- <Table.Cell verticalAlign="top">{'Cappuccino'} </Table.Cell>
48
- <Table.Cell>
49
- {'Steamed Milk'}
50
- <br />
51
- {'Milk Foam'}
52
- </Table.Cell>
53
- </Table.Row>
54
- <Table.Row>
55
- <Table.Cell verticalAlign="top">
56
- {'Macchiato'}
57
- </Table.Cell>
58
- <Table.Cell verticalAlign="top">
59
- {'Espresso'}
60
- <br />
61
- {'Steamed Milk'}
62
- </Table.Cell>
63
- </Table.Row>
64
- <Table.Row>
65
- <Table.Cell>
66
- {'Mocha'}
67
- </Table.Cell>
68
- <Table.Cell>
69
- {'Hot Chocolate'}
70
- <br />
71
- {'Steamed Milk'}
72
- </Table.Cell>
73
- </Table.Row>
74
- </Table.Body>
75
- </Table>
38
+ <thead>
39
+ <tr>
40
+ <th>{'Espresso Drinks'}</th>
41
+ <th>{'Ingredients'}</th>
42
+ </tr>
43
+ </thead>
44
+ <tbody>
45
+ <tr>
46
+ <td shift="up">{'Cappuccino'}</td>
47
+ <td>
48
+ {'Espresso'}
49
+ <br />
50
+ {'Steamed Milk'}
51
+ <br />
52
+ {'Milk Foam'}
53
+ </td>
54
+ </tr>
55
+ <tr>
56
+ <td shift="up">{'Macchiato'}</td>
57
+ <td>
58
+ {'Espresso'}
59
+ <br />
60
+ {'Steamed Milk'}
61
+ </td>
62
+ </tr>
63
+ <tr>
64
+ <td shift="up">{'Mocha'}</td>
65
+ <td>
66
+ {'Espresso'}
67
+ <br />
68
+ {'Hot Chocolate'}
69
+ <br />
70
+ {'Steamed Milk'}
71
+ </td>
72
+ </tr>
73
+ </tbody>
74
+ </Table>
76
75
  </div>
77
76
  )
78
77
  }
@@ -1,2 +1,2 @@
1
- Pass our `verticalAlign` global prop to any `table.cell` subcomponent to change the text alignment of individual cells, or apply this prop persistently to align entire columns.
1
+ You can individually shift a piece of table data, or shift an entire column.
2
2
  The first table shifts "Total" down, whereas the second table shifts the "Espresso Drinks" column contents up.
@@ -0,0 +1,52 @@
1
+ <%= pb_rails("table") do %>
2
+ <thead>
3
+ <tr>
4
+ <th>Column 1</th>
5
+ <th>Column 2</th>
6
+ <th>Column 3</th>
7
+ <th>Column 4</th>
8
+ <th>Column 5</th>
9
+ </tr>
10
+ </thead>
11
+ <tbody>
12
+ <tr>
13
+ <td>
14
+ Value 1a
15
+ <br/>
16
+ Value 1a
17
+ <br/>
18
+ Value 1a
19
+ </td>
20
+ <td>Value 2a</td>
21
+ <td>Value 3a</td>
22
+ <td>Value 4a</td>
23
+ <td>Value 5a</td>
24
+ </tr>
25
+ <tr shift="middle">
26
+ <td>
27
+ Value 1b
28
+ <br/>
29
+ Value 1b
30
+ <br/>
31
+ Value 1b
32
+ </td>
33
+ <td>Value 2b</td>
34
+ <td>Value 3b</td>
35
+ <td>Value 4b</td>
36
+ <td>Value 5b</td>
37
+ </tr>
38
+ <tr shift="down">
39
+ <td>
40
+ Value 1c
41
+ <br/>
42
+ Value 1c
43
+ <br/>
44
+ Value 1c
45
+ </td>
46
+ <td>Value 2c</td>
47
+ <td>Value 3c</td>
48
+ <td>Value 4c</td>
49
+ <td>Value 5c</td>
50
+ </tr>
51
+ </tbody>
52
+ <% end %>
@@ -4,59 +4,60 @@ import Table from '../_table'
4
4
 
5
5
  const TableAlignmentShiftRow = (props) => {
6
6
  return (
7
- <Table {...props}>
8
- <Table.Head>
9
- <Table.Row>
10
- <Table.Header>{'Column 1'}</Table.Header>
11
- <Table.Header>{'Column 2'}</Table.Header>
12
- <Table.Header>{'Column 3'}</Table.Header>
13
- <Table.Header>{'Column 4'}</Table.Header>
14
- <Table.Header>{'Column 5'}</Table.Header>
15
- </Table.Row>
16
- </Table.Head>
17
- <Table.Body>
18
- <Table.Row>
19
- <Table.Cell>
7
+ <Table
8
+ {...props}
9
+ >
10
+ <thead>
11
+ <tr>
12
+ <th>{'Column 1'}</th>
13
+ <th>{'Column 2'}</th>
14
+ <th>{'Column 3'}</th>
15
+ <th>{'Column 4'}</th>
16
+ <th>{'Column 5'}</th>
17
+ </tr>
18
+ </thead>
19
+ <tbody>
20
+ <tr>
21
+ <td>
20
22
  {'Value 1a'}
21
23
  <br />
22
24
  {'Value 1a'}
23
25
  <br />
24
26
  {'Value 1a'}
25
- </Table.Cell>
26
- <Table.Cell>{'Value 2a'}</Table.Cell>
27
- <Table.Cell>{'Value 3a'}</Table.Cell>
28
- <Table.Cell>{'Value 4a'}</Table.Cell>
29
- <Table.Cell>{'Value 5a'}</Table.Cell>
30
- </Table.Row>
31
- <Table.Row verticalAlign="middle">
32
- <Table.Cell>
27
+ </td>
28
+ <td>{'Value 2a'}</td>
29
+ <td>{'Value 3a'}</td>
30
+ <td>{'Value 4a'}</td>
31
+ <td>{'Value 5a'}</td>
32
+ </tr>
33
+ <tr shift="middle">
34
+ <td>
33
35
  {'Value 1b'}
34
36
  <br />
35
37
  {'Value 1b'}
36
38
  <br />
37
39
  {'Value 1b'}
38
- </Table.Cell>
39
- <Table.Cell>{'Value 2b'}</Table.Cell>
40
- <Table.Cell>{'Value 3b'}</Table.Cell>
41
- <Table.Cell>{'Value 4b'}</Table.Cell>
42
- <Table.Cell>{'Value 5b'}</Table.Cell>
43
- </Table.Row>
44
- <Table.Row verticalAlign="bottom">
45
- <Table.Cell>
40
+ </td>
41
+ <td>{'Value 2b'}</td>
42
+ <td>{'Value 3b'}</td>
43
+ <td>{'Value 4b'}</td>
44
+ <td>{'Value 5b'}</td>
45
+ </tr>
46
+ <tr shift="down">
47
+ <td>
46
48
  {'Value 1c'}
47
49
  <br />
48
50
  {'Value 1c'}
49
51
  <br />
50
52
  {'Value 1c'}
51
- </Table.Cell>
52
- <Table.Cell>{'Value 2c'}</Table.Cell>
53
- <Table.Cell>{'Value 3c'}</Table.Cell>
54
- <Table.Cell>{'Value 4c'}</Table.Cell>
55
- <Table.Cell>{'Value 5c'}</Table.Cell>
56
- </Table.Row>
57
- </Table.Body>
53
+ </td>
54
+ <td>{'Value 2c'}</td>
55
+ <td>{'Value 3c'}</td>
56
+ <td>{'Value 4c'}</td>
57
+ <td>{'Value 5c'}</td>
58
+ </tr>
59
+ </tbody>
58
60
  </Table>
59
-
60
61
  )
61
62
  }
62
63
 
@@ -5,10 +5,10 @@ examples:
5
5
  - table_lg: Large
6
6
  - table_sticky: Sticky Header
7
7
  - table_header: Table Header
8
- - table_alignment_row_rails: Row Alignment
9
- - table_alignment_column_rails: Cell Alignment
10
- - table_alignment_shift_row_rails: Row Shift
11
- - table_alignment_shift_data_rails: Cell Shift
8
+ - table_alignment_row: Row Alignment
9
+ - table_alignment_column: Column Alignment
10
+ - table_alignment_shift_row: Shift Row
11
+ - table_alignment_shift_data: Shift Column Data
12
12
  - table_side_highlight: Side Highlight
13
13
  - table_container: Table Container Off
14
14
  - table_disable_hover: Disable Hover
@@ -26,7 +26,7 @@ examples:
26
26
  - table_striped: Striped Table
27
27
  - table_with_subcomponents_rails: Table with Sub Components (Table Elements)
28
28
  - table_with_subcomponents_as_divs: Table with Sub Components (Divs)
29
- - table_outer_padding: Outer Padding
29
+
30
30
 
31
31
  react:
32
32
  - table_sm: Small
@@ -34,9 +34,9 @@ examples:
34
34
  - table_lg: Large
35
35
  - table_sticky: Sticky Header
36
36
  - table_alignment_row: Row Alignment
37
- - table_alignment_column: Cell Alignment
38
- - table_alignment_shift_row: Row Shift
39
- - table_alignment_shift_data: Cell Shift
37
+ - table_alignment_column: Column Alignment
38
+ - table_alignment_shift_row: Shift Row
39
+ - table_alignment_shift_data: Shift Column Data
40
40
  - table_side_highlight: Side Highlight
41
41
  - table_container: Table Container Off
42
42
  - table_disable_hover: Disable Hover
@@ -54,4 +54,4 @@ examples:
54
54
  - table_striped: Striped Table
55
55
  - table_with_subcomponents: Table with Sub Components (Table Elements)
56
56
  - table_with_subcomponents_as_divs: Table with Sub Components (Divs)
57
- - table_outer_padding: Outer Padding
57
+
@@ -24,4 +24,3 @@ export { default as TableStriped } from './_table_striped.jsx'
24
24
  export { default as TableDiv } from './_table_div.jsx'
25
25
  export { default as TableWithSubcomponents } from './_table_with_subcomponents.jsx'
26
26
  export { default as TableWithSubcomponentsAsDivs } from './_table_with_subcomponents_as_divs.jsx'
27
- export { default as TableOuterPadding } from './_table_outer_padding.jsx'
@@ -19,4 +19,3 @@
19
19
  @import "vertical_border";
20
20
  @import "table_header";
21
21
  @import "striped";
22
- @import "outer_padding";
@@ -30,16 +30,12 @@ module Playbook
30
30
  prop :tag, type: Playbook::Props::Enum,
31
31
  values: %w[table div],
32
32
  default: "table"
33
- prop :outer_padding, type: Playbook::Props::Enum,
34
- values: ["none", "xxs", "xs", "sm", "md", "lg", "xl", nil],
35
- default: nil
36
33
 
37
34
  def classname
38
35
  generate_classname(
39
36
  "pb_table", "table-#{size}", single_line_class, dark_class,
40
37
  disable_hover_class, container_class, data_table_class, sticky_class, collapse_class,
41
- vertical_border_class, striped_class, outer_padding_class,
42
- "table-responsive-#{responsive}", separator: " "
38
+ vertical_border_class, striped_class, "table-responsive-#{responsive}", separator: " "
43
39
  )
44
40
  end
45
41
 
@@ -80,15 +76,6 @@ module Playbook
80
76
  def vertical_border_class
81
77
  vertical_border ? "vertical-border" : nil
82
78
  end
83
-
84
- def outer_padding_class
85
- if outer_padding.nil?
86
- outer_padding
87
- else
88
- space_css_name = outer_padding != "none" ? "space_" : ""
89
- outer_padding.present? ? "outer_padding_#{space_css_name}#{outer_padding}" : nil
90
- end
91
- end
92
79
  end
93
80
  end
94
81
  end
@@ -52,6 +52,7 @@ const TableTagTable = () => {
52
52
  );
53
53
  };
54
54
 
55
+
55
56
  const props = {
56
57
  data: { testid: "table" },
57
58
  sticky: false
@@ -160,8 +161,3 @@ test("Renders Table.Cell subkit for HTML Table elements Table", () => {
160
161
  expect(head).toBeInTheDocument()
161
162
  expect(head.tagName).toBe("TD")
162
163
  })
163
-
164
- test("Should have outerPadding class", () => {
165
- const kit = renderKit(Table, props, { outerPadding: "sm" })
166
- expect(kit).toHaveClass("pb_table table-sm table-responsive-collapse table-card outer_padding_space_sm table-collapse-sm")
167
- })
@@ -7,7 +7,9 @@
7
7
  id: "pb-th#{object.id}",
8
8
  **combined_html_options) do %>
9
9
  <% unless sorting_style? %>
10
+ <%= pb_rails("flex", props:{ align: object.align_content, justify: object.justify_sort_icon, classname: "pb_th_nolink" }) do %>
10
11
  <%= content.presence || object.text %>
12
+ <% end %>
11
13
  <% else %>
12
14
  <%= link_to next_link, style: link_style do %>
13
15
  <%= pb_rails("flex", props:{ align: object.align_content, justify: object.justify_sort_icon, classname: "pb_th_link" }) do %>
@@ -34,7 +34,6 @@ import * as DateYearStacked from 'pb_date_year_stacked/docs'
34
34
  import * as Detail from 'pb_detail/docs'
35
35
  import * as Dialog from 'pb_dialog/docs'
36
36
  import * as DistributionBarDocs from 'pb_distribution_bar/docs'
37
- import * as Draggable from 'pb_draggable/docs'
38
37
  import * as Dropdown from 'pb_dropdown/docs'
39
38
  import * as FileUpload from 'pb_file_upload/docs'
40
39
  import * as Filter from 'pb_filter/docs'
@@ -138,7 +137,6 @@ WebpackerReact.registerComponents({
138
137
  ...Detail,
139
138
  ...Dialog,
140
139
  ...DistributionBarDocs,
141
- ...Draggable,
142
140
  ...Dropdown,
143
141
  ...FileUpload,
144
142
  ...Filter,
@@ -156,10 +156,6 @@ type Truncate = {
156
156
  truncate?: TruncateType
157
157
  }
158
158
 
159
- type VerticalAlign = {
160
- verticalAlign?: "baseline" | "super" | "top" | "middle" | "bottom" | "sub" | "text-top" | "text-bottom"
161
- }
162
-
163
159
  type ZIndexType = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10
164
160
  type ZIndexResponsiveType = {[key: string]: ZIndexType}
165
161
  type ZIndex = {
@@ -171,7 +167,7 @@ export type GlobalProps = AlignContent & AlignItems & AlignSelf &
171
167
  BorderRadius & Cursor & Dark & Display & DisplaySizes & Flex & FlexDirection &
172
168
  FlexGrow & FlexShrink & FlexWrap & JustifyContent & JustifySelf &
173
169
  LineHeight & Margin & MaxWidth & NumberSpacing & Order & Overflow & Padding &
174
- Position & Shadow & TextAlign & Truncate & VerticalAlign & ZIndex & { hover?: string } & Top & Right & Bottom & Left;
170
+ Position & Shadow & TextAlign & Truncate & ZIndex & { hover?: string } & Top & Right & Bottom & Left;
175
171
 
176
172
  const getResponsivePropClasses = (prop: {[key: string]: string}, classPrefix: string) => {
177
173
  const keys: string[] = Object.keys(prop)
@@ -474,13 +470,6 @@ const PROP_CATEGORIES: {[key:string]: (props: {[key: string]: any}) => string} =
474
470
  } else {
475
471
  return textAlign ? `text_align_${textAlign} ` : ''
476
472
  }
477
- },
478
- verticalAlignProps: ({ verticalAlign }: VerticalAlign) => {
479
- if (typeof verticalAlign === 'object') {
480
- return getResponsivePropClasses(verticalAlign, 'vertical_align')
481
- } else {
482
- return verticalAlign ? `vertical_align_${verticalAlign} ` : ''
483
- }
484
473
  }
485
474
  }
486
475
 
data/dist/menu.yml CHANGED
@@ -352,10 +352,6 @@ kits:
352
352
  platforms: *web
353
353
  description:
354
354
  status: "stable"
355
- - name: "draggable"
356
- platforms: *react_only
357
- description:
358
- status: "beta"
359
355
  - name: message_text_patterns
360
356
  description:
361
357
  components:
@@ -467,4 +463,5 @@ kits:
467
463
  status: "stable"
468
464
  - name: "user"
469
465
  platforms: *web
470
- description: This kit was created for having a systematic way of displaying users with avatar, titles, name and territory. This is a versatile kit with features than can be added to display more info.
466
+ description: This kit was created for having a systematic way of displaying users with avatar, titles, name and territory. This is a versatile kit with features than can be added to display more info.
467
+ status: "stable"