playbook_ui_docs 14.20.0.pre.alpha.PLAY2170checkboxrailsindeterminatelogicinkitPOC7980 → 14.20.0.pre.alpha.PLAY2178advancedtablerowpinning7983

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui_docs
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.20.0.pre.alpha.PLAY2170checkboxrailsindeterminatelogicinkitPOC7980
4
+ version: 14.20.0.pre.alpha.PLAY2178advancedtablerowpinning7983
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
@@ -88,6 +88,8 @@ files:
88
88
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination.md
89
89
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination_with_props.jsx
90
90
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination_with_props.md
91
+ - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pinned_rows.jsx
92
+ - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pinned_rows_react.md
91
93
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_responsive.html.erb
92
94
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_responsive.jsx
93
95
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_responsive.md
@@ -385,7 +387,6 @@ files:
385
387
  - app/pb_kits/playbook/pb_checkbox/docs/_checkbox_error_swift.md
386
388
  - app/pb_kits/playbook/pb_checkbox/docs/_checkbox_indeterminate.html.erb
387
389
  - app/pb_kits/playbook/pb_checkbox/docs/_checkbox_indeterminate.jsx
388
- - app/pb_kits/playbook/pb_checkbox/docs/_checkbox_indeterminate_rails.md
389
390
  - app/pb_kits/playbook/pb_checkbox/docs/_checkbox_indeterminate_swift.md
390
391
  - app/pb_kits/playbook/pb_checkbox/docs/_checkbox_options.html.erb
391
392
  - app/pb_kits/playbook/pb_checkbox/docs/_checkbox_props_swift.md
@@ -1 +0,0 @@
1
- If you want to use indeterminate, "check/uncheck all" checkboxes, add `indeterminate_main: true` and an `id` to the main checkbox. Then, add an `indeterminate_parent` prop with the main checkbox's `id` to the children checkboxes.