playbook_ui_docs 13.26.0 → 13.27.0.pre.alpha.PLAY1122fixMultipleUserspaddingoverflow2844
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta.html.erb +33 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta.md +24 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_default.md +5 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +2 -2
- data/app/pb_kits/playbook/pb_avatar/docs/_avatar_badge_component_overlay.html.erb +71 -0
- data/app/pb_kits/playbook/pb_avatar/docs/_avatar_badge_component_overlay.jsx +77 -0
- data/app/pb_kits/playbook/pb_avatar/docs/_avatar_circle_icon_component_overlay.html.erb +71 -0
- data/app/pb_kits/playbook/pb_avatar/docs/_avatar_circle_icon_component_overlay.jsx +77 -0
- data/app/pb_kits/playbook/pb_avatar/docs/_avatar_default.jsx +20 -0
- data/app/pb_kits/playbook/pb_avatar/docs/example.yml +4 -0
- data/app/pb_kits/playbook/pb_avatar/docs/index.js +2 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_default.html.erb +10 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.html.erb +17 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.md +3 -3
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete.jsx +1 -1
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete_and_custom_display.jsx +1 -1
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_display.html.erb +60 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_display.jsx +1 -1
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_options.html.erb +45 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_padding.html.erb +17 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_trigger.html.erb +47 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_label.html.erb +10 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/example.yml +9 -2
- data/app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_custom.html.erb +13 -0
- data/app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_custom.jsx +26 -0
- data/app/pb_kits/playbook/pb_loading_inline/docs/{_loading_inline_light.html.erb → _loading_inline_default.html.erb} +2 -2
- data/app/pb_kits/playbook/pb_loading_inline/docs/{_loading_inline_light.jsx → _loading_inline_default.jsx} +2 -2
- data/app/pb_kits/playbook/pb_loading_inline/docs/example.yml +4 -2
- data/app/pb_kits/playbook/pb_loading_inline/docs/index.js +2 -1
- data/dist/app/components/playbook/pb_docs/advanced_table_mock_data.json +278 -0
- data/dist/menu.yml +1 -1
- data/dist/playbook-doc.js +9 -9
- metadata +23 -8
- data/app/pb_kits/playbook/pb_advanced_table/docs/_description.md +0 -1
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: playbook_ui_docs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 13.
|
4
|
+
version: 13.27.0.pre.alpha.PLAY1122fixMultipleUserspaddingoverflow2844
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|
8
8
|
- Power Devs
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-05-
|
12
|
+
date: 2024-05-07 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -33,6 +33,8 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
+
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta.html.erb
|
37
|
+
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta.md
|
36
38
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_collapsible_trail.jsx
|
37
39
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_collapsible_trail.md
|
38
40
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_default.jsx
|
@@ -53,11 +55,14 @@ files:
|
|
53
55
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_options.md
|
54
56
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props.jsx
|
55
57
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props.md
|
56
|
-
- app/pb_kits/playbook/pb_advanced_table/docs/_description.md
|
57
58
|
- app/pb_kits/playbook/pb_advanced_table/docs/_mock_data_inline_loading.js
|
58
59
|
- app/pb_kits/playbook/pb_advanced_table/docs/advanced_table_mock_data.json
|
59
60
|
- app/pb_kits/playbook/pb_advanced_table/docs/example.yml
|
60
61
|
- app/pb_kits/playbook/pb_advanced_table/docs/index.js
|
62
|
+
- app/pb_kits/playbook/pb_avatar/docs/_avatar_badge_component_overlay.html.erb
|
63
|
+
- app/pb_kits/playbook/pb_avatar/docs/_avatar_badge_component_overlay.jsx
|
64
|
+
- app/pb_kits/playbook/pb_avatar/docs/_avatar_circle_icon_component_overlay.html.erb
|
65
|
+
- app/pb_kits/playbook/pb_avatar/docs/_avatar_circle_icon_component_overlay.jsx
|
61
66
|
- app/pb_kits/playbook/pb_avatar/docs/_avatar_default.html.erb
|
62
67
|
- app/pb_kits/playbook/pb_avatar/docs/_avatar_default.jsx
|
63
68
|
- app/pb_kits/playbook/pb_avatar/docs/_avatar_default_swift.md
|
@@ -597,24 +602,31 @@ files:
|
|
597
602
|
- app/pb_kits/playbook/pb_distribution_bar/docs/_distribution_bar_default.jsx
|
598
603
|
- app/pb_kits/playbook/pb_distribution_bar/docs/example.yml
|
599
604
|
- app/pb_kits/playbook/pb_distribution_bar/docs/index.js
|
605
|
+
- app/pb_kits/playbook/pb_dropdown/docs/_dropdown_default.html.erb
|
600
606
|
- app/pb_kits/playbook/pb_dropdown/docs/_dropdown_default.jsx
|
601
607
|
- app/pb_kits/playbook/pb_dropdown/docs/_dropdown_default.md
|
608
|
+
- app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.html.erb
|
602
609
|
- app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx
|
603
610
|
- app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.md
|
604
611
|
- app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete.jsx
|
605
612
|
- app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete.md
|
606
613
|
- app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete_and_custom_display.jsx
|
607
614
|
- app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete_and_custom_display.md
|
615
|
+
- app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_display.html.erb
|
608
616
|
- app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_display.jsx
|
609
617
|
- app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_display.md
|
618
|
+
- app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_options.html.erb
|
610
619
|
- app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_options.jsx
|
611
620
|
- app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_options.md
|
621
|
+
- app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_padding.html.erb
|
612
622
|
- app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_padding.jsx
|
613
623
|
- app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_padding.md
|
624
|
+
- app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_trigger.html.erb
|
614
625
|
- app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_trigger.jsx
|
615
626
|
- app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_trigger.md
|
616
627
|
- app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_external_control.jsx
|
617
628
|
- app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_hook.jsx
|
629
|
+
- app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_label.html.erb
|
618
630
|
- app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_label.jsx
|
619
631
|
- app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_label.md
|
620
632
|
- app/pb_kits/playbook/pb_dropdown/docs/example.yml
|
@@ -998,8 +1010,10 @@ files:
|
|
998
1010
|
- app/pb_kits/playbook/pb_list/docs/example.yml
|
999
1011
|
- app/pb_kits/playbook/pb_list/docs/index.js
|
1000
1012
|
- app/pb_kits/playbook/pb_loading_inline/docs/_description.md
|
1001
|
-
- app/pb_kits/playbook/pb_loading_inline/docs/
|
1002
|
-
- app/pb_kits/playbook/pb_loading_inline/docs/
|
1013
|
+
- app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_custom.html.erb
|
1014
|
+
- app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_custom.jsx
|
1015
|
+
- app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_default.html.erb
|
1016
|
+
- app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_default.jsx
|
1003
1017
|
- app/pb_kits/playbook/pb_loading_inline/docs/example.yml
|
1004
1018
|
- app/pb_kits/playbook/pb_loading_inline/docs/index.js
|
1005
1019
|
- app/pb_kits/playbook/pb_map/docs/_map_default.jsx
|
@@ -1823,6 +1837,7 @@ files:
|
|
1823
1837
|
- app/pb_kits/playbook/pb_weekday_stacked/docs/_weekday_stacked_variant.jsx
|
1824
1838
|
- app/pb_kits/playbook/pb_weekday_stacked/docs/example.yml
|
1825
1839
|
- app/pb_kits/playbook/pb_weekday_stacked/docs/index.js
|
1840
|
+
- dist/app/components/playbook/pb_docs/advanced_table_mock_data.json
|
1826
1841
|
- dist/app/components/playbook/pb_docs/kit_api.html.erb
|
1827
1842
|
- dist/app/components/playbook/pb_docs/kit_api.rb
|
1828
1843
|
- dist/app/components/playbook/pb_docs/kit_example.html.erb
|
@@ -1834,7 +1849,7 @@ homepage: https://playbook.powerapp.cloud/
|
|
1834
1849
|
licenses:
|
1835
1850
|
- ISC
|
1836
1851
|
metadata: {}
|
1837
|
-
post_install_message:
|
1852
|
+
post_install_message:
|
1838
1853
|
rdoc_options: []
|
1839
1854
|
require_paths:
|
1840
1855
|
- lib
|
@@ -1850,7 +1865,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1850
1865
|
version: '0'
|
1851
1866
|
requirements: []
|
1852
1867
|
rubygems_version: 3.5.3
|
1853
|
-
signing_key:
|
1868
|
+
signing_key:
|
1854
1869
|
specification_version: 4
|
1855
1870
|
summary: Playbook Design System Docs
|
1856
1871
|
test_files: []
|
@@ -1 +0,0 @@
|
|
1
|
-
The AdvancedTable kit uses the [Tanstack Table v8](https://tanstack.com/table/v8/docs/introduction) under the hood to render advanced tables that allow for complex, nested data structures with expansion and sort options.
|