playbook_ui_docs 14.1.0.pre.alpha.PA1477timestampkit3536 → 14.1.0.pre.alpha.PBNTR462starratingdefaultvalue3579

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.
Files changed (27) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_badge/docs/_badge_notification.html.erb +13 -0
  3. data/app/pb_kits/playbook/pb_badge/docs/_badge_notification.jsx +31 -12
  4. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_default.jsx +1 -5
  5. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_loading.html.erb +13 -0
  6. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_loading.jsx +46 -0
  7. data/app/pb_kits/playbook/pb_dialog/docs/_dialog_loading.md +3 -0
  8. data/app/pb_kits/playbook/pb_dialog/docs/example.yml +2 -1
  9. data/app/pb_kits/playbook/pb_dialog/docs/index.js +1 -0
  10. data/app/pb_kits/playbook/pb_form/docs/_form_form_with_validate.html.erb +1 -0
  11. data/app/pb_kits/playbook/pb_form_pill/docs/example.yml +2 -2
  12. data/app/pb_kits/playbook/pb_gantt_chart/docs/_gantt_chart_default.jsx +53 -0
  13. data/app/pb_kits/playbook/pb_gantt_chart/docs/example.yml +7 -0
  14. data/app/pb_kits/playbook/pb_gantt_chart/docs/index.js +1 -0
  15. data/app/pb_kits/playbook/pb_pagination/docs/_pagination_default.jsx +19 -0
  16. data/app/pb_kits/playbook/pb_pagination/docs/_pagination_default_react.md +1 -0
  17. data/app/pb_kits/playbook/pb_pagination/docs/_pagination_page_change.jsx +62 -0
  18. data/app/pb_kits/playbook/pb_pagination/docs/_pagination_page_change_react.md +1 -0
  19. data/app/pb_kits/playbook/pb_pagination/docs/data.js +23 -0
  20. data/app/pb_kits/playbook/pb_pagination/docs/example.yml +3 -1
  21. data/app/pb_kits/playbook/pb_pagination/docs/index.js +2 -0
  22. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_preview.jsx +73 -0
  23. data/app/pb_kits/playbook/pb_rich_text_editor/docs/example.yml +1 -0
  24. data/app/pb_kits/playbook/pb_rich_text_editor/docs/index.js +2 -1
  25. data/dist/playbook-doc.js +1 -1
  26. metadata +16 -3
  27. /data/app/pb_kits/playbook/pb_pagination/docs/{_pagination_default.md → _pagination_default_rails.md} +0 -0
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.PA1477timestampkit3536
4
+ version: 14.1.0.pre.alpha.PBNTR462starratingdefaultvalue3579
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-21 00:00:00.000000000 Z
12
+ date: 2024-08-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: playbook_ui
@@ -605,6 +605,9 @@ files:
605
605
  - app/pb_kits/playbook/pb_dialog/docs/_dialog_full_height_placement.html.erb
606
606
  - app/pb_kits/playbook/pb_dialog/docs/_dialog_full_height_placement.jsx
607
607
  - app/pb_kits/playbook/pb_dialog/docs/_dialog_full_height_placement.md
608
+ - app/pb_kits/playbook/pb_dialog/docs/_dialog_loading.html.erb
609
+ - app/pb_kits/playbook/pb_dialog/docs/_dialog_loading.jsx
610
+ - app/pb_kits/playbook/pb_dialog/docs/_dialog_loading.md
608
611
  - app/pb_kits/playbook/pb_dialog/docs/_dialog_props_swift.md
609
612
  - app/pb_kits/playbook/pb_dialog/docs/_dialog_scrollable.html.erb
610
613
  - app/pb_kits/playbook/pb_dialog/docs/_dialog_scrollable.jsx
@@ -822,6 +825,9 @@ files:
822
825
  - app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.jsx
823
826
  - app/pb_kits/playbook/pb_form_pill/docs/example.yml
824
827
  - app/pb_kits/playbook/pb_form_pill/docs/index.js
828
+ - app/pb_kits/playbook/pb_gantt_chart/docs/_gantt_chart_default.jsx
829
+ - app/pb_kits/playbook/pb_gantt_chart/docs/example.yml
830
+ - app/pb_kits/playbook/pb_gantt_chart/docs/index.js
825
831
  - app/pb_kits/playbook/pb_gauge/docs/_gauge_colors.html.erb
826
832
  - app/pb_kits/playbook/pb_gauge/docs/_gauge_colors.jsx
827
833
  - app/pb_kits/playbook/pb_gauge/docs/_gauge_colors.md
@@ -1232,8 +1238,14 @@ files:
1232
1238
  - app/pb_kits/playbook/pb_overlay/docs/example.yml
1233
1239
  - app/pb_kits/playbook/pb_overlay/docs/index.js
1234
1240
  - app/pb_kits/playbook/pb_pagination/docs/_pagination_default.html.erb
1235
- - app/pb_kits/playbook/pb_pagination/docs/_pagination_default.md
1241
+ - app/pb_kits/playbook/pb_pagination/docs/_pagination_default.jsx
1242
+ - app/pb_kits/playbook/pb_pagination/docs/_pagination_default_rails.md
1243
+ - app/pb_kits/playbook/pb_pagination/docs/_pagination_default_react.md
1244
+ - app/pb_kits/playbook/pb_pagination/docs/_pagination_page_change.jsx
1245
+ - app/pb_kits/playbook/pb_pagination/docs/_pagination_page_change_react.md
1246
+ - app/pb_kits/playbook/pb_pagination/docs/data.js
1236
1247
  - app/pb_kits/playbook/pb_pagination/docs/example.yml
1248
+ - app/pb_kits/playbook/pb_pagination/docs/index.js
1237
1249
  - app/pb_kits/playbook/pb_passphrase/docs/_passphrase_breached.html.erb
1238
1250
  - app/pb_kits/playbook/pb_passphrase/docs/_passphrase_breached.jsx
1239
1251
  - app/pb_kits/playbook/pb_passphrase/docs/_passphrase_breached.md
@@ -1395,6 +1407,7 @@ files:
1395
1407
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_description.md
1396
1408
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_default.jsx
1397
1409
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_default.md
1410
+ - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_preview.jsx
1398
1411
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_attributes.html.erb
1399
1412
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_attributes.jsx
1400
1413
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_default.html.erb