playbook_ui_docs 14.6.2.pre.alpha.PBNTR633dropdownavailablepropstable4316 → 14.6.2.pre.alpha.PBNTR633dropdownavailablepropstable4380
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_form_pill/docs/_form_pill_truncated_text.html.erb +24 -1
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text.jsx +25 -2
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text_rails.md +3 -0
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text_react.md +1 -0
- data/app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb +43 -0
- data/app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.jsx +68 -0
- data/app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.md +2 -0
- data/app/pb_kits/playbook/pb_timeline/docs/example.yml +2 -1
- data/app/pb_kits/playbook/pb_timeline/docs/index.js +1 -0
- data/dist/playbook-doc.js +1 -1
- metadata +7 -3
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text.md +0 -1
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.6.2.pre.alpha.
|
4
|
+
version: 14.6.2.pre.alpha.PBNTR633dropdownavailablepropstable4380
|
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
|
+
date: 2024-11-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -856,7 +856,8 @@ files:
|
|
856
856
|
- app/pb_kits/playbook/pb_form_pill/docs/_form_pill_tag.jsx
|
857
857
|
- app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text.html.erb
|
858
858
|
- app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text.jsx
|
859
|
-
- app/pb_kits/playbook/pb_form_pill/docs/
|
859
|
+
- app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text_rails.md
|
860
|
+
- app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text_react.md
|
860
861
|
- app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.html.erb
|
861
862
|
- app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.jsx
|
862
863
|
- app/pb_kits/playbook/pb_form_pill/docs/example.yml
|
@@ -1813,6 +1814,9 @@ files:
|
|
1813
1814
|
- app/pb_kits/playbook/pb_timeline/docs/_timeline_default.jsx
|
1814
1815
|
- app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.html.erb
|
1815
1816
|
- app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.jsx
|
1817
|
+
- app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.html.erb
|
1818
|
+
- app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.jsx
|
1819
|
+
- app/pb_kits/playbook/pb_timeline/docs/_timeline_with_children.md
|
1816
1820
|
- app/pb_kits/playbook/pb_timeline/docs/_timeline_with_date.html.erb
|
1817
1821
|
- app/pb_kits/playbook/pb_timeline/docs/_timeline_with_date.jsx
|
1818
1822
|
- app/pb_kits/playbook/pb_timeline/docs/_timeline_with_date.md
|
@@ -1 +0,0 @@
|
|
1
|
-
For pills with longer text, the `truncate` global prop can be used to truncate the label within each Form Pill. See [here](https://playbook.powerapp.cloud/visual_guidelines/truncate) for more information on the truncate global prop.
|