playbook_ui_docs 14.1.0.pre.alpha.fixaction3547 → 14.1.0.pre.alpha.pbntr373enablekitsforradio3593
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_badge/docs/_badge_notification.html.erb +13 -0
- data/app/pb_kits/playbook/pb_badge/docs/_badge_notification.jsx +31 -12
- data/app/pb_kits/playbook/pb_dialog/docs/_dialog_default.jsx +1 -5
- data/app/pb_kits/playbook/pb_dialog/docs/_dialog_loading.jsx +46 -0
- data/app/pb_kits/playbook/pb_dialog/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_dialog/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_form/docs/_form_form_with_validate.html.erb +1 -0
- data/app/pb_kits/playbook/pb_form_pill/docs/example.yml +2 -2
- 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_pagination/docs/_pagination_default.jsx +19 -0
- data/app/pb_kits/playbook/pb_pagination/docs/_pagination_default_react.md +1 -0
- data/app/pb_kits/playbook/pb_pagination/docs/_pagination_page_change.jsx +62 -0
- data/app/pb_kits/playbook/pb_pagination/docs/_pagination_page_change_react.md +1 -0
- data/app/pb_kits/playbook/pb_pagination/docs/data.js +23 -0
- data/app/pb_kits/playbook/pb_pagination/docs/example.yml +3 -1
- data/app/pb_kits/playbook/pb_pagination/docs/index.js +2 -0
- data/app/pb_kits/playbook/pb_radio/docs/_radio_children.jsx +51 -0
- data/app/pb_kits/playbook/pb_radio/docs/_radio_default.jsx +1 -1
- data/app/pb_kits/playbook/pb_radio/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_radio/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 +15 -3
- /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.
|
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-
|
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.
|
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
|
File without changes
|