playbook_ui_docs 14.11.0.pre.rc.14 → 14.11.0.pre.rc.15

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: c1f1a8350b7a8195a4b3c968d636275a9a577268d6dd38f90115836dee78ec7f
4
- data.tar.gz: 7e19f373ae1e6cbf83d388a18d9e44189d6db152e93690288742ccc496a536ae
3
+ metadata.gz: 4dd4a2e7fc97f2f193ee22f2a7b9e57834586a55c44bea97543c5663aba9f0cf
4
+ data.tar.gz: a1804728beffd5e2dc5d08f5e5d57568894bb33a2a8b097a5683b495cfc1e2d2
5
5
  SHA512:
6
- metadata.gz: 36366f9d04a3fe5fb4fcb12b40403740f1affdac8ee32b1d9108d8296d789f8c04afb6e3aef2c93d444d546022810527e9d4986b10e3c212a643b462f6d83ce5
7
- data.tar.gz: 7a9249dea16a82dcc659d14610f8eddb932a285d9af04510b271fe4bb7c8adc35fc6e3c15e0778bd2ef0b2b8933372402c65a7d1ec017640b0306939c762f5e2
6
+ metadata.gz: 0fc6748728649003d1ba1f069b94beac4aa29a035bf8eb4f82151461597a738b49f1d3380af8558164bcbf038031719381a2391bc37a0824b1e150f65fd9fe71
7
+ data.tar.gz: a76c6a451952cdb4a34809e912e3ed0eb12181134161971451c943ccc46b64ad40da241b9063f123b1d90e02b067ff672d211a516ca83da47d93163fdffb1b8d
@@ -35,6 +35,8 @@ examples:
35
35
  - table_lg: Large
36
36
  - table_sticky: Sticky Header
37
37
  - table_sticky_left_columns: Sticky Left Column
38
+ - table_sticky_right_columns: Sticky Right Column
39
+ - table_sticky_columns: Sticky Left and Right Columns
38
40
  - table_alignment_row: Row Alignment
39
41
  - table_alignment_column: Cell Alignment
40
42
  - table_alignment_shift_row: Row Shift
@@ -26,6 +26,8 @@ export { default as TableWithSubcomponents } from './_table_with_subcomponents.j
26
26
  export { default as TableWithSubcomponentsAsDivs } from './_table_with_subcomponents_as_divs.jsx'
27
27
  export { default as TableOuterPadding } from './_table_outer_padding.jsx'
28
28
  export { default as TableStickyLeftColumns } from './_table_sticky_left_columns.jsx'
29
+ export { default as TableStickyRightColumns } from './_table_sticky_right_columns.jsx'
30
+ export { default as TableStickyColumns } from './_table_sticky_columns.jsx'
29
31
  export { default as TableWithCollapsible } from './_table_with_collapsible.jsx'
30
32
  export { default as TableWithCollapsibleWithCustomContent } from './_table_with_collapsible_with_custom_content.jsx'
31
33
  export { default as TableWithCollapsibleWithNestedTable } from './_table_with_collapsible_with_nested_table.jsx'