playbook_ui 14.14.0.pre.rc.2 → 14.14.0.pre.rc.4
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_bar_graph/BarGraphStyles.scss +58 -0
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_pb_styles.jsx +64 -0
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_pb_styles.md +1 -0
- data/app/pb_kits/playbook/pb_bar_graph/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_bar_graph/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table.html.erb +2 -2
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table.md +4 -1
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table_react.jsx +90 -0
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table_react.md +5 -0
- data/app/pb_kits/playbook/pb_draggable/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_draggable/docs/index.js +2 -1
- data/app/pb_kits/playbook/pb_draggable/subcomponents/DraggableContainer.tsx +7 -4
- data/app/pb_kits/playbook/pb_draggable/subcomponents/DraggableItem.tsx +6 -3
- data/app/pb_kits/playbook/pb_multi_level_select/multi_level_select.html.erb +1 -6
- data/app/pb_kits/playbook/pb_nav/item.html.erb +7 -19
- data/app/pb_kits/playbook/pb_nav/nav.html.erb +3 -8
- data/app/pb_kits/playbook/pb_online_status/online_status.html.erb +1 -6
- data/app/pb_kits/playbook/pb_popover/popover.html.erb +1 -6
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.jsx +1 -1
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.html.erb +51 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click_rails.md +2 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.html.erb +96 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.jsx +101 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.md +1 -0
- data/app/pb_kits/playbook/pb_table/docs/example.yml +4 -1
- data/app/pb_kits/playbook/pb_table/docs/index.js +2 -1
- data/app/pb_kits/playbook/pb_table/index.ts +41 -9
- data/app/pb_kits/playbook/pb_table/styles/_collapsible.scss +4 -0
- data/app/pb_kits/playbook/pb_table/subcomponents/_table_body.tsx +29 -2
- data/app/pb_kits/playbook/pb_table/subcomponents/_table_row.tsx +31 -3
- data/app/pb_kits/playbook/pb_table/table_body.html.erb +13 -7
- data/app/pb_kits/playbook/pb_table/table_body.rb +2 -0
- data/app/pb_kits/playbook/pb_table/table_row.html.erb +14 -7
- data/app/pb_kits/playbook/pb_table/table_row.rb +14 -1
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_mask.html.erb +14 -0
- data/app/pb_kits/playbook/pb_text_input/index.js +9 -0
- data/app/pb_kits/playbook/pb_text_input/text_input.rb +5 -2
- data/dist/chunks/{_typeahead-DQTwAd_2.js → _typeahead-KwZhr9u1.js} +4 -4
- data/dist/chunks/_weekday_stacked-DSJpSZ3B.js +45 -0
- data/dist/chunks/{lib-WQEeEj3t.js → lib-D3us1bGD.js} +1 -1
- data/dist/chunks/{pb_form_validation-Cq64l4zn.js → pb_form_validation-BpihMSOQ.js} +1 -1
- data/dist/chunks/vendor.js +1 -1
- data/dist/playbook-doc.js +1 -1
- data/dist/playbook-rails-react-bindings.js +1 -1
- data/dist/playbook-rails.js +1 -1
- data/dist/playbook.css +1 -1
- data/lib/playbook/version.rb +1 -1
- metadata +17 -7
- data/dist/chunks/_weekday_stacked-ei-exO-N.js +0 -45
- /data/app/pb_kits/playbook/pb_table/docs/{_table_with_collapsible_with_custom_click.md → _table_with_collapsible_with_custom_click_react.md} +0 -0
data/lib/playbook/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: playbook_ui
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 14.14.0.pre.rc.
|
4
|
+
version: 14.14.0.pre.rc.4
|
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: 2025-02-
|
12
|
+
date: 2025-02-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|
@@ -450,6 +450,7 @@ files:
|
|
450
450
|
- app/pb_kits/playbook/pb_badge/docs/_description.md
|
451
451
|
- app/pb_kits/playbook/pb_badge/docs/example.yml
|
452
452
|
- app/pb_kits/playbook/pb_badge/docs/index.js
|
453
|
+
- app/pb_kits/playbook/pb_bar_graph/BarGraphStyles.scss
|
453
454
|
- app/pb_kits/playbook/pb_bar_graph/_bar_graph.scss
|
454
455
|
- app/pb_kits/playbook/pb_bar_graph/_bar_graph.tsx
|
455
456
|
- app/pb_kits/playbook/pb_bar_graph/barGraph.test.js
|
@@ -478,6 +479,8 @@ files:
|
|
478
479
|
- app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend_position.md
|
479
480
|
- app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_negative_numbers.html.erb
|
480
481
|
- app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_negative_numbers.jsx
|
482
|
+
- app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_pb_styles.jsx
|
483
|
+
- app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_pb_styles.md
|
481
484
|
- app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_secondary_y_axis.html.erb
|
482
485
|
- app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_secondary_y_axis.jsx
|
483
486
|
- app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_secondary_y_axis.md
|
@@ -1187,6 +1190,8 @@ files:
|
|
1187
1190
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list_rails.md
|
1188
1191
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table.html.erb
|
1189
1192
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table.md
|
1193
|
+
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table_react.jsx
|
1194
|
+
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_table_react.md
|
1190
1195
|
- app/pb_kits/playbook/pb_draggable/docs/example.yml
|
1191
1196
|
- app/pb_kits/playbook/pb_draggable/docs/index.js
|
1192
1197
|
- app/pb_kits/playbook/pb_draggable/draggable.html.erb
|
@@ -2751,8 +2756,10 @@ files:
|
|
2751
2756
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.jsx
|
2752
2757
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_rails.md
|
2753
2758
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_react.md
|
2759
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.html.erb
|
2754
2760
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.jsx
|
2755
|
-
- app/pb_kits/playbook/pb_table/docs/
|
2761
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click_rails.md
|
2762
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click_react.md
|
2756
2763
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.jsx
|
2757
2764
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.md
|
2758
2765
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content_rails.html.erb
|
@@ -2765,6 +2772,9 @@ files:
|
|
2765
2772
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md
|
2766
2773
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.html.erb
|
2767
2774
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.md
|
2775
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.html.erb
|
2776
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.jsx
|
2777
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.md
|
2768
2778
|
- app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
|
2769
2779
|
- app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.md
|
2770
2780
|
- app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents_as_divs.html.erb
|
@@ -3336,11 +3346,11 @@ files:
|
|
3336
3346
|
- app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
|
3337
3347
|
- app/pb_kits/playbook/utilities/text.ts
|
3338
3348
|
- app/pb_kits/playbook/utilities/validEmojiChecker.ts
|
3339
|
-
- dist/chunks/_typeahead-
|
3340
|
-
- dist/chunks/_weekday_stacked-
|
3349
|
+
- dist/chunks/_typeahead-KwZhr9u1.js
|
3350
|
+
- dist/chunks/_weekday_stacked-DSJpSZ3B.js
|
3341
3351
|
- dist/chunks/lazysizes-B7xYodB-.js
|
3342
|
-
- dist/chunks/lib-
|
3343
|
-
- dist/chunks/pb_form_validation-
|
3352
|
+
- dist/chunks/lib-D3us1bGD.js
|
3353
|
+
- dist/chunks/pb_form_validation-BpihMSOQ.js
|
3344
3354
|
- dist/chunks/vendor.js
|
3345
3355
|
- dist/menu.yml
|
3346
3356
|
- dist/playbook-doc.js
|