playbook_ui_docs 14.5.0.pre.alpha.PLAY1548intltelinputupdatelatest4175 → 14.5.0.pre.alpha.PLAY1601updatereactzoompanpinch4123

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: b7099e67aa4613923fa19a83592c8093820b03dbe32e74a0e266492d1802b4c7
4
- data.tar.gz: 2a17ad9c3ec4b5e520ee9bc2444864880700d9171722ab3248d83458d11e5d7c
3
+ metadata.gz: d8538ce86d88670f404d2c65fb5651b76b94bdf491c52afbb213ffe82898a0b9
4
+ data.tar.gz: 62c55a3c75b86408728cb836bebccf75ba7f61de2bc3ddec36f208d67b28b6cc
5
5
  SHA512:
6
- metadata.gz: d7f65e09649eaf839cea3b471892b79f76c5135a9de583c3b530ab8feb89bd46dbd6d5628b529f9a8cc6591feafcb494ac8074aa768974c1d9fc410a3e21496a
7
- data.tar.gz: 11da88e81ebb16878597ec97720957ef65648c4ac3f4839d309d83c26cfd6ff271471de4962e53d9cec05c23a6151c3049db5e8937753a45f0d06ef2428c6212
6
+ metadata.gz: cbdb34902574f67135c29816a1ddc9bef2cb9e930670afb3b4e6a1f84d6dfe4623d55896deee69f96385aadfa10e2e5e4d9a1fe6aab517d83a570440496df44c
7
+ data.tar.gz: 1650b2a9686fe36a2153c4d68f20f1f23da3b5f85c072f7a8f11d6e0835f1171f96cdc09d2de5e81660ae8a220d700473611c5e02ff5457b7a4b8d7f2e5f7d11
@@ -3,7 +3,6 @@ examples:
3
3
  - advanced_table_beta: Default (Required Props)
4
4
  - advanced_table_beta_subrow_headers: SubRow Headers
5
5
  - advanced_table_beta_sort: Enable Sorting
6
-
7
6
  react:
8
7
  - advanced_table_default: Default (Required Props)
9
8
  - advanced_table_loading: Loading State
@@ -16,4 +15,3 @@ examples:
16
15
  - advanced_table_table_props: Table Props
17
16
  - advanced_table_inline_row_loading: Inline Row Loading
18
17
  - advanced_table_responsive: Responsive Tables
19
- - advanced_table_custom_cell: Custom Components for Cells
@@ -9,4 +9,3 @@ export { default as AdvancedTableTableOptions } from './_advanced_table_table_op
9
9
  export { default as AdvancedTableTableProps } from './_advanced_table_table_props.jsx'
10
10
  export { default as AdvancedTableInlineRowLoading } from './_advanced_table_inline_row_loading.jsx'
11
11
  export { default as AdvancedTableResponsive } from './_advanced_table_responsive.jsx'
12
- export { default as AdvancedTableCustomCell } from './_advanced_table_custom_cell.jsx'
@@ -1 +1 @@
1
- Preferred countries will display in the order they are listed with the first country preselected, and all non-preferred countries listed alphabetically below in the remaining dropdown.
1
+ Preferred countries will display in the order they are listed with the first country preselected, and all non-preferred countries listed alphabetically below a section separator within the remaining dropdown.