playbook_ui_docs 14.9.0.pre.alpha.play1703errorstatealignment4889 → 14.9.0.pre.alpha.play1703errorstatealignment4991
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 +4 -4
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_custom.jsx +53 -49
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_custom_rails.html.erb +29 -36
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.jsx +75 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.md +1 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.jsx +108 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.md +2 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.jsx +94 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.md +0 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.jsx +83 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.md +3 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.jsx +120 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md +1 -0
- data/app/pb_kits/playbook/pb_table/docs/example.yml +5 -0
- data/app/pb_kits/playbook/pb_table/docs/index.js +5 -0
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_mask.jsx +88 -0
- data/app/pb_kits/playbook/pb_text_input/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_text_input/docs/index.js +1 -0
- data/dist/playbook-doc.js +1 -1
- metadata +13 -2
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.9.0.pre.alpha.
|
4
|
+
version: 14.9.0.pre.alpha.play1703errorstatealignment4991
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-12-
|
12
|
+
date: 2024-12-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -1762,6 +1762,16 @@ files:
|
|
1762
1762
|
- app/pb_kits/playbook/pb_table/docs/_table_vertical_border.jsx
|
1763
1763
|
- app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.html.erb
|
1764
1764
|
- app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.jsx
|
1765
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.jsx
|
1766
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.md
|
1767
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.jsx
|
1768
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.md
|
1769
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.jsx
|
1770
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.md
|
1771
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.jsx
|
1772
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.md
|
1773
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.jsx
|
1774
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md
|
1765
1775
|
- app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
|
1766
1776
|
- app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.md
|
1767
1777
|
- app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents_as_divs.html.erb
|
@@ -1790,6 +1800,7 @@ files:
|
|
1790
1800
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_error_swift.md
|
1791
1801
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_inline.html.erb
|
1792
1802
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_inline.jsx
|
1803
|
+
- app/pb_kits/playbook/pb_text_input/docs/_text_input_mask.jsx
|
1793
1804
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_no_label.html.erb
|
1794
1805
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_no_label.jsx
|
1795
1806
|
- app/pb_kits/playbook/pb_text_input/docs/_text_input_options.html.erb
|