playbook_ui 14.11.1.pre.alpha.hfhbrakemanplaybook5370 → 14.11.1.pre.alpha.pbntr703collapsiblerowsrails5536
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_advanced_table/docs/_advanced_table_sort_control.md +2 -2
- data/app/pb_kits/playbook/pb_button/button.html.erb +2 -3
- data/app/pb_kits/playbook/pb_checkbox/checkbox.html.erb +1 -6
- data/app/pb_kits/playbook/pb_collapsible/collapsible.html.erb +3 -1
- data/app/pb_kits/playbook/pb_collapsible/collapsible.rb +3 -0
- data/app/pb_kits/playbook/pb_date_picker/date_picker.html.erb +2 -6
- data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_default_date.md +1 -1
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_list_rails.html.erb +3 -9
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_list_rails.md +5 -0
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list_rails.html.erb +38 -0
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list_rails.md +3 -0
- data/app/pb_kits/playbook/pb_draggable/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subtle_variant.md +1 -1
- data/app/pb_kits/playbook/pb_dropdown/dropdown.html.erb +7 -12
- data/app/pb_kits/playbook/pb_dropdown/dropdown_container.html.erb +9 -14
- data/app/pb_kits/playbook/pb_dropdown/dropdown_option.html.erb +6 -11
- data/app/pb_kits/playbook/pb_dropdown/dropdown_trigger.html.erb +8 -14
- data/app/pb_kits/playbook/pb_list/item.html.erb +30 -8
- data/app/pb_kits/playbook/pb_list/item.rb +7 -0
- data/app/pb_kits/playbook/pb_list/list.html.erb +31 -11
- data/app/pb_kits/playbook/pb_list/list.rb +4 -0
- data/app/pb_kits/playbook/pb_loading_inline/_loading_inline.tsx +6 -1
- data/app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.tsx +30 -12
- data/app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_format.html.erb +15 -0
- data/app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_format.jsx +24 -0
- data/app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_format.md +1 -0
- data/app/pb_kits/playbook/pb_phone_number_input/docs/example.yml +3 -1
- data/app/pb_kits/playbook/pb_phone_number_input/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_phone_number_input/phone_number_input.rb +3 -0
- data/app/pb_kits/playbook/pb_phone_number_input/phone_number_input.test.js +20 -1
- data/app/pb_kits/playbook/pb_radio/_radio.scss +12 -8
- data/app/pb_kits/playbook/pb_radio/docs/_radio_custom_children.jsx +8 -3
- data/app/pb_kits/playbook/pb_selectable_list/selectable_list.html.erb +17 -3
- data/app/pb_kits/playbook/pb_selectable_list/selectable_list.rb +3 -0
- data/app/pb_kits/playbook/pb_selectable_list/selectable_list_item.html.erb +11 -4
- data/app/pb_kits/playbook/pb_selectable_list/selectable_list_item.rb +3 -0
- data/app/pb_kits/playbook/pb_table/_table.tsx +2 -3
- data/app/pb_kits/playbook/pb_table/docs/_table_sticky_columns.html.erb +74 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_sticky_columns_rails.md +3 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns_rails.md +2 -2
- data/app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns.html.erb +74 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns_rails.md +3 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.html.erb +47 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_rails.md +2 -0
- data/app/pb_kits/playbook/pb_table/docs/example.yml +3 -0
- data/app/pb_kits/playbook/pb_table/index.ts +187 -88
- data/app/pb_kits/playbook/pb_table/styles/_collapsible.scss +12 -0
- data/app/pb_kits/playbook/pb_table/styles/_scroll.scss +6 -5
- data/app/pb_kits/playbook/pb_table/table.html.erb +1 -1
- data/app/pb_kits/playbook/pb_table/table.rb +17 -2
- data/app/pb_kits/playbook/pb_table/table_row.html.erb +20 -1
- data/app/pb_kits/playbook/pb_table/table_row.rb +5 -0
- data/app/pb_kits/playbook/pb_table/utilities/addDataTitle.ts +22 -0
- data/app/pb_kits/playbook/pb_timeline/_timeline.scss +30 -30
- data/dist/chunks/{_typeahead-BNULwihE.js → _typeahead-DjGX1O4K.js} +2 -2
- data/dist/chunks/_weekday_stacked-s8bX_aFg.js +45 -0
- data/dist/chunks/{lib-B7sgJtGS.js → lib-kMuhBuU7.js} +2 -2
- data/dist/chunks/{pb_form_validation-C5Cc0-1v.js → pb_form_validation-DBJ0wZuS.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 +20 -7
- data/dist/chunks/_weekday_stacked-BKWemDAe.js +0 -45
- /data/app/pb_kits/playbook/pb_table/docs/{_table_with_collapsible.md → _table_with_collapsible_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.11.1.pre.alpha.
|
4
|
+
version: 14.11.1.pre.alpha.pbntr703collapsiblerowsrails5536
|
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-01-
|
12
|
+
date: 2025-01-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|
@@ -1146,8 +1146,11 @@ files:
|
|
1146
1146
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_list.jsx
|
1147
1147
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_list.md
|
1148
1148
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_list_rails.html.erb
|
1149
|
+
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_list_rails.md
|
1149
1150
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list.jsx
|
1150
1151
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list.md
|
1152
|
+
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list_rails.html.erb
|
1153
|
+
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list_rails.md
|
1151
1154
|
- app/pb_kits/playbook/pb_draggable/docs/example.yml
|
1152
1155
|
- app/pb_kits/playbook/pb_draggable/docs/index.js
|
1153
1156
|
- app/pb_kits/playbook/pb_draggable/draggable.html.erb
|
@@ -2154,6 +2157,9 @@ files:
|
|
2154
2157
|
- app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_default.html.erb
|
2155
2158
|
- app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_default.jsx
|
2156
2159
|
- app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_default.md
|
2160
|
+
- app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_format.html.erb
|
2161
|
+
- app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_format.jsx
|
2162
|
+
- app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_format.md
|
2157
2163
|
- app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_initial_country.html.erb
|
2158
2164
|
- app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_initial_country.jsx
|
2159
2165
|
- app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_initial_country.md
|
@@ -2659,13 +2665,17 @@ files:
|
|
2659
2665
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky.html.erb
|
2660
2666
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky.jsx
|
2661
2667
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky.md
|
2668
|
+
- app/pb_kits/playbook/pb_table/docs/_table_sticky_columns.html.erb
|
2662
2669
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky_columns.jsx
|
2670
|
+
- app/pb_kits/playbook/pb_table/docs/_table_sticky_columns_rails.md
|
2663
2671
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky_columns_react.md
|
2664
2672
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns.html.erb
|
2665
2673
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns.jsx
|
2666
2674
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns_rails.md
|
2667
2675
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns_react.md
|
2676
|
+
- app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns.html.erb
|
2668
2677
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns.jsx
|
2678
|
+
- app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns_rails.md
|
2669
2679
|
- app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns_react.md
|
2670
2680
|
- app/pb_kits/playbook/pb_table/docs/_table_striped.html.erb
|
2671
2681
|
- app/pb_kits/playbook/pb_table/docs/_table_striped.jsx
|
@@ -2680,8 +2690,10 @@ files:
|
|
2680
2690
|
- app/pb_kits/playbook/pb_table/docs/_table_vertical_border.jsx
|
2681
2691
|
- app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.html.erb
|
2682
2692
|
- app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.jsx
|
2693
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.html.erb
|
2683
2694
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.jsx
|
2684
|
-
- app/pb_kits/playbook/pb_table/docs/
|
2695
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_rails.md
|
2696
|
+
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_react.md
|
2685
2697
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.jsx
|
2686
2698
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.md
|
2687
2699
|
- app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.jsx
|
@@ -2743,6 +2755,7 @@ files:
|
|
2743
2755
|
- app/pb_kits/playbook/pb_table/table_header.rb
|
2744
2756
|
- app/pb_kits/playbook/pb_table/table_row.html.erb
|
2745
2757
|
- app/pb_kits/playbook/pb_table/table_row.rb
|
2758
|
+
- app/pb_kits/playbook/pb_table/utilities/addDataTitle.ts
|
2746
2759
|
- app/pb_kits/playbook/pb_text_input/_text_input.scss
|
2747
2760
|
- app/pb_kits/playbook/pb_text_input/_text_input.tsx
|
2748
2761
|
- app/pb_kits/playbook/pb_text_input/add_on.html.erb
|
@@ -3251,11 +3264,11 @@ files:
|
|
3251
3264
|
- app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
|
3252
3265
|
- app/pb_kits/playbook/utilities/text.ts
|
3253
3266
|
- app/pb_kits/playbook/utilities/validEmojiChecker.ts
|
3254
|
-
- dist/chunks/_typeahead-
|
3255
|
-
- dist/chunks/_weekday_stacked-
|
3267
|
+
- dist/chunks/_typeahead-DjGX1O4K.js
|
3268
|
+
- dist/chunks/_weekday_stacked-s8bX_aFg.js
|
3256
3269
|
- dist/chunks/lazysizes-B7xYodB-.js
|
3257
|
-
- dist/chunks/lib-
|
3258
|
-
- dist/chunks/pb_form_validation-
|
3270
|
+
- dist/chunks/lib-kMuhBuU7.js
|
3271
|
+
- dist/chunks/pb_form_validation-DBJ0wZuS.js
|
3259
3272
|
- dist/chunks/vendor.js
|
3260
3273
|
- dist/menu.yml
|
3261
3274
|
- dist/playbook-doc.js
|