playbook_ui_docs 14.12.0.pre.alpha.play1862buttondisabledlinkbug5716 → 14.12.0.pre.alpha.testingwithfas5686

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: 19ce01aee398ccd47727614d02bd27dbafd7a45a68cf1c14fd8fbfd149b8c58e
4
- data.tar.gz: c9822c6fad5d2aa4a6c6ef405ce0eead2664bbb83fda6bdc564e601ca384b7dc
3
+ metadata.gz: 765771da82fefe534b990d390342e95564f4df2768177a9c56e663b762892fbe
4
+ data.tar.gz: 9ddcbfc684ea7869fb802ed3bfff266b2c29fc0d5b10f9734b2993a781071471
5
5
  SHA512:
6
- metadata.gz: '0508002d147ec680287a9400852cc5e1cd3871991c523611ae50212ce879f4f19f20e4b7e1d70c7c351fae7137aefa797a526a12e11f13fc06c5b0dac36f70a9'
7
- data.tar.gz: db0437e53fee63fd6dcfa9d077852c0846ecb0883de3c5d8540558256dd0610ab9268a7b254c1d0e454109022f6de6415c26fa1ad2f96a24bf92bf2eb4ad5772
6
+ metadata.gz: 1c1dcab5e336f78152fe5c5b6a4c8078b3c824d1ed0f722a0d917d342d413c6163503257c8a8b2e716f67b0f87bd05a2b6501234ee0b2c7bef1018d41accb28b
7
+ data.tar.gz: 51ad54e693c2d66091693a9dc2378171ea2a2a298913721660bacda90c960622d66bac2c9136d04aaf81182b9b1b8bae1e31c60f33e6311ec1786d5018dcc13f
@@ -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,7 +1,6 @@
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