playbook_ui_docs 14.1.0.pre.alpha.fixaction3547 → 14.1.0.pre.alpha.pbntr373enablekitsforradio3593

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 (29) 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.jsx +46 -0
  6. data/app/pb_kits/playbook/pb_dialog/docs/example.yml +1 -0
  7. data/app/pb_kits/playbook/pb_dialog/docs/index.js +1 -0
  8. data/app/pb_kits/playbook/pb_form/docs/_form_form_with_validate.html.erb +1 -0
  9. data/app/pb_kits/playbook/pb_form_pill/docs/example.yml +2 -2
  10. data/app/pb_kits/playbook/pb_gantt_chart/docs/_gantt_chart_default.jsx +53 -0
  11. data/app/pb_kits/playbook/pb_gantt_chart/docs/example.yml +7 -0
  12. data/app/pb_kits/playbook/pb_gantt_chart/docs/index.js +1 -0
  13. data/app/pb_kits/playbook/pb_pagination/docs/_pagination_default.jsx +19 -0
  14. data/app/pb_kits/playbook/pb_pagination/docs/_pagination_default_react.md +1 -0
  15. data/app/pb_kits/playbook/pb_pagination/docs/_pagination_page_change.jsx +62 -0
  16. data/app/pb_kits/playbook/pb_pagination/docs/_pagination_page_change_react.md +1 -0
  17. data/app/pb_kits/playbook/pb_pagination/docs/data.js +23 -0
  18. data/app/pb_kits/playbook/pb_pagination/docs/example.yml +3 -1
  19. data/app/pb_kits/playbook/pb_pagination/docs/index.js +2 -0
  20. data/app/pb_kits/playbook/pb_radio/docs/_radio_children.jsx +51 -0
  21. data/app/pb_kits/playbook/pb_radio/docs/_radio_default.jsx +1 -1
  22. data/app/pb_kits/playbook/pb_radio/docs/example.yml +1 -0
  23. data/app/pb_kits/playbook/pb_radio/docs/index.js +1 -0
  24. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_preview.jsx +73 -0
  25. data/app/pb_kits/playbook/pb_rich_text_editor/docs/example.yml +1 -0
  26. data/app/pb_kits/playbook/pb_rich_text_editor/docs/index.js +2 -1
  27. data/dist/playbook-doc.js +1 -1
  28. metadata +15 -3
  29. /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.fixaction3547
4
+ version: 14.1.0.pre.alpha.pbntr373enablekitsforradio3593
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-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: playbook_ui
@@ -605,6 +605,7 @@ 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.jsx
608
609
  - app/pb_kits/playbook/pb_dialog/docs/_dialog_props_swift.md
609
610
  - app/pb_kits/playbook/pb_dialog/docs/_dialog_scrollable.html.erb
610
611
  - app/pb_kits/playbook/pb_dialog/docs/_dialog_scrollable.jsx
@@ -822,6 +823,9 @@ files:
822
823
  - app/pb_kits/playbook/pb_form_pill/docs/_form_pill_user.jsx
823
824
  - app/pb_kits/playbook/pb_form_pill/docs/example.yml
824
825
  - app/pb_kits/playbook/pb_form_pill/docs/index.js
826
+ - app/pb_kits/playbook/pb_gantt_chart/docs/_gantt_chart_default.jsx
827
+ - app/pb_kits/playbook/pb_gantt_chart/docs/example.yml
828
+ - app/pb_kits/playbook/pb_gantt_chart/docs/index.js
825
829
  - app/pb_kits/playbook/pb_gauge/docs/_gauge_colors.html.erb
826
830
  - app/pb_kits/playbook/pb_gauge/docs/_gauge_colors.jsx
827
831
  - app/pb_kits/playbook/pb_gauge/docs/_gauge_colors.md
@@ -1232,8 +1236,14 @@ files:
1232
1236
  - app/pb_kits/playbook/pb_overlay/docs/example.yml
1233
1237
  - app/pb_kits/playbook/pb_overlay/docs/index.js
1234
1238
  - app/pb_kits/playbook/pb_pagination/docs/_pagination_default.html.erb
1235
- - app/pb_kits/playbook/pb_pagination/docs/_pagination_default.md
1239
+ - app/pb_kits/playbook/pb_pagination/docs/_pagination_default.jsx
1240
+ - app/pb_kits/playbook/pb_pagination/docs/_pagination_default_rails.md
1241
+ - app/pb_kits/playbook/pb_pagination/docs/_pagination_default_react.md
1242
+ - app/pb_kits/playbook/pb_pagination/docs/_pagination_page_change.jsx
1243
+ - app/pb_kits/playbook/pb_pagination/docs/_pagination_page_change_react.md
1244
+ - app/pb_kits/playbook/pb_pagination/docs/data.js
1236
1245
  - app/pb_kits/playbook/pb_pagination/docs/example.yml
1246
+ - app/pb_kits/playbook/pb_pagination/docs/index.js
1237
1247
  - app/pb_kits/playbook/pb_passphrase/docs/_passphrase_breached.html.erb
1238
1248
  - app/pb_kits/playbook/pb_passphrase/docs/_passphrase_breached.jsx
1239
1249
  - app/pb_kits/playbook/pb_passphrase/docs/_passphrase_breached.md
@@ -1372,6 +1382,7 @@ files:
1372
1382
  - app/pb_kits/playbook/pb_radio/docs/_radio_alignment.html.erb
1373
1383
  - app/pb_kits/playbook/pb_radio/docs/_radio_alignment.jsx
1374
1384
  - app/pb_kits/playbook/pb_radio/docs/_radio_alignment_swift.md
1385
+ - app/pb_kits/playbook/pb_radio/docs/_radio_children.jsx
1375
1386
  - app/pb_kits/playbook/pb_radio/docs/_radio_custom.html.erb
1376
1387
  - app/pb_kits/playbook/pb_radio/docs/_radio_custom.jsx
1377
1388
  - app/pb_kits/playbook/pb_radio/docs/_radio_custom_swift.md
@@ -1395,6 +1406,7 @@ files:
1395
1406
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_description.md
1396
1407
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_default.jsx
1397
1408
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_default.md
1409
+ - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_preview.jsx
1398
1410
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_attributes.html.erb
1399
1411
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_attributes.jsx
1400
1412
  - app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_default.html.erb