playbook_ui_docs 14.16.0.pre.alpha.PBNTR924reacttablecustomheaders6846 → 14.16.0.pre.alpha.play1960buttonkitdisablenotworkingdanger6850

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: 176d4c5b510a7e6d9285f8000023eb05bb174f8787091947f6c277c1ceef6b9e
4
- data.tar.gz: 279e5ad114536cde5f14646a7883c396e543a08f631a9648542ec1c317699040
3
+ metadata.gz: 5d9e7f7aba6fbc1877ba99bb1774fa9f793ce4fbd753eb6e901a95896927c2fc
4
+ data.tar.gz: e885c4fe228b2b7194fff14d971e28cc54f6575098d93c2a451a858e6835ac47
5
5
  SHA512:
6
- metadata.gz: 57f5a1f2f5d46c7b5d643834e6dc57b0c010882a3f6e2d13b8effb493d51b78e37f70e25c678a83b8ca2ee29e1e2dd1e3f0231b63286694e8f73e7c663341c83
7
- data.tar.gz: 7a510538d2b98e18c9ff4103190eb602da6b53c46e42545f1063448fce04c956b455fda5cf6847fe8137367f0e1d520dacdae107fa1d747274b0c1fadbdee6f0
6
+ metadata.gz: 8fd843f59f3e1b35b581ec76a6ec1077f57f1f30c0784681ad0ef1955e96b17b4112265d9d9ee43421b9aa69d664c3ea294dd516131dea6281cc9a156c96c507
7
+ data.tar.gz: d0f7d88de899da4abb181ad727e94c7e67d55abc7943dd8cf53efe4da47a001d7285400401ef7c618e62df42e2e15a991155d3ccb96efba27508aaa44e04e9cc
@@ -75,5 +75,3 @@ examples:
75
75
  - table_with_collapsible_with_nested_table: Table with Collapsible with Nested Table
76
76
  - table_with_clickable_rows: Table with Clickable Rows
77
77
  - table_with_selectable_rows: Table with Selectable Rows
78
- - table_with_header_style_borderless: Header Style Borderless
79
- - table_with_header_style_floating: Header Style Floating
@@ -35,5 +35,3 @@ export { default as TableWithCollapsibleWithNestedRows } from './_table_with_col
35
35
  export { default as TableWithCollapsibleWithCustomClick } from './_table_with_collapsible_with_custom_click.jsx'
36
36
  export { default as TableWithSelectableRows } from './_table_with_selectable_rows.jsx'
37
37
  export { default as TableWithClickableRows } from './_table_with_clickable_rows.jsx'
38
- export { default as TableWithHeaderStyleBorderless } from './_table_with_header_style_borderless.jsx'
39
- export { default as TableWithHeaderStyleFloating } from './_table_with_header_style_floating.jsx'