playbook_ui_docs 14.1.0.pre.alpha.PA1477timestampkit3536 → 14.1.0.pre.alpha.PBNTR455ganttchartPOC3569
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_gantt_chart/docs/_gantt_chart_default.jsx +53 -0
- data/app/pb_kits/playbook/pb_gantt_chart/docs/example.yml +7 -0
- data/app/pb_kits/playbook/pb_gantt_chart/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_preview.jsx +73 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/index.js +2 -1
- data/dist/playbook-doc.js +1 -1
- metadata +6 -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.1.0.pre.alpha.
|
4
|
+
version: 14.1.0.pre.alpha.PBNTR455ganttchartPOC3569
|
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-08-
|
12
|
+
date: 2024-08-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -822,6 +822,9 @@ files:
|
|
822
822
|
- app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.jsx
|
823
823
|
- app/pb_kits/playbook/pb_form_pill/docs/example.yml
|
824
824
|
- app/pb_kits/playbook/pb_form_pill/docs/index.js
|
825
|
+
- app/pb_kits/playbook/pb_gantt_chart/docs/_gantt_chart_default.jsx
|
826
|
+
- app/pb_kits/playbook/pb_gantt_chart/docs/example.yml
|
827
|
+
- app/pb_kits/playbook/pb_gantt_chart/docs/index.js
|
825
828
|
- app/pb_kits/playbook/pb_gauge/docs/_gauge_colors.html.erb
|
826
829
|
- app/pb_kits/playbook/pb_gauge/docs/_gauge_colors.jsx
|
827
830
|
- app/pb_kits/playbook/pb_gauge/docs/_gauge_colors.md
|
@@ -1395,6 +1398,7 @@ files:
|
|
1395
1398
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_description.md
|
1396
1399
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_default.jsx
|
1397
1400
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_default.md
|
1401
|
+
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_preview.jsx
|
1398
1402
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_attributes.html.erb
|
1399
1403
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_attributes.jsx
|
1400
1404
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_default.html.erb
|